summaryrefslogtreecommitdiff
path: root/src/server.c
Commit message (Expand)AuthorAgeFilesLines
* [core] h1.[ch] collect some HTTP/1.x specific codeGlenn Strauss2023-05-031-1/+2
* [build] _WIN32 shared dll build (autotools, cmake)Glenn Strauss2023-05-031-1/+4
* [core] _WIN32 scream UTF-8 at MS (does not matter)Glenn Strauss2023-05-031-0/+12
* [core] _WIN32 lighttpd winsvcGlenn Strauss2023-05-031-16/+20
* [core] _WIN32 reset std streams at startupGlenn Strauss2023-05-031-0/+25
* [core] _WIN32 rename __WIN32 to _WIN32Glenn Strauss2023-05-031-1/+1
* [core] _WIN32 basic (very limited) getopt() implGlenn Strauss2023-05-031-1/+63
* [core] _WIN32 alternative fdarray for WindowsGlenn Strauss2023-05-031-0/+10
* [core] _WIN32 clock ticks and timeGlenn Strauss2023-05-031-0/+4
* [core] _WIN32 socket-compat, filesystem-compatGlenn Strauss2023-05-031-5/+8
* [core] _WIN32 fdevent_createprocess()Glenn Strauss2023-05-031-0/+8
* [core] _WIN32 sys-unistd.h to wrap <unistd.h>Glenn Strauss2023-05-031-1/+1
* [core] _WIN32 signal-related compatGlenn Strauss2023-05-031-3/+63
* [core] _WIN32 uid, gid compatGlenn Strauss2023-05-031-0/+2
* [multiple] _WIN32 stat() compat sys-stat.hGlenn Strauss2023-05-031-1/+15
* [multiple] _WIN32 protect code w/ HAVE_FORKGlenn Strauss2023-05-031-1/+8
* [core] _WIN32 impl of setenv(), unsetenv()Glenn Strauss2023-05-031-0/+8
* [mod_h2] HTTP/2 module: mod_h2Glenn Strauss2023-05-031-0/+4
* [core] http_dispatch[] tables for HTTP proto versGlenn Strauss2023-05-031-10/+23
* [core] pass fdn to fdevent_sched_close,_unregisterGlenn Strauss2023-01-231-1/+1
* [core] wrap server_main_setup_workers w/ HAVE_FORKGlenn Strauss2023-01-021-0/+2
* [multiple] employ ck_calloc, ck_malloc shared codeGlenn Strauss2022-12-101-2/+1
* [core] server_main_setup() variable scopingGlenn Strauss2022-12-071-10/+6
* [core] server_main_setup_workers() separate funcGlenn Strauss2022-12-071-132/+128
* [core] server_main_setup_signals() separate funcGlenn Strauss2022-12-071-53/+54
* [core] reduce M_TOP_PAD to default on small systemGlenn Strauss2022-12-061-0/+5
* [core] remove libev fdevent option (ignore)Glenn Strauss2022-12-031-7/+0
* [core] ignore server.max-worker = 1Glenn Strauss2022-11-231-0/+3
* [core] keep sockets w/ server.graceful-restart-bgGlenn Strauss2022-10-011-14/+0
* [core] clarify server.username = "root" error msgGlenn Strauss2022-07-011-2/+2
* [core] reset internal flags after graceful restartGlenn Strauss2022-06-041-1/+3
* [multiple] use buffer_append_char()Glenn Strauss2022-05-111-1/+1
* [mod_magnet] lighty.server.* table w/ new functionGlenn Strauss2022-05-101-0/+1
* [core] isolate plugins_*() funcs to main serverGlenn Strauss2022-02-191-0/+1
* [mod_cgi] cgi.local-redir request_reset thru fnptrGlenn Strauss2022-02-191-0/+1
* [core] prep server_tag at startup for h2 resp hdrGlenn Strauss2022-02-191-1/+2
* [multiple] use new sys_setjmp_eval3() interfaceGlenn Strauss2022-02-191-3/+14
* [core] feature flag to allow Range w/ HTTP/1.0Glenn Strauss2022-02-051-0/+3
* [core] (const char *) for srvconf.modules_dirGlenn Strauss2022-01-071-2/+2
* [core] server.core-files support for solaris (fixes #3135)David Carlier2022-01-051-0/+11
* [core] "server.graceful-shutdown-timeout" => 8Glenn Strauss2022-01-031-1/+1
* [multiple] remove long-deprecated modulesGlenn Strauss2022-01-031-10/+0
* [build] feature consistency between build typesGlenn Strauss2022-01-031-1/+1
* [core] server.core-files support on FreeBSD (fixes #3128)Glenn Strauss2022-01-011-0/+9
* [core] use lower limit for max-fds if !setrlimitGlenn Strauss2021-12-181-0/+3
* [core] make setrlimit() warn, not fatalGlenn Strauss2021-12-081-1/+2
* [core] adjust time jump detection (fixes #3123)Glenn Strauss2021-12-081-8/+14
* [core] fix crash when using lighttpd -1 with pipes (fixes #3117)Glenn Strauss2021-12-011-1/+1
* [core] pcre2 support (--with-pcre2)Glenn Strauss2021-11-221-1/+1
* [core] fix removal of server.pid-file when testing (fixes #3115)Glenn Strauss2021-11-051-5/+5