summaryrefslogtreecommitdiff
path: root/test/interactive-helper
AgeCommit message (Expand)AuthorFilesLines
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies6-19/+37
2014-03-13warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies1-1/+6
2014-03-13warning: type qualifiers ignored on function return type [-Wignored-qualifiers]David Kalnischkies1-1/+1
2014-03-13warning: no previous declaration for foobar() [-Wmissing-declarations]David Kalnischkies3-17/+17
2014-02-14report https download start only if we really get itDavid Kalnischkies1-4/+16
2014-01-16correct some style/performance/warnings from cppcheckDavid Kalnischkies1-5/+4
2013-11-30tests: add a webserverconfig method to abstract configDavid Kalnischkies1-1/+1
2013-11-30webserver: use pthreads to handle multiple clientsDavid Kalnischkies2-163/+201
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-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-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