summaryrefslogtreecommitdiff
path: root/src/http_cgi.c
Commit message (Expand)AuthorAgeFilesLines
* [core] rename http_kv funcs, reorder http_versionsGlenn Strauss2023-05-031-3/+2
* [multiple] store ptrs to remote addr in request_st (#3192)Glenn Strauss2023-02-281-2/+2
* [core] reset path-info for cgi.local-redirGlenn Strauss2023-02-041-0/+1
* [mod_cgi] cgi.local-redir request_reset thru fnptrGlenn Strauss2022-02-191-1/+1
* [multiple] http_method_buf()Glenn Strauss2021-08-271-3/+2
* [multiple] inline struct in con->dst_addr_bufGlenn Strauss2021-08-271-1/+1
* [multiple] reduce redundant NULL buffer checksGlenn Strauss2021-08-271-37/+44
* [core] reduce repeated work in http_cgi_headers()Glenn Strauss2021-08-271-36/+18
* [core] reuse code to parse backend responseGlenn Strauss2021-04-271-1/+0
* [multiple] buffer_copy_path_len2() aggregateGlenn Strauss2021-04-021-9/+9
* [core] move special case for Content-Type CGI hdrGlenn Strauss2021-03-261-1/+6
* [core] http_cgi_encode_varname()Glenn Strauss2021-03-071-4/+25
* [core] save parsed listen addrs at startupGlenn Strauss2021-03-071-36/+46
* [core] http_cgi.[ch] CGI interfaces (RFC 3875)Glenn Strauss2021-03-071-0/+321