summaryrefslogtreecommitdiff
path: root/apt-pkg/deb
Commit message (Collapse)AuthorAgeFilesLines
* * apt-pkg/deb/debmetaindex.cc:Michael Vogt2008-02-041-0/+9
| | | | - add missing "Release" file uri when apt-get update --print-uris is run
* * apt-pkg/deb/dpkgpm.cc:Michael Vogt2008-01-311-1/+3
| | | | - merged patch from Kees Cook to fix anoying upper-case display on amd64 in sbuild
* * merged the apt--DoListUpdate branch, this provides a common interfaceMichael Vogt2008-01-042-63/+1
|\ | | | | | | for apt-get update like operations for the frontends and also provides hooks to run stuff in APT::Update::{Pre,Post}-Invoke
| * * apt-pkg/deb/dpkgpm.cc, apt-pkg/contrib/fileutl.{cc,h}:Michael Vogt2006-06-071-54/+2
| | | | | | | | | | | | - move the RunScripts() code into fileutl.{cc,h} * apt-pkg/cachefile.cc: - add support for "APT::Update::{Pre,Post}-Invoke" scripts
* | apt-pkg/deb/dpkgpm.cc: fix typesMichael Vogt2007-12-171-4/+4
| |
* | * Applied patch from Aurelien Jarno <aurel32@debian.org> to avoid CPUOtavio Salvador2007-11-262-2/+10
| | | | | | | | getting crazy when /dev/null is redirected to stdin (which breaks buildds), closes: #452858.
* | Minor fixes on racy_pselectOtavio Salvador2007-10-311-3/+3
| |
* | * Applied patch from Brian M. Carlson <sandals@crustytoothpaste.ath.cx>Otavio Salvador2007-10-291-0/+24
| | | | | | | | to add backward support for arches that lacks pselect support, closes: #448406.
* | * Applied patch from Daniel Burrows <dburrows@debian.org> to add supportOtavio Salvador2007-10-252-0/+9
| | | | | | for the Homepage field, closes: #447970.
* | merged with apt--mvoMichael Vogt2007-10-201-14/+28
|\ \
| * | apt-pkg/deb/dpkgpm.cc:Michael Vogt2007-10-201-4/+18
| | | | | | | | | | | | | | | | | | - 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
* | | * merge from apt--mvo (fix resource leak, run apt.cron.daily only ifMichael Vogt2007-10-151-1/+4
|\| | | | | | | | | | | apt-get check is successfull)
| * | apt-pkg/deb/dpkgpm.cc:Michael Vogt2007-10-151-1/+4
| | | | | | | | | | | | - fix resource leak
* | | merged from the dpkg-log branchMichael Vogt2007-10-032-32/+57
|\ \ \ | |/ / |/| |
| * | apt-pkg/deb/dpkgpm.cc:Michael Vogt2007-09-051-1/+1
| | | | | | | | | | | | - remove leading "\n"
| * | * write start/end log tagsMichael Vogt2007-09-052-27/+57
| | |
* | | - apt-pkg/deb/debmetaindex.cc: comparison with string literal resultsOtavio Salvador2007-10-021-1/+1
| | | | | | | | | in unspecified behaviour;
* | | - apt-pkg/deb/dpkgpm.cc: initialization order and conversion fromOtavio Salvador2007-10-021-3/+3
| | | | | | | | | string constant to 'char*';
* | | apt-pkg/deb/dpkgpm.cc:Michael Vogt2007-09-181-1/+0
| | | | | | | | | | | | - make it compileable
* | | - fix parse error when dpkg sends unexpected dataMichael Vogt2007-09-181-3/+4
| | |
* | | apt-pkg/deb/dpkgpm.cc:Michael Vogt2007-09-101-6/+10
| | | | | | | | | | | | - ignore EINTR on select()
* | | apt-pkg/deb/dpkgpm.cc:Michael Vogt2007-09-101-1/+4
| | | | | | | | | | | | | | | - comment out dpkg trigger messages, those seem to be not generated by dpkg over the status fd
* | | * dpkg-triggers: Deal properly with new package states.Michael Vogt2007-09-062-1/+8
|/ /
* | * merged from dpkg-log branchMichael Vogt2007-08-281-2/+3
|\ \
| * | * apt-pkg/deb/dpkgpm.cc:Michael Vogt2007-08-271-2/+3
| | | | | | | | | | | | - on error in select() continue
* | | * apt-pkg/deb/dpkgpm.{cc,h}:Michael Vogt2007-08-062-6/+7
| | | | | | | | | | | | move term_out into DPkgPM class
* | | * merged with dpkg-log branchMichael Vogt2007-08-061-19/+30
|\| |
| * | * apt-pkg/deb/dpkgpm.cc:Michael Vogt2007-08-061-19/+30
| | | | | | | | | | | | - do not fail if openpty() fails
* | | * make apt -Wall cleanMichael Vogt2007-08-032-7/+4
| | |
* | | * merged from dpkg-log branchMichael Vogt2007-08-031-2/+4
|\| |
| * | * apt-pkg/init.cc: Michael Vogt2007-08-031-2/+4
| | | | | | | | | | | | | | | | | | - init Dir::Log::Terminal * apt-pkg/deb/dpkgpm.cc: - only work with term_out if it is not NULL
* | | (ABI break)Michael Vogt2007-08-033-1/+10
|\ \ \ | | | | | | | | | | | | | | | | * merged apt--sha256 branch to fully support the new sha256 checksums in the Packages and Release files (ABI break)
| * | | * implement sha256/sha1/md5 checking with proper backward compatibilityMichael Vogt2007-07-263-1/+10
| | | | | | | | | | | | | | | | and fallback
* | | | * merged from dpkg-log branchMichael Vogt2007-08-031-12/+17
|\ \ \ \ | | |/ / | |/| |
| * | | * doc/examples/configure-index:Michael Vogt2007-08-031-12/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - updated Dir::Log::Terminal * apt-pkg/deb/dpkgpm.cc: - make the terminal log optional - rename Dir::Log::Name to Dir::Log::Terminal
* | | | * apt-pkg/deb/dpkgpm.{cc,h}:Michael Vogt2007-08-032-134/+276
|\| | | | | | | | | | | | | | | | | | | - merged dpkg-log branch, this lets you specify a Dir::Log::Terminal file to log dpkg output to ABI break
| * | | apt-pkg/deb/dpkgpm.{cc,h}Michael Vogt2007-07-192-25/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - a bit cleanup - move the log date to the right place - write log to dir::log::name apt-pkg/init.cc: - init dir::log::name "/var/log/apt/term.log" debian/apt.dirs: - create /var/log/apt/ doc/examples/configure-index: - add new dir::log::name to the index
| * | | apt-pkg/deb/dpkgpm.{cc,h}:Michael Vogt2007-07-192-138/+117
| | | | | | | | | | | | | | | | | | | | - move output processing ProcessDpkgStatusLine() and out of the Go() method (yeah!) - things start to look more tidy now
| * | | apt-pkg/deb/dpkgpm.{cc,h}:Michael Vogt2007-07-192-13/+57
| | | | | | | | | | | | | | | | | | | | - move make dpkgstatus processing into DoDpkgStatusFd() and ProcessDpkgStatusLine() [the later is a stub for now]
| * | | apt-pkg/deb/dpkgpm.{cc,h}:Michael Vogt2007-07-162-131/+178
| |\ \ \ | | | | | | | | | | | | | | | - merge select() based terminal log
| | * | | apt-pkg/deb/dpkgpm.cc:Michael Vogt2007-07-161-18/+20
| | | | | | | | | | | | | | | | | | | | | | | | | - run DoStdin(), DoTerminalPty() calls only if their FD is in the returned set after select()
| | * | | apt-pkg/deb/dpkgpm.cc:Michael Vogt2007-07-151-3/+13
| | | | | | | | | | | | | | | | | | | | - write current time to log
| | * | | apt-pkg/deb/dpkgpm.cc:Michael Vogt2007-07-151-107/+104
| | | | | | | | | | | | | | | | | | | | - unbreak progress reporting, make code nicer
| | * | | apt-pkg/deb/dpkgpm.{cc,h}:Michael Vogt2007-07-152-23/+43
| | | | | | | | | | | | | | | | | | | | - move the terminal and stdin reading into its own functions
| | * | | apt-pkg/deb/dpkgpm.cc:Michael Vogt2007-07-151-5/+20
| |/ / / | | | | | | | | | | | | - use select() to check for new data
| * | | * first (raw and ineffient) implementationMichael Vogt2007-07-031-6/+71
| | | |
| * | | * merged the remaining bits from the apt--no-pragma branchMichael Vogt2007-06-097-25/+0
| |\ \ \
* | | | | * Applied patch from Guillem Jover <guillem.jover@nokia.com> to addOtavio Salvador2007-07-281-1/+1
| |_|/ / |/| | | | | | | support to add lzma support (closes: #408201)
* | | | * Fix compilation warnings:Otavio Salvador2007-07-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - apt-pkg/contrib/configuration.cc: wrong argument type; - apt-pkg/deb/dpkgpm.cc: wrong signess; - apt-pkg-acquire-item.cc: wrong signess and orderned initializers; - methods/https.cc: - type conversion; - unused variable; - changed SetupProxy() method to void;
* | | | * Removed the more leftover #pragma interface/implementationMichael Vogt2007-06-087-25/+0
|\ \ \ \ | |/ / / |/| / / | |/ / closes: #306937 (thanks to Andreas Henriksson for the patch)