summaryrefslogtreecommitdiff
path: root/test/interactive-helper
AgeCommit message (Collapse)AuthorFilesLines
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 ↵Michael Vogt1-12/+22
are happy too for 404 pages and to comply with the http 1.1 spec
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
broken webserver that intercepts connections and returns nonsese
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
- drop instead of fix as it is only needed if you want to reimplement dpkg and comes straight from the beginning of last decade (Closes: #663372) * apt-inst/deb/debfile.cc: - {Extract,Merge}Control() is another instance of "lets reimplement dpkg" so shot of this code before someone ends up using this…
2012-03-20for these helpers we don't need too much checks,David Kalnischkies2-3/+3
but no warnings from gcc helps
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
in the udevcdrom testcase
2011-08-17move the networkless test to the interactive helpers as it needsDavid Kalnischkies3-0/+55
root rights for operation (ifup/down, iptables) so it is better run under supervision
2011-08-17move the interactive helper to a subdirectory of testDavid Kalnischkies7-0/+381