summaryrefslogtreecommitdiff
path: root/test/interactive-helper
Commit message (Expand)AuthorAgeFilesLines
* Merge libapt-inst into libapt-pkgJulian Andres Klode2019-05-061-2/+2
* Fix various typos in the documentationJakub Wilk2019-02-101-1/+1
* Allow to override the directory of a request in aptwebserverDavid Kalnischkies2018-11-251-2/+9
* aptwebserver: Prevent XSS in debug and file listingDavid Kalnischkies2018-11-251-24/+36
* aptwebserver: Guess Content-Type from filename extensionDavid Kalnischkies2018-11-251-1/+85
* aptwebserver: Prefetch compressors to avoid thread crashesDavid Kalnischkies2018-08-191-0/+1
* implement Acquire::Retries support for all itemsDavid Kalnischkies2017-12-131-1/+16
* remove pointless va_copy to avoid cleanup danceDavid Kalnischkies2017-10-051-18/+12
* Use C++11 threading support instead of pthreadJulian Andres Klode2017-07-201-1/+0
* Reformat and sort all includes with clang-formatJulian Andres Klode2017-07-127-16/+16
* deal with 3xx httpcodes as required by HTTP/1.1 specDavid Kalnischkies2017-06-261-0/+1
* Refactor to avoid loop/dangling gcc warningsDavid Kalnischkies2017-06-261-1/+1
* optional write aptwebserver log to client specific filesDavid Kalnischkies2016-11-252-81/+136
* reset HOME, USER(NAME), TMPDIR & SHELL in DropPrivilegesDavid Kalnischkies2016-11-092-0/+29
* Coverage: Do not print messages from gcovJulian Andres Klode2016-09-112-0/+53
* Add missing includes and external definitionsJulian Andres Klode2016-08-261-0/+1
* don't sent Range requests if we know its not acceptedDavid Kalnischkies2016-08-161-0/+9
* http(s): allow empty values for header fieldsDavid Kalnischkies2016-08-131-0/+3
* Get rid of the old buildsystemJulian Andres Klode2016-08-101-53/+0
* CMake: Switch integration tests and travis overJulian Andres Klode2016-08-061-0/+10
* use +0000 instead of UTC by default as timezone in outputDavid Kalnischkies2016-07-021-3/+3
* don't leak an FD in lz4 (de)compressionDavid Kalnischkies2016-06-102-0/+49
* webserver: 416 errors aren't closing connectionsDavid Kalnischkies2016-04-131-1/+1
* aptwebserver: fix html validation issuesDavid Kalnischkies2016-03-141-5/+5
* test all redirection codes work as expectedDavid Kalnischkies2016-01-311-1/+1
* tests: don't use hardcoded port for http and httpsDavid Kalnischkies2015-09-151-3/+30
* add c++11 override marker to overridden methodsDavid Kalnischkies2015-08-101-1/+1
* Merge branch 'debian/sid' into debian/experimentalMichael Vogt2015-05-221-3/+5
|\
| * Add regression test for LP: #1445239Michael Vogt2015-05-221-0/+2
| * Fix endless loop in apt-get update that can cause disk fillupMichael Vogt2015-05-221-3/+3
* | detect 416 complete file in partial by expected hashDavid Kalnischkies2015-05-121-3/+6
* | a hit on Release files means the indexes will be hits tooDavid Kalnischkies2015-04-191-3/+6
* | handle servers closing encoded connections correctlyDavid Kalnischkies2015-04-191-7/+21
* | derive more of https from http methodDavid Kalnischkies2015-03-161-44/+44
* | merge debian/sid into debian/experimentalDavid Kalnischkies2015-03-161-1/+2
|\|
| * dispose http(s) 416 error page as non-contentDavid Kalnischkies2014-12-221-65/+116
* | dispose http(s) 416 error page as non-contentDavid Kalnischkies2014-12-091-71/+122
* | promote filesize to a hashstringDavid Kalnischkies2014-10-241-1/+3
* | add test for Basic Authentication schemeDavid Kalnischkies2014-10-231-4/+71
* | Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-05-076-37/+60
|\|
| * cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-136-19/+37
| * warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies2014-03-131-1/+6
| * warning: type qualifiers ignored on function return type [-Wignored-qualifiers]David Kalnischkies2014-03-131-1/+1
| * warning: no previous declaration for foobar() [-Wmissing-declarations]David Kalnischkies2014-03-133-17/+17
* | Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-02-273-121/+344
|\|
| * report https download start only if we really get itDavid Kalnischkies2014-02-141-4/+16
| * correct some style/performance/warnings from cppcheckDavid Kalnischkies2014-01-161-5/+4
| * tests: add a webserverconfig method to abstract configDavid Kalnischkies2013-11-301-1/+1
| * webserver: use pthreads to handle multiple clientsDavid Kalnischkies2013-11-302-163/+201
| * webserver: strip parameters from filenameDavid Kalnischkies2013-11-301-1/+9