| Commit message (Expand) | Author | Age | Files | Lines |
| * | * apt-pkg/contrib/cdromutl.cc: | Michael Vogt | 2010-01-22 | 1 | -21/+30 |
| * | * apt-pkg/deb/debindexfile.cc, apt-pkg/pkgcachegen.cc: | Michael Vogt | 2010-01-09 | 2 | -9/+86 |
| * | fix merge error | Michael Vogt | 2010-01-08 | 1 | -0/+2 |
| * | * French manpage translation update | Michael Vogt | 2010-01-08 | 8 | -131/+111 |
| * | merge segfault fix from Mario Sanchez Prada, many thanks | Michael Vogt | 2009-12-14 | 1 | -1/+2 |
| * | merged patches from david (many thanks) | Michael Vogt | 2009-12-14 | 1 | -3/+1 |
| |\ |
|
| | * | revert this commit as fast as possible (aka next ABI break) | David Kalnischkies | 2009-12-12 | 1 | -1/+1 |
| | * | * apt-pkg/init.h: | Michael Vogt | 2009-12-10 | 1 | -1/+3 |
| * | | * apt-pkg/init.h: | Michael Vogt | 2009-12-10 | 1 | -1/+3 |
| |/ |
|
| * | merged from the mvo branch (and contains all non-abi break changes from donkult) | Michael Vogt | 2009-12-10 | 5 | -23/+31 |
| |\ |
|
| | * | merged -r 1923..1926 from lp:~donkult/apt/sid | Michael Vogt | 2009-12-10 | 1 | -1/+7 |
| | * | merged -r1887..1901 from lp:~donkult/apt/sid | Michael Vogt | 2009-12-10 | 4 | -20/+24 |
| | |\ |
|
| | | * | refactor the buildsystem to extract library versions from one file, | David Kalnischkies | 2009-10-28 | 2 | -6/+10 |
| | | * | Bumped libapt version and excluded eglibc from SONAME. (Closes: #448249) | David Kalnischkies | 2009-10-24 | 2 | -5/+4 |
| | | * | Avoid extra inner copy in APT_MKSTRCMP and APT_MKSTRCMP2 | David Kalnischkies | 2009-10-24 | 1 | -6/+6 |
| | | * | add more description to the manpage for the Immediate-Configuration and | David Kalnischkies | 2009-10-19 | 1 | -5/+6 |
| | * | | merged -r1875..1886 from lp:~donkult/apt/sid | Michael Vogt | 2009-12-10 | 1 | -6/+4 |
| |/| |
| |/ |
|
| | * | improve the documentation and errormessages regarding a failing | David Kalnischkies | 2009-10-01 | 1 | -2/+4 |
| | * | backout revno 1875 - as this aggressive immediate propergation is something w... | David Kalnischkies | 2009-10-01 | 1 | -4/+0 |
| * | | * merge lp:~mvo/apt/netrc branch, this adds support for a | Michael Vogt | 2009-12-10 | 5 | -3/+245 |
| |\ \ |
|
| | * | | * apt-pkg/deb/dpkgpm.cc: | Michael Vogt | 2009-12-09 | 1 | -0/+1 |
| | * | | merge lp:~mvo/apt/netrc branch, this adds support for a | Michael Vogt | 2009-12-07 | 4 | -3/+244 |
| | |\ \ |
|
| | | * | | if "/" is found in the machine, do a uri.startswith(host) substring match to ... | Michael Vogt | 2009-12-07 | 1 | -4/+8 |
| | | * | | * apt-pkg/contrib/netrc.cc: | Michael Vogt | 2009-12-04 | 1 | -7/+27 |
| | | * | | add ftp support, basic debugging | Michael Vogt | 2009-10-16 | 1 | -1/+4 |
| | | * | | port netrc support from maemon | Michael Vogt | 2009-10-16 | 4 | -3/+217 |
| * | | | | * apt-pkg/packagemanager.cc: | Michael Vogt | 2009-12-02 | 3 | -4/+14 |
| |\| | |
| |_|/
|/| | |
|
| | * | | * apt-pkg/depcache.cc, apt-pkg/indexcopy.cc: | Michael Vogt | 2009-10-29 | 2 | -4/+4 |
| | * | | more debug output in SmartConfigure | Michael Vogt | 2009-10-21 | 1 | -0/+6 |
| | * | | * apt-pkg/packagemanager.cc: | Michael Vogt | 2009-10-21 | 1 | -0/+7 |
| | |/ |
|
| * | | * apt-pkg/packagemanager.cc: | Michael Vogt | 2009-09-29 | 2 | -4/+8 |
| * | | merged from david | Michael Vogt | 2009-09-24 | 1 | -2/+17 |
| |\ \ |
|
| | * | | Ignore TriggerPendings between multiple --configure calls | David Kalnischkies | 2009-09-24 | 1 | -2/+17 |
| * | | | * apt-pkg/deb/dpkgpm.cc: | Michael Vogt | 2009-09-24 | 1 | -24/+27 |
| |\ \ \
| |/ /
|/| /
| |/ |
|
| | * | * apt-pkg/deb/dpkgpm.cc: | Michael Vogt | 2009-09-24 | 1 | -24/+27 |
| * | | cleanup commit for trigger processing: | David Kalnischkies | 2009-09-18 | 2 | -13/+6 |
| * | | Add even more config options and try to handle configuration problems | David Kalnischkies | 2009-09-15 | 4 | -44/+97 |
| * | | add and document experimental options to make aggressive | David Kalnischkies | 2009-09-13 | 2 | -7/+34 |
| * | | apt-pkg/deb/dpkgpm.cc: make some variables constant and add foldmarkers | David Kalnischkies | 2009-09-11 | 1 | -36/+38 |
| * | | Rework the CompressionTypes system by adding an Order subgroup to | David Kalnischkies | 2009-09-08 | 1 | -22/+34 |
| * | | replace unknown multibytes with ? in UTF8ToCharset (Closes: #545208) | David Kalnischkies | 2009-09-08 | 1 | -2/+13 |
| * | | reintroduce #clear and #include in the config files, | David Kalnischkies | 2009-09-07 | 1 | -3/+5 |
| * | | add a helper to easily get a vector of strings from the configuration | David Kalnischkies | 2009-09-04 | 2 | -0/+22 |
| * | | * apt-pkg/acquire-item.cc: | Michael Vogt | 2009-08-28 | 1 | -13/+13 |
| * | | * apt-pkg/pkgcache.cc: | Michael Vogt | 2009-08-28 | 1 | -6/+6 |
| |\| |
|
| | * | * apt-pkg/pkgcache.cc: | Michael Vogt | 2009-08-24 | 1 | -6/+6 |
| * | | releasing version 0.7.23 | Michael Vogt | 2009-08-27 | 2 | -2/+2 |
| * | | "backport" the APT::Configuration class to apt-sid | David Kalnischkies | 2009-08-25 | 5 | -62/+151 |
| * | | With the introduction of the Is{Delete,Install}Ok hooks the apt flag | David Kalnischkies | 2009-08-12 | 1 | -2/+2 |
| * | | Add a Acquire::CompressionTypes config variable from there the | David Kalnischkies | 2009-08-12 | 3 | -38/+75 |