summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib
Commit message (Expand)AuthorAgeFilesLines
* * apt-pkg/contrib/mmap.{h,cc}:David Kalnischkies2010-02-272-11/+64
* merge from the lp:~donkult/apt/sid branchMichael Vogt2010-02-182-0/+19
|\
| * dd support for the LANGUAGE environment variableDavid Kalnischkies2010-02-182-0/+19
* | * [BREAK] merged lp:~mvo/apt/historyMichael Vogt2010-02-182-0/+13
|\ \ | |/ |/|
| * Change the package index Info methods to allow apt-cache policy to beMichael Vogt2010-02-182-0/+13
* | merge with debian-sidDavid Kalnischkies2010-02-131-21/+30
|\|
| * merge r1966..1967 from lp:~donkult/apt/sidMichael Vogt2010-01-314-9/+7
| * * cmdline/acqprogress.cc:Michael Vogt2010-01-312-23/+16
| * * apt-pkg/contrib/fileutl.cc:Michael Vogt2010-01-236-26/+146
| * * apt-pkg/contrib/cdromutl.cc:Michael Vogt2010-01-221-21/+30
* | 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-305-10/+8
* | 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
* | Fix the newly introduced method GetListOfFilesInDir to not accept everyDavid Kalnischkies2010-01-163-6/+85
* | merge with lp:~mvo/apt/debian-sid to get 0.7.25.1 and my changes backDavid Kalnischkies2010-01-133-34/+37
|\|
| * fix merge errorMichael Vogt2010-01-081-0/+2
| * * French manpage translation updateMichael Vogt2010-01-083-39/+55
* | Add a GetListOfFilesInDir() helper method which replaces the oldDavid Kalnischkies2010-01-033-37/+52
* | merge with lp:~mvo/apt/debian-sid : move all my ABI break changesDavid Kalnischkies2009-12-102-0/+240
|\|
| * merged -r1887..1901 from lp:~donkult/apt/sidMichael Vogt2009-12-101-6/+6
| |\
| * \ * merge lp:~mvo/apt/netrc branch, this adds support for aMichael Vogt2009-12-102-0/+240
| |\ \
| | * | 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-162-0/+213
* | | | another round of method hardening with const& in ConfigurationDavid Kalnischkies2009-11-252-30/+31
* | | | 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
| |/ /
* / / Avoid extra inner copy in APT_MKSTRCMP and APT_MKSTRCMP2David Kalnischkies2009-10-241-6/+6
|/ /
* | replace unknown multibytes with ? in UTF8ToCharset (Closes: #545208)David Kalnischkies2009-09-081-2/+13
* | reintroduce #clear and #include in the config files,David Kalnischkies2009-09-071-3/+5
* | add a helper to easily get a vector of strings from the configurationDavid Kalnischkies2009-09-042-0/+22
* | merge with apt-sidDavid Kalnischkies2009-08-081-1/+1
|\|
| * * apt-pkg/contrib/mmap.cc:Julian Andres Klode2009-08-021-1/+1
* | [apt-pkg/contrib/fileutl.cc] In function ExecWait(): fix compile warning:David Kalnischkies2009-08-031-0/+2
* | [apt-pkg/contrib/strutl.cc] enable thousand separator according toDavid Kalnischkies2009-07-311-2/+2
|/
* merged from donkultMichael Vogt2009-07-271-1/+1
|\
| * merge with lp:apt/debian-sidDavid Kalnischkies2009-07-261-1/+1
* | Apply patch from Sami Liedes <sliedes@cc.hut.fi> to avoid unecessaryOtavio Salvador2009-07-251-0/+1
|/
* merge from the donkult branchMichael Vogt2009-07-241-4/+11
|\
| * [apt-pkg] yet another bit of mmap and pkgcachegen housekeepingDavid Kalnischkies2009-07-231-6/+14
* | [ABI] merged the libudev-dlopen branch, this allows to passMichael Vogt2009-07-232-4/+12
|\ \
| * | * methods/cdrom.cc:Michael Vogt2009-07-222-4/+12
* | | The 'not dead yet' releaseMichael Vogt2009-07-215-66/+105
|\ \ \ | | |/ | |/|
| * | eliminate (hopefully all) segfaults in pkgcachegen.cc and mmap.ccDavid Kalnischkies2009-07-211-45/+23
| * | [contrib/error.cc] place a colon between errno and error text in outputDavid Kalnischkies2009-07-151-6/+7
| * | add a segfault handler to MMap to show the Cache-Limit message, whichDavid Kalnischkies2009-07-081-0/+24
| * | [contrib/mmap] implements a theoretical dynamic growing mmapDavid Kalnischkies2009-07-082-21/+65