summaryrefslogtreecommitdiff
path: root/apt-pkg
Commit message (Expand)AuthorAgeFilesLines
...
| * | Change the package index Info methods to allow apt-cache policy to beMichael Vogt2010-02-183-6/+19
| * | merged from debian-sidMichael Vogt2010-02-1719-197/+364
| |\ \
| * | | add Dir::Media::MountPath config optionMichael Vogt2010-01-261-1/+2
| * | | * cmdline/apt-cdrom.cc:Michael Vogt2010-01-261-2/+0
| * | | cmdline/apt-cdrom.cc: add --auto-detectMichael Vogt2010-01-261-1/+2
| * | | * apt-pkg/contrib/cdromutl.cc:Michael Vogt2010-01-221-21/+30
| * | | * merged lp:~mvo/apt/historyMichael Vogt2009-12-183-16/+81
| |\ \ \
| | * | | apt-pkg/deb/dpkgpm.{cc,h}: refactor writing of the history tag, add ","Michael Vogt2009-12-182-17/+24
| | * | | apt-pkg/deb/dpkgpm.cc: fflush earlyMichael Vogt2009-12-181-0/+1
| | * | | fix order of upgrade, install check because for a upgrade "Install()" returns...Michael Vogt2009-12-181-5/+5
| | * | | add /var/log/apt/history.log fileMichael Vogt2009-12-183-16/+73
* | | | | merge with debian-sidDavid Kalnischkies2010-02-133-25/+34
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | merge r1966..1967 from lp:~donkult/apt/sidMichael Vogt2010-01-318-17/+11
| * | | | * cmdline/acqprogress.cc:Michael Vogt2010-01-312-23/+16
| * | | | merge 1695..1701 from the lp:~mvo/apt/mvo branchMichael Vogt2010-01-272-4/+4
| * | | | * apt-pkg/contrib/fileutl.cc:Michael Vogt2010-01-238-30/+151
| * | | | * apt-pkg/contrib/cdromutl.cc:Michael Vogt2010-01-221-21/+30
* | | | | fix progress reporting while reading extended_states fileDavid Kalnischkies2010-02-071-3/+3
* | | | | cleanup the error header a bit by moving the printf-macros outDavid Kalnischkies2010-01-302-23/+16
* | | | | * apt-pkg/contrib/macros.h:David Kalnischkies2010-01-309-18/+13
* | | | | mark the Error methods as __coldDavid Kalnischkies2010-01-221-4/+6
* | | | | add a few gcc helpers, including [un]likely() and __deprecatedDavid Kalnischkies2010-01-221-0/+22
* | | | | * apt-pkg/contrib/strutl.cc:David Kalnischkies2010-01-201-16/+33
* | | | | * apt-pkg/deb/dpkgpm.cc:David Kalnischkies2010-01-191-3/+4
* | | | | Fix the newly introduced method GetListOfFilesInDir to not accept everyDavid Kalnischkies2010-01-164-7/+86
* | | | | merge with lp:~mvo/apt/debian-sid to get 0.7.25.1 and my changes backDavid Kalnischkies2010-01-135-43/+123
|\| | | |
| * | | | * apt-pkg/deb/debindexfile.cc, apt-pkg/pkgcachegen.cc:Michael Vogt2010-01-092-9/+86
| * | | | fix merge errorMichael Vogt2010-01-081-0/+2
| * | | | * French manpage translation updateMichael Vogt2010-01-088-131/+111
| |/ / /
* | | | Add a GetListOfFilesInDir() helper method which replaces the oldDavid Kalnischkies2010-01-035-113/+56
* | | | fix another mistake spotted by lintian:David Kalnischkies2010-01-021-2/+2
* | | | Fix the following gcc-4.5 buildfailure in pkgcache.cc by following the sugges...David Kalnischkies2010-01-021-1/+1
* | | | add configuration PDiffs::Limit-options (FileLimit and SizeLimit) toDavid Kalnischkies2010-01-021-13/+49
* | | | merge with lp:~mvo/apt/sid to get the finale 0.7.25 stateDavid Kalnischkies2009-12-222-4/+3
|\| | |
| * | | merge segfault fix from Mario Sanchez Prada, many thanksMichael Vogt2009-12-141-1/+2
| * | | merged patches from david (many thanks)Michael Vogt2009-12-141-3/+1
| |\ \ \
| | * | | revert this commit as fast as possible (aka next ABI break)David Kalnischkies2009-12-121-1/+1
| * | | | * apt-pkg/init.h:Michael Vogt2009-12-101-1/+3
* | | | | merge Michaels wonderful "fix" for the currently unwanted ABI BreakDavid Kalnischkies2009-12-101-1/+3
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | * apt-pkg/init.h:Michael Vogt2009-12-101-1/+3
| |/ / /
* | | / merge with lp:~mvo/apt/debian-sid : move all my ABI break changesDavid Kalnischkies2009-12-109-8/+260
|\| | | | |_|/ |/| |
| * | merged from the mvo branch (and contains all non-abi break changes from donkult)Michael Vogt2009-12-105-23/+31
| |\|
| | * merged -r 1923..1926 from lp:~donkult/apt/sidMichael Vogt2009-12-101-1/+7
| | * merged -r1887..1901 from lp:~donkult/apt/sidMichael Vogt2009-12-104-20/+24
| | |\
| | * | merged -r1875..1886 from lp:~donkult/apt/sidMichael Vogt2009-12-101-6/+4
| |/| |
| * | | * merge lp:~mvo/apt/netrc branch, this adds support for aMichael Vogt2009-12-105-3/+245
| |\ \ \
| | * | | * apt-pkg/deb/dpkgpm.cc:Michael Vogt2009-12-091-0/+1
| | * | | merge lp:~mvo/apt/netrc branch, this adds support for aMichael Vogt2009-12-074-3/+244
| | |\ \ \
| | | * | | if "/" is found in the machine, do a uri.startswith(host) substring match to ...Michael Vogt2009-12-071-4/+8
| | | * | | * apt-pkg/contrib/netrc.cc:Michael Vogt2009-12-041-7/+27