summaryrefslogtreecommitdiff
path: root/src/mod_wstunnel.c
Commit message (Expand)AuthorAgeFilesLines
...
* [mod_wstunnel] perf: reuse large buffersGlenn Strauss2018-11-121-9/+9
* [multiple] perf: simplify chunkqueue_get_memory()Glenn Strauss2018-11-121-20/+3
* [multiple] perf: reuse large buffers w/ backendGlenn Strauss2018-11-121-1/+1
* [mod_proxy,mod_wstunnel] copy full plugin_config (fixes #2903)Glenn Strauss2018-09-231-3/+1
* [core] abstraction layer for HTTP header manipGlenn Strauss2018-09-231-65/+62
* [core] abstraction to insert/modify response hdrsGlenn Strauss2018-09-161-15/+10
* [mod_wstunnel] quiet 32-bit compiler warningsGlenn Strauss2018-08-121-2/+2
* [mod_wstunnel] better Sec-WebSocket-Protocol parseGlenn Strauss2018-04-081-3/+28
* [core] some header cleanupGlenn Strauss2018-04-081-1/+1
* [mod_wstunnel] fix for frames larger than 64k (fixes #2858)Glenn Strauss2018-01-191-1/+0
* [mod_wstunnel] remove invalid appended '\0'Glenn Strauss2017-10-091-17/+15
* [mod_wstunnel] set Sec-WebSocket-Protocol if binGlenn Strauss2017-10-091-2/+15
* [mod_wstunnel] fix NULL ptr derefGlenn Strauss2017-09-301-1/+3
* [mod_wstunnel] fix config parsing bugGlenn Strauss2017-09-211-2/+3
* [core] SIGCHLD handle_waitpid hook for modulesGlenn Strauss2017-09-101-0/+1
* [mod_wstunnel] websocket tunnel to other protocolGlenn Strauss2017-07-251-0/+1351