summaryrefslogtreecommitdiff
path: root/test/interactive-helper
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
| * 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
* | Merge branch 'debian/sid' into debian/experimentalMichael Vogt2013-08-152-124/+175
|\|
| * 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-202-0/+350
| * stop building l10n if strings are unchangedDavid Kalnischkies2013-06-091-0/+1
* | add (partial) partial request support for the webserverDavid Kalnischkies2012-07-121-8/+63
* | 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-092-0/+223
|/
* * apt-inst/database.{cc,h}, apt-inst/deb/dpkgdb.{cc,h}:David Kalnischkies2012-03-222-112/+4
* for these helpers we don't need too much checks,David Kalnischkies2012-03-202-3/+3
* use forward declaration in headers if possible instead of includesDavid Kalnischkies2011-09-193-0/+4
* do not pollute namespace in the headers with using (Closes: #500198)David Kalnischkies2011-09-191-1/+3
* fix 'comparison between signed and unsigned integer expressions' warningDavid Kalnischkies2011-08-171-2/+1
* move the networkless test to the interactive helpers as it needsDavid Kalnischkies2011-08-173-0/+55