summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* remove whitespace at end of header keyslighttpd-1.4.32Stefan Bühler2012-11-211-1/+2
* fix DoS in Connection header value split (reported by Jesse Sipprell, CVE-201...Stefan Bühler2012-11-211-37/+38
* mod_extforward: log address of untrusted proxy with debug.log-request-handlingStefan Bühler2012-11-151-2/+2
* detect "x-gzip"/"x-bzip2" as separate encodings, more strict encoding matchin...Stefan Bühler2012-11-091-12/+48
* network_server_init: fix double free and memleak on error (fixes #2440, thx k...Stefan Bühler2012-11-091-5/+2
* fix :port handling in $HTTP["host"] checks (fixes #2135. thx liming)Stefan Bühler2012-11-071-6/+2
* add PATCH method (fixes #2424)Stefan Bühler2012-11-073-0/+3
* Handle ENAMETOOLONG, return 404 Not Found (fixes #2396, thx dererkazo)Stefan Bühler2012-11-071-0/+2
* Ignore EPIPE/ECONNRESET after SSL_shutdown (thx patdk-wk for reporting)Stefan Bühler2012-11-061-3/+10
* [lighttpd-angel] Remove unused variable.Cyril Brulebois2012-08-311-1/+0
* [lemon] Use void* as generic pointer instead of char*.Cyril Brulebois2012-08-311-1/+1
* Use NULL instead of 0 where pointers are expected.Cyril Brulebois2012-08-3110-14/+14
* [md5] Fix non-ANSI function definitions.Cyril Brulebois2012-08-311-28/+8
* Fix non-ANSI function declarations.Cyril Brulebois2012-08-3112-18/+18
* Mark some data as static.Cyril Brulebois2012-08-313-8/+8
* [mod_redirect] Support url.redirect-code option (fixes #2247)Stefan Bühler2012-05-301-1/+9
* [mod_extforward] Support ipv6 addresses (fixes #1889)Stefan Bühler2012-05-181-2/+2
* Detect multiple -f options: show error message instead of assert (fixes #2416)Stefan Bühler2012-05-181-0/+7
* fix typo in debug outputStefan Bühler2012-05-181-1/+1
* [mod_*cgi,mod_accesslog] Fix splitting :port with ipv6 (fixes #2333, thx simo...Stefan Bühler2012-04-194-7/+31
* [auth] Add "AUTH_TYPE" environment (for *cgi), remove fastcgi specific workar...Stefan Bühler2012-04-192-29/+14
* [mod_auth] Fix digest "md5-sess" implementation (Errata ID 1649, RFC 2617) (f...Stefan Bühler2012-04-191-1/+3
* Fix access log escaping of " and \\ (fixes #1551)Stefan Bühler2012-04-191-4/+5
* Fix handling of empty header list entries in http_request_split_value, fixing...Stefan Bühler2012-04-191-1/+3
* buffer_caseless_compare: always convert letters to lowercase to get transitiv...Stefan Bühler2012-04-081-6/+5
* Disable mmap by default (fixes #2391)Stefan Bühler2012-02-242-3/+39
* [mod_compress] fix handling if etags are disabled but cache-dir is set - may ...Stefan Bühler2012-01-111-1/+1
* [ssl] include more headers explicitlyStefan Bühler2011-12-271-0/+8
* list all network handlers in lighttpd -V (fixes #2376)Stefan Bühler2011-12-271-8/+20
* Move fdevent subsystem includes to implementation files to reduce conflicts (...Stefan Bühler2011-12-256-11/+17
* [ssl] fix segfault in counting renegotiations for openssl versions without TL...Stefan Bühler2011-12-231-2/+0
* [libev/cgi] fix waitpid ECHILD errors in cgi with libev (fixes #2324)Stefan Bühler2011-12-182-0/+17
* [ssl] fix segfault on "ssl.honor-cipher-order" option while parsing the configStefan Bühler2011-12-061-1/+1
* [ssl] fix ssl connection aborts if files are larger than the MAX_WRITE_LIMIT ...Stefan Bühler2011-12-051-1/+1
* fix compile error when ssl is not enabledStefan Bühler2011-11-301-0/+2
* [core] accept dots in ipv6 addresses in host header (fixes #2359)Stefan Bühler2011-11-301-1/+1
* [ssl] add option to honor server cipher order, true by default (fixes #2364)Stefan Bühler2011-11-303-0/+11
* remove copy/paste remainings from previous commitStefan Bühler2011-11-301-7/+0
* [ssl] count renegotiations to prevent client renegotiationsStefan Bühler2011-11-305-2/+58
* [mod_auth] Fix signedness error in http_auth (fixes #2370, CVE-2011-4362)Stefan Bühler2011-11-291-1/+1
* Fix mod_status bug: always showed "0/0" in the "Read" column for uploads (fix...Stefan Bühler2011-10-051-1/+1
* Don't overwrite 401 (auth required) with 501 (unknown method) (fixes #2341)Stefan Bühler2011-09-051-0/+1
* Add static-file.disable-pathinfo option to prevent handling of urls like .../...Stefan Bühler2011-08-301-1/+15
* [ssl] fix build errors when Elliptic-Curve Diffie-Hellman is disabledStefan Bühler2011-08-221-0/+2
* Limit amount of bytes we send in one go; fixes stalling in one connection and...Stefan Bühler2011-08-2215-113/+119
* fix some gcc warningsStefan Bühler2011-07-303-8/+0
* Always use our 'own' md5 implementation, fixes linking issues on MacOS (fixes...Stefan Bühler2011-07-3011-202/+117
* fdevent: add solaris eventports (fixes #2171)lighttpd-1.4.29Stefan Bühler2011-06-137-6/+202
* [*cgi] Use physical base dir (alias, userdir) as DOCUMENT_ROOT in cgi environ...Stefan Bühler2011-06-133-5/+6
* [proc,include_shell] log error if exec shell fails (fixes #2280)Stefan Bühler2011-06-121-0/+2