summaryrefslogtreecommitdiff
path: root/methods/server.cc
Commit message (Expand)AuthorAgeFilesLines
* Rename "Size" in ServerState to TotalFileSizeMichael Vogt2015-05-221-10/+10
* Fix endless loop in apt-get update that can cause disk fillupMichael Vogt2015-05-221-5/+15
* Fix crash in the apt-transport-https when Owner is NULLTomasz Buchert2015-02-231-1/+1
* dispose http(s) 416 error page as non-contentDavid Kalnischkies2014-12-221-11/+15
* Improve Debug::Acquire::http debug outputMichael Vogt2014-09-051-3/+4
* cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-131-16/+11
* warning: extra ‘;’ [-Wpedantic]David Kalnischkies2014-03-131-10/+10
* Fix typos in documentation (codespell)Michael Vogt2014-02-221-3/+3
* allow http protocol to switch to httpsDavid Kalnischkies2014-02-141-5/+9
* use utimes instead of utimensat/futimensDavid Kalnischkies2014-02-111-6/+6
* correct some style/performance/warnings from cppcheckDavid Kalnischkies2014-01-161-13/+12
* refactor http client implementationDavid Kalnischkies2013-10-011-0/+665