summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | install libapt-private* into the apt binaryMichael Vogt2013-08-121-0/+1
| * | | | Merge remote-tracking branch 'upstream/debian/sid' into feature/apt-binary2Michael Vogt2013-08-121-2/+2
| |\ \ \ \
| * | | | | squash merge of the feature/apt-binary branch without the changes from experi...Michael Vogt2013-08-1245-2107/+4281
| | |/ / / | |/| | |
* | | | | Merge remote-tracking branch 'donkult/debian/sid' into debian/sidMichael Vogt2013-08-179-82/+137
|\ \ \ \ \
| * | | | | allow Pre-Install-Pkgs hooks to get info over an FD != stdinDavid Kalnischkies2013-08-163-46/+81
| * | | | | use malloc instead of new[] in pkgTagFileDavid Kalnischkies2013-08-151-15/+15
| * | | | | ensure that pkgTagFile isn't writing past Buffer lengthDavid Kalnischkies2013-08-152-9/+25
| * | | | | set MALLOC_CHECK_ and MALLOC_PERTURB_ for testcasesDavid Kalnischkies2013-08-152-6/+6
| * | | | | rework the parameter creation for the Hashsum testDavid Kalnischkies2013-08-151-3/+5
| * | | | | do not call make from libapt/run-tests if its called by makeDavid Kalnischkies2013-08-151-3/+5
| * | | | | init the pkgTagFile with the size of the Release fileDavid Kalnischkies2013-08-152-2/+2
* | | | | | Merge branch 'debian/sid' of git://git.debian.org/git/apt/apt into debian/sidChristian PERRIER2013-08-1751-7512/+713
|\| | | | |
| * | | | | * lp:~mvo/apt/add-glob-function:Michael Vogt2013-08-155-0/+83
| * | | | | * lp:~mvo/apt/config-clear:Michael Vogt2013-08-154-0/+22
| * | | | | merge patch from Daniel Hartwig to Show a error message if {,dist-}upgrade i...Michael Vogt2013-08-152-0/+8
| * | | | | merge patch from Daniel Hartwig to Clarify units of Acquire::http::Dl-Limit ...Michael Vogt2013-08-152-5/+14
| | |/ / / | |/| | |
| * | | | fix typo in the test for abi-compliance-checkerMichael Vogt2013-08-121-2/+2
| |/ / /
| * | | update changelog for uploadMichael Vogt2013-08-121-2/+41
| * | | do not call 'apt-key update' in apt.postinstDavid Kalnischkies2013-08-121-1/+0
| * | | let apt-key del work better with softlink and single key keyringsDavid Kalnischkies2013-08-122-3/+124
| * | | ensure that testcases exiting because of set -e aren't successfulDavid Kalnischkies2013-08-121-1/+11
| * | | make the keyring locations in apt-key configurableDavid Kalnischkies2013-08-122-1/+44
| * | | do not double-slash paths in apt-keyDavid Kalnischkies2013-08-121-1/+6
| * | | use a tmpfile for trustdb.gpg in apt-keyDavid Kalnischkies2013-08-122-22/+27
| * | | always use our own trustdb.gpg in apt-keyDavid Kalnischkies2013-08-121-6/+14
| * | | add a not documented apt-key --fakeroot optionDavid Kalnischkies2013-08-121-32/+41
| * | | use our _error stack to generate openpty errorsDavid Kalnischkies2013-08-121-7/+13
| * | | do not try to chown if not run as rootDavid Kalnischkies2013-08-121-8/+9
| * | | fix output redirection orderDavid Kalnischkies2013-08-124-7/+7
| * | | fix: --print-uris removes authenticationDavid Kalnischkies2013-08-124-5/+71
| * | | add chronic-like testsuccess/testfailure helpersDavid Kalnischkies2013-08-1226-93/+125
| * | | test Release file handling with expired keysDavid Kalnischkies2013-08-124-8/+62
| * | | improve error messageMichael Vogt2013-08-121-1/+2
| * | | use the 'abi-complicance-checker package instead of using the buildin copy fo...Michael Vogt2013-08-122-7326/+6
* | | | French translation update.Christian PERRIER2013-08-172-4/+11
|/ / /
* | | Complete Japanese translationChristian PERRIER2013-08-111-12/+13
* | | Merge branch 'debian/sid' of git://git.debian.org/git/apt/apt into debian/sidChristian PERRIER2013-08-1011-111/+138
|\ \ \
| * | | fix -Wall errorsMichael Vogt2013-08-085-6/+10
| * | | use pkgTagFile to parse "header" of Release filesDavid Kalnischkies2013-08-081-85/+19
| * | | stop skipping "-----" sections in Release filesDavid Kalnischkies2013-08-081-11/+6
| * | | specific pins below 1000 cause downgradesDavid Kalnischkies2013-08-082-7/+99
| |/ /
| * | Merge remote-tracking branch 'upstream/debian/sid' into bugfix/coverityMichael Vogt2013-08-0573-13136/+14689
| |\ \
| * | | fix some unitialized data membersMichael Vogt2013-08-053-3/+5
* | | | Japanese translation update. Closes: #719279Christian PERRIER2013-08-102-18/+18
| |/ / |/| |
* | | Vietnamese translation update. Closes: #718615Christian PERRIER2013-08-032-70/+76
* | | prefer native arch over higher priority for providersColin Watson2013-08-012-3/+28
* | | unset LANGUAGE for showing [Y/n] answer hintsDavid Kalnischkies2013-08-0147-12521/+13387
* | | Merge remote-tracking branch 'mvo/bugfix/coverity' into debian/sidMichael Vogt2013-07-2817-26/+41
|\| |
| * | fix another missing va_end()Michael Vogt2013-07-261-3/+3
| * | fix missing va_end()Michael Vogt2013-07-262-0/+3