summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
| * fix some coverity chroot() releated warningsMichael Vogt2013-07-263-4/+5
| * add missing test makeMichael Vogt2013-07-261-0/+3
| * add missing "make test" for travisMichael Vogt2013-07-261-1/+1
| * build tree firstMichael Vogt2013-07-261-1/+1
| * make setup in travis.yml a bit more verboseMichael Vogt2013-07-262-5/+2
| * fix travis.ymlMichael Vogt2013-07-251-1/+1
| * add missing "free(buffer) for allocated bufferMichael Vogt2013-07-252-1/+1
| * fix potential GetLock() fd leakMichael Vogt2013-07-251-4/+6
| * delete targets dataMichael Vogt2013-07-251-0/+1
| * fix resource leak when verification failsMichael Vogt2013-07-251-0/+1
| * apt-pkg/indexcopy.cc: check for pending errors before calling fdopen()Michael Vogt2013-07-251-1/+1
| * call fdopen() after FileFd was checkedMichael Vogt2013-07-251-1/+1
| * add .travis.ymlMichael Vogt2013-07-251-0/+5
| * fix resource leak (thanks coverity)Michael Vogt2013-07-251-4/+8
| * rework the code in cdromutl.cc to make coverity (more) happyMichael Vogt2013-07-251-1/+2
| * fix off-by-one error in HttpMethod::​AutoDetectProxy()Michael Vogt2013-07-251-1/+1