summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* - add missing files to EXTRA_DISTElan Ruusamäe2008-01-161-1/+1
* - prevent crash in certain php-fcgi configurations (#841)Elan Ruusamäe2008-01-161-14/+31
* - fix also scgi and proxy modules. #1489Elan Ruusamäe2008-01-162-8/+11
* - Print error if X-LIGHTTPD-send-file cannot be done; reset header Content-Le...Elan Ruusamäe2008-01-162-3/+17
* - fixed a bug that made /-prefixed fcgi extensions being handled also when ma...Elan Ruusamäe2008-01-151-3/+4
* fixed case-sensitive match of auth-method (fixes #1456)Jan Kneschke2007-11-231-2/+2
* - use execv() directly to fcgi app if used as argument. resolves #1428Elan Ruusamäe2007-11-121-13/+25
* - typoElan Ruusamäe2007-11-101-1/+1
* - apply patches from #1384Elan Ruusamäe2007-11-102-14/+25
* - support for matching $HTTP["scheme"] in configs, patch from:Elan Ruusamäe2007-11-044-0/+7
* added support for If-Range: <date> (fixes #1346)Jan Kneschke2007-09-091-1/+17
* use strchr() instead of index() as it is POSIXJan Kneschke2007-09-091-1/+1
* - handle errors from the fcgi packet construction and return 400 if we have a...Marcus Rückert2007-09-071-34/+38
* free the buffers after the printed them in the error-msgJan Kneschke2007-09-061-4/+2
* - fixed crash with undefined environment variablesMarcus Rückert2007-09-061-0/+1
* * fixed hanging redirects with keep-alive due to missingJan Kneschke2007-09-061-1/+4
* added some extra protection to make sure key-len and val-len don'tJan Kneschke2007-09-051-0/+8
* fixed FastCGI header overrun in mod_fastcgi Jan Kneschke2007-09-051-0/+9
* * fixed forwarding a SIGINT and SIGHUP when using max-workers (#902)Jan Kneschke2007-09-051-10/+69
* added a first version of the lighttpd-angel processJan Kneschke2007-09-022-2/+158
* fixed compile error on IRIX 6.5.x on prctl()Jan Kneschke2007-09-021-1/+4
* - dont crash if the mod_alias config cant be parsed properlyMarcus Rückert2007-08-281-0/+2
* - make sure the etag buffer is non empty if we compare it with if-non-matchMarcus Rückert2007-08-271-1/+1
* protect buffer_is_empty() from NULL buffersJan Kneschke2007-08-271-0/+1
* MYSQL_OPT_RECONNECT is available from 5.0.13 on (fixes #1309)Jan Kneschke2007-08-231-2/+3
* use HAVE_SYS_PRCTL_H as HAVE_PRCTL is not checked forJan Kneschke2007-08-211-1/+1
* added sending UID and PID for SIGTERM and SIGINT to the logsJan Kneschke2007-08-212-13/+46
* renamed ltostr() to LI_ltostr() to fix compile on HP/UX (fixes #465)Jan Kneschke2007-08-189-19/+19
* fixed extracting status code from NPH scripts (fixes #1125)Jan Kneschke2007-08-181-2/+2
* fixed handling of duplicate If-Modified-Since to return 304Jan Kneschke2007-08-181-1/+4
* don't send a Content-Length for 1xx, 204 and 304 (fixes #1002)Jan Kneschke2007-08-181-4/+14
* fixed possible overflow in unix-socket path checks on BSD (#713)Jan Kneschke2007-08-183-17/+7
* use public API instead of patching the cond-cache ourselfJan Kneschke2007-08-181-19/+7
* fixed aggressive caching of conditionals (#41)Jan Kneschke2007-08-186-45/+106
* fixed counter overrun in ?auto in mod_status (#909)Jan Kneschke2007-08-171-2/+5
* added more debug output if FAM fails to monitor a dir (for #824)Jan Kneschke2007-08-171-2/+3
* removed early checks if the userfiles exist (fixes #1188)Jan Kneschke2007-08-171-39/+0
* removed debug msgJan Kneschke2007-08-171-5/+0
* oops, ifd is goneJan Kneschke2007-08-171-2/+0
* fixed endless loop on shrinked files with sendfile() on BSDJan Kneschke2007-08-171-11/+32
* config-options are always "unsigned short"Jan Kneschke2007-08-171-1/+1
* fixed invalid chars in header values (fixes #1286)Jan Kneschke2007-08-171-0/+11
* fixed wrong result of buffer_caseless_compare("a", "ab") (fixes #1287)Jan Kneschke2007-08-171-1/+7
* fixed invalid "304 Not Modified" on broken timestampsJan Kneschke2007-08-171-2/+12
* fixed crash on mixed \r\n and \n sequences Jan Kneschke2007-08-171-54/+90
* fixed duplicate code which handles the "disable keep-alive" for dynamicJan Kneschke2007-08-171-16/+19
* - set mysql reconnect to on. resolves #1240Elan Ruusamäe2007-08-171-0/+5
* don't compress too small files (fixes #1241)Jan Kneschke2007-08-151-0/+7
* added dir-listing.set-footer = <string> to set a footer under theJan Kneschke2007-08-151-1/+13
* make sure that hash-function always uses a 32bit int (fixes #1279)Jan Kneschke2007-08-151-1/+3