summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * fix off-by-one error and do not use magic constant of 100 when checking Stack...Michael Vogt2013-07-251-1/+1
| * always "delete d" in FileFd::~FileFd to coverity happyMichael Vogt2013-07-251-4/+2
| * Merge remote-tracking branch 'upstream/debian/sid'Michael Vogt2013-07-24128-8780/+11416
| |\
| * | remove double list includeMichael Vogt2013-07-231-1/+0
* | | run "doxygen -u" to update doxygen configDavid Kalnischkies2013-07-271-146/+522
* | | update the symbol files to reflect current stateDavid Kalnischkies2013-07-272-74/+53
* | | exclude config.{sub,guess} from source packageDavid Kalnischkies2013-07-261-1/+6
* | | reenable automatic parallel build of APTDavid Kalnischkies2013-07-261-9/+8
* | | implement debian/rules build-{arch,indep} as required by policy 3.9.4David Kalnischkies2013-07-262-16/+16
* | | correct management-typo in description found by lintianDavid Kalnischkies2013-07-261-3/+3
* | | add missing Turkish (tr) to po/LINGUASDavid Kalnischkies2013-07-262-6/+22
* | | remove ALL_LINGUAS as it is overruled by po/LINGUASDavid Kalnischkies2013-07-261-4/+0
* | | make autoconf happy by "mv configure.{in,ac}"David Kalnischkies2013-07-264-6/+6
* | | ensure that FileFd::Size returns 0 in error casesDavid Kalnischkies2013-07-261-5/+18
* | | proper cleanup varargs in _error (uncovered by Coverity)David Kalnischkies2013-07-261-4/+6
* | | use FileFd::Write instead of fwrite for errorsDavid Kalnischkies2013-07-261-3/+4
* | | update changelog for uploadMichael Vogt2013-07-261-0/+15
* | | request absolute URIs from proxies again (0.9.9.3 regession)David Kalnischkies2013-07-263-12/+72