summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib
AgeCommit message (Expand)Author
2010-04-07* apt-pkg/contrib/fileutl.cc:David Kalnischkies
2010-04-04remove the ABI compatible stub for GetListOfFilesInDirDavid Kalnischkies
2010-03-31Userinfo is urlencoded in URIs (RFC 3986)David Kalnischkies
2010-03-30rename ExplodeString to VectorizeStringDavid Kalnischkies
2010-03-30replace every call to toupper with one to our own tolower_asciiDavid Kalnischkies
2010-03-18merge MultiArch-ABI. We don't support MultiArch yet (as most other tools),David Kalnischkies
2010-03-12* apt-pkg/deb/dpkgpm.cc:David Kalnischkies
2010-02-27* apt-pkg/contrib/mmap.{h,cc}:David Kalnischkies
2010-02-18merge from the lp:~donkult/apt/sid branchMichael Vogt
2010-02-18* [BREAK] merged lp:~mvo/apt/historyMichael Vogt
2010-02-18Change the package index Info methods to allow apt-cache policy to beMichael Vogt
2010-02-18criss-cross merge with my sid branchDavid Kalnischkies
2010-02-18dd support for the LANGUAGE environment variableDavid Kalnischkies
2010-02-14Add support for the LANGUAGE environment variableDavid Kalnischkies
2010-02-13[BREAK] merge MultiArch-ABI. We don't support MultiArch,David Kalnischkies
2010-02-13merge with debian-sidDavid Kalnischkies
2010-01-31merge r1966..1967 from lp:~donkult/apt/sidMichael Vogt
2010-01-31* cmdline/acqprogress.cc:Michael Vogt
2010-01-30cleanup the error header a bit by moving the printf-macros outDavid Kalnischkies
2010-01-30* apt-pkg/contrib/macros.h:David Kalnischkies
2010-01-23* apt-pkg/contrib/fileutl.cc:Michael Vogt
2010-01-22* apt-pkg/contrib/cdromutl.cc:Michael Vogt
2010-01-22mark the Error methods as __coldDavid Kalnischkies
2010-01-22add a few gcc helpers, including [un]likely() and __deprecatedDavid Kalnischkies
2010-01-20* apt-pkg/contrib/strutl.cc:David Kalnischkies
2010-01-16Fix the newly introduced method GetListOfFilesInDir to not accept everyDavid Kalnischkies
2010-01-13merge with lp:~mvo/apt/debian-sid to get 0.7.25.1 and my changes backDavid Kalnischkies
2010-01-08fix merge errorMichael Vogt
2010-01-08* French manpage translation updateMichael Vogt
2010-01-03Add a GetListOfFilesInDir() helper method which replaces the oldDavid Kalnischkies
2009-12-23merge Goswin Brederlow "support download of index files for different archs"David Kalnischkies
2009-12-19mark the Error/Warning method as __coldDavid Kalnischkies
2009-12-19add optional gcc features as deprecated, unused and (un)likelyDavid Kalnischkies
2009-12-10merge with lp:~mvo/apt/debian-sid : move all my ABI break changesDavid Kalnischkies
2009-12-10merged -r1887..1901 from lp:~donkult/apt/sidMichael Vogt
2009-12-10* merge lp:~mvo/apt/netrc branch, this adds support for aMichael Vogt
2009-12-07if "/" is found in the machine, do a uri.startswith(host) substring match to ...Michael Vogt
2009-12-04* apt-pkg/contrib/netrc.cc:Michael Vogt
2009-11-25another round of method hardening with const& in ConfigurationDavid Kalnischkies
2009-11-25merge my rred-rewrite branch & add it's changes to the changelogDavid Kalnischkies
2009-11-09extent the mmap to be able to handle currently not implementedDavid Kalnischkies
2009-10-24Avoid extra inner copy in APT_MKSTRCMP and APT_MKSTRCMP2David Kalnischkies
2009-10-16add ftp support, basic debuggingMichael Vogt
2009-10-16port netrc support from maemonMichael Vogt
2009-09-08replace unknown multibytes with ? in UTF8ToCharset (Closes: #545208)David Kalnischkies
2009-09-07reintroduce #clear and #include in the config files,David Kalnischkies
2009-09-04add a helper to easily get a vector of strings from the configurationDavid Kalnischkies
2009-08-08merge with apt-sidDavid Kalnischkies
2009-08-03[apt-pkg/contrib/fileutl.cc] In function ExecWait(): fix compile warning:David Kalnischkies
2009-08-02* apt-pkg/contrib/mmap.cc:Julian Andres Klode