summaryrefslogtreecommitdiff
path: root/apt-pkg/deb
AgeCommit message (Collapse)Author
2009-06-09merged from the debian-sid branchMichael Vogt
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-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-03-06* apt-pkg/deb/dpkgpm.cc:Michael Vogt
- revert termios patch (LP: #338514)
2009-01-28merged from the mvo branchMichael Vogt
2009-01-28 LP: #263089Michael Vogt
2008-12-08apt-pkg/deb/debsystem.cc: add missing apti18n.h headerMichael Vogt
2008-11-26make dpkg string translatableMichael Vogt
2008-11-26* /apt-pkg/deb/debsystem.cc:Michael Vogt
- add 'sudo' to the error message to "run 'dpkg --configure -a'" (LP: #52697)
2008-11-26* apt-pkg/deb/dpkgpm.cc:Michael Vogt
- filter "ENOMEM" errors when creating apport reports
2008-11-24merged from debian-sidMichael Vogt
2008-11-24* apt-pkg/deb/dpkgpm.cc:Michael Vogt
- fix potential hang when in a backgroud process group
2008-11-12merge from the mvo branchMichael Vogt
2008-11-12apt-pkg/deb/dpkgpm.cc: fix typo (thanks to jackyf)Michael Vogt
2008-11-12fix SIGHUP handling (closes: #463030)Michael Vogt
2008-10-28fix various -Wall warningsMichael Vogt
2008-10-01* apt-pkg/packagemanager.cc, apt-pkg/deb/dpkgpm.cc:Michael Vogt
- move the state file writting into the Go() implementation of dpkgpm (closes: #498799) * apt-pkg/algorithms.cc: - fix simulation performance drop (thanks to Ferenc Wagner for reporting the issue)
2008-09-25Restore the apt ABI.Daniel Burrows
The problem was that the size of pkgDpkgPM and its member offsets changed because a map giving the names of the trigger states was inserted into the middle of the structure. I fixed it by using a statically allocated array instead. This changes the procedure for looking up a string to a linear search, which should be fine (or even faster than before) since there are only 4 state strings. If it becomes a problem, sorting the array by key will allow us to use std::equal_range(), but I would advise against this unless it's really necessary, since sooner or later someone will forget to maintain the sort order.
2008-08-11do not report disk full errors from dpkg via apportMichael Vogt
2008-08-11support a ":" in the dpkg error outputMichael Vogt
2008-08-11* apt-pkg/deb/dpkgpm.cc:Michael Vogt
- improve the filtering for duplicated apport reports (thanks to seb128 for pointing that problem out)
2008-08-06* fix various -Wall warningsMichael Vogt
* make "apt-get build-dep" installed packages marked automatic 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-08-06* merge patch that enforces stricter https server certificateMichael Vogt
checking (thanks to Arnaud Ebalard, closes: #485960) * allow per-mirror specific https settings (thanks to Arnaud Ebalard, closes: #485965) * add doc/examples/apt-https-method-example.cof (thanks to Arnaud Ebalard, closes: #485964) * add DPkg::NoTriggers option so that applications that call apt/aptitude (like the installer) defer trigger processing (thanks to Joey Hess) * document --install-recommends and --no-install-recommends (thanks to Dereck Wonnacott, LP: #126180) * apt-ftparchive might write corrupt Release files (LP: #46439) * Apply --important option to apt-cache depends (LP: #16947)
2008-08-05fix various -Wall warningsMichael Vogt
2008-08-05* apt-pkg/deb/dpkgpm.cc:Michael Vogt
- fix uninitialized variable that caused no apport reports to be written sometimes (thanks to Matt Zimmerman)
2008-07-25* add DPkg::NoTriggers option so that applications that callMichael Vogt
apt/aptitude (like the installer) defer trigger processing (thanks to Joey Hess)
2008-07-25* add DPkg::NoTriggers option so that applications that callMichael Vogt
apt/aptitude (like the installer) defer trigger processing (thanks to Joey Hess)
2008-07-25* improve apt progress reporting, display trigger actionsMichael Vogt
2008-07-17apt-pkg/deb/dpkgpm.cc: improve the trigger textMichael Vogt
2008-06-03* Apply patch to avoid truncating of arbitrary files. Thanks to BryanMichael Vogt
Donlan <bdonlan@fushizen.net> for the patch. Closes: #482476 * Avoid using dbus if dbus-daemon isn't running. Closes: #438803 * apt-pkg/deb/dpkgpm.cc: - improve apt progress reporting, display trigger actions * apt-pkg/depcache.cc: - when checking for new important deps, skip critical ones (LP: #236360) * Vietnamese updated. Closes: #479748 * Russian updated. Closes: #479777 * Galician updated. Closes: #479792 * Portuguese updated. Closes: #479847 * Swedish updated. Closes: #479871 * Dutch updated. Closes: #480125 * Kurdish added. Closes: #480150 * Brazilian Portuguese updated. Closes: #480561 * Hungarian updated. Closes: #480662 * Apply patch to avoid truncating of arbitrary files. Thanks to Bryan Donlan <bdonlan@fushizen.net> for the patch. Closes: #482476 * Avoid using dbus if dbus-daemon isn't running. Closes: #438803 * debian/apt.cron.daily: - apply patch based on the ideas of Francesco Poli for better behavior when the cache can not be locked (closes: #459344)
2008-05-23* improve apt progress reporting, display trigger actionsMichael Vogt
2008-02-06merged from mvoMichael Vogt
2008-02-04merged from apt-authentication-reliabilityMichael Vogt
2008-02-04* apt-pkg/deb/debmetaindex.cc:Michael Vogt
- add missing "Release" file uri when apt-get update --print-uris is run
2008-02-01* apt-pkg/deb/dpkgpm.cc:Michael Vogt
- add APT::Apport::MaxReports to limit the maximum number of reports generated in a single run (default to 3)
2008-01-31* apt-pkg/deb/dpkgpm.cc:Michael Vogt
- merged patch from Kees Cook to fix anoying upper-case display on amd64 in sbuild
2008-01-07* merged the apt--DoListUpdate branch, this provides a common interfaceMichael Vogt
for "apt-get update" like operations for the frontends and also provides hooks to run stuff in APT::Update::{Pre,Post}-Invoke * merged the apt--DoListUpdate branch, this provides a common interface for "apt-get update" like operations for the frontends and also provides hooks to run stuff in APT::Update::{Pre,Post}-Invoke
2008-01-04* merged the apt--DoListUpdate branch, this provides a common interfaceMichael Vogt
for apt-get update like operations for the frontends and also provides hooks to run stuff in APT::Update::{Pre,Post}-Invoke
2008-01-03merge from apt--mvoMichael Vogt
2007-12-17apt-pkg/deb/dpkgpm.cc: fix typesMichael Vogt
2007-11-28merge with the debian treeMichael Vogt
2007-11-26* Applied patch from Aurelien Jarno <aurel32@debian.org> to avoid CPUOtavio Salvador
getting crazy when /dev/null is redirected to stdin (which breaks buildds), closes: #452858.
2007-10-31Minor fixes on racy_pselectOtavio Salvador
2007-10-29* Applied patch from Brian M. Carlson <sandals@crustytoothpaste.ath.cx>Otavio Salvador
to add backward support for arches that lacks pselect support, closes: #448406.
2007-10-25* Applied patch from Daniel Burrows <dburrows@debian.org> to add supportOtavio Salvador
for the Homepage field, closes: #447970.
2007-10-24* apt-pkg/deb/dpkgpm.{cc,h}:Michael Vogt
- give up timeslice on EIO error in read from master terminal * apt-pkg/deb/dpkgpm.{cc,h}: - rewrite dpkgpm.cc to use pselect() instead of select() to block signals during select() (LP: #134858)
2007-10-20merged with apt--mvoMichael Vogt
2007-10-20apt-pkg/deb/dpkgpm.cc:Michael Vogt
- use pselect() instead of select() - on EIO error on pty master read, usleep(0.5s) to give up timeslice so that the child can properly exit