summaryrefslogtreecommitdiff
path: root/src/mod_proxy.c
Commit message (Expand)AuthorAgeFilesLines
...
* [core] const char *name in struct pluginGlenn Strauss2020-05-231-3/+1
* [core] simpler config_check_cond()Glenn Strauss2020-05-231-3/+2
* [core] inline header and env arrays into conGlenn Strauss2020-05-231-2/+2
* [core] inline array as part of data_array valueGlenn Strauss2020-02-241-4/+4
* [core] add const to callers of http_header_*_get()Glenn Strauss2020-02-241-3/+3
* [core] inline buffer as part of data_string valueGlenn Strauss2020-02-241-21/+21
* [core] inline buffer key for *_patch_connection()Glenn Strauss2020-02-241-7/+7
* [core] inline buffer as part of DATA_UNSET keyGlenn Strauss2020-02-241-34/+34
* [core] differentiate array_get_* for ro and rwGlenn Strauss2020-02-241-3/+3
* [core] use buffer_eq_icase_ssn funcGlenn Strauss2019-06-061-3/+3
* [multiple] cleaner calloc use in SETDEFAULTS_FUNCMohammed Sadiq2019-04-201-1/+1
* [mod_proxy] pass Content-Length to backend if > 0Glenn Strauss2019-03-071-3/+4
* [multiple] reduce initial buffer sz if large POST (fixes #2922)Glenn Strauss2018-12-121-1/+2
* [mod_proxy] silence coverity false positiveGlenn Strauss2018-11-251-0/+3
* [core] perf: simple, quick buffer_clear()Glenn Strauss2018-11-231-1/+1
* [core] fix setting of headers previously reset (fixes #2919)Glenn Strauss2018-11-171-3/+2
* [multiple] dynamic handlers hint backend header szGlenn Strauss2018-11-121-5/+1
* [multiple] perf: reuse large buffers w/ backendGlenn Strauss2018-11-121-1/+1
* [multiple] perf: use larger initial backend bufferGlenn Strauss2018-11-121-0/+4
* [multiple] perf: power-2 alloc large headersGlenn Strauss2018-10-291-0/+6
* [multiple] perf: write headers to backend write cqGlenn Strauss2018-10-291-4/+2
* [core] http_method_append()Glenn Strauss2018-09-231-1/+1
* [mod_proxy,mod_wstunnel] copy full plugin_config (fixes #2903)Glenn Strauss2018-09-231-21/+18
* [mod_proxy] fix proxy.forwarded and proxy.replace-http-host (fixes #2902)Glenn Strauss2018-09-231-0/+2
* [core] abstraction layer for HTTP header manipGlenn Strauss2018-09-231-112/+105
* [core] code reuse with array_insert_key_value()Glenn Strauss2018-09-161-13/+4
* [core] http_kv.[ch] method, status, version strGlenn Strauss2018-08-051-1/+1
* [core] some header cleanupGlenn Strauss2018-04-081-1/+0
* [mod_proxy] fix segfault in Set-Cookie reverse map (fixes #2879)Glenn Strauss2018-03-221-18/+19
* [mod_proxy] basic support for HTTP CONNECT method (#2060)Glenn Strauss2017-11-251-0/+39
* [core] isolate sock_addr manipulationGlenn Strauss2017-10-291-25/+15
* [core] SIGCHLD handle_waitpid hook for modulesGlenn Strauss2017-09-101-0/+1
* [core] shared code for socket backendsGlenn Strauss2017-07-231-1016/+86
* [mod_proxy] store address family at config timeGlenn Strauss2017-07-151-27/+18
* [mod_proxy] move data_fastcgi into mod_proxy.cGlenn Strauss2017-07-151-0/+91
* [core] fdevent_connect_status() shared codeGlenn Strauss2017-07-151-10/+1
* [core] continue collecting use of netdb.hGlenn Strauss2017-07-151-40/+15
* [mod_proxy] fix typo identified by coverityGlenn Strauss2017-05-151-1/+1
* [core] buffer to disk streaming to slow backendsGlenn Strauss2017-05-151-3/+6
* [core] perf: skip redundant strlen() if len knownGlenn Strauss2017-05-151-1/+1
* [mod_proxy] basic support for Upgrade: websocket (fixes #2811)Glenn Strauss2017-05-151-2/+42
* [core] prep mod transitions to transparent proxyGlenn Strauss2017-05-141-5/+12
* [core] remove redundant resets of fde_ndxGlenn Strauss2017-05-141-3/+0
* [mod_proxy,mod_scgi] fix truncated error traceGlenn Strauss2017-05-101-1/+1
* [mod_proxy] simple host/url mapping in headers (fixes #152)Glenn Strauss2017-05-071-22/+384
* [core] calloc plugin_config for consistent initGlenn Strauss2017-04-301-1/+1
* [mod_proxy] fix backslash escapingGlenn Strauss2017-04-251-2/+2
* [core] save connection-level proto in con->protoGlenn Strauss2017-04-061-1/+3
* [core] inet_pton(), inet_ntop() on (sock_addr *)Glenn Strauss2017-04-061-18/+3
* [mod_proxy] support Forwarded HTTP Extension (fixes #2703)Glenn Strauss2017-04-061-21/+308