summaryrefslogtreecommitdiff
path: root/apt-pkg/deb
AgeCommit message (Collapse)Author
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
2007-10-15* merge from apt--mvo (fix resource leak, run apt.cron.daily only ifMichael Vogt
apt-get check is successfull)
2007-10-15apt-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-03merged from the dpkg-log branchMichael Vogt
2007-10-03* apt-pkg/deb/debmetaindex.cc: comparison with string literal resultsMichael Vogt
in unspecified behaviour;
2007-10-02 - apt-pkg/deb/debmetaindex.cc: comparison with string literal resultsOtavio Salvador
in unspecified behaviour;
2007-10-02 - apt-pkg/deb/dpkgpm.cc: initialization order and conversion fromOtavio Salvador
string constant to 'char*';
2007-09-18apt-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 dataMichael 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-10apt-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-10apt-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-05apt-pkg/deb/dpkgpm.cc:Michael Vogt
- remove leading "\n"
2007-09-05* write start/end log tagsMichael Vogt
2007-08-28* merged from dpkg-log branchMichael Vogt
2007-08-27* apt-pkg/deb/dpkgpm.cc:Michael Vogt
- on error in select() continue
2007-08-16dpkg-triggers: deal properly with new package states; 0.7.6ubuntu6Ian Jackson
2007-08-06* apt-pkg/deb/dpkgpm.cc:Michael Vogt
- fix packagename extraction when writting apport reports
2007-08-06* merged from apt--mvoMichael 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 branchMichael Vogt
2007-08-06* apt-pkg/deb/dpkgpm.cc:Michael Vogt
- do not fail if openpty() fails
2007-08-03* merged from apt--mvoMichael Vogt
2007-08-03* make apt -Wall cleanMichael Vogt
2007-08-03 - when writting apport reports, attach the dpkgMichael Vogt
terminal log too
2007-08-03* debian/changelog: updated creditsMichael Vogt
* apt-pkg/deb/dpkgpm.cc: merged from dpkg-log branch
2007-08-03* merged from dpkg-log branchMichael Vogt