summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [mod_csrf] module to aid against csrf attackspersonal/stbuehler/mod-csrfStefan Bühler2017-10-017-0/+667
* [mod_wstunnel] fix NULL ptr derefGlenn Strauss2017-09-301-1/+3
* [core] fix triggered assert on HTTP chunked input (fixes #2822)Glenn Strauss2017-09-271-0/+1
* [core] disable Nagle if streaming to backendGlenn Strauss2017-09-231-0/+10
* [core] make strftime_cache_get() 16-element cacheGlenn Strauss2017-09-231-9/+5
* [core] fdevent setsockopt() helper functionsGlenn Strauss2017-09-234-14/+23
* [mod_wstunnel] fix config parsing bugGlenn Strauss2017-09-211-2/+3
* [core] adjust li_rand_pseudo* interfacesGlenn Strauss2017-09-204-6/+12
* [mod_webdav] check HAVE_UUID for -luuidGlenn Strauss2017-09-101-1/+2
* [mod_cgi] omit cgi_handle_fdevent after proc exitGlenn Strauss2017-09-101-5/+1
* [mod_cgi] add FDEVENT_IN upon CGI exitGlenn Strauss2017-09-101-1/+1
* [mod_openssl] ssl.read-ahead="disable" for streamGlenn Strauss2017-09-101-1/+3
* [mod_rrdtool] handle_trigger returns HANDLER_GO_ONGlenn Strauss2017-09-101-4/+4
* [core] SIGCHLD handle_waitpid hook for modulesGlenn Strauss2017-09-1014-218/+336
* [core] attempt to quiet compiler warning in LEDEGlenn Strauss2017-09-101-1/+2
* [core] attempt to quiet coverity false positivesGlenn Strauss2017-08-125-22/+31
* [core] attempt to quiet coverity false positivesGlenn Strauss2017-08-1210-26/+56
* [mod_fastcgi] fix return when streaming min bufferGlenn Strauss2017-08-121-1/+1
* [mod_cgi] fix bug to properly exec interpreterGlenn Strauss2017-08-121-1/+1
* [mod_accesslog] flush access logs every 4 secondsGlenn Strauss2017-08-101-3/+20
* [core] workaround for AIX mmap defineGlenn Strauss2017-08-081-0/+4
* [mod_extforward] PROXY proto and SSL_CLIENT_VERIFYGlenn Strauss2017-08-061-7/+8
* [core] warn if backend server config contains '_'Glenn Strauss2017-08-061-0/+8
* [core] set socket perms after bind, before listenGlenn Strauss2017-08-031-5/+5
* [core] base_decls.h to quiet compiler warningsGlenn Strauss2017-07-306-25/+29
* [core] add missing #includeGlenn Strauss2017-07-302-0/+4
* [core] fix invalid sizeof() identified by coverityGlenn Strauss2017-07-302-2/+6
* [mod_cgi] add missing #includeGlenn Strauss2017-07-301-0/+1
* [mod_extforward] typo in commentGlenn Strauss2017-07-301-1/+1
* [core] remove fdevent fcntl_set hookGlenn Strauss2017-07-293-15/+3
* [core] set one-shot mode fd O_NONBLOCK, FD_CLOEXECGlenn Strauss2017-07-291-0/+3
* [mod_dirlisting] treat README and HEADER as paths (fixes #2818)Glenn Strauss2017-07-281-8/+16
* [core] forward SIGHUP only to lighttpd workersGlenn Strauss2017-07-271-37/+6
* [mod_wstunnel] websocket tunnel to other protocolGlenn Strauss2017-07-255-1/+1360
* [core] add public domain SHA1() if no cryptoGlenn Strauss2017-07-256-10/+273
* [core] do not remove pid-file in test modeGlenn Strauss2017-07-251-3/+4
* [core] consistent behavior w/ and w/o SA_SIGINFOGlenn Strauss2017-07-231-2/+21
* [mod_webdav] PROPFIND getetag attr must match GETGlenn Strauss2017-07-232-0/+2
* [core] restart piped loggers if they exit (fixes #1393)Glenn Strauss2017-07-234-18/+157
* [core] reap lighttpd worker pids preciselyGlenn Strauss2017-07-231-4/+20
* [core] fdevent_cycle_logger()Glenn Strauss2017-07-234-24/+15
* [doc] update READMEGlenn Strauss2017-07-231-8/+3
* quell compiler warnings for -Wimplicit-fallthroughGlenn Strauss2017-07-233-0/+3
* [core] adaptive spawning for socket backend procs (fixes #1162)Glenn Strauss2017-07-231-10/+30
* [core] resolve DNS at startup for socket backendsGlenn Strauss2017-07-232-10/+53
* [core] store sockaddr for socket backend procsGlenn Strauss2017-07-232-78/+68
* [core] spread load on socket backend procsGlenn Strauss2017-07-232-9/+3
* [core] shared code for socket backendsGlenn Strauss2017-07-2311-5720/+3015
* [mod_fastcgi,mod_scgi] use temp buffer for cgi_envGlenn Strauss2017-07-152-25/+19
* [mod_fastcgi,mod_scgi] parse bin_path at startupGlenn Strauss2017-07-152-55/+52