summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-07-22apt-pkg/cdrom.cc: make cdrom.Mounted property reliableMichael Vogt
2009-07-09move libudev based code into libapt cdrom.cc classMichael Vogt
2009-07-08prototype for libudev dlopen() type of cdrom detectionMichael Vogt
2009-07-02* 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-23* apt-pkg/algorithms.cc:Michael Vogt
- consider recommends when making the scores for the problem resolver
2009-06-17send "dpkg-exec" message on the status fd when dpkg is runMichael Vogt
2009-06-17* apt-pkg/deb/dpkgpm.cc:Michael Vogt
- add Dpkg::UseIoNice boolean option to run dpkg with ionice -c3 (off by default)
2009-06-09* apt-pkg/acquire.cc:Michael Vogt
- make the max pipeline depth of the acquire queue configurable via Acquire::Max-Pipeline-Depth
2009-06-03* cmdline/apt-mark:Michael Vogt
- add "showauto" option to show automatically installed packages
2009-04-24build fixes for g++-4.4Michael Vogt
2009-04-23fix 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)
2009-04-08* methods/gpgv.cc:Michael Vogt
- properly check for expired and revoked keys (closes: #433091)
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-24ftparchive/cachedb.cc: compact() the database after c_del()Michael Vogt
2009-03-19make pre-build.sh executableMichael Vogt
2009-03-19make it bzr-buildpackage ableMichael Vogt
2009-03-09cmdline/apt-get.cc: fix typoMichael Vogt
2009-03-09fix "apt-get source pkg" if there is a binary package andMichael Vogt
a source package of the same name but from different packages (LP: #330103)
2009-03-06* apt-pkg/deb/dpkgpm.cc:Michael Vogt
- revert the change by Kees again for the amd64 ALL-CAPS problem
2009-02-03* methods/https.cc:Michael Vogt
- add Acquire::https::AllowRedirect support
2009-02-03apt-pkg/pkgcache.cc: fix typoMichael Vogt
2009-02-03* apt-pkg/pkgcache.cc:Michael Vogt
- do not run "dpkg --configure pkg" if pkg is in trigger-awaited state (LP: #322955)
2009-02-03methods/https.cc: do not unlink partial files (thanks to robbiew)Michael Vogt
2009-01-30[ABI break] use int for the package IDs (thanks to Steve Cotton)Michael Vogt
2009-01-30[ABI break] merge support for http redirects, thanks toMichael Vogt
Jeff Licquia and Anthony Towns
2009-01-28apt-pkg/deb/debsystem.cc: add missing i18n stringMichael Vogt
2009-01-19apt-pkg/pkgcachegen.cc: when searching for duplicates in the description, ↵Michael Vogt
avoid side effect
2009-01-08* apt-pkg/contrib/strutl.cc:Michael Vogt
- fix TimeToStr i18n (LP: #289807)
2008-12-16Clarify the --help for 'purge' (LP: #243948)Michael Vogt
2008-12-09merged from the debian-sid branchMichael Vogt
2008-12-09* methods/gpgv.cc:Michael Vogt
- fix compiler warning * cmdline/apt-get.cc: - fix "apt-get source pkg=ver" if binary name != source name and show a message (LP: #202219) * apt-pkg/deb/debsystem.cc: - make strings i18n able
2008-12-09apt-pkg/contrib/strutl.cc: increase the size limitMichael Vogt
2008-12-08debian/changelog: fix changelogMichael Vogt
2008-12-08merged lp:~jackyf-devel/apt/debian-sidMichael Vogt
2008-12-08* apt-pkg/indexrecords.cc:Michael Vogt
- fix some i18n issues * apt-pkg/contrib/strutl.h: - add new strprintf() function to make i18n strings easier
2008-12-08 - fix "apt-get source pkg=ver" if binary name != source nameMichael Vogt
(LP: #202219) * doc/makefile: - add examples/apt-https-method-example.conf
2008-12-07Drop awful use of first person in French translation. The same should happen ↵bubulle@debian.org
to English messages after lenny
2008-12-06Included missing file debian/apt-transport-https.README to repo.Eugene V. Lyubimkin
2008-12-06Mentioned 'APT::Periodic' and 'APT::Archives' groups of options.Eugene V. Lyubimkin
2008-12-06Applied patch from Daniel Burrows to document 'Debug' group of options.Eugene V. Lyubimkin
2008-12-06Documented briefly 'APT::https' group of options.Eugene V. Lyubimkin
2008-12-06Renewed buildlib/config.{sub,guess} files.Eugene V. Lyubimkin
2008-12-06Fixed place of 'merged install-recommends and install-task branches' in ↵Eugene V. Lyubimkin
debian/changelog.
2008-12-02make "apt-get build-dep" installed packages marked automaticMichael Vogt
by default. This can be changed by setting the value of APT::Get::Build-Dep-Automatic to false (thanks to Aaron Haviland, closes: #44874, LP: #248268)
2008-12-02* doc/examples/sources.list:Michael Vogt
- Removed obsolete commented non-us deb-src entry, replaced it with 'deb-src security.debian.org' one. (Closes: #411298) * apt-pkg/contrib/mmap.cc: - Added instruction how to work around MMap error in MMap error message. (Closes: #385674, 436028)
2008-11-26Added instruction how to work around MMap error in MMap error message.Eugene V. Lyubimkin
2008-11-26Removed obsolete commented non-us deb-src entry, replaced with ↵Eugene V. Lyubimkin
'security.debian.org' one.
2008-11-26Merged from debian-sid branch.Eugene V. Lyubimkin
2008-11-24upload as 0.7.19Michael Vogt
2008-11-23Ukrainian translation updatedbubulle@debian.org