Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-08-28 | * cmdline/apt-key: | Loïc Minier | |
- Emit a warning if removed keys keyring is missing and skip associated checks (LP: #218971) | |||
2009-08-24 | merged from the mvo branch | Michael Vogt | |
2009-08-24 | * apt-pkg/pkgcache.cc: | Michael Vogt | |
- do not set internel "needs-configure" state for packages in triggers-pending state. dpkg will deal with the trigger and it if does it before we trigger it, dpkg will error out (LP: #414631) | |||
2009-08-19 | merged from the jackyf-devel branch | Michael Vogt | |
2009-08-19 | merged from debian-sid | Michael Vogt | |
2009-08-17 | * cmdline/apt-get.cc: | Michael Vogt | |
- typo fix (LP: #370094) | |||
2009-08-13 | incorporate string-fix patch from Matthew East for LP: #370094 | Brian Murray | |
2009-08-06 | * apt-pkg/deb/dpkgpm.cc: | Matt Zimmerman | |
- Suppress apport reports on dpkg short reads (these I/O errors are not generally indicative of a bug in the packaging) | |||
2009-08-06 | debian/apt.cron.daily: Fix issue related to APT::Periodic::Enable. | Julian Andres Klode | |
2009-08-06 | debian/apt.cron.daily: Support using debdelta to download packages (Closes: ↵ | Julian Andres Klode | |
#532079) | |||
2009-08-06 | debian/apt.cron.daily: Script can be disabled by APT::Periodic::Enable=0 ↵ | Julian Andres Klode | |
(Closes: #485476) | |||
2009-08-06 | debian/apt.cron.daily: Make sure that VERBOSE is always set | Julian Andres Klode | |
before accessing it (Closes: #539366) | |||
2009-08-03 | debian/control: Increase Standards-Version to 3.8.2.0.0.7.22.1 | Julian Andres Klode | |
2009-08-03 | debian/changelog: Close the FTBFS on kFreeBSD bug. | Julian Andres Klode | |
2009-08-03 | Set version to 0.7.22.1. | Julian Andres Klode | |
2009-08-03 | debian/control: Add myself to Uploaders. | Julian Andres Klode | |
2009-08-03 | * apt-pkg/sourcelist.cc: | Julian Andres Klode | |
- Only warn about missing sources.list if there is no sources.list.d and vice versa as only one of them is needed (Closes: #539731). | |||
2009-08-02 | * apt-pkg/contrib/mmap.cc: | Julian Andres Klode | |
- Fix FTBFS on GNU/kFreeBSD by disabling DynamicMMap::Grow() on non-Linux architectures (as it uses mremap). | |||
2009-07-30 | * cmdline/apt-get.cc: | Michael Vogt | |
- honor APT::Get::Only-Source properly in FindSrc() (thanks to Martin Pitt for reporting the problem) * Added more error handlings. Closes: #438803, #462734, #454989 | |||
2009-07-30 | methods/http.cc: remove merge artifact | Michael Vogt | |
2009-07-30 | fix extra , at the end of the changelog line | Michael Vogt | |
2009-07-30 | merged from debian | Michael Vogt | |
2009-07-30 | merged from debian-sid | Michael Vogt | |
2009-07-30 | * cmdline/apt-get.cc: | Michael Vogt | |
- honor APT::Get::Only-Source properly in FindSrc() (thanks to Martin Pitt for reporting the problem) | |||
2009-07-29 | releasing version 0.7.220.7.22 | Michael Vogt | |
2009-07-28 | apt-pkg/depcache.cc: | Michael Vogt | |
- Call opProgress->Update() less often too avoid spending too much time in it (it shows up relatively high in the callgrind logs). But do call it more often than just for each percent so that the UI frontends can use the OpProgress::Update() calling to do e.g. UI updates | |||
2009-07-27 | merged from donkult | Michael Vogt | |
2009-07-26 | merge with lp:apt/debian-sid | David Kalnischkies | |
Remove a bug (= an evil amok running if) introduced by the merge in 1817 which cause a segfault in the destructor for the dynamic mmap. | |||
2009-07-25 | Apply patch from Sami Liedes <sliedes@cc.hut.fi> to avoid unecessary | Otavio Salvador | |
temporary allocations. | |||
2009-07-25 | Apply patch from Sami Liedes <sliedes@cc.hut.fi> to reduce the | Otavio Salvador | |
number of times we call progress bar updating and debugging configuration settings. | |||
2009-07-24 | merge from the donkult branch | Michael Vogt | |
2009-07-23 | [apt-pkg] yet another bit of mmap and pkgcachegen housekeeping | David Kalnischkies | |
* add mmap error message also to the dynamic mmap * remove some more {Ver,Desc} == 0 checks in for loops * try to respect the given flags to the dynamic mmap * open cached caches not as ReadOnly and not as Shared, so we always have a copy of the cache in the memory we can modify (e.g. set the hold state on-the-fly) | |||
2009-07-23 | [ABI] merged the libudev-dlopen branch, this allows to pass | Michael Vogt | |
"apt-udev-auto" to Acquire::Cdrom::mount and the cdrom method will dynamically find/mount the cdrom device (if libhal is available) | |||
2009-07-23 | methods/cdrom.cc: add AutoDetectAndMount method | Michael Vogt | |
2009-07-22 | methods/cdrom.cc: move the scan into the loop that waits for a CD | Michael Vogt | |
2009-07-22 | * methods/cdrom.cc: | Michael Vogt | |
- add Acquire::Cdrom::mount "apt-udev-auto" magic to allow dynamically finding the cdrom device * apt-pkg/contrib/cdromutl.{h,cc}: - support additional (optional) DeviceName parameter for MountCdrom() | |||
2009-07-22 | apt-pkg/cdrom.cc: make cdrom.Mounted property reliable | Michael Vogt | |
2009-07-22 | merged from the mvo branch | Michael Vogt | |
2009-07-22 | * doc/apt.conf.5.xml: | Michael Vogt | |
- merged patch from Aurélien Couderc to improve the text (thanks!) | |||
2009-07-21 | French translation yet-another-update | bubulle@debian.org | |
2009-07-21 | Update all PO files | bubulle@debian.org | |
2009-07-21 | Slovak translation updated | bubulle@debian.org | |
2009-07-21 | merged from donkult | Michael Vogt | |
2009-07-21 | merged from the mvo branch | Michael Vogt | |
2009-07-21 | [apt-pkg/pkgcachegen.cc] remove the Ver == 0 and Desc == 0 from the last | David Kalnischkies | |
changeset as they are useless after the checks for LastVer & co work correctly. | |||
2009-07-21 | The 'not dead yet' release | Michael Vogt | |
* add hook for MarkInstall and MarkDelete (closes: #470035) * add the various foldmarkers in apt-pkg & cmdline (no code change) * versions with a pin of -1 shouldn't be a candidate (Closes: #355237) * prefer mmap as memory allocator in MMap instead of a static char array which can (at least in theory) grow dynamic * eliminate (hopefully all) segfaults in pkgcachegen.cc and mmap.cc which can arise if cache doesn't fit into the mmap (Closes: #535218) * display warnings instead of errors if the parts dirs doesn't exist * honor the dpkg hold state in new Marker hooks (closes: #64141) | |||
2009-07-21 | Only run Download-Upgradable and Unattended-Upgrades if the initial | Michael Vogt | |
update was successful Closes: #341970 | |||
2009-07-21 | merged from mvo | Michael Vogt | |
2009-07-21 | merge from mvo | Michael Vogt | |
2009-07-21 | debian/apt.cron.daily: add missing check_size_constrains | Michael Vogt | |