summaryrefslogtreecommitdiff
path: root/src/response.h
Commit message (Expand)AuthorAgeFilesLines
* [core] h1.[ch] collect some HTTP/1.x specific codeGlenn Strauss2023-05-031-1/+0
* [build] _WIN32 shared dll build (autotools, cmake)Glenn Strauss2023-05-031-0/+1
* [core] http_dispatch[] tables for HTTP proto versGlenn Strauss2023-05-031-3/+15
* [core] delay response to http auth invalid credsGlenn Strauss2022-05-051-0/+3
* [core] http_response_send_file() takes const pathGlenn Strauss2021-12-101-1/+1
* [mod_ajp13,mod_fastcgi] check resp w/ content lenGlenn Strauss2021-10-271-0/+2
* [core] disable streaming response with authorizer (fixes #3106)Glenn Strauss2021-10-011-1/+1
* [multiple] internal control for backend read bytesGlenn Strauss2021-09-281-0/+1
* [core] improve handling of suboptimal backend wrGlenn Strauss2021-09-081-3/+4
* [multiple] Y2038 32-bit signed time_t mitigationsGlenn Strauss2021-09-041-2/+2
* [multiple] static file optimization; reuse cacheGlenn Strauss2021-05-061-1/+3
* [core] consistent inclusion of sys-time.hGlenn Strauss2021-04-281-2/+2
* [core] http_cgi.[ch] CGI interfaces (RFC 3875)Glenn Strauss2021-03-071-10/+0
* [mod_ajp13] AJPv13 Tomcat connector for lighttpdGlenn Strauss2021-01-291-5/+5
* [multiple] employ http_date.h, sys-time.hGlenn Strauss2020-12-241-2/+2
* [core] http_response_buffer_append_authority()Glenn Strauss2020-11-101-0/+1
* [core] relay 1xx from backend over HTTP/2Glenn Strauss2020-10-111-0/+5
* [core] h2_send_headers() specialized for resp hdrsGlenn Strauss2020-10-111-0/+4
* [core] isolate more resp code in response.cGlenn Strauss2020-10-031-5/+2
* [multiple] isolate more con code in connections.cGlenn Strauss2020-10-031-0/+4
* [core] http_response_comeback()Glenn Strauss2020-07-081-0/+4
* [multiple] split con, request (very large change)Glenn Strauss2020-07-081-16/+16
* [core] static buffers for mtime_cacheGlenn Strauss2020-07-081-1/+4
* [multiple] connection hooks no longer get (srv *)Glenn Strauss2020-07-081-1/+1
* [multiple] prefer (connection *) to (srv *)Glenn Strauss2020-07-081-13/+12
* [core] gw_backend config_plugin_values_init_blockGlenn Strauss2020-07-081-2/+2
* [core] add xsendfile* check if xdocroot is NULLGlenn Strauss2020-07-081-1/+1
* [core] (const buffer *) from strftime_cache_get()Glenn Strauss2020-05-231-1/+1
* [core] add const to callers of http_header_*_get()Glenn Strauss2020-02-241-1/+1
* [core] extend dir redirection to take HTTP statusGlenn Strauss2019-03-131-1/+1
* [core] pass (fdnode *) for registered fdevent fdGlenn Strauss2019-03-071-1/+1
* [core] remove fde_ndx member outside fdeventsGlenn Strauss2019-03-071-1/+1
* [core] http_response_buffer_append_authority()Glenn Strauss2018-12-301-0/+1
* [core] code reuse with http_response_body_clear()Glenn Strauss2018-09-231-0/+1
* [core] abstraction layer for HTTP header manipGlenn Strauss2018-09-231-4/+0
* [core] some header cleanupGlenn Strauss2018-04-081-1/+3
* [core] shared code for socket backendsGlenn Strauss2017-07-231-1/+2
* [core] act as transparent proxy after con UpgradeGlenn Strauss2017-05-141-0/+1
* [mod_fastcgi] consolidate backend read codeGlenn Strauss2017-05-101-0/+2
* [core] collect ioctl FIONREAD codeGlenn Strauss2017-03-281-0/+1
* [core] consolidate dynamic handler response parseGlenn Strauss2017-03-191-1/+18
* [mod_openssl] move openssl code into mod_opensslGlenn Strauss2017-01-141-3/+0
* [TLS] set SSL_PROTOCOL, SSL_CIPHER* (fixes #2511)Glenn Strauss2016-10-111-0/+3
* consistent, shared code to create CGI envGlenn Strauss2016-10-101-0/+10
* http_response_backend_error()Glenn Strauss2016-06-191-0/+1
* [core] stream response to client (#949)Glenn Strauss2016-06-191-0/+1
* [mod_fastcgi] use http_response_xsendfile() (fixes #799, fixes #851, fixes #2...Glenn Strauss2016-04-271-0/+1
* [core] http_response_send_file() shared code (#2017)Glenn Strauss2016-04-251-0/+1
* consistent inclusion of config.h at top of files (fixes #2073)Glenn Strauss2016-03-191-0/+1
* Fix header inclusion order, always include "config.h" before any system headerStefan Bühler2009-10-111-2/+2