Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-09 | stop building l10n if strings are unchanged | David Kalnischkies | |
The buildsystem tried to build l10n for test applications which never produced the output it expected causing it to try building it all the time. | |||
2012-07-12 | add (partial) partial request support for the webserver | David Kalnischkies | |
2012-07-11 | add option to send Content-Type based on file extension | David Kalnischkies | |
2012-07-11 | make the server a little more robust against write errors (e.g. broken pipe) | David Kalnischkies | |
2012-07-11 | rework parsing of the first request-line to be more robust | David Kalnischkies | |
2012-07-11 | add simple url rewriting to the webserver | David Kalnischkies | |
2012-07-11 | ensure that directories are accessed with a slash at the end of the url | David Kalnischkies | |
2012-07-10 | http get requests need to be dequoted | David Kalnischkies | |
2012-07-10 | include our usual config.h in the webserver | David Kalnischkies | |
2012-07-10 | implement directory listing in your webserver | David Kalnischkies | |
2012-07-10 | reformat the aptwebserver code to look more like the rest of APT | David Kalnischkies | |
2012-07-10 | cleanup, thanks to donkult for his feedback | Michael Vogt | |
2012-07-10 | always 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-10 | add failing regression test for bug #346386 | Michael Vogt | |
2012-07-10 | add commandline, add configurable port, add --simulate-paywall to simulate a ↵ | Michael Vogt | |
broken webserver that intercepts connections and returns nonsese | |||
2012-07-09 | start implementing an extremely simple webserver for testing APT | David 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-20 | for these helpers we don't need too much checks, | David Kalnischkies | |
but no warnings from gcc helps | |||
2011-09-19 | use forward declaration in headers if possible instead of includes | David Kalnischkies | |
2011-09-19 | do not pollute namespace in the headers with using (Closes: #500198) | David Kalnischkies | |
2011-08-17 | fix 'comparison between signed and unsigned integer expressions' warning | David Kalnischkies | |
in the udevcdrom testcase | |||
2011-08-17 | move the networkless test to the interactive helpers as it needs | David Kalnischkies | |
root rights for operation (ifup/down, iptables) so it is better run under supervision | |||
2011-08-17 | move the interactive helper to a subdirectory of test | David Kalnischkies | |