summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib
Commit message (Expand)AuthorAgeFilesLines
* * apt-pkg/contrib/configuration.cc:David Kalnischkies2010-04-241-0/+2
* * apt-pkg/contrib/fileutl.cc:David Kalnischkies2010-04-072-0/+55
* remove the ABI compatible stub for GetListOfFilesInDirDavid Kalnischkies2010-04-042-9/+1
* Userinfo is urlencoded in URIs (RFC 3986)David Kalnischkies2010-03-312-6/+16
* rename ExplodeString to VectorizeStringDavid Kalnischkies2010-03-302-4/+4
* replace every call to toupper with one to our own tolower_asciiDavid Kalnischkies2010-03-304-46/+42
* merge MultiArch-ABI. We don't support MultiArch yet (as most other tools),David Kalnischkies2010-03-181-16/+16
|\
| * criss-cross merge with my sid branchDavid Kalnischkies2010-02-182-11/+12
| |\
| * | Add support for the LANGUAGE environment variableDavid Kalnischkies2010-02-141-1/+1
| * | [BREAK] merge MultiArch-ABI. We don't support MultiArch,David Kalnischkies2010-02-133-16/+34
| |\ \
| | * | merge Goswin Brederlow "support download of index files for different archs"David Kalnischkies2009-12-232-0/+18
| | * | mark the Error/Warning method as __coldDavid Kalnischkies2009-12-191-4/+5
| | * | add optional gcc features as deprecated, unused and (un)likelyDavid Kalnischkies2009-12-191-0/+22
* | | | * apt-pkg/deb/dpkgpm.cc:David Kalnischkies2010-03-122-1/+42
* | | | * 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