Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-08-12 | Add a Acquire::CompressionTypes config variable from there the | David Kalnischkies | |
acquire-items choose which compression file they should (try first to) download to easily add new or change the order of the compression types. And because it is easy now we directly add builtin lzma support. The compression ratio is better than bzip2 but we prefer the later for now as no (official) mirror uses lzma, so this would only generate useless hits on the servers. Maybe sometime in the future lzma will be the default... [apt-pkg/acquire-item.cc] - use configsettings for dynamic compression type use and order. Based on a patch by Jyrki Muukkonen, thanks! (LP: #71746) [apt-pkg/init.cc] - add default configuration for compression types and add lzma support. Order is now bzip2, lzma, gzip, none (Closes: #510526) [ftparchive/writer.cc] - add lzma support also here, patch for this (and inspiration for the one above) by Robert Millan, thanks! | |||
2009-08-09 | [cmdline/apt-get.cc] correct the order of picked package binary vs source | David Kalnischkies | |
in the source command in the msg "No source package x picking y instead" | |||
2009-08-09 | [doc/apt-mark.8.xml] improve manpage based on patch by Carl Chenet, thanks! | David Kalnischkies | |
(Closes: #510286) add also showauto and command synopsis | |||
2009-08-09 | [apt-inst/contrib/arfile.cc] use sizeof instead strlen | David Kalnischkies | |
Patch from Marius Vollmer, thanks! (Closes: #504325) | |||
2009-08-09 | [cmdline/apt-get.cc] check for availability ofstatfs.f_type | David Kalnischkies | |
Patch from Robert Millan, thanks! (Closes: #509313) | |||
2009-08-08 | [doc/apt.conf.5.xml] mention the apt.conf.d dir | David Kalnischkies | |
Patch from Vincent McIntyre, thanks! (Closes: #520831) | |||
2009-08-08 | [cmdline/apt-cache.cc] fix a memory leak in the xvcg method | David Kalnischkies | |
Patch from George Danchev, thanks (Closes: #511557) | |||
2009-08-08 | [apt-pkg/indexcopy.cc] fix a (hypothetical) memory leak then the Release | David Kalnischkies | |
file not exists, patch from George Danchev, thanks! (Closes: #511556) | |||
2009-08-08 | merge with apt-sid | David Kalnischkies | |
* backout my fix for the sources.list issue, there is already one in | |||
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/changlog] add entry for the "missing source.list file" fix | David Kalnischkies | |
* apt-pkg/sourcelist.cc: - only show warning about missing sources.list file if no we have no valid sourceentry (Closes: #539731) | |||
2009-08-03 | [apt-pkg/contrib/fileutl.cc] In function ExecWait(): fix compile warning: | David Kalnischkies | |
warning: suggest explicit braces to avoid ambiguous ‘else’ | |||
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-08-01 | [debian/changelog] correct two typos in the changelog for 0.7.22 | David Kalnischkies | |
2009-08-01 | [debian/changelog] add a Closes tag to mvo's --only-source patch | David Kalnischkies | |
2009-07-31 | [apt-pkg/contrib/strutl.cc] enable thousand separator according to | David Kalnischkies | |
the current locale. Patch from Luca Bruno (Closes: #223712) | |||
2009-07-31 | [cmdline/apt-get.cc] ShowBroken() in build-dep (Closes: #145916) | David Kalnischkies | |
Patch from Mike O'Connor, thanks! | |||
2009-07-31 | [cmdline/apt-get.cc] add APT::Get::HideAutoRemove=small to display only | David Kalnischkies | |
a short line instead of the full package list. (Closes: #537450) | |||
2009-07-31 | [apt-pkg/sourcelist.cc] only display the warning about missing sources.list | David Kalnischkies | |
file, if no SourceListEntry exists (e.g. sources.list.d dir does not exists or it exists but does not include a .list-file with valid entries) | |||
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 | fix extra , at the end of the changelog line | 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 | |