Age | Commit message (Expand) | Author |
2016-08-06 | CMake: Switch integration tests and travis over | Julian Andres Klode |
2016-07-02 | use +0000 instead of UTC by default as timezone in output | David Kalnischkies |
2016-06-10 | don't leak an FD in lz4 (de)compression | David Kalnischkies |
2016-04-13 | webserver: 416 errors aren't closing connections | David Kalnischkies |
2016-03-14 | aptwebserver: fix html validation issues | David Kalnischkies |
2016-01-31 | test all redirection codes work as expected | David Kalnischkies |
2015-09-15 | tests: don't use hardcoded port for http and https | David Kalnischkies |
2015-08-10 | add c++11 override marker to overridden methods | David Kalnischkies |
2015-05-22 | Merge branch 'debian/sid' into debian/experimental | Michael Vogt |
2015-05-22 | Add regression test for LP: #1445239 | Michael Vogt |
2015-05-22 | Fix endless loop in apt-get update that can cause disk fillup | Michael Vogt |
2015-05-12 | detect 416 complete file in partial by expected hash | David Kalnischkies |
2015-04-19 | a hit on Release files means the indexes will be hits too | David Kalnischkies |
2015-04-19 | handle servers closing encoded connections correctly | David Kalnischkies |
2015-03-16 | derive more of https from http method | David Kalnischkies |
2015-03-16 | merge debian/sid into debian/experimental | David Kalnischkies |
2014-12-22 | dispose http(s) 416 error page as non-content | David Kalnischkies |
2014-12-09 | dispose http(s) 416 error page as non-content | David Kalnischkies |
2014-10-24 | promote filesize to a hashstring | David Kalnischkies |
2014-10-23 | add test for Basic Authentication scheme | David Kalnischkies |
2014-05-07 | Merge branch 'debian/sid' into debian/experimental | Michael Vogt |
2014-03-13 | cleanup headers and especially #includes everywhere | David Kalnischkies |
2014-03-13 | warning: unused parameter ‘foo’ [-Wunused-parameter] | David Kalnischkies |
2014-03-13 | warning: type qualifiers ignored on function return type [-Wignored-qualifiers] | David Kalnischkies |
2014-03-13 | warning: no previous declaration for foobar() [-Wmissing-declarations] | David Kalnischkies |
2014-02-27 | Merge branch 'debian/sid' into debian/experimental | Michael Vogt |
2014-02-14 | report https download start only if we really get it | David Kalnischkies |
2014-01-16 | correct some style/performance/warnings from cppcheck | David Kalnischkies |
2013-11-30 | tests: add a webserverconfig method to abstract config | David Kalnischkies |
2013-11-30 | webserver: use pthreads to handle multiple clients | David Kalnischkies |
2013-11-30 | webserver: strip parameters from filename | David Kalnischkies |
2013-11-30 | webserver: add directoryIndex support defaulting to index.html | David Kalnischkies |
2013-11-30 | webserver: implement ~user access to ~user/public_html/ | David Kalnischkies |
2013-11-30 | webserver: spurious newline after data confuses curl | David Kalnischkies |
2013-09-30 | add Range and If-Range support in the webserver | David Kalnischkies |
2013-09-30 | access _config via GET requests in the webserver | David Kalnischkies |
2013-08-15 | Merge branch 'debian/sid' into debian/experimental | Michael Vogt |
2013-07-26 | request absolute URIs from proxies again (0.9.9.3 regession) | David Kalnischkies |
2013-06-24 | simple fork and pidfile aptwebserver | David Kalnischkies |
2013-06-20 | trigger NODATA error for invalid InRelease files | David Kalnischkies |
2013-06-20 | simple URI rewrite rules config for webserver | David Kalnischkies |
2013-06-20 | add directory listing to the webserver | David Kalnischkies |
2013-06-20 | add a simple webserver for our testcases | David Kalnischkies |
2013-06-09 | stop building l10n if strings are unchanged | David Kalnischkies |
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 |