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] _WIN32 scream UTF-8 at MS (does not matter)
Glenn Strauss
2023-05-03
1
-0
/
+12
*
[core] _WIN32 lighttpd winsvc
Glenn Strauss
2023-05-03
1
-16
/
+20
*
[core] _WIN32 reset std streams at startup
Glenn Strauss
2023-05-03
1
-0
/
+25
*
[core] _WIN32 rename __WIN32 to _WIN32
Glenn Strauss
2023-05-03
1
-1
/
+1
*
[core] _WIN32 basic (very limited) getopt() impl
Glenn Strauss
2023-05-03
1
-1
/
+63
*
[core] _WIN32 alternative fdarray for Windows
Glenn Strauss
2023-05-03
1
-0
/
+10
*
[core] _WIN32 clock ticks and time
Glenn Strauss
2023-05-03
1
-0
/
+4
*
[core] _WIN32 socket-compat, filesystem-compat
Glenn Strauss
2023-05-03
1
-5
/
+8
*
[core] _WIN32 fdevent_createprocess()
Glenn Strauss
2023-05-03
1
-0
/
+8
*
[core] _WIN32 sys-unistd.h to wrap <unistd.h>
Glenn Strauss
2023-05-03
1
-1
/
+1
*
[core] _WIN32 signal-related compat
Glenn Strauss
2023-05-03
1
-3
/
+63
*
[core] _WIN32 uid, gid compat
Glenn Strauss
2023-05-03
1
-0
/
+2
*
[multiple] _WIN32 stat() compat sys-stat.h
Glenn Strauss
2023-05-03
1
-1
/
+15
*
[multiple] _WIN32 protect code w/ HAVE_FORK
Glenn Strauss
2023-05-03
1
-1
/
+8
*
[core] _WIN32 impl of setenv(), unsetenv()
Glenn Strauss
2023-05-03
1
-0
/
+8
*
[mod_h2] HTTP/2 module: mod_h2
Glenn Strauss
2023-05-03
1
-0
/
+4
*
[core] http_dispatch[] tables for HTTP proto vers
Glenn Strauss
2023-05-03
1
-10
/
+23
*
[core] pass fdn to fdevent_sched_close,_unregister
Glenn Strauss
2023-01-23
1
-1
/
+1
*
[core] wrap server_main_setup_workers w/ HAVE_FORK
Glenn Strauss
2023-01-02
1
-0
/
+2
*
[multiple] employ ck_calloc, ck_malloc shared code
Glenn Strauss
2022-12-10
1
-2
/
+1
*
[core] server_main_setup() variable scoping
Glenn Strauss
2022-12-07
1
-10
/
+6
*
[core] server_main_setup_workers() separate func
Glenn Strauss
2022-12-07
1
-132
/
+128
*
[core] server_main_setup_signals() separate func
Glenn Strauss
2022-12-07
1
-53
/
+54
*
[core] reduce M_TOP_PAD to default on small system
Glenn Strauss
2022-12-06
1
-0
/
+5
*
[core] remove libev fdevent option (ignore)
Glenn Strauss
2022-12-03
1
-7
/
+0
*
[core] ignore server.max-worker = 1
Glenn Strauss
2022-11-23
1
-0
/
+3
*
[core] keep sockets w/ server.graceful-restart-bg
Glenn Strauss
2022-10-01
1
-14
/
+0
*
[core] clarify server.username = "root" error msg
Glenn Strauss
2022-07-01
1
-2
/
+2
*
[core] reset internal flags after graceful restart
Glenn Strauss
2022-06-04
1
-1
/
+3
*
[multiple] use buffer_append_char()
Glenn Strauss
2022-05-11
1
-1
/
+1
*
[mod_magnet] lighty.server.* table w/ new function
Glenn Strauss
2022-05-10
1
-0
/
+1
*
[core] isolate plugins_*() funcs to main server
Glenn Strauss
2022-02-19
1
-0
/
+1
*
[mod_cgi] cgi.local-redir request_reset thru fnptr
Glenn Strauss
2022-02-19
1
-0
/
+1
*
[core] prep server_tag at startup for h2 resp hdr
Glenn Strauss
2022-02-19
1
-1
/
+2
*
[multiple] use new sys_setjmp_eval3() interface
Glenn Strauss
2022-02-19
1
-3
/
+14
*
[core] feature flag to allow Range w/ HTTP/1.0
Glenn Strauss
2022-02-05
1
-0
/
+3
*
[core] (const char *) for srvconf.modules_dir
Glenn Strauss
2022-01-07
1
-2
/
+2
*
[core] server.core-files support for solaris (fixes #3135)
David Carlier
2022-01-05
1
-0
/
+11
*
[core] "server.graceful-shutdown-timeout" => 8
Glenn Strauss
2022-01-03
1
-1
/
+1
*
[multiple] remove long-deprecated modules
Glenn Strauss
2022-01-03
1
-10
/
+0
*
[build] feature consistency between build types
Glenn Strauss
2022-01-03
1
-1
/
+1
*
[core] server.core-files support on FreeBSD (fixes #3128)
Glenn Strauss
2022-01-01
1
-0
/
+9
*
[core] use lower limit for max-fds if !setrlimit
Glenn Strauss
2021-12-18
1
-0
/
+3
*
[core] make setrlimit() warn, not fatal
Glenn Strauss
2021-12-08
1
-1
/
+2
*
[core] adjust time jump detection (fixes #3123)
Glenn Strauss
2021-12-08
1
-8
/
+14
*
[core] fix crash when using lighttpd -1 with pipes (fixes #3117)
Glenn Strauss
2021-12-01
1
-1
/
+1
*
[core] pcre2 support (--with-pcre2)
Glenn Strauss
2021-11-22
1
-1
/
+1
*
[core] fix removal of server.pid-file when testing (fixes #3115)
Glenn Strauss
2021-11-05
1
-5
/
+5
*
[multiple] __attribute_nonnull__ now takes params
Glenn Strauss
2021-10-05
1
-1
/
+1
*
[core] splice() data from backends to tempfiles
Glenn Strauss
2021-09-30
1
-0
/
+3
[next]