index
:
delta/lighttpd-git.git
master
personal/gstrauss/master
personal/stbuehler/1.4.48-mod-proxy-fix
personal/stbuehler/ci-build
personal/stbuehler/cleanup-build
personal/stbuehler/fix-fdevent
personal/stbuehler/leaks
personal/stbuehler/mod-csrf
personal/stbuehler/mod-csrf-old
git.lighttpd.net: lighttpd/lighttpd1.4.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
NEWS
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove adaptive spawning code from fastcgi (was disabled for a long time)
Stefan Bühler
2009-07-23
1
-0
/
+1
*
Use disable-time in fastcgi for all disables after errors, default is 1sec (f...
Stefan Bühler
2009-07-23
1
-0
/
+1
*
Fix handling network-write return values (#2024)
Stefan Bühler
2009-07-23
1
-0
/
+1
*
Try to fix server.tag issue with localized svnversion
Stefan Bühler
2009-07-23
1
-0
/
+1
*
Fix issues found with clang analyzer
Stefan Bühler
2009-07-21
1
-0
/
+1
*
Remove strptime failed message (fixes #2031)
Stefan Bühler
2009-07-21
1
-0
/
+1
*
Allow all comparisons for $SERVER["socket"] - only bind for "=="
Stefan Bühler
2009-07-16
1
-0
/
+1
*
Change mod_expire to append Cache-Control instead of overwriting it (fixes #1...
Stefan Bühler
2009-07-14
1
-0
/
+1
*
Use connection_reset instead of handle_request_done for cleanup callbacks
Stefan Bühler
2009-07-14
1
-0
/
+1
*
Allow digits in hostnames in more places (fixes #1148)
Stefan Bühler
2009-07-14
1
-0
/
+1
*
Fix hanging connection in mod_scgi (fixes #2024)
Stefan Bühler
2009-07-13
1
-0
/
+1
*
Show "no uri specified -> 400" error only when "debug.log-request-header-on-e...
Stefan Bühler
2009-07-13
1
-0
/
+1
*
Reset ignored signals to SIG_DFL before exec() in fastcgi/scgi (fixes #2029)
Stefan Bühler
2009-07-13
1
-0
/
+1
*
Set FD_CLOEXEC for bound sockets before pipe-logger forks (fixes #2026)
Stefan Bühler
2009-07-11
1
-0
/
+1
*
cmake: Add -export-dynamic to link flags, fixes build on FreeBSD
Stefan Bühler
2009-07-10
1
-0
/
+1
*
cmake: Fix crypt lib check
Stefan Bühler
2009-07-10
1
-0
/
+1
*
Fix unused function webdav_lockdiscovery in mod_webdav
Stefan Bühler
2009-07-10
1
-0
/
+1
*
Add "lua-5.1" to searched pkg-config names for lua
Stefan Bühler
2009-07-10
1
-0
/
+1
*
Fix FD_SETSIZE comparision warnings on FreeBSD
Stefan Bühler
2009-07-10
1
-0
/
+1
*
Add "cgi.execute-x-only" to mod_cgi, requires +x for cgi scripts (fixes #2013)
Stefan Bühler
2009-07-04
1
-0
/
+1
*
Fix config evaluation for debug.log-timeouts option (#1529)
Stefan Bühler
2009-07-01
1
-0
/
+1
*
Add server.breakagelog, a "special" stderr (fixes #1863)
Stefan Bühler
2009-06-21
1
-0
/
+1
*
Keep url/host values from connection to display information while keep-alive ...
Stefan Bühler
2009-06-21
1
-0
/
+1
*
Use unsigned int for secdownload.timeout (fixes #1966)
Stefan Bühler
2009-06-21
1
-1
/
+2
*
Use unsigned int (and T_CONFIG_INT) for max_request_size
Stefan Bühler
2009-06-21
1
-0
/
+1
*
Add T_CONFIG_INT for bigger integers from the config (needed for #1966)
Stefan Bühler
2009-06-21
1
-1
/
+1
*
- next is 1.4.24
Stefan Bühler
2009-06-19
1
-1
/
+4
*
Remove X-Sendfile-Range feature; it will be replaced with something more powe...
Stefan Bühler
2009-06-19
1
-1
/
+0
*
Make dependency on svnversion/git optional (for devel versionstamp, fixes #2009)
Stefan Bühler
2009-06-16
1
-0
/
+1
*
Allow max-keep-alive-requests to depend on conditional (fixes #1881)
Stefan Bühler
2009-06-11
1
-0
/
+1
*
Fix 100% cpu usage if time() < 0 (thx to gaspa and cate, fixes #1964)
Stefan Bühler
2009-06-11
1
-0
/
+1
*
Add X-Sendfile-Range feature (fixes #2005)
Stefan Bühler
2009-06-11
1
-0
/
+1
*
Ignore multiple "If-None-Match" headers (only use first one, fixes #753)
Stefan Bühler
2009-06-11
1
-0
/
+1
*
Adding support for additional chars in LDAP usernames (fixes #1941)
Stefan Bühler
2009-06-11
1
-0
/
+1
*
Add support for "real" entropy from /dev/[u]random (fixes #1977)
Stefan Bühler
2009-06-11
1
-0
/
+1
*
Add ssi.content-type option (default text/html, fixes #615)
Stefan Bühler
2009-06-10
1
-0
/
+1
*
Fix segfault in mod_expire after failed config parsing (fixes #1992)
Stefan Bühler
2009-06-10
1
-0
/
+1
*
Add "lighty.req_env" table to mod_magnet for setting/getting environment valu...
Stefan Bühler
2009-06-10
1
-0
/
+1
*
Allow using pcre with cross-compiling (pcre-config got fixed; fixes #1986)
Stefan Bühler
2009-06-07
1
-0
/
+1
*
Workaround broken operating systems: check for trailing '/' in filenames (fix...
Stefan Bühler
2009-06-07
1
-0
/
+1
*
Improve FastCGI performance (fixes #1999)
Stefan Bühler
2009-06-07
1
-0
/
+1
*
Backup errno for later usage (reported by Guido Reina via mailinglist)
Stefan Bühler
2009-06-03
1
-0
/
+1
*
Modify fastcgi error message
Stefan Bühler
2009-06-03
1
-0
/
+1
*
Fix mod-fastcgi counters
Stefan Bühler
2009-05-19
1
-0
/
+1
*
Fix evasive.silent option (#1438)
Stefan Bühler
2009-05-12
1
-0
/
+1
*
Fix max-age value in mod_expire for 'modification' (fixes #1978)
Stefan Bühler
2009-05-10
1
-0
/
+1
*
Fix workaround for incorrect path info/scriptname if scgi prefix is "/" (fixe...
Stefan Bühler
2009-04-29
1
-0
/
+1
*
Fix mod_cgi environment keys mangling (fixes #1969)
Stefan Bühler
2009-04-28
1
-0
/
+1
*
Fix x-sendfile 2gb limiting (fixes #1970)
Stefan Bühler
2009-04-28
1
-0
/
+1
*
Fix SERVER_NAME port stripping (fixes #1968)
Stefan Bühler
2009-04-28
1
-0
/
+1
[next]