summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add ticket number in NEWS for segfault fixlighttpd-1.4.28Stefan Bühler2010-08-221-1/+1
* Fix buffer.h to include stdio.h as it is needer for SEGFAULT() (fixes #2250)Stefan Bühler2010-08-222-0/+2
* Rename fdevent_event_add to _set to reflect what the function does. Fix some ...Stefan Bühler2010-08-1716-57/+94
* Silence freebsd_kqueue delete errorsStefan Bühler2010-08-142-1/+4
* - next is 1.4.28Stefan Bühler2010-08-134-4/+7
* 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-112-3/+2
* [configure.ac] Move PKG_CONFIG path search upStefan Bühler2010-08-111-4/+4
* bind to IPV6-only if ipv6 address was specified (http://redmine.lighttpd.net/...Stefan Bühler2010-08-074-2/+19
* don't overwrite global server.force-lowercase-filenames setting (fixes #2042)Stefan Bühler2010-08-072-19/+24
* mod_proxy: return response as soon as it is available (fixes #2196)Stefan Bühler2010-08-072-1/+2
* report libev handler in feature list/mod_statusStefan Bühler2010-08-072-7/+11
* add libev fdevent handler: server.event-handler = "libev"Stefan Bühler2010-08-0711-47/+335
* only require FDEVENT_IN bit to be set for listening connections (fixes #2227)Stefan Bühler2010-08-062-1/+2
* cleanup fdevent code, removed linux-rtsig handler, replaced some fprintf callsStefan Bühler2010-08-0631-445/+165
* Add check to stop loading plugins twiceStefan Bühler2010-08-052-1/+9
* array.c: improve array_get_unused_element to check data type; fix mem leak if...Stefan Bühler2010-08-052-9/+14
* openssl: silence annoying error messages for errno==0 (fixes #2213)Stefan Bühler2010-08-052-1/+2
* autotools: don't recreate parser files with lemon after lemon rebuildStefan Bühler2010-08-052-2/+3
* mod_accesslog: optimize accesslog_append_escaped (fixes #2236, thx crypt)Stefan Bühler2010-08-052-36/+48
* Add some more people to AUTHORS listStefan Bühler2010-08-051-1/+6
* mod_status: Add version to status page (fixes #2219)Stefan Bühler2010-07-112-1/+2
* mod_accesslog: Fix var declarations mixed in source (fixes #2233)Stefan Bühler2010-07-112-1/+4
* - a bit more cleanup in the docs dirMarcus Rückert2010-07-0710-7/+10
* - add new directoriesMarcus Rückert2010-07-070-0/+0
* - register makefiles in configureMarcus Rückert2010-07-071-1/+5
* - fix makefiles for the new filesMarcus Rückert2010-07-074-1/+30
* - replace old default config with my config from opensuse. #2203Marcus Rückert2010-07-0729-322/+1595
* mod_cgi: fix race condition leaving response not forwarded to client (fixes #...Stefan Bühler2010-07-042-16/+35
* mod_staticfile: add debug output if we ignore a file with static-file.exclude...Stefan Bühler2010-07-042-0/+4
* mod_fastcgi: Send 502 "Bad Gateway" if we couldn't open the file for X-Sendfi...Stefan Bühler2010-07-042-0/+5
* mod_accesslog: fix %p for ipv6 sockets (fixes #2228, thx jo.henke)Stefan Bühler2010-07-042-1/+2
* Fix parsing of fastcgi.debug option on big-endian (fixes #2230)Stefan Bühler2010-07-041-2/+2
* Fix two compiler warningsStefan Bühler2010-07-043-2/+5
* Fix comment styleStefan Bühler2010-07-041-2/+2
* Fix etag formattingStefan Bühler2010-07-042-1/+2
* Fix stalls while reading from ssl sockets (fixes #2197)Stefan Bühler2010-07-042-9/+18
* - Include IP addresses on error log on password failures (fixes #2191)Elan Ruusamäe2010-05-282-3/+4
* - Print double quotes properly when dumping config file (fixes #1806)Elan Ruusamäe2010-05-282-1/+19
* Reset uri.authority before TLS servername handling, reset all "keep-alive" da...Stefan Bühler2010-04-283-0/+9
* [mod_compress] Fix segfault when etags are disabled (fixes #2169)Stefan Bühler2010-04-282-14/+24
* Fix detecting git repository (fixes #2173, thx ncopa)Stefan Bühler2010-04-282-1/+2
* Fix var declarations mixed in sourceStefan Bühler2010-04-131-1/+3
* Check uri instead of physical path for directory redirectStefan Bühler2010-04-132-1/+2
* mod_proxy: close connection on write error (fixes #2114)Stefan Bühler2010-04-072-2/+3
* Fix mod_proxy HUP handling (send final chunk, fix usage counter)Stefan Bühler2010-04-072-3/+10
* Fix handling return value of SSL_CTX_set_options (fixes #2157, thx mlcreech)Stefan Bühler2010-02-282-2/+2
* - next is 1.4.27Stefan Bühler2010-02-074-4/+7
* Add some details to NEWSlighttpd-1.4.26Stefan Bühler2010-02-071-1/+1
* Fix HUP detection in close-state if event-backend doesn't support FDEVENT_HUP...Stefan Bühler2010-02-042-39/+12