Commit Graph

2400 Commits (9bc61f16cbb2a14e8225d847bbef24ace21f67c6)
 

Author SHA1 Message Date
Glenn Strauss 9bc61f16cb [core] attempt to quiet coverity false positives
6 years ago
Glenn Strauss 748fc860fb [mod_fastcgi] fix return when streaming min buffer
6 years ago
Glenn Strauss 85325d9c19 [mod_cgi] fix bug to properly exec interpreter
6 years ago
Glenn Strauss 8228273473 [mod_accesslog] flush access logs every 4 seconds
6 years ago
Glenn Strauss ca7a97f211 [core] workaround for AIX mmap define
6 years ago
Glenn Strauss b6bd4d3d94 [mod_extforward] PROXY proto and SSL_CLIENT_VERIFY
6 years ago
Glenn Strauss 7ec74fe7b1 [core] warn if backend server config contains '_'
6 years ago
Glenn Strauss 19d2190a4f [core] set socket perms after bind, before listen
6 years ago
Glenn Strauss 3c8afd194c [core] base_decls.h to quiet compiler warnings
6 years ago
Glenn Strauss 2e0f87c8a5 [core] add missing #include
6 years ago
Glenn Strauss 6def094c23 [core] fix invalid sizeof() identified by coverity
6 years ago
Glenn Strauss c5865d4f0b [mod_cgi] add missing #include
6 years ago
Glenn Strauss cdfddce707 [mod_extforward] typo in comment
6 years ago
Glenn Strauss d4a37a3bbb [core] remove fdevent fcntl_set hook
6 years ago
Glenn Strauss c23f8fdd6f [core] set one-shot mode fd O_NONBLOCK, FD_CLOEXEC
6 years ago
Glenn Strauss 07e57e24c2 [mod_dirlisting] treat README and HEADER as paths (fixes #2818)
6 years ago
Glenn Strauss 6e668bfe5f [core] forward SIGHUP only to lighttpd workers
6 years ago
Glenn Strauss 477534084a [mod_wstunnel] websocket tunnel to other protocol
6 years ago
Glenn Strauss 889db409dc [core] add public domain SHA1() if no crypto
6 years ago
Glenn Strauss fad841d69b [core] do not remove pid-file in test mode
6 years ago
Glenn Strauss 42ab331dc9 [core] consistent behavior w/ and w/o SA_SIGINFO
6 years ago
Glenn Strauss 7bda136e5f [mod_webdav] PROPFIND getetag attr must match GET
6 years ago
Glenn Strauss adeec956c3 [core] restart piped loggers if they exit (fixes #1393)
6 years ago
Glenn Strauss 167cdc846c [core] reap lighttpd worker pids precisely
6 years ago
Glenn Strauss ad7d6a6b15 [core] fdevent_cycle_logger()
6 years ago
Glenn Strauss d742e43834 [doc] update README
6 years ago
Glenn Strauss b50aa2df51 quell compiler warnings for -Wimplicit-fallthrough
6 years ago
Glenn Strauss d66cbe9577 [core] adaptive spawning for socket backend procs (fixes #1162)
6 years ago
Glenn Strauss 1836309209 [core] resolve DNS at startup for socket backends
6 years ago
Glenn Strauss 0beb8b89d8 [core] store sockaddr for socket backend procs
6 years ago
Glenn Strauss b6d0818762 [core] spread load on socket backend procs
6 years ago
Glenn Strauss 45b970e69b [core] shared code for socket backends
6 years ago
Glenn Strauss 81b8fffd31 [mod_fastcgi,mod_scgi] use temp buffer for cgi_env
6 years ago
Glenn Strauss 6e1c02f386 [mod_fastcgi,mod_scgi] parse bin_path at startup
6 years ago
Glenn Strauss 35c4bf5857 [mod_fastcgi,mod_scgi] struct member consistency
6 years ago
Glenn Strauss 3ae7fb1bdd [mod_scgi] remove unused parse_response member
6 years ago
Glenn Strauss c0a9020935 [mod_fastcgi,mod_scgi] consistent connect() error
6 years ago
Glenn Strauss d836c72751 [mod_fastcgi] move delayed connect() into switch()
6 years ago
Glenn Strauss d26837d509 [mod_fastcgi] set request_id in fcgi_create_env()
6 years ago
Glenn Strauss 9cfa9dc3d4 [mod_fastcgi] consolidate connect() error handling
6 years ago
Glenn Strauss b65bdb5540 [mod_fastcgi] slightly simplify counters
6 years ago
Glenn Strauss c7492b6e0a [mod_proxy] store address family at config time
6 years ago
Glenn Strauss 9b9f445a7b [mod_proxy] move data_fastcgi into mod_proxy.c
6 years ago
Glenn Strauss f3437fb2f2 [core] add const to reduce .data segment size
6 years ago
Glenn Strauss 91d14acfc3 [core] fdevent_connect_status() shared code
6 years ago
Glenn Strauss 143c6f34f5 [core] continue collecting use of netdb.h
6 years ago
Glenn Strauss 1002574692 [core] continue collecting use of netdb.h
6 years ago
Glenn Strauss 6a8de931ec [core] continue collecting use of netdb.h
6 years ago
Glenn Strauss 5248b46c95 [core] sock_addr_from_str_hints reusable name res
6 years ago
Glenn Strauss 9e75b81982 [core] reduce exposure of unistd.h, other includes
6 years ago