Commit Graph

3138 Commits (cec18f4381830e2ed307a38e80476311ff1e4cff)
 

Author SHA1 Message Date
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
Glenn Strauss 6dcdc1af18 [mod_fastcgi,mod_scgi] perf: env accumulation
4 years ago
Glenn Strauss 407b4d140b [mod_cgi] perf: reuse buffers for creating CGI env
4 years ago
Glenn Strauss e0dbff4750 [core] slightly simpler flag append to string
4 years ago
Glenn Strauss 5fe9339942 [core] perf: inline buffer_append_string_buffer()
4 years ago
Glenn Strauss 8c0792a58c [multiple] better packing of struct chunk
4 years ago
Glenn Strauss 3d8d56d8de [multiple] perf: reuse large buffers w/ backend
4 years ago
Glenn Strauss fccc7fc607 [core] perf: chunk.c chunk pool
4 years ago
Glenn Strauss c79bc31609 [mod_fastcgi] perf: reduce data copies
4 years ago
Glenn Strauss 2df8f9ebf4 [mod_fastcgi] perf: reduce data copies
4 years ago
Glenn Strauss f934615466 [core] permit env vars to be set with blank value
4 years ago
Glenn Strauss f410431b58 [multiple] perf: use larger initial backend buffer
4 years ago
Glenn Strauss 7e8beee577 [multiple] perf: power-2 alloc large headers
4 years ago
Glenn Strauss 610d5c03ab [multiple] perf: write headers to backend write cq
4 years ago
Glenn Strauss a9ae35128d [core] chunk.c code reuse
4 years ago
Glenn Strauss 61e507bfe5 [core] perf: better buf reuse reading from backend
4 years ago
Glenn Strauss 40d3408328 [core] perf: append response directly into write q
4 years ago
Glenn Strauss 758174ecbc [core] perf: specialized func for array sorting
4 years ago
Glenn Strauss 59a71815dc [core] perf: copy small strings; extend last chunk
4 years ago
Glenn Strauss e7c840502a [core] perf: copy small strings; better buf reuse
4 years ago
Glenn Strauss 23c72fc606 [core] perf: prepend headers directly into write q
4 years ago
Glenn Strauss 5a159e828d [core] perf: size write buffers for reuse
4 years ago
Glenn Strauss 2e23b43d12 [core] perf: buffer_align_size() identity if align
4 years ago
Glenn Strauss 929909a999 [core] perf: skip redundant prepare copy calls
4 years ago
Glenn Strauss d4a93a531d [core] perf: buffer_copy_string_len()
4 years ago
Glenn Strauss 15277bf9e1 [core] perf: one-element cache for host normalize
4 years ago
Glenn Strauss babf8112f7 [core] perf: buffer_free_ptr() __attribute__ cold
4 years ago
Glenn Strauss 062089ff14 [core] perf: array_reset_data_strings()
4 years ago
Glenn Strauss 29dd9379ff [core] perf: call connection_reset() fewer times
4 years ago
Glenn Strauss 3d60d8535f [build] Fix unportable test(1) operator
4 years ago