summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [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
* [md5] fix md5 includes if openssl is not available (#2269)Stefan Bühler2011-04-245-0/+30
* [ssl/build] some minor fixes; fix compile without ssl, cleanup ssl config buf...Stefan Bühler2011-04-243-5/+10
* [ssl/md5] prefix our own md5 implementation with li_ so it doesn't conflict w...Stefan Bühler2011-04-243-17/+22
* ssl: Support for Diffie-Hellman and Elliptic-Curve Diffie-Hellman key exchang...Stefan Bühler2011-03-133-0/+139
* mod_cgi: make read buffer as big as incoming data blockStefan Bühler2011-03-131-1/+12
* [mod_proxy]: fix delayed connectStefan Bühler2010-12-161-48/+59
* [mod_fastcgi]: remove unused var "last_used"Stefan Bühler2010-12-101-3/+0
* Silence annoying "connection closed: poll() -> ERR" error.log message (fixes ...Stefan Bühler2010-09-171-1/+2
* Fix mod_proxy waiting for response even if content-length is 0 (fixes #2259)Stefan Bühler2010-09-171-1/+1
* Fix buffer.h to include stdio.h as it is needer for SEGFAULT() (fixes #2250)Stefan Bühler2010-08-221-0/+1
* Rename fdevent_event_add to _set to reflect what the function does. Fix some ...Stefan Bühler2010-08-1715-56/+93
* Silence freebsd_kqueue delete errorsStefan Bühler2010-08-141-0/+3
* Only print a warning for now if you try to load a module twicelighttpd-1.4.27Stefan Bühler2010-08-111-2/+2
* Revert "autotools: don't recreate parser files with lemon after lemon rebuild...Stefan Bühler2010-08-111-2/+2
* bind to IPV6-only if ipv6 address was specified (http://redmine.lighttpd.net/...Stefan Bühler2010-08-073-2/+18