summaryrefslogtreecommitdiff
path: root/test/interactive-helper
AgeCommit message (Expand)AuthorFilesLines
2013-11-30webserver: strip parameters from filenameDavid Kalnischkies1-1/+9
2013-11-30webserver: add directoryIndex support defaulting to index.htmlDavid Kalnischkies1-3/+15
2013-11-30webserver: implement ~user access to ~user/public_html/David Kalnischkies1-1/+25
2013-11-30webserver: spurious newline after data confuses curlDavid Kalnischkies1-9/+9
2013-09-30add Range and If-Range support in the webserverDavid Kalnischkies1-1/+63
2013-09-30access _config via GET requests in the webserverDavid Kalnischkies1-3/+71
2013-08-15Merge branch 'debian/sid' into debian/experimentalMichael Vogt2-124/+175
2013-07-26request absolute URIs from proxies again (0.9.9.3 regession)David Kalnischkies1-8/+28
2013-06-24simple fork and pidfile aptwebserverDavid Kalnischkies1-0/+37
2013-06-20trigger NODATA error for invalid InRelease filesDavid Kalnischkies1-0/+26
2013-06-20simple URI rewrite rules config for webserverDavid Kalnischkies1-0/+16
2013-06-20add directory listing to the webserverDavid Kalnischkies1-0/+121
2013-06-20add a simple webserver for our testcasesDavid Kalnischkies2-0/+350
2013-06-09stop building l10n if strings are unchangedDavid Kalnischkies1-0/+1
2012-07-12add (partial) partial request support for the webserverDavid Kalnischkies1-8/+63
2012-07-11add option to send Content-Type based on file extensionDavid Kalnischkies1-0/+12
2012-07-11make the server a little more robust against write errors (e.g. broken pipe)David Kalnischkies1-4/+11
2012-07-11rework parsing of the first request-line to be more robustDavid Kalnischkies1-31/+75
2012-07-11add simple url rewriting to the webserverDavid Kalnischkies1-2/+17
2012-07-11ensure that directories are accessed with a slash at the end of the urlDavid Kalnischkies1-7/+33
2012-07-10http get requests need to be dequotedDavid Kalnischkies1-0/+2
2012-07-10include our usual config.h in the webserverDavid Kalnischkies1-6/+8
2012-07-10implement directory listing in your webserverDavid Kalnischkies1-4/+91
2012-07-10reformat the aptwebserver code to look more like the rest of APTDavid Kalnischkies1-45/+44
2012-07-10cleanup, thanks to donkult for his feedbackMichael Vogt1-1/+1
2012-07-10always send content-length via the new addDataHeaders() to ensure w3m/curl ar...Michael Vogt1-12/+22
2012-07-10add failing regression test for bug #346386Michael Vogt1-4/+4
2012-07-10add commandline, add configurable port, add --simulate-paywall to simulate a ...Michael Vogt1-7/+45
2012-07-09start implementing an extremely simple webserver for testing APTDavid Kalnischkies2-0/+223
2012-03-22* apt-inst/database.{cc,h}, apt-inst/deb/dpkgdb.{cc,h}:David Kalnischkies2-112/+4
2012-03-20for these helpers we don't need too much checks,David Kalnischkies2-3/+3
2011-09-19use forward declaration in headers if possible instead of includesDavid Kalnischkies3-0/+4
2011-09-19do not pollute namespace in the headers with using (Closes: #500198)David Kalnischkies1-1/+3
2011-08-17fix 'comparison between signed and unsigned integer expressions' warningDavid Kalnischkies1-2/+1
2011-08-17move the networkless test to the interactive helpers as it needsDavid Kalnischkies3-0/+55
2011-08-17move the interactive helper to a subdirectory of testDavid Kalnischkies7-0/+381