Age | Commit message (Expand) | Author |
2010-06-25 | * apt-pkg/contrib/error.{cc,h}: | David Kalnischkies |
2010-06-24 | Switch FileFd to not transparently gunzip, since that breaks code which expec... | martin@piware.de |
2010-06-09 | be sure that the RFC1123StrToTime method is run in a LANG=C environment | David Kalnischkies |
2010-06-09 | * apt-pkg/contrib/fileutl.{h,cc}: | martin@piware.de |
2010-06-09 | - backport forgotten Valid-Until patch from the obsolete experimental | David Kalnischkies |
2010-06-09 | move the users away from the deprecated StrToTime() method | David Kalnischkies |
2010-06-09 | use the portable timegm shown in his manpage instead of a strange | David Kalnischkies |
2010-06-08 | * apt-pkg/contrib/strutl.cc: | David Kalnischkies |
2010-05-31 | * apt-pkg/contrib/cmdline.cc: | David Kalnischkies |
2010-05-13 | * contrib/mmap.cc: | David Kalnischkies |
2010-05-04 | * apt-pkg/contrib/weakptr.h: | Julian Andres Klode |
2010-04-24 | * apt-pkg/contrib/configuration.cc: | David Kalnischkies |
2010-04-07 | * apt-pkg/contrib/fileutl.cc: | David Kalnischkies |
2010-04-04 | remove the ABI compatible stub for GetListOfFilesInDir | David Kalnischkies |
2010-03-31 | Userinfo is urlencoded in URIs (RFC 3986) | David Kalnischkies |
2010-03-30 | rename ExplodeString to VectorizeString | David Kalnischkies |
2010-03-30 | replace every call to toupper with one to our own tolower_ascii | David Kalnischkies |
2010-03-18 | merge 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-18 | merge from the lp:~donkult/apt/sid branch | Michael Vogt |
2010-02-18 | * [BREAK] merged lp:~mvo/apt/history | Michael Vogt |
2010-02-18 | Change the package index Info methods to allow apt-cache policy to be | Michael Vogt |
2010-02-18 | criss-cross merge with my sid branch | David Kalnischkies |
2010-02-18 | dd support for the LANGUAGE environment variable | David Kalnischkies |
2010-02-14 | Add support for the LANGUAGE environment variable | David Kalnischkies |
2010-02-13 | [BREAK] merge MultiArch-ABI. We don't support MultiArch, | David Kalnischkies |
2010-02-13 | merge with debian-sid | David Kalnischkies |
2010-01-31 | merge r1966..1967 from lp:~donkult/apt/sid | Michael Vogt |
2010-01-31 | * cmdline/acqprogress.cc: | Michael Vogt |
2010-01-30 | cleanup the error header a bit by moving the printf-macros out | David 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-22 | mark the Error methods as __cold | David Kalnischkies |
2010-01-22 | add a few gcc helpers, including [un]likely() and __deprecated | David Kalnischkies |
2010-01-20 | * apt-pkg/contrib/strutl.cc: | David Kalnischkies |
2010-01-16 | Fix the newly introduced method GetListOfFilesInDir to not accept every | David Kalnischkies |
2010-01-13 | merge with lp:~mvo/apt/debian-sid to get 0.7.25.1 and my changes back | David Kalnischkies |
2010-01-08 | fix merge error | Michael Vogt |
2010-01-08 | * French manpage translation update | Michael Vogt |
2010-01-03 | Add a GetListOfFilesInDir() helper method which replaces the old | David Kalnischkies |
2009-12-23 | merge Goswin Brederlow "support download of index files for different archs" | David Kalnischkies |
2009-12-19 | mark the Error/Warning method as __cold | David Kalnischkies |
2009-12-19 | add optional gcc features as deprecated, unused and (un)likely | David Kalnischkies |
2009-12-10 | merge with lp:~mvo/apt/debian-sid : move all my ABI break changes | David Kalnischkies |
2009-12-10 | merged -r1887..1901 from lp:~donkult/apt/sid | Michael Vogt |
2009-12-10 | * merge lp:~mvo/apt/netrc branch, this adds support for a | Michael Vogt |
2009-12-07 | if "/" 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 |