Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-07-14 | * debian/apt.cron.daily: | Michael Vogt | |
- if the timestamp is too far in the future, delete it (LP: #135262) | |||
2009-07-14 | * apt-pkg/acquire-worker.cc: | Michael Vogt | |
- show error details of failed methods * apt-pkg/contrib/fileutl.cc: - if a process aborts with signal, show signal number * methods/http.cc: - ignore SIGPIPE, we deal with EPIPE from write in HttpMethod::ServerDie() (LP: #385144) | |||
2009-06-17 | make the (internal) max pipeline depth of the acquire queue | Michael Vogt | |
configurable via Acquire::Max-Pipeline-Depth | |||
2009-06-09 | merged from the debian-sid branch | Michael Vogt | |
2009-06-06 | Completed Catalan translation | bubulle@debian.org | |
2009-06-05 | Pending translations | bubulle@debian.org | |
2009-06-02 | Update French translation | bubulle@debian.org | |
2009-06-01 | Simplified Chinese translation update | Deng Xiyue | |
2009-05-28 | * apt-pkg/acquire.cc: | Michael Vogt | |
- make the max pipeline depth of the acquire queue configurable via Acquire::Max-Pipeline-Depth | |||
2009-05-21 | Updated Asturian translation | bubulle@debian.org | |
2009-05-17 | Asturian translation added | bubulle@debian.org | |
2009-05-17 | Basque translation update | bubulle@debian.org | |
2009-05-10 | Drop duplicate "purge" in command list. | Loïc Minier | |
2009-04-28 | Slovak translation update | bubulle@debian.org | |
2009-04-28 | include apt ordering into apport package failures | Michael Vogt | |
2009-04-24 | * fix problematic use of tolower() when calculating the version | Michael Vogt | |
hash by using locale independant tolower_ascii() function. Thanks to M. Vefa Bicakci (LP: #80248) * build fixes for g++-4.4 * include dmesg output in apport package failures | |||
2009-04-23 | Update French translation | bubulle@debian.org | |
2009-04-23 | Update PO files | bubulle@debian.org | |
2009-04-22 | Fix typo in French translation | bubulle@debian.org | |
2009-04-16 | releasing version 0.7.210.7.21 | Michael Vogt | |
2009-04-14 | build fixes, change version 0.7.21 | Michael Vogt | |
2009-04-09 | * apt-pkg/contrib/strutl.cc: | Michael Vogt | |
- fix TimeToStr i18n (LP: #289807) * [ABI break] merge support for http redirects, thanks to Jeff Licquia and Anthony Towns * [ABI break] use int for the package IDs (thanks to Steve Cotton) * apt-pkg/pkgcache.cc: - do not run "dpkg --configure pkg" if pkg is in trigger-awaited state (LP: #322955) * methods/https.cc: - add Acquire::https::AllowRedirect support * Clarify the --help for 'purge' (LP: #243948) * cmdline/apt-get.cc - fix "apt-get source pkg" if there is a binary package and a source package of the same name but from different packages (LP: #330103) * cmdline/acqprogress.cc: - Call pkgAcquireStatus::Pulse even if quiet, so that we still get dlstatus messages on the status-fd (LP: #290234). | |||
2009-04-08 | debian/changelog: add bugnumber | Michael Vogt | |
2009-04-08 | * methods/gpgv.cc: | Michael Vogt | |
- properly check for expired and revoked keys (closes: #433091) LP: #356012 | |||
2009-04-08 | * methods/gpgv.cc: | Michael Vogt | |
- properly check for expired and revoked keys (closes: #433091) | |||
2009-04-08 | apt.cron.daily: catch invalid dates due to DST time changes | Michael Vogt | |
in the stamp files | |||
2009-04-08 | apt.cron.daily: catch invalid dates due to DST time changes | Michael Vogt | |
in the stamp files | |||
2009-04-08 | Slovak translation update | bubulle@debian.org | |
2009-04-02 | Italian translation | bubulle@debian.org | |
2009-03-30 | run update-apt-xapian-index (with ionice) to ensure that | Michael Vogt | |
the index is up-to-date when synaptic is run (LP: #288797) | |||
2009-03-30 | merge fix for cache locking from debian (closes: #459344) | Michael Vogt | |
2009-03-30 | * debian/apt.cron.daily: | Michael Vogt | |
- do not clutter cron mail with bogus gconftool messages (LP: #223502) | |||
2009-03-27 | * cmdline/acqprogress.cc: | Michael Vogt | |
- Call pkgAcquireStatus::Pulse even if quiet, so that we still get dlstatus messages on the status-fd (LP: #290234). | |||
2009-03-27 | pre-build.sh: add +x | Michael Vogt | |
2009-03-27 | make pre-build.sh executable so that bzr builddeb works straight from bzr | Colin Watson | |
2009-03-26 | * cmdline/acqprogress.cc: | Colin Watson | |
- Call pkgAcquireStatus::Pulse even if quiet, so that we still get dlstatus messages on the status-fd (LP: #290234). | |||
2009-03-26 | * ftparchive/cachedb.cc: | Michael Vogt | |
- when apt-ftparchive clean is used, compact the database at the end (thanks to cprov) | |||
2009-03-19 | French translation update was reported in the BTS | bubulle@debian.org | |
2009-03-19 | Slovak translation update | bubulle@debian.org | |
2009-03-19 | merge from mvo | Michael Vogt | |
2009-03-19 | * methods/mirror.cc: | Michael Vogt | |
- when download the mirror file and the server is down, return a propper error message (LP: #278635) | |||
2009-03-09 | Fix an infinite loop in pkgAcquire::UriIterator::operator++() (Closes: #335615). | Daniel Burrows | |
2009-03-09 | * cmdline/apt-get.cc | Michael Vogt | |
- fix "apt-get source pkg" if there is a binary package and a source package of the same name but from different packages (LP: #330103) | |||
2009-03-06 | Fix FindFile (and FindDir) so that the value of RootDir is applied to the ↵ | Daniel Burrows | |
default if no value is found. Previously FindFile("Dir::etc", "/etc") would use RootDir if a value existed for "Dir::etc"; otherwise it would go ahead and use "/etc", ignoring RootDir. Of course, this made RootDir fairly useless; it has now been fixed. | |||
2009-03-06 | * apt-pkg/deb/dpkgpm.cc: | Michael Vogt | |
- revert termios patch (LP: #338514) | |||
2009-03-05 | fix changelog | Michael Vogt | |
2009-03-04 | Swedish translation update | bubulle@debian.org | |
2009-02-24 | French translation update | bubulle@debian.org | |
2009-02-24 | Update PO(T) files | bubulle@debian.org | |
2009-02-09 | * apt-pkg/pkgcache.cc: | Michael Vogt | |
- do not run "dpkg --configure pkg" if pkg is in trigger-awaited state (LP: #322955) - do not unlink files in partial/ (thanks to robbiew) |