index
:
apt
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
interactive-helper
Age
Commit message (
Expand
)
Author
Files
Lines
2013-11-30
webserver: strip parameters from filename
David Kalnischkies
1
-1
/
+9
2013-11-30
webserver: add directoryIndex support defaulting to index.html
David Kalnischkies
1
-3
/
+15
2013-11-30
webserver: implement ~user access to ~user/public_html/
David Kalnischkies
1
-1
/
+25
2013-11-30
webserver: spurious newline after data confuses curl
David Kalnischkies
1
-9
/
+9
2013-09-30
add Range and If-Range support in the webserver
David Kalnischkies
1
-1
/
+63
2013-09-30
access _config via GET requests in the webserver
David Kalnischkies
1
-3
/
+71
2013-08-15
Merge branch 'debian/sid' into debian/experimental
Michael Vogt
2
-124
/
+175
2013-07-26
request absolute URIs from proxies again (0.9.9.3 regession)
David Kalnischkies
1
-8
/
+28
2013-06-24
simple fork and pidfile aptwebserver
David Kalnischkies
1
-0
/
+37
2013-06-20
trigger NODATA error for invalid InRelease files
David Kalnischkies
1
-0
/
+26
2013-06-20
simple URI rewrite rules config for webserver
David Kalnischkies
1
-0
/
+16
2013-06-20
add directory listing to the webserver
David Kalnischkies
1
-0
/
+121
2013-06-20
add a simple webserver for our testcases
David Kalnischkies
2
-0
/
+350
2013-06-09
stop building l10n if strings are unchanged
David Kalnischkies
1
-0
/
+1
2012-07-12
add (partial) partial request support for the webserver
David Kalnischkies
1
-8
/
+63
2012-07-11
add option to send Content-Type based on file extension
David Kalnischkies
1
-0
/
+12
2012-07-11
make the server a little more robust against write errors (e.g. broken pipe)
David Kalnischkies
1
-4
/
+11
2012-07-11
rework parsing of the first request-line to be more robust
David Kalnischkies
1
-31
/
+75
2012-07-11
add simple url rewriting to the webserver
David Kalnischkies
1
-2
/
+17
2012-07-11
ensure that directories are accessed with a slash at the end of the url
David Kalnischkies
1
-7
/
+33
2012-07-10
http get requests need to be dequoted
David Kalnischkies
1
-0
/
+2
2012-07-10
include our usual config.h in the webserver
David Kalnischkies
1
-6
/
+8
2012-07-10
implement directory listing in your webserver
David Kalnischkies
1
-4
/
+91
2012-07-10
reformat the aptwebserver code to look more like the rest of APT
David Kalnischkies
1
-45
/
+44
2012-07-10
cleanup, thanks to donkult for his feedback
Michael Vogt
1
-1
/
+1
2012-07-10
always send content-length via the new addDataHeaders() to ensure w3m/curl ar...
Michael Vogt
1
-12
/
+22
2012-07-10
add failing regression test for bug #346386
Michael Vogt
1
-4
/
+4
2012-07-10
add commandline, add configurable port, add --simulate-paywall to simulate a ...
Michael Vogt
1
-7
/
+45
2012-07-09
start implementing an extremely simple webserver for testing APT
David Kalnischkies
2
-0
/
+223
2012-03-22
* apt-inst/database.{cc,h}, apt-inst/deb/dpkgdb.{cc,h}:
David Kalnischkies
2
-112
/
+4
2012-03-20
for these helpers we don't need too much checks,
David Kalnischkies
2
-3
/
+3
2011-09-19
use forward declaration in headers if possible instead of includes
David Kalnischkies
3
-0
/
+4
2011-09-19
do not pollute namespace in the headers with using (Closes: #500198)
David Kalnischkies
1
-1
/
+3
2011-08-17
fix 'comparison between signed and unsigned integer expressions' warning
David Kalnischkies
1
-2
/
+1
2011-08-17
move the networkless test to the interactive helpers as it needs
David Kalnischkies
3
-0
/
+55
2011-08-17
move the interactive helper to a subdirectory of test
David Kalnischkies
7
-0
/
+381
[prev]