summaryrefslogtreecommitdiff
path: root/src/connections.h
Commit message (Expand)AuthorAgeFilesLines
* [core] h1.[ch] collect some HTTP/1.x specific codeGlenn Strauss2023-05-031-2/+0
* [core] remove connection_list_append()Glenn Strauss2021-09-081-2/+0
* [core] change con joblist to singly-linked-listGlenn Strauss2021-09-081-2/+0
* [core] change srv->conns to doubly-linked-listGlenn Strauss2021-09-081-2/+0
* [core] conns_pool separate from conns list (#3084)Glenn Strauss2021-09-081-0/+4
* [multiple] Y2038 32-bit signed time_t mitigationsGlenn Strauss2021-09-041-1/+1
* [core] accept in network_server_handle_fdevent()Glenn Strauss2021-05-131-1/+0
* [multiple] mark con->srv_socket a const ptrGlenn Strauss2021-05-131-1/+1
* [core] add decls in connections.hGlenn Strauss2021-01-131-3/+5
* [core] connection_joblist globalGlenn Strauss2020-10-111-1/+2
* [core] relay 1xx from backend over HTTP/1.1Glenn Strauss2020-10-111-0/+2
* [core] move connections_get_state to connections.cGlenn Strauss2020-10-111-2/+0
* [core] alternate between two joblistsGlenn Strauss2020-10-111-1/+1
* [multiple] isolate more con code in connections.cGlenn Strauss2020-10-031-7/+0
* [core] connection_state_machine_loop()Glenn Strauss2020-10-031-1/+1
* [multiple] split con, request (very large change)Glenn Strauss2020-07-081-3/+6
* [core] move request state into (request_st *)Glenn Strauss2020-07-081-2/+2
* [multiple] omit passing srv to fdevent_handlerGlenn Strauss2020-07-081-1/+1
* [multiple] reduce direct use of srv->errhGlenn Strauss2020-07-081-1/+1
* [multiple] connection hooks no longer get (srv *)Glenn Strauss2020-07-081-2/+2
* [multiple] prefer (connection *) to (srv *)Glenn Strauss2020-07-081-2/+2
* [core] prefer uint32_t to size_t in base.hGlenn Strauss2020-02-241-0/+3
* [core] replace connection_set_state w/ assignmentGlenn Strauss2020-02-241-1/+0
* [core] move con state handling to connections*.cGlenn Strauss2019-09-071-0/+5
* [core] mark startup/shutdown funcs coldGlenn Strauss2019-02-041-2/+1
* [core] some header cleanupGlenn Strauss2018-04-081-2/+1
* [core] move con throttling to connections-glue.cGlenn Strauss2017-01-311-0/+1
* [core] move connection_read_cq() to connections.cGlenn Strauss2017-01-311-1/+0
* [mod_openssl] move openssl code into mod_opensslGlenn Strauss2017-01-141-1/+0
* [core] con interface for read/write; isolate SSLGlenn Strauss2017-01-141-1/+2
* [core] support Transfer-Encoding: chunked req body (fixes #2156)Glenn Strauss2016-12-161-0/+1
* [mod_cgi] handle local redirect response (fixes #2108)Glenn Strauss2016-07-141-0/+1
* [core] lighttpd -1 handles single request on stdin socket (fixes #1584)Glenn Strauss2016-05-021-0/+1
* mv funcs from connections.c to connections-glue.cGlenn Strauss2016-04-181-0/+1
* defer reading request body until handle subrequest (fixes #2541)Glenn Strauss2016-04-181-1/+1
* consistent inclusion of config.h at top of files (fixes #2073)Glenn Strauss2016-03-191-0/+1
* moved everything below trunk/ and added branches/ and tags/Jan Kneschke2005-02-201-0/+19