summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* * fixed crash on 32bit archs when debug-msgs are printed in mod_scgi,lighttpd-1.4.16Jan Kneschke2007-07-173-5/+5
* - only generate the etag_flags once and store them in the connectionsMarcus Rückert2007-07-034-9/+10
* - we did not reset the etag buffer is the inode was not used for theMarcus Rückert2007-07-031-2/+4
* - do not check stale values on errno. EAGAIN is handled inside theMarcus Rückert2007-07-021-1/+0
* * fixed mem-leak in mod_auth (reported by Stefan Esser)Jan Kneschke2007-06-151-2/+23
* added static-file.etags, etag.use-inode, etag.use-mtime,Jan Kneschke2007-06-156-17/+63
* if we open more connections than we define with ulimit we might runJan Kneschke2007-06-152-0/+29
* fixed type-cast for NULL in execl() (fixes #1235), fix provided by FrankJan Kneschke2007-06-155-5/+5
* check the URL twice, before and after path-info handling. (fixes #1230)Jan Kneschke2007-06-151-7/+30
* fixed remote crash on duplicate header keys with line-wrapping (fixes #1230)Jan Kneschke2007-06-151-5/+28
* - add the orig_uri to the uri column in mod_status.Marcus Rückert2007-05-251-0/+5
* - do not use xattr for content-type handling unconditionallyMarcus Rückert2007-05-251-1/+1
* - restore the old return code with configured 404 handlersMarcus Rückert2007-05-091-0/+1
* - added query string to the uri columnMarcus Rückert2007-05-081-0/+6
* - spelling fixes by Ryan Schmidt (patch from mailinglist)Elan Ruusamäe2007-05-031-46/+47
* fixed for non c99 compilersJan Kneschke2007-04-171-2/+2
* fixed duplicate headers as reported in the bloglighttpd-1.4.15Jan Kneschke2007-04-131-4/+3
* - added "kill-signal" as setting for fastcgi blocks. applicationsMarcus Rückert2007-04-101-9/+11
* * fixed compilation in network_writev.c on MacOS X 10.3.9 (fixes #903)Jan Kneschke2007-04-101-1/+5
* fixed compilation on c89 compilersJan Kneschke2007-04-101-1/+0
* - set AUTH_TYPE environment variable for fastcgi requests (#889)Marcus Rückert2007-04-101-2/+30
* handle the mmap() error of the file-size is 0 (fixes #1076)Jan Kneschke2007-04-101-3/+8
* oops, missed one renamed variable if IPv6 is not availableJan Kneschke2007-04-101-1/+1
* * fixed possible crash in debug-message in mod_extforwardJan Kneschke2007-04-101-92/+105
* - fixed crash on url.redirect and url.rewrite if %0 is used in aJan Kneschke2007-04-102-0/+14
* ECONNABORTED is not known on cygwin (fixes #863)Jan Kneschke2007-04-091-0/+1
* reduced default PATH_MAX to 255 (fixes #826)Jan Kneschke2007-04-091-1/+1
* fixed conditional dir-listing.exclude (fixes #930)Jan Kneschke2007-04-091-21/+32
* - fixed various crashes at startup on broken accesslog.format stringsJan Kneschke2007-04-091-10/+34
* fixed accesslog.use-syslog in a conditional and the caching of theJan Kneschke2007-04-091-1/+4
* strip trailing white-spaces in HTTP-request headers Jan Kneschke2007-04-091-0/+7
* don't allow caching of file without a content-typeJan Kneschke2007-04-091-18/+23
* - send SIGUSR1 to fastcgi apps before SIGTERMMarcus Rückert2007-04-091-3/+10
* encode newlines in HTTP headers (fixes #1106)Jan Kneschke2007-04-093-5/+41
* added possible for the caching of the invalid content-typeJan Kneschke2007-04-091-0/+9
* fixed small mem-leak if auth failedJan Kneschke2007-04-091-1/+1
* cleanup whenever we have a data-struct on this connectionJan Kneschke2007-04-091-5/+0
* fixed crashed if gethostbyaddr() fails on redirectJan Kneschke2007-03-261-2/+2
* - properly handle 206 responses generated by *cgi scriptsMarcus Rückert2007-03-171-2/+0
* - fix the previous commitMarcus Rückert2007-02-211-1/+1
* - add HTTPS=on to the environment of cgi scripts (#861)Marcus Rückert2007-02-211-0/+6
* - handle 303 [#1045]Marcus Rückert2007-02-201-0/+1
* - properly ifdef for dragonflybsd. this should be the last missing chunkMarcus Rückert2007-02-201-1/+1
* - unify styleElan Ruusamäe2007-02-191-3/+3
* - add mod_extforward module from wikiElan Ruusamäe2007-02-192-0/+495
* - applied patch from sh@linux2go.dk (#1039)Marcus Rückert2007-02-192-1/+9
* - applied patch from colin.stephen@o2.com (#1041)Marcus Rückert2007-02-191-1/+13
* - prevent wrong pidfile unlinking on graceful restart (patch by Chris Webb)Elan Ruusamäe2007-02-171-1/+15
* - ignore empty packets from STDERR stream. fixes #998Elan Ruusamäe2007-02-051-0/+2
* r1557@h2o: darix | 2007-01-14 10:55:33 +0100Marcus Rückert2007-01-141-0/+1