summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fdevent: add solaris eventports (fixes #2171)lighttpd-1.4.29Stefan Bühler2011-06-139-7/+204
* [doc] Move docs to outdated/ subdir and refer to wiki instead (fixes #2248)Stefan Bühler2011-06-1344-97/+103
* [*cgi] Use physical base dir (alias, userdir) as DOCUMENT_ROOT in cgi environ...Stefan Bühler2011-06-134-5/+7
* [proc,include_shell] log error if exec shell fails (fixes #2280)Stefan Bühler2011-06-122-0/+3
* [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-244-5/+11
* [ssl/md5] prefix our own md5 implementation with li_ so it doesn't conflict w...Stefan Bühler2011-04-244-17/+23
* two additional test cases for absolute http(s) uris in the request lineStefan Bühler2011-04-041-1/+16
* ssl: Support for Diffie-Hellman and Elliptic-Curve Diffie-Hellman key exchang...Stefan Bühler2011-03-134-0/+142
* [build] Fix detection of libev (fixes #2300)Stefan Bühler2011-03-133-3/+4
* mod_cgi: make read buffer as big as incoming data blockStefan Bühler2011-03-132-1/+13
* [tests] Add path traversal check with $HTTP['url']Stefan Bühler2011-02-102-1/+27
* [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-172-1/+3
* Fix mod_proxy waiting for response even if content-length is 0 (fixes #2259)Stefan Bühler2010-09-172-2/+2
* - next is 1.4.29Stefan Bühler2010-08-224-4/+7
* 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