summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* various typo and syntax corrections in doc/*.xmlMichael Vogt2011-06-2815-2166/+3796
* update symbol file (thanks to david)Michael Vogt2011-06-281-0/+3
* merged from lp:~mvo/apt/mvoMichael Vogt2011-06-286-14/+49
|\
| * * apt-pkg/deb/dpkgpm.cc:Michael Vogt2011-06-272-1/+13
| * update changelog for the previous two commitsMichael Vogt2011-06-091-0/+2
| * apt-pkg/deb/debindexfile.cc: kill off another TranslationsAvailable() usage t...Michael Vogt2011-06-091-6/+4
| * apt-pkg/deb/debindexfile.cc: remove tests for TranslationsAvailable() as this...Michael Vogt2011-06-091-4/+1
| * * apt-pkg/deb/deblistparser.cc:Michael Vogt2011-06-092-1/+4
| * append the dist (e.g. sid, wheezy) as a query string whenMichael Vogt2011-06-073-0/+8
| * * methods/mirror.cc:Michael Vogt2011-06-072-2/+17
* | merged from donkultMichael Vogt2011-06-2810-31/+84
|\ \
| * | * cmdline/apt-config.cc:David Kalnischkies2011-05-282-1/+17
| * | * apt-pkg/init.cc:Jörg Sommer2011-05-282-4/+3
| * | use the correct option name in comment for Acquire::LanguagesJörg Sommer2011-05-281-1/+1
| * | log reinstall commands in history.logDavid Kalnischkies2011-05-234-18/+38
| * | remove invalid pkgcache.bin and rebuild it if possibleDavid Kalnischkies2011-05-192-1/+19
| * | rename I to J to avoid redefining a variable (clang warning)David Kalnischkies2011-05-171-5/+5
| * | ServerState is a struct and not a class (clang mismatch type warning)David Kalnischkies2011-05-171-1/+1
| * | remove Size >= 0 check as Itm.Size is an unsigned variable (clang warning)David Kalnischkies2011-05-171-1/+1
* | | change to 0.8.14.2Michael Vogt2011-06-281-1/+1
* | | cherry pick from donkultMichael Vogt2011-06-282-0/+9
* | | Catalan translation update (Jordi Mallach). Closes: #630657bubulle@debian.org2011-06-182-428/+578
* | | German documentation translation update (Chris Leick). Closes: #629949bubulle@debian.org2011-06-092-186/+229
* | | merge from lp:~mvo/apt/mvoMichael Vogt2011-05-311-11/+14
|\ \ \ | | |/ | |/|
| * | apt-pkg/acquire-item.cc: only test packages file for correctness if its not e...Michael Vogt2011-05-311-11/+14
| * | merged from the debian branchMichael Vogt2011-05-3195-1610/+2775
| |\ \ | |/ / |/| |
* | | Reject files known to be invalid (LP: #346386) (Closes: #627642)Julian Andres Klode2011-05-302-5/+5
* | | apt-pkg/acquire-item.cc: Reject files known to be invalid (LP: #346386) (Clos...Julian Andres Klode2011-05-302-0/+47
* | | Italian translation update (Milo Casagrande). Closes: #627834bubulle@debian.org2011-05-252-5/+15
* | | debian/changelog: next version will be 0.8.15Michael Vogt2011-05-251-1/+1
| |/ |/|
* | merged from lp:~donkult/apt/sidMichael Vogt2011-05-1687-677/+1497
|\ \
| * | * apt-pkg/packagemanager.cc:David Kalnischkies2011-05-164-8/+75
| * | MAP_ANON is deprecated in favor of MAP_ANONYMOUS, but telesphoreo needsDavid Kalnischkies2011-05-131-0/+8
| * | * apt-pkg/contrib/netrc.cc:David Kalnischkies2011-05-132-5/+11
| * | rewrite new and previously satisfied important dependency detection inDavid Kalnischkies2011-05-132-43/+212
| * | move the broken dependency detection above the new recommends detectionDavid Kalnischkies2011-05-121-16/+16
| * | convert a lot of places to use IsNegative instead of checking by handDavid Kalnischkies2011-05-115-72/+26
| * | if critical or-group can't be satisfied, exit directly.David Kalnischkies2011-05-115-3/+134
| * | fix order of CurrentURI and UsedMirror in Status() and Log()David Kalnischkies2011-05-103-19/+25
| * | dequote URL taken from Location in redirects as we will otherwiseDavid Kalnischkies2011-05-103-3/+41
| * | Location header in redirects should be absolute URI, but someDavid Kalnischkies2011-04-292-2/+20
| * | support lighttpd as test webserver but still prefer weborfDavid Kalnischkies2011-04-271-6/+15
| * | * methods/http.cc:David Kalnischkies2011-04-272-4/+14
| * | * apt-pkg/acquire-item.cc:Ben Finney2011-04-2646-90/+93
| * | * apt-pkg/acquire-worker.cc:David Kalnischkies2011-04-262-7/+8
| * | * test/versions.lst:David Kalnischkies2011-04-262-7/+10
| * | * apt-pkg/deb/debmetaindex.cc:David Kalnischkies2011-04-262-2/+8
| * | * doc/po/de.po:Chris Leick2011-04-262-2/+5
| * | provide a 'dpkg --set-selections' wrapper to set/release holdsDavid Kalnischkies2011-04-263-1/+141
| * | * apt-pkg/pkgcache.cc:David Kalnischkies2011-04-252-4/+9