summaryrefslogtreecommitdiff
path: root/test/interactive-helper
AgeCommit message (Expand)AuthorFilesLines
2019-06-17RFC1123StrToTime: Accept const std::string& as first argumentJulian Andres Klode1-2/+2
2019-05-06Merge libapt-inst into libapt-pkgJulian Andres Klode1-2/+2
2019-02-10Fix various typos in the documentationJakub Wilk1-1/+1
2018-11-25Allow to override the directory of a request in aptwebserverDavid Kalnischkies1-2/+9
2018-11-25aptwebserver: Prevent XSS in debug and file listingDavid Kalnischkies1-24/+36
2018-11-25aptwebserver: Guess Content-Type from filename extensionDavid Kalnischkies1-1/+85
2018-08-19aptwebserver: Prefetch compressors to avoid thread crashesDavid Kalnischkies1-0/+1
2017-12-13implement Acquire::Retries support for all itemsDavid Kalnischkies1-1/+16
2017-10-05remove pointless va_copy to avoid cleanup danceDavid Kalnischkies1-18/+12
2017-07-20Use C++11 threading support instead of pthreadJulian Andres Klode1-1/+0
2017-07-12Reformat and sort all includes with clang-formatJulian Andres Klode7-16/+16
2017-06-26deal with 3xx httpcodes as required by HTTP/1.1 specDavid Kalnischkies1-0/+1
2017-06-26Refactor to avoid loop/dangling gcc warningsDavid Kalnischkies1-1/+1
2016-11-25optional write aptwebserver log to client specific filesDavid Kalnischkies2-81/+136
2016-11-09reset HOME, USER(NAME), TMPDIR & SHELL in DropPrivilegesDavid Kalnischkies2-0/+29
2016-09-11Coverage: Do not print messages from gcovJulian Andres Klode2-0/+53
2016-08-26Add missing includes and external definitionsJulian Andres Klode1-0/+1
2016-08-16don't sent Range requests if we know its not acceptedDavid Kalnischkies1-0/+9
2016-08-13http(s): allow empty values for header fieldsDavid Kalnischkies1-0/+3
2016-08-10Get rid of the old buildsystemJulian Andres Klode1-53/+0
2016-08-06CMake: Switch integration tests and travis overJulian Andres Klode1-0/+10
2016-07-02use +0000 instead of UTC by default as timezone in outputDavid Kalnischkies1-3/+3
2016-06-10don't leak an FD in lz4 (de)compressionDavid Kalnischkies2-0/+49
2016-04-13webserver: 416 errors aren't closing connectionsDavid Kalnischkies1-1/+1
2016-03-14aptwebserver: fix html validation issuesDavid Kalnischkies1-5/+5
2016-01-31test all redirection codes work as expectedDavid Kalnischkies1-1/+1
2015-09-15tests: don't use hardcoded port for http and httpsDavid Kalnischkies1-3/+30
2015-08-10add c++11 override marker to overridden methodsDavid Kalnischkies1-1/+1
2015-05-22Merge branch 'debian/sid' into debian/experimentalMichael Vogt1-3/+5
2015-05-22Add regression test for LP: #1445239Michael Vogt1-0/+2
2015-05-22Fix endless loop in apt-get update that can cause disk fillupMichael Vogt1-3/+3
2015-05-12detect 416 complete file in partial by expected hashDavid Kalnischkies1-3/+6
2015-04-19a hit on Release files means the indexes will be hits tooDavid Kalnischkies1-3/+6
2015-04-19handle servers closing encoded connections correctlyDavid Kalnischkies1-7/+21
2015-03-16derive more of https from http methodDavid Kalnischkies1-44/+44
2015-03-16merge debian/sid into debian/experimentalDavid Kalnischkies1-1/+2
2014-12-22dispose http(s) 416 error page as non-contentDavid Kalnischkies1-65/+116
2014-12-09dispose http(s) 416 error page as non-contentDavid Kalnischkies1-71/+122
2014-10-24promote filesize to a hashstringDavid Kalnischkies1-1/+3
2014-10-23add test for Basic Authentication schemeDavid Kalnischkies1-4/+71
2014-05-07Merge branch 'debian/sid' into debian/experimentalMichael Vogt6-37/+60
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies6-19/+37
2014-03-13warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies1-1/+6
2014-03-13warning: type qualifiers ignored on function return type [-Wignored-qualifiers]David Kalnischkies1-1/+1
2014-03-13warning: no previous declaration for foobar() [-Wmissing-declarations]David Kalnischkies3-17/+17
2014-02-27Merge branch 'debian/sid' into debian/experimentalMichael Vogt3-121/+344
2014-02-14report https download start only if we really get itDavid Kalnischkies1-4/+16
2014-01-16correct some style/performance/warnings from cppcheckDavid Kalnischkies1-5/+4
2013-11-30tests: add a webserverconfig method to abstract configDavid Kalnischkies1-1/+1
2013-11-30webserver: use pthreads to handle multiple clientsDavid Kalnischkies2-163/+201