summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* - updated NEWS filelighttpd-1.4.14Marcus Rückert2007-04-131-2/+5
* - 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-102-3/+8
* fixed compilation on c89 compilersJan Kneschke2007-04-101-1/+0
* - updated NEWS fileMarcus Rückert2007-04-101-0/+1
* - set AUTH_TYPE environment variable for fastcgi requests (#889)Marcus Rückert2007-04-101-2/+30
* forgot the comment on #1076Jan Kneschke2007-04-101-1/+1
* 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
* - added missing news entryMarcus Rückert2007-04-102-1/+2
* * fixed possible crash in debug-message in mod_extforwardJan Kneschke2007-04-102-92/+107
* - fixed crash on url.redirect and url.rewrite if %0 is used in aJan Kneschke2007-04-103-1/+17
* ECONNABORTED is not known on cygwin (fixes #863)Jan Kneschke2007-04-092-0/+2
* reduced default PATH_MAX to 255 (fixes #826)Jan Kneschke2007-04-092-1/+2
* fixed conditional dir-listing.exclude (fixes #930)Jan Kneschke2007-04-092-22/+34
* - fixed various crashes at startup on broken accesslog.format stringsJan Kneschke2007-04-092-10/+36
* added note about #1064Jan Kneschke2007-04-091-0/+3
* fixed accesslog.use-syslog in a conditional and the caching of theJan Kneschke2007-04-091-1/+4
* added comment on #1098Jan Kneschke2007-04-091-1/+2
* strip trailing white-spaces in HTTP-request headers Jan Kneschke2007-04-091-0/+7
* updated NEWS for the latest two fixesJan Kneschke2007-04-091-0/+3
* 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
* - updated NEWS fileMarcus Rückert2007-03-291-7/+10
* 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
* - obfuscate email addresesElan Ruusamäe2007-03-071-18/+18
* - added NEWS entries from http://trac.lighttpd.net/trac/log/branches/lighttpd...Elan Ruusamäe2007-03-071-0/+14
* - 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
* - make the configure check for lua more portableMarcus Rückert2007-02-201-1/+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
* - record mod_extforward inclusion factElan Ruusamäe2007-02-191-0/+3
* - add mod_extforward module from wikiElan Ruusamäe2007-02-195-1/+594
* - 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
* r1553@h2o: darix | 2007-01-14 10:37:14 +0100Marcus Rückert2007-01-143-6/+13
* commit fix from Ticket #964Robert Jakabosky2007-01-051-1/+1
* Added round-robin support to mod_fastcgi.Robert Jakabosky2007-01-032-8/+19
* - Handle DragonFlyBSD the same way as Freebsd.Marcus Rückert2006-12-292-2/+2
* added now and weeks support to mod_expire. close #943Elan Ruusamäe2006-12-191-2/+10