summaryrefslogtreecommitdiff
path: root/test/interactive-helper
AgeCommit message (Expand)AuthorFilesLines
2016-06-10don't leak an FD in lz4 (de)compressionDavid Kalnischkies2-0/+49
2016-04-13webserver: 416 errors aren't closing connectionsDavid Kalnischkies1-1/+1
2016-03-14aptwebserver: fix html validation issuesDavid Kalnischkies1-5/+5
2016-01-31test all redirection codes work as expectedDavid Kalnischkies1-1/+1
2015-09-15tests: don't use hardcoded port for http and httpsDavid Kalnischkies1-3/+30
2015-08-10add c++11 override marker to overridden methodsDavid Kalnischkies1-1/+1
2015-05-22Merge branch 'debian/sid' into debian/experimentalMichael Vogt1-3/+5
2015-05-22Add regression test for LP: #1445239Michael Vogt1-0/+2
2015-05-22Fix endless loop in apt-get update that can cause disk fillupMichael Vogt1-3/+3
2015-05-12detect 416 complete file in partial by expected hashDavid Kalnischkies1-3/+6
2015-04-19a hit on Release files means the indexes will be hits tooDavid Kalnischkies1-3/+6
2015-04-19handle servers closing encoded connections correctlyDavid Kalnischkies1-7/+21
2015-03-16derive more of https from http methodDavid Kalnischkies1-44/+44
2015-03-16merge debian/sid into debian/experimentalDavid Kalnischkies1-1/+2
2014-12-22dispose http(s) 416 error page as non-contentDavid Kalnischkies1-65/+116
2014-12-09dispose http(s) 416 error page as non-contentDavid Kalnischkies1-71/+122
2014-10-24promote filesize to a hashstringDavid Kalnischkies1-1/+3
2014-10-23add test for Basic Authentication schemeDavid Kalnischkies1-4/+71
2014-05-07Merge branch 'debian/sid' into debian/experimentalMichael Vogt6-37/+60
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-27Merge branch 'debian/sid' into debian/experimentalMichael Vogt3-121/+344
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-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