summaryrefslogtreecommitdiff
path: root/test/interactive-helper
AgeCommit message (Expand)Author
2014-03-13warning: type qualifiers ignored on function return type [-Wignored-qualifiers]David Kalnischkies
2014-03-13warning: no previous declaration for foobar() [-Wmissing-declarations]David Kalnischkies
2014-02-27Merge branch 'debian/sid' into debian/experimentalMichael Vogt
2014-02-14report https download start only if we really get itDavid Kalnischkies
2014-01-16correct some style/performance/warnings from cppcheckDavid Kalnischkies
2013-11-30tests: add a webserverconfig method to abstract configDavid Kalnischkies
2013-11-30webserver: use pthreads to handle multiple clientsDavid Kalnischkies
2013-11-30webserver: strip parameters from filenameDavid Kalnischkies
2013-11-30webserver: add directoryIndex support defaulting to index.htmlDavid Kalnischkies
2013-11-30webserver: implement ~user access to ~user/public_html/David Kalnischkies
2013-11-30webserver: spurious newline after data confuses curlDavid Kalnischkies
2013-09-30add Range and If-Range support in the webserverDavid Kalnischkies
2013-09-30access _config via GET requests in the webserverDavid Kalnischkies
2013-08-15Merge branch 'debian/sid' into debian/experimentalMichael Vogt
2013-07-26request absolute URIs from proxies again (0.9.9.3 regession)David Kalnischkies
2013-06-24simple fork and pidfile aptwebserverDavid Kalnischkies
2013-06-20trigger NODATA error for invalid InRelease filesDavid Kalnischkies
2013-06-20simple URI rewrite rules config for webserverDavid Kalnischkies
2013-06-20add directory listing to the webserverDavid Kalnischkies
2013-06-20add a simple webserver for our testcasesDavid Kalnischkies
2013-06-09stop building l10n if strings are unchangedDavid Kalnischkies
2012-07-12add (partial) partial request support for the webserverDavid Kalnischkies
2012-07-11add option to send Content-Type based on file extensionDavid Kalnischkies
2012-07-11make the server a little more robust against write errors (e.g. broken pipe)David Kalnischkies
2012-07-11rework parsing of the first request-line to be more robustDavid Kalnischkies
2012-07-11add simple url rewriting to the webserverDavid Kalnischkies
2012-07-11ensure that directories are accessed with a slash at the end of the urlDavid Kalnischkies
2012-07-10http get requests need to be dequotedDavid Kalnischkies
2012-07-10include our usual config.h in the webserverDavid Kalnischkies
2012-07-10implement directory listing in your webserverDavid Kalnischkies
2012-07-10reformat the aptwebserver code to look more like the rest of APTDavid Kalnischkies
2012-07-10cleanup, thanks to donkult for his feedbackMichael Vogt
2012-07-10always send content-length via the new addDataHeaders() to ensure w3m/curl ar...Michael Vogt
2012-07-10add failing regression test for bug #346386Michael Vogt
2012-07-10add commandline, add configurable port, add --simulate-paywall to simulate a ...Michael Vogt
2012-07-09start implementing an extremely simple webserver for testing APTDavid Kalnischkies
2012-03-22* apt-inst/database.{cc,h}, apt-inst/deb/dpkgdb.{cc,h}:David Kalnischkies
2012-03-20for these helpers we don't need too much checks,David Kalnischkies
2011-09-19use forward declaration in headers if possible instead of includesDavid Kalnischkies
2011-09-19do not pollute namespace in the headers with using (Closes: #500198)David Kalnischkies
2011-08-17fix 'comparison between signed and unsigned integer expressions' warningDavid Kalnischkies
2011-08-17move the networkless test to the interactive helpers as it needsDavid Kalnischkies
2011-08-17move the interactive helper to a subdirectory of testDavid Kalnischkies