summaryrefslogtreecommitdiff
path: root/apt-pkg
Commit message (Expand)AuthorAgeFilesLines
* 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
| | | * | | add ftp support, basic debuggingMichael Vogt2009-10-161-1/+4
| | | * | | port netrc support from maemonMichael Vogt2009-10-164-3/+217
| * | | | | * apt-pkg/packagemanager.cc:Michael Vogt2009-12-023-4/+14
| |\| | | |
| | * | | | * apt-pkg/depcache.cc, apt-pkg/indexcopy.cc:Michael Vogt2009-10-292-4/+4
| | * | | | more debug output in SmartConfigureMichael Vogt2009-10-211-0/+6
| | * | | | * apt-pkg/packagemanager.cc:Michael Vogt2009-10-211-0/+7
| | |/ / /
* | | | | Ignore :qualifiers after package name in build dependenciesDavid Kalnischkies2009-11-296-14/+24
* | | | | use "diff" filetype for .debian.tar.* files (Closes: #554898) inDavid Kalnischkies2009-11-271-1/+7
* | | | | [BREAK] add possibility to download and use multiplyDavid Kalnischkies2009-11-269-77/+253
* | | | | another round of method hardening with const& in ConfigurationDavid Kalnischkies2009-11-252-30/+31
* | | | | allow also to skip the last patch if target is reached in acquire-item.cc,David Kalnischkies2009-11-252-3/+16
* | | | | use long instead of short for {Ver,Desc}File size in pkgcache.hDavid Kalnischkies2009-11-251-2/+2
* | | | | merge my rred-rewrite branch & add it's changes to the changelogDavid Kalnischkies2009-11-252-45/+92
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | extent the mmap to be able to handle currently not implementedDavid Kalnischkies2009-11-092-45/+92
* | | | | refactor the buildsystem to extract library versions from one file,David Kalnischkies2009-10-282-6/+10
* | | | | Bumped libapt version and excluded eglibc from SONAME. (Closes: #448249)David Kalnischkies2009-10-242-5/+4
* | | | | Avoid extra inner copy in APT_MKSTRCMP and APT_MKSTRCMP2David Kalnischkies2009-10-241-6/+6
* | | | | add more description to the manpage for the Immediate-Configuration andDavid Kalnischkies2009-10-191-5/+6
| |_|_|/ |/| | |
* | | | improve the documentation and errormessages regarding a failingDavid Kalnischkies2009-10-011-2/+4
* | | | backout revno 1875 - as this aggressive immediate propergation is something w...David Kalnischkies2009-10-011-4/+0
| |/ / |/| |
* | | * apt-pkg/packagemanager.cc:Michael Vogt2009-09-292-4/+8
|/ /
* | merged from davidMichael Vogt2009-09-241-2/+17
|\ \
| * | Ignore TriggerPendings between multiple --configure callsDavid Kalnischkies2009-09-241-2/+17
* | | * apt-pkg/deb/dpkgpm.cc:Michael Vogt2009-09-241-24/+27
|\ \ \ | |/ / |/| / | |/
| * * apt-pkg/deb/dpkgpm.cc:Michael Vogt2009-09-241-24/+27