Commit Graph

3067 Commits (78cf61b15294accd087167939aba5b82584443bf)
 

Author SHA1 Message Date
Glenn Strauss e92919788f [mod_webdav] silence warnings if built w/o locks
4 years ago
Glenn Strauss e0d1528860 [doc] NEWS
4 years ago
Glenn Strauss a7bceb6b06 [core] quiet indexfile warning if mod not loaded
4 years ago
Glenn Strauss 77c01f9817 [core] buffer_append_path_len()
4 years ago
Glenn Strauss 608026e5aa [core] fix typo
4 years ago
Glenn Strauss fed4573fad [mod_proxy] silence coverity false positive
4 years ago
Glenn Strauss 80638252dc [multiple] validate UTF-8 in url-decoded paths
4 years ago
Glenn Strauss e8e59396d3 [core] reject decoded url-path without leading '/'
4 years ago
Glenn Strauss 8a8579802a [mod_webdav] separate func for each request method
4 years ago
Glenn Strauss cef6ee675d [core] limit con->uri.authority < 1024 octets
4 years ago
Glenn Strauss 0bac13f6b4 [core] cygwin sample to run lighttpd under NSSM
4 years ago
Glenn Strauss ad53c30d4b [core] cygwin helper func for getcwd
4 years ago
Glenn Strauss cf93e91c56 [core] perf: inline buffer_copy_buffer()
4 years ago
Glenn Strauss d7cfc8a381 [mod_wstunnel] use buffer_string_length()
4 years ago
Glenn Strauss 75bd40aa5d [core] perf: buffer optimizations
4 years ago
Glenn Strauss cced512116 [mod_cml] parse query string without modifying it
4 years ago
Glenn Strauss 449274903c [core] perf: simplify buffer_move()
4 years ago
Glenn Strauss ef1fdcd910 [mod_webdav] one fewer buffer copy for COPY,MOVE
4 years ago
Glenn Strauss 956a3fb9db [mod_webdav] fix LOCK on incorrect URI path
4 years ago
Glenn Strauss b9402283be [core] simpler physical path concatenation
4 years ago
Glenn Strauss ac41c17694 [core] perf: small improvement buffer_string_space
4 years ago
Glenn Strauss a2aba0788b [core] perf: small improvement to encoding CGI var
4 years ago
Glenn Strauss f69bd9cdb8 [core] perf: simple, quick buffer_clear()
4 years ago
Glenn Strauss 9749503b1d [core] separate func to reset FILE_CHUNK
4 years ago
Glenn Strauss 19b5fbdd3d [mod_fastcgi] transfer chunks minus packet padding
4 years ago
Glenn Strauss f0df89a996 [mod_redirect,mod_rewrite] use server_name
4 years ago
Glenn Strauss b5cd216781 [mod_fastcgi] minor: copy packet without padding
4 years ago
Glenn Strauss 758c58cda5 [core] clear chunk buffer upon release
4 years ago
Glenn Strauss b74188e5b3 [mod_cgi] reset reused buffer on internal redir
4 years ago
Glenn Strauss aba45f68d8 [core] perf: simpler buffer_string_space() (tests)
4 years ago
Glenn Strauss 473ce93c14 [core] perf: faster HTTP pipelined requests
4 years ago
Glenn Strauss d1bf435573 [core] perf: simpler buffer_string_space() (fixed)
4 years ago
Glenn Strauss 70d7d0a0a1 [core] server.chunkqueue-chunk-sz = 4096
4 years ago
Glenn Strauss cc1c2f0e37 [core] server.compat-module-load = "disable"
4 years ago
Glenn Strauss 1b8453886f [mod_webdav] quiet coverity false positive
4 years ago
Glenn Strauss f13db69012 [core] fix setting of headers previously reset (fixes #2919)
4 years ago
Glenn Strauss 41b50cfa71 [core] fix 301 -> 302 overwrite with Location (fixes #2918)
4 years ago
Glenn Strauss 2d91475828 [mod_cgi] perf: cache getenv() results at start up
4 years ago
Glenn Strauss 5ff1ddeb66 [mod_wstunnel] perf: reuse large buffers
4 years ago
Glenn Strauss 88ee73d0a2 [multiple] perf: simplify chunkqueue_get_memory()
4 years ago
Glenn Strauss f512bfa4af [core] use chunk_buf_sz instead of hard-coded num
4 years ago
Glenn Strauss 9f6a46738d [multiple] dynamic handlers hint backend header sz
4 years ago
Glenn Strauss 31d16af78b [core] perf: simpler buffer_string_space()
4 years ago
Glenn Strauss 1539cbfdc1 [core] perf: chunkqueue buffers already sized up
4 years ago
Glenn Strauss f1e5f74f8f [mod_webdav] return 403 if file should exist
4 years ago
Glenn Strauss a1cda77f9b [mod_openssl] prefer using TLS_server_method()
4 years ago
Glenn Strauss aa00359e6c [mod_cgi] perf: use stat_cache for cgi handler
4 years ago
Glenn Strauss d182e90bb1 [mod_openssl] SSL_read before second SSL_shutdown
4 years ago
Glenn Strauss 89062d8134 [mod_openssl] move SSL_shutdown() to separate func
4 years ago
Rosen Penev bc91bbd0c6 [core] Don't call RAND_cleanup with OpenSSL 1.1.x
4 years ago