]> git.saurik.com Git - apt.git/history - test/interactive-helper/aptwebserver.cc
make the server a little more robust against write errors (e.g. broken pipe)
[apt.git] / test / interactive-helper / aptwebserver.cc
2012-07-11  David Kalnischkiesmake the server a little more robust against write...
2012-07-11  David Kalnischkiesrework parsing of the first request-line to be more...
2012-07-11  David Kalnischkiesadd simple url rewriting to the webserver
2012-07-10  David Kalnischkiesensure that directories are accessed with a slash at...
2012-07-10  David Kalnischkieshttp get requests need to be dequoted
2012-07-10  David Kalnischkiesinclude our usual config.h in the webserver
2012-07-10  David Kalnischkiesimplement directory listing in your webserver
2012-07-10  David Kalnischkiesreformat the aptwebserver code to look more like the...
2012-07-10  Michael Vogtmerged the relevant bits from lp:~mvo/apt/lp346386
2012-07-10  Michael Vogtcleanup, thanks to donkult for his feedback
2012-07-10  Michael Vogtalways send content-length via the new addDataHeaders...
2012-07-10  Michael Vogtadd failing regression test for bug #346386
2012-07-10  Michael Vogtadd commandline, add configurable port, add --simulate...
2012-07-09  David Kalnischkiesstart implementing an extremely simple webserver for...