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
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[core] fix array_copy_array() sorted[]
Glenn Strauss
2020-12-16
1
-9
/
+2
*
[mod_authn_ldap, mod_vhostdb_ldap] default cafile
Glenn Strauss
2020-12-16
2
-4
/
+39
*
[mod_authn_ldap] fix crash (fixes #3048)
Glenn Strauss
2020-12-16
1
-1
/
+1
*
[mod_proxy] proxy.header = ("force-http10" => ...)
Glenn Strauss
2020-12-16
1
-12
/
+23
*
[core] reorder srv->config_context to match ndx (fixes #3047)
Glenn Strauss
2020-12-16
1
-0
/
+21
*
[core] enhance config parsing debugging (#3047)
Glenn Strauss
2020-12-16
1
-2
/
+2
*
[core] track Content-Length from backend (fixes #3046)
Glenn Strauss
2020-12-16
5
-3
/
+72
*
[core] li_restricted_strtoint64()
Glenn Strauss
2020-12-15
2
-1
/
+3
*
[core] track chunked encoding state from backend (fixes #3046)
Glenn Strauss
2020-12-14
1
-21
/
+31
*
[core] reject excess data after chunked encoding (#3046)
Glenn Strauss
2020-12-14
1
-5
/
+17
*
[core] fix chunked decoding from backend (fixes #3044)
Glenn Strauss
2020-12-14
1
-1
/
+8
*
[core] warn if mod_authn_file needed in conf
Glenn Strauss
2020-12-13
1
-28
/
+40
*
[mod_nss] portability fix
Glenn Strauss
2020-12-10
1
-0
/
+2
*
[core] portability fix if st_mtime not defined
Glenn Strauss
2020-12-09
1
-0
/
+2
*
[core] skip some trace if backend Upgrade (#3044)
Glenn Strauss
2020-12-09
1
-1
/
+2
*
[core] always set file.fd = -1 on FILE_CHUNK reset (fixes #3044)
Glenn Strauss
2020-12-09
1
-1
/
+1
*
[core] fix handling chunked response from backend (fixes #3044)
Glenn Strauss
2020-12-09
1
-2
/
+14
*
[core] wrap a macro value with parens
Glenn Strauss
2020-12-08
1
-3
/
+3
*
[mod_wolfssl] add complex preproc logic for SNI
Glenn Strauss
2020-12-06
1
-3
/
+12
*
[core] SHA512_Init, SHA512_Update, SHA512_Final
Glenn Strauss
2020-12-06
1
-0
/
+136
*
[mod_openssl] remove ancient preprocessor logic
Glenn Strauss
2020-12-06
1
-4
/
+0
*
[core] add missing mod_wolfssl to ssl compat list
Glenn Strauss
2020-12-05
1
-0
/
+2
*
[build] fix SCons build when building all TLS mods
Glenn Strauss
2020-12-05
1
-3
/
+3
*
[core] prefer inet_aton() over inet_addr()
Glenn Strauss
2020-12-05
2
-0
/
+2
*
[build] fix meson.build when building all TLS mods
Glenn Strauss
2020-12-03
1
-7
/
+13
*
[core] setsockopt IPV6_V6ONLY if server.v4mapped
Glenn Strauss
2020-12-02
1
-1
/
+1
*
[mod_webdav] define _ATFILE_SOURCE if AT_FDCWD
Glenn Strauss
2020-12-01
1
-7
/
+14
*
[core] allow keep-alives in one-shot mode (#3042)
Glenn Strauss
2020-11-30
1
-2
/
+14
*
[core] quiet start/shutdown trace in one-shot mode
Glenn Strauss
2020-11-30
1
-5
/
+8
*
[core] fix lighttpd -1 one-shot with pipes
Glenn Strauss
2020-11-30
1
-1
/
+1
*
[core] handle U+00A0 in config parser
Glenn Strauss
2020-11-30
1
-0
/
+7
*
[mod_webdav] compile fix for Mac OSX/11
Glenn Strauss
2020-11-30
1
-0
/
+8
*
[core] attempt to quiet some coverity warnings
Glenn Strauss
2020-11-29
1
-4
/
+9
*
[mod_webdav] workaround for gvfs dir redir bug
Glenn Strauss
2020-11-29
1
-0
/
+16
*
[core] server.v4mapped option
Glenn Strauss
2020-11-29
1
-3
/
+14
*
[mod_status] add additional HTML-encoding
Glenn Strauss
2020-11-27
1
-5
/
+5
*
[mod_fastcgi] move src/fastcgi.h into src/compat/
Glenn Strauss
2020-11-27
3
-3
/
+4
*
[mod_webdav] fallbacks if _ATFILE_SOURCE not avail
Glenn Strauss
2020-11-27
1
-0
/
+68
*
[mod_webdav] pass full path to webdav_unlinkat()
Glenn Strauss
2020-11-27
1
-5
/
+6
*
[mod_flv_streaming] use stat_cache_get_entry_open
Glenn Strauss
2020-11-27
1
-5
/
+13
*
[core] consolidate chunk size checks
Glenn Strauss
2020-11-27
2
-7
/
+2
*
[core] quiet more request parse errs unless debug
Glenn Strauss
2020-11-27
1
-15
/
+14
*
[core] check for __builtin_expect() availability
Glenn Strauss
2020-11-27
1
-0
/
+11
*
[multiple] more forgiving config str to boolean (fixes #3036)
Glenn Strauss
2020-11-16
6
-67
/
+28
*
[core] fix bug when HTTP/2 frames span chunks
Glenn Strauss
2020-11-13
1
-1
/
+1
*
[multiple] add back-pressure gw data pump (fixes #3033)
Glenn Strauss
2020-11-12
2
-3
/
+12
*
[mod_cgi] ensure tmp file open() before splice()
Glenn Strauss
2020-11-12
1
-8
/
+8
*
[mod_cgi] fix crash if initial write to CGI fails
Glenn Strauss
2020-11-12
1
-17
/
+14
*
[core] filter out duplicate modules
Glenn Strauss
2020-11-11
2
-28
/
+38
*
[mod_alias] validate given order, not sorted order
Glenn Strauss
2020-11-11
1
-4
/
+4
[prev]
[next]