summaryrefslogtreecommitdiff
path: root/test/interactive-helper
AgeCommit message (Collapse)Author
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 ↵Michael Vogt
are happy too for 404 pages and to comply with the http 1.1 spec
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
broken webserver that intercepts connections and returns nonsese
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
- 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 Kalnischkies
but no warnings from gcc helps
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
in the udevcdrom testcase
2011-08-17move the networkless test to the interactive helpers as it needsDavid Kalnischkies
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 Kalnischkies