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
*
Fix build failure with gcc-12 due to missing include
David Kalnischkies
2022-03-21
1
-0
/
+1
*
Use exact If-Range match in our test webserver
David Kalnischkies
2021-09-16
1
-1
/
+1
*
Don't re-encode encoded URIs in pkgAcqFile
David Kalnischkies
2020-12-18
1
-1
/
+1
*
Proper URI encoding for config requests to our test webserver
David Kalnischkies
2020-12-18
1
-4
/
+10
*
aptwebserver: Rename slaves to workers
Julian Andres Klode
2020-08-04
1
-4
/
+5
*
RFC1123StrToTime: Accept const std::string& as first argument
Julian Andres Klode
2019-06-17
1
-2
/
+2
*
Fix various typos in the documentation
Jakub Wilk
2019-02-10
1
-1
/
+1
*
Allow to override the directory of a request in aptwebserver
David Kalnischkies
2018-11-25
1
-2
/
+9
*
aptwebserver: Prevent XSS in debug and file listing
David Kalnischkies
2018-11-25
1
-24
/
+36
*
aptwebserver: Guess Content-Type from filename extension
David Kalnischkies
2018-11-25
1
-1
/
+85
*
aptwebserver: Prefetch compressors to avoid thread crashes
David Kalnischkies
2018-08-19
1
-0
/
+1
*
implement Acquire::Retries support for all items
David Kalnischkies
2017-12-13
1
-1
/
+16
*
Use C++11 threading support instead of pthread
Julian Andres Klode
2017-07-20
1
-1
/
+0
*
Reformat and sort all includes with clang-format
Julian Andres Klode
2017-07-12
1
-2
/
+2
*
deal with 3xx httpcodes as required by HTTP/1.1 spec
David Kalnischkies
2017-06-26
1
-0
/
+1
*
Refactor to avoid loop/dangling gcc warnings
David Kalnischkies
2017-06-26
1
-1
/
+1
*
optional write aptwebserver log to client specific files
David Kalnischkies
2016-11-25
1
-81
/
+74
*
don't sent Range requests if we know its not accepted
David Kalnischkies
2016-08-16
1
-0
/
+9
*
http(s): allow empty values for header fields
David Kalnischkies
2016-08-13
1
-0
/
+3
*
use +0000 instead of UTC by default as timezone in output
David Kalnischkies
2016-07-02
1
-3
/
+3
*
webserver: 416 errors aren't closing connections
David Kalnischkies
2016-04-13
1
-1
/
+1
*
aptwebserver: fix html validation issues
David Kalnischkies
2016-03-14
1
-5
/
+5
*
test all redirection codes work as expected
David Kalnischkies
2016-01-31
1
-1
/
+1
*
tests: don't use hardcoded port for http and https
David Kalnischkies
2015-09-15
1
-3
/
+30
*
Merge branch 'debian/sid' into debian/experimental
Michael Vogt
2015-05-22
1
-3
/
+5
|
\
|
*
Add regression test for LP: #1445239
Michael Vogt
2015-05-22
1
-0
/
+2
|
*
Fix endless loop in apt-get update that can cause disk fillup
Michael Vogt
2015-05-22
1
-3
/
+3
*
|
detect 416 complete file in partial by expected hash
David Kalnischkies
2015-05-12
1
-3
/
+6
*
|
a hit on Release files means the indexes will be hits too
David Kalnischkies
2015-04-19
1
-3
/
+6
*
|
handle servers closing encoded connections correctly
David Kalnischkies
2015-04-19
1
-7
/
+21
*
|
derive more of https from http method
David Kalnischkies
2015-03-16
1
-44
/
+44
*
|
merge debian/sid into debian/experimental
David Kalnischkies
2015-03-16
1
-1
/
+2
|
\
|
|
*
dispose http(s) 416 error page as non-content
David Kalnischkies
2014-12-22
1
-65
/
+116
*
|
dispose http(s) 416 error page as non-content
David Kalnischkies
2014-12-09
1
-71
/
+122
*
|
promote filesize to a hashstring
David Kalnischkies
2014-10-24
1
-1
/
+3
*
|
add test for Basic Authentication scheme
David Kalnischkies
2014-10-23
1
-4
/
+71
|
/
*
cleanup headers and especially #includes everywhere
David Kalnischkies
2014-03-13
1
-16
/
+18
*
warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
David Kalnischkies
2014-03-13
1
-1
/
+1
*
warning: no previous declaration for foobar() [-Wmissing-declarations]
David Kalnischkies
2014-03-13
1
-15
/
+15
*
report https download start only if we really get it
David Kalnischkies
2014-02-14
1
-4
/
+16
*
tests: add a webserverconfig method to abstract config
David Kalnischkies
2013-11-30
1
-1
/
+1
*
webserver: use pthreads to handle multiple clients
David Kalnischkies
2013-11-30
1
-162
/
+200
*
webserver: strip parameters from filename
David Kalnischkies
2013-11-30
1
-1
/
+9
*
webserver: add directoryIndex support defaulting to index.html
David Kalnischkies
2013-11-30
1
-3
/
+15
*
webserver: implement ~user access to ~user/public_html/
David Kalnischkies
2013-11-30
1
-1
/
+25
*
webserver: spurious newline after data confuses curl
David Kalnischkies
2013-11-30
1
-9
/
+9
*
add Range and If-Range support in the webserver
David Kalnischkies
2013-09-30
1
-1
/
+63
*
access _config via GET requests in the webserver
David Kalnischkies
2013-09-30
1
-3
/
+71
*
request absolute URIs from proxies again (0.9.9.3 regession)
David Kalnischkies
2013-07-26
1
-8
/
+28
*
simple fork and pidfile aptwebserver
David Kalnischkies
2013-06-24
1
-0
/
+37
[next]