Commit Graph

174 Commits (50bdb55de804953378171cd1caf82bef27ec6cab)

Author SHA1 Message Date
Glenn Strauss 50bdb55de8 [multiple] connection hooks no longer get (srv *)
3 years ago
Glenn Strauss 010c28949c [multiple] prefer (connection *) to (srv *)
3 years ago
Glenn Strauss 4a6fe83837 [multiple] gw_backends config_plugin_values_init()
3 years ago
Glenn Strauss e2de4e581e [core] const char *name in struct plugin
3 years ago
Glenn Strauss 36f64b26a1 [core] simpler config_check_cond()
3 years ago
Glenn Strauss 601c572c39 [core] inline buffer as part of data_string value
3 years ago
Glenn Strauss 47a758f959 [core] inline buffer key for *_patch_connection()
3 years ago
Glenn Strauss 83535bbef3 [core] differentiate array_get_* for ro and rw
3 years ago
Mohammed Sadiq 6a988bb0d0 [multiple] cleaner calloc use in SETDEFAULTS_FUNC
4 years ago
Glenn Strauss a1b527e473 [multiple] reduce initial buffer sz if large POST (fixes #2922)
4 years ago
Glenn Strauss f69bd9cdb8 [core] perf: simple, quick buffer_clear()
4 years ago
Glenn Strauss 9f6a46738d [multiple] dynamic handlers hint backend header sz
4 years ago
Glenn Strauss 6dcdc1af18 [mod_fastcgi,mod_scgi] perf: env accumulation
4 years ago
Glenn Strauss 3d8d56d8de [multiple] perf: reuse large buffers w/ backend
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 4992c4de10 [mod_fastcgi,mod_scgi] error on oversized request (fixes #2905)
5 years ago
Glenn Strauss 3efaff973f [mod_fastcgi,mod_scgi] fastcgi.balance,scgi.balance (fixes #2882)
5 years ago
Glenn Strauss 04d76e7afd [core] some header cleanup
5 years ago
Glenn Strauss 9030cfaecf [core] SIGCHLD handle_waitpid hook for modules
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 91d14acfc3 [core] fdevent_connect_status() shared code
6 years ago
Glenn Strauss 1002574692 [core] continue collecting use of netdb.h
6 years ago
Glenn Strauss a9970fec23 [core] consolidate fork()/execve() code (#1393)
6 years ago
Gaël PORTAY e8498bbfcc [core] silence compiler warnings if !HAVE_FORK
6 years ago
Glenn Strauss 7a27d5eff5 [core] buffer to disk streaming to slow backends
6 years ago
Glenn Strauss 86bb8be2c8 [core] perf: skip redundant strlen() if len known
6 years ago
Glenn Strauss 316e959b4d [core] prep mod transitions to transparent proxy
6 years ago
Glenn Strauss a48d65c8a5 [core] remove redundant resets of fde_ndx
6 years ago
Glenn Strauss c66e826978 [mod_proxy,mod_scgi] fix truncated error trace
6 years ago
Glenn Strauss 1465cf80f9 [core] calloc plugin_config for consistent init
6 years ago
Glenn Strauss 8641d1b03f [core] no SOCK_CLOEXEC on Linux kernel < 2.6.27
6 years ago
Glenn Strauss 4796313efc [core] collect ioctl FIONREAD code
6 years ago
Glenn Strauss a53f662a30 [core] remove some unused header includes
6 years ago
Glenn Strauss aa14493e47 [tests] reduce time waiting for backends to start
6 years ago
Glenn Strauss 1804ccbd6d [mod_scgi] do not reconnect after connect succeeds
6 years ago
Glenn Strauss 0a635fc8be [core] consolidate dynamic handler response parse
6 years ago
Glenn Strauss e4bb56222f [mod_cgi,fastcgi,scgi,proxy] fix streaming response (fixes #2796)
6 years ago
Glenn Strauss bd77abe0f8 [config] more specific checks for array lists
6 years ago
Glenn Strauss 1dd5cce3bc [mod_fastcgi,mod_scgi] consolidate backend process accounting (#2788)
6 years ago
Glenn Strauss 23c3535efc [mod_scgi] fix potential repeated use of proc->id
6 years ago
Glenn Strauss 317b7e5fc6 [mod_scgi] fix unused_procs bidirectional-links
6 years ago
Glenn Strauss fb6b4027c8 [mod_fastcgi,mod_scgi] consistent waitpid handling (fixes #2791)
6 years ago
Glenn Strauss aa923e05f6 [mod_fastcgi,mod_scgi] backend spawn EINTR retry (#2788)
6 years ago