summaryrefslogtreecommitdiff
path: root/test/interactive-helper
AgeCommit message (Expand)AuthorFilesLines
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 ar...Michael Vogt1-12/+22
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
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
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