Commit Graph

1007 Commits (9ab9f176d2062a3ae198b7108af949f044920e81)
 

Author SHA1 Message Date
Elan Ruusamäe 9ab9f176d2 - apply patches from #1384
16 years ago
Elan Ruusamäe aab9a99a11 - merge from trunk
16 years ago
Elan Ruusamäe ae821c925a - include SConstruct in tarball
16 years ago
Elan Ruusamäe 17fa057dff - update
16 years ago
Elan Ruusamäe d6b9709b54 - support for matching $HTTP["scheme"] in configs, patch from:
16 years ago
Jan Kneschke cb0f21c745 added support for If-Range: <date> (fixes #1346)
16 years ago
Marcus Rückert 1b6b361b66 - next is 1.4.19
16 years ago
Marcus Rückert d85f4293a4 - updated NEWS file for the last change
16 years ago
Jan Kneschke 46e1ca19cc use strchr() instead of index() as it is POSIX
16 years ago
Marcus Rückert 7ce73896b7 - handle errors from the fcgi packet construction and return 400 if we have an error.
16 years ago
Jan Kneschke 5c333340be free the buffers after the printed them in the error-msg
16 years ago
Marcus Rückert a3dcc8b505 - fixed crash with undefined environment variables
16 years ago
Jan Kneschke 5b2e697cfa * fixed hanging redirects with keep-alive due to missing
16 years ago
Jan Kneschke eaed2f1e50 added some extra protection to make sure key-len and val-len don't
16 years ago
Jan Kneschke 34b3ee0228 fixed FastCGI header overrun in mod_fastcgi
16 years ago
Jan Kneschke e0629883a9 * fixed forwarding a SIGINT and SIGHUP when using max-workers (#902)
16 years ago
Jan Kneschke b333dd7efa added a first version of the lighttpd-angel process
16 years ago
Jan Kneschke 29fdd34abd fixed compile error on IRIX 6.5.x on prctl()
16 years ago
Marcus Rückert 66c4c8f1dd - next ist 1.4.18
16 years ago
Marcus Rückert d4f02c657a - updated NEWS file
16 years ago
Marcus Rückert 8cb24edfd1 - added test case for crash on undefined environment variables
16 years ago
Marcus Rückert f2c8fb6eca - dont crash if the mod_alias config cant be parsed properly
16 years ago
Marcus Rückert 523336eb66 - added note about bug #1322
16 years ago
Marcus Rückert 15d8378422 - make sure the etag buffer is non empty if we compare it with if-non-match
16 years ago
Jan Kneschke 53634de06f protect buffer_is_empty() from NULL buffers
16 years ago
Marcus Rückert ea872bea37 - added testcase for bug #1322
16 years ago
Marcus Rückert 74c303a7b1 - a more portable version for the SAPI breakage in php 5.2.4
16 years ago
Jan Kneschke f7df9a9ecd MYSQL_OPT_RECONNECT is available from 5.0.13 on (fixes #1309)
16 years ago
Jan Kneschke 1e1a8e5907 use HAVE_SYS_PRCTL_H as HAVE_PRCTL is not checked for
16 years ago
Jan Kneschke ef19bacae8 added sending UID and PID for SIGTERM and SIGINT to the logs
16 years ago
Jan Kneschke 30748f202c fixed timestamps for 32bit time_t which wraps at 2038
16 years ago
Marcus Rückert 470d32b803 - added AM_PROG_CC_C_O as suggested by autotools
16 years ago
Marcus Rückert 6719b15c7b - added missing Makefile.am entries
16 years ago
Jan Kneschke 51826fc05c renamed ltostr() to LI_ltostr() to fix compile on HP/UX (fixes #465)
16 years ago
Jan Kneschke 41e836b410 fixed extracting status code from NPH scripts (fixes #1125)
16 years ago
Jan Kneschke f67cdb67df fixed handling of duplicate If-Modified-Since to return 304
16 years ago
Jan Kneschke 5bc539b63e don't send a Content-Length for 1xx, 204 and 304 (fixes #1002)
16 years ago
Jan Kneschke c4e3150283 fixed possible overflow in unix-socket path checks on BSD (#713)
16 years ago
Jan Kneschke f978d992df use public API instead of patching the cond-cache ourself
16 years ago
Jan Kneschke 3940c60e68 fixed aggressive caching of conditionals (#41)
16 years ago
Jan Kneschke 7d2665843f fixed counter overrun in ?auto in mod_status (#909)
16 years ago
Jan Kneschke e745fd6a12 added more debug output if FAM fails to monitor a dir (for #824)
16 years ago
Jan Kneschke 463e989458 removed early checks if the userfiles exist (fixes #1188)
16 years ago
Jan Kneschke dc4879473f removed debug msg
16 years ago
Jan Kneschke 8392673b7e oops, ifd is gone
16 years ago
Jan Kneschke 0177a96f5d fixed endless loop on shrinked files with sendfile() on BSD
16 years ago
Jan Kneschke 474d5cea20 config-options are always "unsigned short"
16 years ago
Jan Kneschke 9bc4c2a025 added testcases for #1286 and #1287
16 years ago
Jan Kneschke 8f8e23f636 fixed invalid chars in header values (fixes #1286)
16 years ago
Jan Kneschke 5f518191bd fixed wrong result of buffer_caseless_compare("a", "ab") (fixes #1287)
16 years ago