Commit Graph

3138 Commits (cec18f4381830e2ed307a38e80476311ff1e4cff)
 

Author SHA1 Message Date
Glenn Strauss bceeac654e [core] use connected sock port in dir redirect
4 years ago
Glenn Strauss c2bd063ac4 [core] do not free() reused buffer
4 years ago
Glenn Strauss 8ed98ad089 [core] perf: reuse buffer to redirect to directory
4 years ago
Glenn Strauss 7d4ecd01e8 [core] perf: incremental hash of pathname w/o copy
4 years ago
Glenn Strauss a1077d18cb [tests] more test config cleanup
4 years ago
Glenn Strauss fe3dc17968 [mod_fastcgi] fix NULL ptr deref from bugfix #2922 (fixes #2923)
4 years ago
Glenn Strauss a1b527e473 [multiple] reduce initial buffer sz if large POST (fixes #2922)
4 years ago
Glenn Strauss 4e6ef76406 [tests] update skip count in mod-fastcgi.t
4 years ago
Glenn Strauss 07517ff30a [tests] some test config cleanup
4 years ago
Glenn Strauss f03e5e239d [tests] t/test_keyvalue
4 years ago
Glenn Strauss dd11144bc8 [core] use kill_signal for gw_proc_kill()
4 years ago
Glenn Strauss c2a9692e78 [tests] include first.h and NDEBUG early
4 years ago
Glenn Strauss 5a32d0f72a [mod_access] t/test_mod_access
4 years ago
Glenn Strauss ddf95741b5 [mod_access] restructure for unit tests
4 years ago
Glenn Strauss 8aad091613 [mod_evhost] t/test_mod_evhost
4 years ago
Glenn Strauss 5299bded32 [mod_evhost] restructure for unit tests
4 years ago
Glenn Strauss 093569a6f6 [mod_evhost] split uri handler func for testing
4 years ago
Glenn Strauss b2a6239851 [mod_simple_vhost] t/test_mod_simple_vhost
4 years ago
Glenn Strauss 685f4ed62c [mod_cml,mod_flv_streaming] fix NULL ptr deref
4 years ago
Glenn Strauss 53c231a764 - next is 1.4.53
4 years ago
Glenn Strauss 06ebbc3ed4 [core] invert logic for mod_indexfile load warning
4 years ago
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