summaryrefslogtreecommitdiff
AgeCommit 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-17make the (internal) max pipeline depth of the acquire queueMichael Vogt
configurable via Acquire::Max-Pipeline-Depth
2009-06-09merged from the debian-sid branchMichael Vogt
2009-06-06Completed Catalan translationbubulle@debian.org
2009-06-05Pending translationsbubulle@debian.org
2009-06-02Update French translationbubulle@debian.org
2009-06-01Simplified Chinese translation updateDeng 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-21Updated Asturian translationbubulle@debian.org
2009-05-17Asturian translation addedbubulle@debian.org
2009-05-17Basque translation updatebubulle@debian.org
2009-05-10Drop duplicate "purge" in command list.Loïc Minier
2009-04-28Slovak translation updatebubulle@debian.org
2009-04-28include apt ordering into apport package failuresMichael 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-23Update French translationbubulle@debian.org
2009-04-23Update PO filesbubulle@debian.org
2009-04-22Fix typo in French translationbubulle@debian.org
2009-04-16releasing version 0.7.210.7.21Michael Vogt
2009-04-14build fixes, change version 0.7.21Michael 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-08debian/changelog: add bugnumberMichael 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-08apt.cron.daily: catch invalid dates due to DST time changesMichael Vogt
in the stamp files
2009-04-08apt.cron.daily: catch invalid dates due to DST time changesMichael Vogt
in the stamp files
2009-04-08Slovak translation updatebubulle@debian.org
2009-04-02Italian translationbubulle@debian.org
2009-03-30run update-apt-xapian-index (with ionice) to ensure thatMichael Vogt
the index is up-to-date when synaptic is run (LP: #288797)
2009-03-30merge 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-27pre-build.sh: add +xMichael Vogt
2009-03-27make pre-build.sh executable so that bzr builddeb works straight from bzrColin 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-19French translation update was reported in the BTSbubulle@debian.org
2009-03-19Slovak translation updatebubulle@debian.org
2009-03-19merge from mvoMichael 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-09Fix an infinite loop in pkgAcquire::UriIterator::operator++() (Closes: #335615).Daniel Burrows
2009-03-09* cmdline/apt-get.ccMichael 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-06Fix 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-05fix changelogMichael Vogt
2009-03-04Swedish translation updatebubulle@debian.org
2009-02-24French translation updatebubulle@debian.org
2009-02-24Update PO(T) filesbubulle@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)