Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-02-06 | merged from mvo | Michael Vogt | |
2008-02-04 | merged from apt-authentication-reliability | Michael 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 interface | Michael 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 interface | Michael 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-03 | merge from apt--mvo | Michael Vogt | |
2007-12-17 | apt-pkg/deb/dpkgpm.cc: fix types | Michael Vogt | |
2007-11-28 | merge with the debian tree | Michael Vogt | |
2007-11-26 | * Applied patch from Aurelien Jarno <aurel32@debian.org> to avoid CPU | Otavio Salvador | |
getting crazy when /dev/null is redirected to stdin (which breaks buildds), closes: #452858. | |||
2007-10-31 | Minor fixes on racy_pselect | Otavio 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 support | Otavio 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-20 | merged with apt--mvo | Michael Vogt | |
2007-10-20 | apt-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 | |||
2007-10-15 | * merge from apt--mvo (fix resource leak, run apt.cron.daily only if | Michael Vogt | |
apt-get check is successfull) | |||
2007-10-15 | apt-pkg/deb/dpkgpm.cc: | Michael Vogt | |
- fix resource leak | |||
2007-10-15 | * apt-pkg/deb/dpkgpm.cc: | Michael Vogt | |
- fix resource leak (LP: #148806) | |||
2007-10-04 | * apt-pkg/deb/dpkgpm.cc: | Michael Vogt | |
- fix crash in WriteApportReport (LP: #144537) | |||
2007-10-03 | merged from the dpkg-log branch | Michael Vogt | |
2007-10-03 | * apt-pkg/deb/debmetaindex.cc: comparison with string literal results | Michael Vogt | |
in unspecified behaviour; | |||
2007-10-02 | - apt-pkg/deb/debmetaindex.cc: comparison with string literal results | Otavio Salvador | |
in unspecified behaviour; | |||
2007-10-02 | - apt-pkg/deb/dpkgpm.cc: initialization order and conversion from | Otavio Salvador | |
string constant to 'char*'; | |||
2007-09-18 | apt-pkg/deb/dpkgpm.cc: | Michael Vogt | |
- make it compileable | |||
2007-09-18 | * apt-pkg/deb/dpkgpm.cc: | Michael Vogt | |
- fix parse error when dpkg sends unexpected data | |||
2007-09-18 | - fix parse error when dpkg sends unexpected data | Michael Vogt | |
2007-09-11 | * apt-pkg/acquire.cc: | Michael Vogt | |
- increase MaxPipeDepth for the internal worker<->method communication to 1000 for the debtorrent backend * make apt build with g++ 4.3 * apt-pkg/acquire.cc: - increase MaxPipeDepth for the internal worker<->method communication to 1000 for the debtorrent backend * make apt build with g++ 4.3 * dpkg-triggers: Deal properly with new package states. | |||
2007-09-10 | apt-pkg/deb/dpkgpm.cc: | Michael Vogt | |
- ignore EINTR on select() | |||
2007-09-10 | * apt-pkg/deb/dpkgpm.cc: | Michael Vogt | |
- fix progress reporting precent calculation (LP: #137798) | |||
2007-09-10 | apt-pkg/deb/dpkgpm.cc: | Michael Vogt | |
- comment out dpkg trigger messages, those seem to be not generated by dpkg over the status fd | |||
2007-09-06 | * dpkg-triggers: Deal properly with new package states. | Michael Vogt | |
2007-09-05 | * apt-pkg/deb/dpkgpm.{cc,h}: | Michael Vogt | |
- fix bug in dpkg log writing when a signal is caught during select() (LP: #134858) - write end marker in the log as well | |||
2007-09-05 | apt-pkg/deb/dpkgpm.cc: | Michael Vogt | |
- remove leading "\n" | |||
2007-09-05 | * write start/end log tags | Michael Vogt | |
2007-08-28 | * merged from dpkg-log branch | Michael Vogt | |
2007-08-27 | * apt-pkg/deb/dpkgpm.cc: | Michael Vogt | |
- on error in select() continue | |||
2007-08-16 | dpkg-triggers: deal properly with new package states; 0.7.6ubuntu6 | Ian Jackson | |
2007-08-06 | * apt-pkg/deb/dpkgpm.cc: | Michael Vogt | |
- fix packagename extraction when writting apport reports | |||
2007-08-06 | * merged from apt--mvo | Michael Vogt | |
2007-08-06 | * apt-pkg/deb/dpkgpm.{cc,h}: | Michael Vogt | |
move term_out into DPkgPM class | |||
2007-08-06 | * apt-pkg/deb/dpkgpm.cc: | Michael Vogt | |
- do not break if no /dev/pts is available | |||
2007-08-06 | * merged with dpkg-log branch | Michael Vogt | |
2007-08-06 | * apt-pkg/deb/dpkgpm.cc: | Michael Vogt | |
- do not fail if openpty() fails | |||
2007-08-03 | * merged from apt--mvo | Michael Vogt | |
2007-08-03 | * make apt -Wall clean | Michael Vogt | |
2007-08-03 | - when writting apport reports, attach the dpkg | Michael Vogt | |
terminal log too | |||
2007-08-03 | * debian/changelog: updated credits | Michael Vogt | |
* apt-pkg/deb/dpkgpm.cc: merged from dpkg-log branch | |||
2007-08-03 | * merged from dpkg-log branch | Michael Vogt | |