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
/
configfile.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[multiple] etag.[ch] -> http_etag.[ch]; better imp
Glenn Strauss
2020-12-25
1
-1
/
+1
*
buffer_append_path_len() to join paths
Glenn Strauss
2020-12-24
1
-4
/
+7
*
[multiple] fdevent_waitpid() wrapper
Glenn Strauss
2020-12-24
1
-3
/
+3
*
[core] reorder srv->config_context to match ndx (fixes #3047)
Glenn Strauss
2020-12-16
1
-0
/
+21
*
[core] warn if mod_authn_file needed in conf
Glenn Strauss
2020-12-13
1
-28
/
+40
*
[core] add missing mod_wolfssl to ssl compat list
Glenn Strauss
2020-12-05
1
-0
/
+2
*
[core] handle U+00A0 in config parser
Glenn Strauss
2020-11-30
1
-0
/
+7
*
[multiple] more forgiving config str to boolean (fixes #3036)
Glenn Strauss
2020-11-16
1
-8
/
+3
*
[core] filter out duplicate modules
Glenn Strauss
2020-11-11
1
-0
/
+32
*
[core] move misplaced error trace to match option
Glenn Strauss
2020-10-29
1
-2
/
+2
*
[mod_ssi] init status var before waitpid()
Glenn Strauss
2020-10-11
1
-1
/
+1
*
[core] redirect to dir using relative-path
Glenn Strauss
2020-10-11
1
-0
/
+4
*
[core] connection transition to HTTP/2; incomplete
Glenn Strauss
2020-10-11
1
-0
/
+5
*
[core] server.feature-flags to enable h2
Glenn Strauss
2020-08-13
1
-0
/
+5
*
[core] server.feature-flags extensible config
Glenn Strauss
2020-08-02
1
-0
/
+6
*
[mod_deflate] mod_deflate subsumes mod_compress
Glenn Strauss
2020-08-02
1
-0
/
+53
*
quiet clang analyzer scan-build warnings
Glenn Strauss
2020-07-08
1
-0
/
+3
*
[mod_openssl] prefer some WolfSSL native APIs
Glenn Strauss
2020-07-08
1
-1
/
+2
*
[mod_nss] NSS option for TLS (fixes #1218)
Glenn Strauss
2020-07-08
1
-0
/
+3
*
[mod_gnutls] GnuTLS option for TLS (fixes #109)
Glenn Strauss
2020-07-08
1
-1
/
+5
*
[mod_mbedtls] mbedTLS option for TLS
Glenn Strauss
2020-07-08
1
-1
/
+3
*
[config] blank server.tag if whitespace-only
Glenn Strauss
2020-07-08
1
-0
/
+3
*
[multiple] split con, request (very large change)
Glenn Strauss
2020-07-08
1
-16
/
+17
*
[core] move addtl request-specific struct members
Glenn Strauss
2020-07-08
1
-1
/
+1
*
[core] rename specific_config to request_config
Glenn Strauss
2020-07-08
1
-7
/
+7
*
[core] copy some srv->srvconf into con->conf
Glenn Strauss
2020-07-08
1
-1
/
+5
*
[core] isolate stat_cache subsystem
Glenn Strauss
2020-07-08
1
-1
/
+1
*
[core] isolate fdevent subsystem
Glenn Strauss
2020-07-08
1
-1
/
+2
*
[core] support multiple error logs
Glenn Strauss
2020-07-08
1
-6
/
+338
*
[multiple] store srv->tmp_buf in tb var
Glenn Strauss
2020-07-08
1
-13
/
+16
*
[multiple] generic config array type checking
Glenn Strauss
2020-07-08
1
-34
/
+4
*
[multiple] stat_cache singleton
Glenn Strauss
2020-07-08
1
-5
/
+1
*
[multiple] connection hooks no longer get (srv *)
Glenn Strauss
2020-07-08
1
-4
/
+4
*
[multiple] prefer (connection *) to (srv *)
Glenn Strauss
2020-07-08
1
-36
/
+44
*
[core] array_init() arg for initial size
Glenn Strauss
2020-07-08
1
-5
/
+5
*
[core] collect more config logic into configfile.c
Glenn Strauss
2020-07-08
1
-4
/
+101
*
[core] use config_plugin_values_init()
Glenn Strauss
2020-07-08
1
-617
/
+827
*
[core] use (const char *) in config file parsing
Glenn Strauss
2020-05-23
1
-134
/
+47
*
[core] mv config_setup_connection to connections.c
Glenn Strauss
2020-05-23
1
-11
/
+0
*
[core] simpler config_check_cond()
Glenn Strauss
2020-05-23
1
-3
/
+2
*
[core] buffer string in data_config
Glenn Strauss
2020-02-24
1
-2
/
+2
*
[core] inline buffer as part of data_string value
Glenn Strauss
2020-02-24
1
-14
/
+14
*
[core] inline buffer key for *_patch_connection()
Glenn Strauss
2020-02-24
1
-33
/
+33
*
[core] inline buffer as part of DATA_UNSET key
Glenn Strauss
2020-02-24
1
-18
/
+18
*
[core] treat con->conditional_is_valid as bitfield
Glenn Strauss
2020-02-24
1
-2
/
+0
*
[core] perf: initialize con->conf using memcpy()
Glenn Strauss
2020-02-24
1
-55
/
+12
*
[core] (const buffer *) for con->server_name
Glenn Strauss
2020-02-24
1
-2
/
+3
*
[core] differentiate array_get_* for ro and rw
Glenn Strauss
2020-02-24
1
-1
/
+1
*
[core] issue config error for invalid ':' (fixes #2980)
Glenn Strauss
2019-09-07
1
-0
/
+7
*
[stat_cache] separate func for symlink policy chk
Glenn Strauss
2019-04-29
1
-8
/
+0
[next]