summaryrefslogtreecommitdiff
path: root/test/interactive-helper/aptwebserver.cc
Commit message (Expand)AuthorAgeFilesLines
* add option to send Content-Type based on file extensionDavid Kalnischkies2012-07-111-0/+12
* make the server a little more robust against write errors (e.g. broken pipe)David Kalnischkies2012-07-111-4/+11
* rework parsing of the first request-line to be more robustDavid Kalnischkies2012-07-111-31/+75
* add simple url rewriting to the webserverDavid Kalnischkies2012-07-111-2/+17
* ensure that directories are accessed with a slash at the end of the urlDavid Kalnischkies2012-07-111-7/+33
* http get requests need to be dequotedDavid Kalnischkies2012-07-101-0/+2
* include our usual config.h in the webserverDavid Kalnischkies2012-07-101-6/+8
* implement directory listing in your webserverDavid Kalnischkies2012-07-101-4/+91
* reformat the aptwebserver code to look more like the rest of APTDavid Kalnischkies2012-07-101-45/+44
* cleanup, thanks to donkult for his feedbackMichael Vogt2012-07-101-1/+1
* always send content-length via the new addDataHeaders() to ensure w3m/curl ar...Michael Vogt2012-07-101-12/+22
* add failing regression test for bug #346386Michael Vogt2012-07-101-4/+4
* add commandline, add configurable port, add --simulate-paywall to simulate a ...Michael Vogt2012-07-101-7/+45
* start implementing an extremely simple webserver for testing APTDavid Kalnischkies2012-07-091-0/+216