summaryrefslogtreecommitdiff
path: root/test/interactive-helper/aptwebserver.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
|/
* cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-131-16/+18
* 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-131-15/+15
* report https download start only if we really get itDavid Kalnischkies2014-02-141-4/+16
* tests: add a webserverconfig method to abstract configDavid Kalnischkies2013-11-301-1/+1
* webserver: use pthreads to handle multiple clientsDavid Kalnischkies2013-11-301-162/+200
* webserver: strip parameters from filenameDavid Kalnischkies2013-11-301-1/+9
* webserver: add directoryIndex support defaulting to index.htmlDavid Kalnischkies2013-11-301-3/+15
* webserver: implement ~user access to ~user/public_html/David Kalnischkies2013-11-301-1/+25
* webserver: spurious newline after data confuses curlDavid Kalnischkies2013-11-301-9/+9
* add Range and If-Range support in the webserverDavid Kalnischkies2013-09-301-1/+63
* access _config via GET requests in the webserverDavid Kalnischkies2013-09-301-3/+71
* request absolute URIs from proxies again (0.9.9.3 regession)David Kalnischkies2013-07-261-8/+28
* simple fork and pidfile aptwebserverDavid Kalnischkies2013-06-241-0/+37
* trigger NODATA error for invalid InRelease filesDavid Kalnischkies2013-06-201-0/+26
* simple URI rewrite rules config for webserverDavid Kalnischkies2013-06-201-0/+16
* add directory listing to the webserverDavid Kalnischkies2013-06-201-0/+121
* add a simple webserver for our testcasesDavid Kalnischkies2013-06-201-0/+343