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
/
server.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[core] connection_joblist global
Glenn Strauss
2020-10-11
1
-3
/
+3
*
[core] server_run_con_queue()
Glenn Strauss
2020-10-11
1
-5
/
+11
*
[multiple] inline chunkqueue where always alloc'd
Glenn Strauss
2020-10-11
1
-1
/
+1
*
[core] lighttpd -1 supports pipes (e.g. netcat)
Glenn Strauss
2020-10-11
1
-27
/
+180
*
[core] graceful shutdown timeout option
Glenn Strauss
2020-10-11
1
-1
/
+17
*
[core] graceful and immediate restart option
Glenn Strauss
2020-10-11
1
-1
/
+98
*
[core] relay 1xx from backend over HTTP/1.1
Glenn Strauss
2020-10-11
1
-0
/
+8
*
[core] relay 1xx from backend over HTTP/2
Glenn Strauss
2020-10-11
1
-1
/
+11
*
[core] fix crash on master after graceful restart
Glenn Strauss
2020-10-11
1
-0
/
+8
*
[core] keep pool of (request_st *) for HTTP/2
Glenn Strauss
2020-10-11
1
-0
/
+4
*
[core] fix 1-char trunc of default server.tag
Glenn Strauss
2020-10-11
1
-1
/
+1
*
[core] alternate between two joblists
Glenn Strauss
2020-10-11
1
-4
/
+11
*
[mod_deflate] Brotli support
Glenn Strauss
2020-08-02
1
-0
/
+5
*
[core] store fd in srv->stdin_fd during setup
Glenn Strauss
2020-07-10
1
-4
/
+9
*
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
/
+7
*
[mod_nss] NSS option for TLS (fixes #1218)
Glenn Strauss
2020-07-08
1
-0
/
+6
*
[mod_gnutls] GnuTLS option for TLS (fixes #109)
Glenn Strauss
2020-07-08
1
-1
/
+12
*
[mod_mbedtls] mbedTLS option for TLS
Glenn Strauss
2020-07-08
1
-5
/
+10
*
[multiple] correct misspellings in comments
Glenn Strauss
2020-07-08
1
-1
/
+1
*
[multiple] split con, request (very large change)
Glenn Strauss
2020-07-08
1
-1
/
+2
*
[core] restart dead piped loggers every 64 sec
Glenn Strauss
2020-07-08
1
-2
/
+7
*
[core] isolate stat_cache subsystem
Glenn Strauss
2020-07-08
1
-1
/
+1
*
[core] isolate fdevent subsystem
Glenn Strauss
2020-07-08
1
-20
/
+23
*
[core] slightly simpify server_(over)load_check()
Glenn Strauss
2020-07-08
1
-5
/
+2
*
[core] remove unused arg to fdevent_fcntl_set_nb*
Glenn Strauss
2020-07-08
1
-2
/
+2
*
[core] support multiple error logs
Glenn Strauss
2020-07-08
1
-220
/
+4
*
[core] static buffers for mtime_cache
Glenn Strauss
2020-07-08
1
-11
/
+5
*
[core] separate log_error_open* funcs
Glenn Strauss
2020-07-08
1
-30
/
+41
*
[core] store log filename in (log_error_st *)
Glenn Strauss
2020-07-08
1
-25
/
+17
*
[multiple] store srv->tmp_buf in tb var
Glenn Strauss
2020-07-08
1
-3
/
+4
*
[multiple] stat_cache singleton
Glenn Strauss
2020-07-08
1
-5
/
+3
*
[multiple] reduce direct use of srv->errh
Glenn Strauss
2020-07-08
1
-3
/
+3
*
[multiple] extern log_epoch_secs
Glenn Strauss
2020-07-08
1
-10
/
+9
*
[multiple] reduce direct use of srv->cur_ts
Glenn Strauss
2020-07-08
1
-3
/
+1
*
[multiple] plugin_stats array
Glenn Strauss
2020-07-08
1
-2
/
+0
*
[core] create http chunk header on the stack
Glenn Strauss
2020-07-08
1
-2
/
+0
*
[multiple] prefer (connection *) to (srv *)
Glenn Strauss
2020-07-08
1
-131
/
+116
*
[core] array_init() arg for initial size
Glenn Strauss
2020-07-08
1
-11
/
+1
*
[core] isolate use of data_config, configfile.h
Glenn Strauss
2020-07-08
1
-1
/
+0
*
[core] run all trigger and sighup handlers
Glenn Strauss
2020-07-08
1
-19
/
+2
*
[core] collect more config logic into configfile.c
Glenn Strauss
2020-07-08
1
-79
/
+6
*
[core] use config_plugin_values_init()
Glenn Strauss
2020-07-08
1
-71
/
+30
*
[core] (const buffer *) from strftime_cache_get()
Glenn Strauss
2020-05-23
1
-2
/
+1
*
[core] const char *name in struct plugin
Glenn Strauss
2020-05-23
1
-6
/
+4
*
[core] streamline config_check_cond()
Glenn Strauss
2020-02-24
1
-4
/
+0
*
[core] inline buffer as part of DATA_UNSET key
Glenn Strauss
2020-02-24
1
-3
/
+3
*
[core] remove unused members of struct server
Glenn Strauss
2020-02-24
1
-6
/
+0
*
[core] prefer uint32_t to size_t in base.h
Glenn Strauss
2020-02-24
1
-48
/
+33
*
[core] remove srv->split_vals
Glenn Strauss
2020-02-24
1
-2
/
+0
[prev]
[next]