index
:
apt
feature/rred
main
master
Debians commandline package manager
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
interactive-helper
/
aptwebserver.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
add option to send Content-Type based on file extension
David Kalnischkies
2012-07-11
1
-0
/
+12
*
make the server a little more robust against write errors (e.g. broken pipe)
David Kalnischkies
2012-07-11
1
-4
/
+11
*
rework parsing of the first request-line to be more robust
David Kalnischkies
2012-07-11
1
-31
/
+75
*
add simple url rewriting to the webserver
David Kalnischkies
2012-07-11
1
-2
/
+17
*
ensure that directories are accessed with a slash at the end of the url
David Kalnischkies
2012-07-11
1
-7
/
+33
*
http get requests need to be dequoted
David Kalnischkies
2012-07-10
1
-0
/
+2
*
include our usual config.h in the webserver
David Kalnischkies
2012-07-10
1
-6
/
+8
*
implement directory listing in your webserver
David Kalnischkies
2012-07-10
1
-4
/
+91
*
reformat the aptwebserver code to look more like the rest of APT
David Kalnischkies
2012-07-10
1
-45
/
+44
*
cleanup, thanks to donkult for his feedback
Michael Vogt
2012-07-10
1
-1
/
+1
*
always send content-length via the new addDataHeaders() to ensure w3m/curl ar...
Michael Vogt
2012-07-10
1
-12
/
+22
*
add failing regression test for bug #346386
Michael Vogt
2012-07-10
1
-4
/
+4
*
add commandline, add configurable port, add --simulate-paywall to simulate a ...
Michael Vogt
2012-07-10
1
-7
/
+45
*
start implementing an extremely simple webserver for testing APT
David Kalnischkies
2012-07-09
1
-0
/
+216