index
:
lighttpd/lighttpd1.4.git
master
personal/gstrauss/master
personal/stbuehler/1.4.48-mod-proxy-fix
personal/stbuehler/cleanup-build
personal/stbuehler/fix-fdevent
personal/stbuehler/mod-csrf
personal/stbuehler/mod-csrf-old
lighttpd 1.4.x
git.lighttpd.net
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2019-09-08
[mod_webdav] fix file uploads > 128M (fixes #2970)
Glenn Strauss
1
-1
/
+4
2019-09-08
[mod_authn_gssapi] option to store delegated creds (fixes #2967)
Glenn Strauss
1
-1
/
+11
2019-09-07
[mod_authn_gssapi] 500 if fail to delegate creds (#2967)
Glenn Strauss
1
-10
/
+22
2019-09-07
[mod_auth] http_auth_const_time_memeq improvement
Glenn Strauss
1
-3
/
+14
2019-09-07
[core] disable stat_cache FAM if FAM conn closed
Glenn Strauss
1
-2
/
+6
2019-09-07
[core] retry on some fdevent set/del temporary err
Glenn Strauss
2
-12
/
+62
2019-09-07
[mod_deflate] fix choose encoding parse error (fixes #2981)
Glenn Strauss
1
-1
/
+1
2019-09-07
[core] issue config error for invalid ':' (fixes #2980)
Glenn Strauss
1
-0
/
+7
2019-09-07
[core] move con state handling to connections*.c
Glenn Strauss
4
-133
/
+141
2019-09-07
[core] fdevent_poll() is effective periodic timer
Glenn Strauss
1
-3
/
+6
2019-09-07
[core] improve http_headers[] data struct packing
Glenn Strauss
1
-29
/
+30
2019-08-23
[cmake]: enable CMAKE_POSITION_INDEPENDENT_CODE by default
Stefan Bühler
1
-0
/
+3
2019-08-22
Also use explicit_memset (NetBSD) with cmake, scons and meson
Stefan Bühler
3
-1
/
+3
2019-08-22
Use explicit_memset from NetBSD if available for safe_memclear (fixes #2971)
Stefan Bühler
1
-1
/
+3
2019-06-25
[core] allocate unix socket paths with SUN_LEN()+1 (fixes #2962)
Glenn Strauss
1
-3
/
+2
2019-06-06
[core] correct __attribute_pure__ syntax
Glenn Strauss
1
-2
/
+2
2019-06-06
[core] use buffer_eq_icase_ssn func
Glenn Strauss
7
-13
/
+11
2019-06-06
[core] use buffer_eq_icase_ssn func
Glenn Strauss
6
-16
/
+17
2019-06-06
[core] cold func http_response_omit_header()
Glenn Strauss
1
-17
/
+29
2019-06-06
[mod_webdav] fix startup crash w/ multiple conds (fixes #2958)
Glenn Strauss
1
-2
/
+2
2019-06-06
[core] mark some more funcs w/ __attribute_pure__
Glenn Strauss
2
-4
/
+23
2019-06-06
[multiple] replace strcasecmp() on short strings
Glenn Strauss
3
-8
/
+12
2019-06-06
[core] use buffer_eq_icase* funcs
Glenn Strauss
4
-20
/
+20
2019-06-06
[core] mark some more funcs w/ __attribute_pure__
Glenn Strauss
2
-0
/
+3
2019-06-06
[core] specialized buffer_eq_*() for short strings
Glenn Strauss
2
-22
/
+47
2019-06-06
[core] array-specialized buffer_caseless_compare()
Glenn Strauss
1
-1
/
+19
2019-06-06
[core] __attribute_pure__
Glenn Strauss
1
-0
/
+9
2019-06-06
[core] fix compile error on Solaris (fixes #2959)
Glenn Strauss
1
-1
/
+1
2019-05-27
[mod_authn_ldap] ldap_set_option LDAP_OPT_RESTART (fixes #2940)
Glenn Strauss
2
-0
/
+6
2019-05-26
[mod_maxminddb] MaxMind GeoIP2 support
Glenn Strauss
5
-0
/
+435
2019-05-18
[core] adjust http_chunk read() retry loop
Glenn Strauss
1
-1
/
+1
2019-05-14
[mod_magnet] expose server addr (local IP) to lua
Glenn Strauss
1
-0
/
+33
2019-05-13
[core] use high precision stat timestamp on OS X
Glenn Strauss
1
-0
/
+4
2019-05-13
[core] buffer_reset() should not be passed NULL
Glenn Strauss
1
-6
/
+4
2019-05-13
[core] chunkqueue perf: read small files into mem
Glenn Strauss
3
-6
/
+45
2019-05-13
[core] chunkqueue perf: skip opening 0-length file
Glenn Strauss
1
-3
/
+11
2019-05-13
[core] chunkqueue perf: specialized buffer.h funcs
Glenn Strauss
1
-9
/
+20
2019-05-13
[core] chunkqueue perf: code reuse
Glenn Strauss
5
-99
/
+50
2019-05-09
[mod_webdav] invalidate parent dir in stat_cache
Glenn Strauss
3
-12
/
+42
2019-05-08
[mod_webdav] doc Microsoft-WebDAV-MiniRedir bugs
Glenn Strauss
1
-0
/
+3
2019-05-08
[mod_webdav] workaround Microsoft-WebDAV-MiniRedir
Glenn Strauss
1
-0
/
+28
2019-05-08
[core] check if splay_tree NULL before invalidate
Glenn Strauss
1
-4
/
+5
2019-05-07
[core] store log_state_handling flag on stack
Glenn Strauss
1
-3
/
+4
2019-05-06
[core] support weak etags with If-None-Match
Glenn Strauss
2
-5
/
+7
2019-05-06
[mod_openssl] use SSL_CTX_set_client_hello_cb()
Glenn Strauss
1
-22
/
+51
2019-05-05
[build] detect FreeBSD elftc_copyfile()
Glenn Strauss
4
-7
/
+12
2019-05-05
[cmake] help cmake on FreeBSD find sys/event.h
Glenn Strauss
1
-0
/
+2
2019-05-04
[stat_cache] fix compilation error for cmake
Glenn Strauss
1
-1
/
+1
2019-05-04
[core] behavior change: stricter URL normalization
Glenn Strauss
1
-4
/
+0
2019-05-04
[mod_webdav] quiet coverity warnings
Glenn Strauss
1
-8
/
+11
[next]