summaryrefslogtreecommitdiff
path: root/src/connections-glue.c
Commit message (Expand)AuthorAgeFilesLines
* [core] connection_joblist globalGlenn Strauss2020-10-111-0/+2
* [core] move connections_get_state to connections.cGlenn Strauss2020-10-111-35/+0
* [multiple] isolate more con code in connections.cGlenn Strauss2020-10-031-458/+1
* [core] disperse settings.h to appropriate headersGlenn Strauss2020-08-101-1/+1
* [core] stricter parsing of POST chunked block hdrGlenn Strauss2020-08-021-0/+6
* [multiple] split con, request (very large change)Glenn Strauss2020-07-081-100/+98
* [core] store subrequest_handler instead of modeGlenn Strauss2020-07-081-2/+2
* [core] move request state into (request_st *)Glenn Strauss2020-07-081-6/+6
* [core] move addtl request-specific struct membersGlenn Strauss2020-07-081-4/+4
* [core] rename content_length to reqbody_lengthGlenn Strauss2020-07-081-7/+7
* [core] move keep_alive flag into request_stGlenn Strauss2020-07-081-2/+2
* [core] copy some srv->srvconf into con->confGlenn Strauss2020-07-081-1/+1
* [core] include settings.h where usedGlenn Strauss2020-07-081-0/+1
* [multiple] extern log_epoch_secsGlenn Strauss2020-07-081-1/+1
* [multiple] connection hooks no longer get (srv *)Glenn Strauss2020-07-081-5/+3
* [multiple] prefer (connection *) to (srv *)Glenn Strauss2020-07-081-46/+43
* [core] use config_plugin_values_init()Glenn Strauss2020-07-081-6/+8
* [core] inline header and env arrays into conGlenn Strauss2020-05-231-1/+1
* [core] add const to callers of http_header_*_get()Glenn Strauss2020-02-241-1/+1
* [core] prefer uint32_t to size_t in base.hGlenn Strauss2020-02-241-0/+13
* [core] replace connection_set_state w/ assignmentGlenn Strauss2020-02-241-11/+3
* [core] use buffer_eq_icase* funcsGlenn Strauss2019-06-061-1/+1
* [core] chunkqueue perf: code reuseGlenn Strauss2019-05-131-4/+1
* [core] discard oversized trailersGlenn Strauss2019-02-101-0/+1
* [core] replace con->response.keep_aliveGlenn Strauss2019-02-081-1/+0
* [core] perf: simple, quick buffer_clear()Glenn Strauss2018-11-231-3/+3
* [core] fix setting of headers previously reset (fixes #2919)Glenn Strauss2018-11-171-1/+1
* [core] perf: array_reset_data_strings()Glenn Strauss2018-10-221-1/+1
* [core] code reuse with http_response_body_clear()Glenn Strauss2018-09-231-5/+4
* [core] abstraction layer for HTTP header manipGlenn Strauss2018-09-231-4/+5
* [core] add missing includes to quiet compiler warnGlenn Strauss2018-08-121-0/+1
* [core] some header cleanupGlenn Strauss2018-04-081-0/+1
* [core] fix 32-bit compile POST w/ chunked request body (#2854)Glenn Strauss2018-01-191-1/+1
* [core] fix POST with chunked request body (fixes #2854)Glenn Strauss2018-01-131-1/+1
* [core] isolate sock_addr manipulationGlenn Strauss2017-10-291-1/+1
* [core] limit use of TCP_CORKGlenn Strauss2017-10-091-4/+9
* [core] fix triggered assert on HTTP chunked input (fixes #2822)Glenn Strauss2017-09-271-0/+1
* [core] act as transparent proxy after con UpgradeGlenn Strauss2017-05-141-2/+18
* [mod_proxy] remove use of con->got_responseGlenn Strauss2017-03-151-1/+0
* [core] support Expect: 100-continue with HTTP/1.1 (fixes #377, #1017, #1953, ...Glenn Strauss2017-01-311-0/+61
* [core] move con throttling to connections-glue.cGlenn Strauss2017-01-311-0/+76
* [core] move connection_read_cq() to connections.cGlenn Strauss2017-01-311-138/+0
* [mod_openssl] move openssl code into mod_opensslGlenn Strauss2017-01-141-133/+1
* [core] con interface for read/write; isolate SSLGlenn Strauss2017-01-141-8/+10
* [TLS] ssl.read-ahead = "disable" for low mem (fixes #2778)Glenn Strauss2017-01-101-2/+4
* [core] support Transfer-Encoding: chunked req body (fixes #2156)Glenn Strauss2016-12-161-13/+222
* [core] combine duplicated connection reset codeGlenn Strauss2016-12-051-1/+8
* fix errors detected by Coverity ScanGlenn Strauss2016-09-231-3/+1
* [TLS] read all available records from SSL_read()Glenn Strauss2016-07-271-9/+8
* [TLS] better handling of SSL_ERROR_WANT_READ/WRITEGlenn Strauss2016-07-271-1/+2