summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix segfault if siginfo_t* is NULL in sigaction handler (fixes #1926)lighttpd-1.4.22Stefan Bühler2009-03-072-0/+4
* Fix some problems with more strict compilers (#1923)Stefan Bühler2009-03-078-9/+14
* Fix useless redirection of stderr in mod_rrdtool, as it gets redirected to /d...Stefan Bühler2009-03-032-8/+2
* Fix autogen.sh warning (gnu make extensions in doc/)Stefan Bühler2009-03-031-1/+1
* Treat EPIPE as connection-closed error in network_freebsd_sendfile.c (another...Stefan Bühler2009-02-282-1/+3
* Fix segfault in mod_scgi (fixes #1911)Stefan Bühler2009-02-282-6/+9
* Fix EAGAIN handling for freebsd sendfile (fixes #1913, thx AnMaster for spott...Stefan Bühler2009-02-242-2/+3
* [doc] dos2unix doc/magnet.txtStefan Bühler2009-02-191-429/+429
* Fix rrd error after graceful restart (fixes #419)Stefan Bühler2009-02-192-3/+7
* Handle EINTR in mod_rrdtool (fixes #604)Stefan Bühler2009-02-192-5/+47
* Fix default vhost in mod_simple_vhost (fixes #1905)Stefan Bühler2009-02-172-0/+3
* Fix wrong lua type for CACHE_MISS/CACHE_HIT in mod_cml (fixes #533)Stefan Bühler2009-02-172-3/+3
* - next is 1.4.22Stefan Bühler2009-02-174-4/+7
* Fix wrong format strings (#1900, thx stepancheg)lighttpd-1.4.21Stefan Bühler2009-02-162-4/+5
* [tests] Fix mod-rewrite test (skipped too many tests if php wasn't running)Stefan Bühler2009-02-101-1/+1
* Added Language conditional (fixes #1119); patch by petarStefan Bühler2009-02-056-0/+21
* Allow tabs in header values (fixes #1822)Stefan Bühler2009-02-052-1/+2
* Silenced the annoying "request timed out" warning, enable with the "debug.log...Stefan Bühler2009-02-054-6/+12
* Fix error handling in freebsd-sendfile (fixes #1813)Stefan Bühler2009-02-052-7/+3
* [cmake] Fix package version in binaryStefan Bühler2009-02-053-16/+18
* Fix max-connection limit handling/100% cpu usage (fixes #1436)Stefan Bühler2009-02-052-3/+4
* Use modified etags in mod_compress (fixes #1800)Stefan Bühler2009-02-042-24/+35
* Add option to ignore the "Expect: 100-continue" header instead of returning 4...Stefan Bühler2009-02-045-5/+11
* Allow mod_compress to return 304 (Not Modified); compress ignores the static-...Stefan Bühler2009-02-043-17/+36
* Use/enforce sane max-connection values (fixes #1803)Stefan Bühler2009-02-032-5/+7
* Disable SSLv2 by defaultStefan Bühler2009-02-032-1/+2
* Remove floating point math from server.c (fixes #1402)Stefan Bühler2009-02-032-2/+3
* Some small buffer.c fixes (closes #1837)Stefan Bühler2009-02-032-1/+3
* Fix wrong malloc sizes in mod_accesslog (probably nothing bad happened...) (f...Stefan Bühler2009-02-032-11/+12
* - Do not pass Proxy-Connection: header from client to backend http server in ...Elan Ruusamäe2009-01-192-0/+2
* Fix uninitialized value in time struct after strptimeStefan Bühler2008-12-182-0/+3
* Optimized buffer usage in mod_proxy (fixes #1850)Stefan Bühler2008-12-182-1/+2
* Fix configure/cmake defines and checksStefan Bühler2008-12-073-7/+69
* Use FD_CLOEXEC if possible (fixes #1821)Stefan Bühler2008-12-078-7/+39
* Revert url decoding+simplifying before matching of mod_rewrite/mod_redirectStefan Bühler2008-12-079-48/+81
* [cmake] Fix ipv6 detectionStefan Bühler2008-12-052-1/+11
* [cmake] Add basic cmake supportStefan Bühler2008-12-055-0/+785
* [tests] Fix tests/mod-compress.conf distributionStefan Bühler2008-12-052-0/+2
* Compare address family in inet_ntop_cacheStefan Bühler2008-10-162-1/+2
* return mapped events for linux-sysepoll (worked as they have the same values)Stefan Bühler2008-10-161-1/+1
* Fix fastcgi-authorizer handling; Status: 200 is now accepted as the doc requestsStefan Bühler2008-10-162-0/+2
* mod_alias: use log_error_write instead of fprintfStefan Bühler2008-10-161-3/+2
* - add link to changesetElan Ruusamäe2008-10-131-1/+1
* spawn-fcgi: Initialize socket address struct to zeroStefan Bühler2008-10-121-6/+7
* Check for lua and lua5.1 as pkg-config name with autotoolsStefan Bühler2008-10-121-0/+6
* Fixed fix for round-robin in mod_proxy (forgot to increment the index) (#1715)Stefan Bühler2008-10-052-1/+3
* - updated doc from wikiElan Ruusamäe2008-10-041-11/+131
* - added cve numbersStefan Bühler2008-10-041-3/+3
* Fix duplicate connection keep-alive/transfer-encoding headers (#960)Stefan Bühler2008-10-042-4/+4
* - Add possibility to disable methods in mod_compress (#1773)Elan Ruusamäe2008-10-035-12/+97