summaryrefslogtreecommitdiff
path: root/apt-pkg
Commit message (Collapse)AuthorAgeFilesLines
* * apt-pkg/packagemanager.{cc,h}:Michael Vogt2008-01-0711-81/+198
|\ | | | | | | | | | | | | | | | | | | - propergate the Immediate flag to make hitting the "E: Internal Error, Could not perform immediate configuration (2)" harder * debian/control: - build against libdb-dev (instead of libdb4.4-dev) * 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
| * * apt-pkg/acquire-worker.cc, methods/connect.cc:Michael Vogt2008-01-071-0/+1
| | | | | | | | - consider a ResolveError a transient-network problem
| * * move the ListUpdate() code from cachefile.h into algorithms.{cc,h}Michael Vogt2008-01-074-76/+78
| | | | | | | | as it does not require a cachefile at all
| * support optional PulseInterval in ListUpdateMichael Vogt2008-01-042-4/+12
| |
| * * merged the apt--DoListUpdate branch, this provides a common interfaceMichael Vogt2008-01-046-64/+140
| |\ | | | | | | | | | for apt-get update like operations for the frontends and also provides hooks to run stuff in APT::Update::{Pre,Post}-Invoke
| | * * doc/examples/configure-index:Michael Vogt2006-06-072-2/+2
| | | | | | | | | | | | | | | | | | - document the new features * apt-pkg/init.h, apt-pkg/makefile, methods/makefile: - we break the ABI, record this
| | * * apt-pkg/deb/dpkgpm.cc, apt-pkg/contrib/fileutl.{cc,h}:Michael Vogt2006-06-074-55/+75
| | | | | | | | | | | | | | | | | | - move the RunScripts() code into fileutl.{cc,h} * apt-pkg/cachefile.cc: - add support for "APT::Update::{Pre,Post}-Invoke" scripts
| | * * apt-pkg/cachefile, cmdline/apt-get.cc:Michael Vogt2006-06-072-0/+49
| | | | | | | | | | | | - move the code that does the work from apt-get.cc to pkgCacheFile::ListUpdate()
| * | * apt-pkg/packagemanager.{cc,h}:Michael Vogt2008-01-032-12/+42
| | | | | | | | | | | | | | | - propergate the Immediate flag to make hitting the "E: Internal Error, Could not perform immediate configuration (2)" harder
| * | merged from bzr.debian.netMichael Vogt2007-12-192-3/+8
| |\ \
| * | | apt-pkg/deb/dpkgpm.cc: fix typesMichael Vogt2007-12-171-4/+4
| | | |
* | | | * Fix compilation warnings in apt-pkg/cdrom.cc andOtavio Salvador2007-12-272-3/+3
| |/ / |/| | | | | apt-pkg/contrib/configuration.cc.
* | | * apt-pkg/contrib/configuration.cc:Otavio Salvador2007-12-161-1/+6
| | | | | | | | | | | | - if RootDir is set, then FindFile and FindDir will return paths relative to the directory stored in RootDir, closes: #456457.
* | | * Applied patch from Peter Eisentraut <peter_e@gmx.net> to fix aOtavio Salvador2007-12-161-2/+2
|/ / | | | | | | | | grammatical error ("manual installed" -> "manually installed"), closes: #438136. *
* | merged from debian-sidMichael Vogt2007-12-131-3/+3
|\ \
| * | * Applied patch from Alexander Winston <alexander.winston@comcast.net>Otavio Salvador2007-12-081-3/+3
| | | | | | | | | to use 'min' as symbol for minute, closes: #219034.
* | | * apt-pkg/acquire-item.{cc,h}:Michael Vogt2007-12-072-6/+19
|/ / | | | | | | - make the authentication download code more robust against servers/proxies with broken If-Range implementations
* | * 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
| |
* | * Umount CD-ROM when calling apt-cdrom ident, except when called withOtavio Salvador2007-10-291-0/+7
| | | | | | -m, closes: #448521.
* | * 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 Frans Pop <elendil@planet.nl> to fix a trailingOtavio Salvador2007-10-261-2/+2
| | | | | | space after cd label, closes: #448187.
* | Changed ABIOtavio Salvador2007-10-252-2/+2
| |
* | * Applied patch from Daniel Burrows <dburrows@debian.org> to add supportOtavio Salvador2007-10-253-0/+10
| | | | | | for the Homepage field, closes: #447970.
* | * Applied patch from Daniel Leidert <daniel.leidert@wgdd.de> to fixOtavio Salvador2007-10-251-4/+4
| | | | | | APT::Acquire::Translation "none" support, closes: #437523.
* | 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
* | | * apt-pkg/depcache.cc:Michael Vogt2007-10-151-1/+1
| | | | | | | | | - set "APT::Install-Recommends" to true by default (OMG!)
* | | - only send LastModified if we actually have a fileMichael Vogt2007-10-051-3/+0
|\| | | | | | | | - delete zero size I-M-S hits
| * | apt-pkg/acquire-item.cc:Michael Vogt2007-10-051-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | - do not unlink() on normal i-m-s hit, this fixes the problem that local repository files got a i-m-s hit too and got removed test/pre-upload-check.py - add test for local Packages.gz file removal - add test for leftover files in partial/
* | | 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/cdrom.cc: '%lu' expects 'long unsigned int', but argumentOtavio Salvador2007-10-021-2/+2
| | | | | | | | | has type 'size_t';
* | | - apt-pkg/acquire-item.cc: likewise;Otavio Salvador2007-10-021-1/+1
| | |
* | | * Fix compilation warnings:Otavio Salvador2007-10-021-2/+2
| | | | | | | | | - apt-pkg/indexfile.cc: conversion from string constant to 'char*';
* | | - fix parse error when dpkg sends unexpected dataMichael Vogt2007-10-026-19/+29
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix missing SetExecClose() call when the status-fd is used * debian/apt.cron.daily: - move unattended-upgrade before apt-get autoclean * fix "purge" commandline argument, closes: #133421 (thanks to Julien Danjou for the patch) * cmdline/apt-get.cc: - do not change the auto-installed information if a package is reinstalled * apt-pkg/acquire-item.cc: - fix crash in diff acquire code * cmdline/apt-mark: - Fix chmoding after have renamed the extended-states file (LP: #140019) (thanks to Laurent Bigonville) * apt-pkg/contrib/mmap.cc: - don't fail if msync() returns > 0
| * | | * apt-pkg/acquire-item.cc:Michael Vogt2007-09-271-1/+1
| | | | | | | | | | | | | | | | - fix typo
| * | | * apt-pkg/acquire-item.cc:Michael Vogt2007-09-272-3/+3
| | | | | | | | | | | | | | | | | | | | - fix crash in diff acquire code * apt-pkg/contrib/mmap.cc: - don't fail if msync() returns > 0
| * | | 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/packagemanager.{cc,h}:Michael Vogt2007-09-142-15/+22
| | | | | | | | | | | | | | | | - move DoInstallPostFork() out of the header into the .cc file
| * | | * fix missing SetExecClose() call when the status-fd is usedMichael Vogt2007-09-111-0/+2
| | | |
| * | | * apt-pkg/contrib/hashes.h:Michael Vogt2007-09-101-0/+1
| | | | | | | | | | | | | | | | - fix anohter missing cstring include
* | | | * merged from the mvo branchMichael Vogt2007-09-101-6/+10
|\| | |
| * | | apt-pkg/deb/dpkgpm.cc:Michael Vogt2007-09-101-6/+10
| | | | | | | | | | | | | | | | - ignore EINTR on select()