Commit Graph

2634 Commits (3dd3cde902bb45165985f587cae590df2e9dfc38)
 

Author SHA1 Message Date
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
Glenn Strauss 6691eb377e [core] add missing include of stdlib.h
6 years ago
Glenn Strauss cafb091cd4 [core] remove unused includes of stat_cache.h
6 years ago
Glenn Strauss 685cab057e [core] rename fd_close_on_exec()
6 years ago
Glenn Strauss 31011adda9 [core] mv log_error_{open,cycle.close} to server.c
6 years ago
Glenn Strauss a9970fec23 [core] consolidate fork()/execve() code (#1393)
6 years ago
Glenn Strauss ddf339569c [core] server.error_handler_404 X-Sendfile ENOENT (#2474)
6 years ago
Glenn Strauss 55867b5602 [core] get port from sock_addr if AF_INET,AF_INET6
6 years ago
Glenn Strauss d15ddcb6fa [core] server.socket-perms to set perms on unix (fixes #656)
6 years ago
Glenn Strauss 6f88c28c44 [core] fix compiler warnings on Mac OS X
6 years ago
Glenn Strauss 9fd39690be [mod_openssl] adjust use of ssl.ca-dn-file
6 years ago
Glenn Strauss 8af9e71ccc [core] allow earlier plugin init for SSL/TLS
6 years ago
Glenn Strauss fb87ae8604 [mod_openssl] safer_X509_NAME_oneline() (fixes #2693)
6 years ago
Glenn Strauss e29f7d5738 [mod_dirlisting] sort "../" to top of names
6 years ago
Glenn Strauss b298e2acb0 [mod_extforward] quiet clang compiler warning
6 years ago
Glenn Strauss 21081c7b72 [mod_openssl] fix compile with openssl 1.1.0
6 years ago
Gaël PORTAY 04d510af20 [mod_openssl] ignore client verification error if not enforced
6 years ago