summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* reimplement and document auth.confDavid Kalnischkies2017-07-2613-195/+499
* show warnings instead of errors if files are unreadableDavid Kalnischkies2017-07-268-77/+79
* use FileFd to parse all apt configuration filesDavid Kalnischkies2017-07-268-32/+123
* fail early in http if server answer is too small as wellDavid Kalnischkies2017-07-2613-64/+98
* fail earlier if server answers with too much dataDavid Kalnischkies2017-07-265-17/+25
* send weak-only hashes to methodsDavid Kalnischkies2017-07-261-15/+8
* don't try to parse all fields starting with HTTP as status-lineDavid Kalnischkies2017-07-262-1/+3
* don't move failed pdiff indexes out of partialDavid Kalnischkies2017-07-262-4/+31
* don't try to rename failed pdiff patches twiceDavid Kalnischkies2017-07-261-2/+0
* support compressed extended_states file for bug triageDavid Kalnischkies2017-07-261-4/+4
* ignore SIGPIPE in dump solver if forwardingDavid Kalnischkies2017-07-261-7/+7
* remove reference to a-t-debtorrent in descriptionDavid Kalnischkies2017-07-261-2/+2
* Gracefully terminate process when stopping apt-daily-upgradeBalint Reczey2017-07-261-0/+2
* Fix memory leak in C++-thread-local _error implementationJulian Andres Klode2017-07-201-2/+2
* Use C++11 threading support instead of pthreadJulian Andres Klode2017-07-204-34/+4
* Merge pull request Debian/apt#44 from willismonroe/patch-1Julian Andres Klode2017-07-1745-45/+45
|\
| * Minor grammar fixM. Willis Monroe2017-06-221-1/+1
* | Switch from /org to /srv in example apt-ftparchive configurationPaul Wise2017-07-121-4/+4
* | Fix some more crashes when APT::Periodic options are set to alwaysPaul Wise2017-07-121-7/+16
* | Support seconds, minutes, hours and days for APT::Periodic intervalsPaul Wise2017-07-121-2/+14
* | Support zero delay for the various APT::Periodic activitiesPaul Wise2017-07-121-0/+6
* | Merge branch 'misc/include-cleanup'Julian Andres Klode2017-07-12221-1039/+988
|\ \
| * | cacheiterators: Warn about direct include and don't include pkgcache.hJulian Andres Klode2017-07-122-2/+5
| * | Reformat and sort all includes with clang-formatJulian Andres Klode2017-07-12215-981/+983
| * | methods/aptmethod.h: Add missing fileutl.h includeJulian Andres Klode2017-07-121-0/+1
| * | Drop cacheiterators.h includeJulian Andres Klode2017-07-1257-57/+0
* | | Update gitignore with new filesJulian Andres Klode2017-07-121-0/+5
|/ /
* | Handle supported components with slashes in sources.listApollon Oikonomopoulos2017-07-122-7/+12
* | fix various typos reported by codespell & spellintianDavid Kalnischkies2017-07-0817-17/+17
* | Italian manpage translation updateBeatrice Torracca2017-07-081-238/+213
* | don't expect more downloads from failed transactionsDavid Kalnischkies2017-07-071-0/+2
* | zh_CN.po: update Simplified Chinese programs translationZhou Mo2017-07-041-19/+16
* | Release 1.5~beta11.5_beta1Julian Andres Klode2017-07-0357-122/+128
* | Russian translation updateАлексей Шилин2017-07-031-16/+17
* | Stop bragging about old speeds in http.cc commentsJulian Andres Klode2017-07-031-8/+0
* | formatter: support running from subdirectoriesDavid Kalnischkies2017-07-031-0/+1
* | don't set ip addresses as server names for SNIDavid Kalnischkies2017-07-031-2/+12
* | Swap file descriptors before the handshakeJulian Andres Klode2017-07-031-2/+4
* | Do not error out, only warn if ca certificates are not availableJulian Andres Klode2017-07-031-5/+5
* | tls: Add more details to error messages, and detect more errorsJulian Andres Klode2017-07-031-9/+11
* | travis/docker: Various improvementsJulian Andres Klode2017-07-022-3/+4
* | Ignore download order in test-apt-update-failure-propagationJulian Andres Klode2017-07-011-17/+2
* | http: A response with Content-Length: 0 has no contentJulian Andres Klode2017-07-011-1/+4
* | Make Verify-Host and Verify-Peer independent againJulian Andres Klode2017-07-011-2/+2
* | Upload 1.5~alpha4 to experimental1.5_alpha4Julian Andres Klode2017-06-305-6/+22
* | shippable: Run tests in parallelJulian Andres Klode2017-06-301-2/+2
* | CMake: Do not allow FORCE_CURL=ON with WITH_CURL=OFFJulian Andres Klode2017-06-301-1/+4
* | TLS support: Error out on unsupported curl optionsJulian Andres Klode2017-06-301-2/+4
* | Improve closing the TLS connectionJulian Andres Klode2017-06-301-3/+3
* | Switch to 'http' as the default https methodJulian Andres Klode2017-06-3011-15/+39