summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [core] do not require '\0' term for k,v hdr parseGlenn Strauss2020-10-113-11/+38
* [core] defer optimization to read small filesGlenn Strauss2020-10-115-3/+59
* [core] fix crash on master after graceful restartGlenn Strauss2020-10-111-0/+8
* [core] move connections_get_state to connections.cGlenn Strauss2020-10-113-37/+22
* [mod_status] dedicated funcs for r->state labelsGlenn Strauss2020-10-111-6/+45
* [core] keep pool of (request_st *) for HTTP/2Glenn Strauss2020-10-114-13/+63
* [core] request_acquire(), request_release()Glenn Strauss2020-10-115-48/+98
* [core] fix 1-char trunc of default server.tagGlenn Strauss2020-10-111-1/+1
* [mod_auth] fix crash if auth.require misconfigured (fixes #3023)Glenn Strauss2020-10-111-5/+18
* [build] fix meson buildGlenn Strauss2020-10-111-4/+4
* [core] ignore empty field-name from backendsGlenn Strauss2020-10-111-0/+1
* [core] redirect to dir using relative-pathGlenn Strauss2020-10-113-4/+14
* [mod_status] adjust to print HTTP/2 requestsGlenn Strauss2020-10-111-3/+14
* [mod_status] separate funcs to print request tableGlenn Strauss2020-10-111-85/+89
* [core] comment possible future ls-hpack optimizeGlenn Strauss2020-10-112-0/+7
* [core] http_request_parse_header() specializedGlenn Strauss2020-10-114-287/+351
* [core] h2_send_headers() specialized for resp hdrsGlenn Strauss2020-10-118-36/+227
* [core] HTTP/2 HPACK using LiteSpeed ls-hpackGlenn Strauss2020-10-112-9/+185
* [core] link in ls-hpack (EXPERIMENTAL)Glenn Strauss2020-10-1112-2/+8810
* [core] update commentGlenn Strauss2020-10-111-2/+2
* [core] adjust (disabled) debug codeGlenn Strauss2020-10-111-2/+2
* [core] skip write throttle for 100 ContinueGlenn Strauss2020-10-111-5/+2
* [core] discard 100 102 103 responses from backendGlenn Strauss2020-10-111-18/+62
* [core] mark some error paths with attribute coldGlenn Strauss2020-10-111-18/+23
* [core] connection transition to HTTP/2; incompleteGlenn Strauss2020-10-1110-34/+706
* [core] alternate between two joblistsGlenn Strauss2020-10-113-6/+15
* [core] h2.[ch] with stub funcs (incomplete)Glenn Strauss2020-10-119-4/+1913
* [core] isolate more resp code in response.cGlenn Strauss2020-10-033-399/+429
* [multiple] isolate more con code in connections.cGlenn Strauss2020-10-038-472/+503
* [multiple] modules read reqbody via fn ptrGlenn Strauss2020-10-035-7/+8
* [core] reqpool.[ch] for (request_st *)Glenn Strauss2020-10-037-133/+166
* [core] move http_request_headers_process()Glenn Strauss2020-10-037-40/+42
* [core] http_header_parse_hoff()Glenn Strauss2020-10-033-19/+22
* [core] adjust http_request_headers_process()Glenn Strauss2020-10-031-12/+14
* [core] HTTP2-SettingsGlenn Strauss2020-10-034-1/+16
* [core] connection_set_fdevent_interest()Glenn Strauss2020-10-031-51/+52
* [mod_accesslog,mod_rrdtool] HTTP/2 basic accountingGlenn Strauss2020-10-032-3/+15
* [core] reset connection counters per connectionGlenn Strauss2020-10-034-11/+30
* [core] connection_state_machine_loop()Glenn Strauss2020-10-032-15/+20
* [core] request_headers_process()Glenn Strauss2020-10-031-31/+42
* [core] parse h2 pseudo-headersGlenn Strauss2020-10-031-3/+169
* [core] recognize status: 421 Misdirected RequestGlenn Strauss2020-10-031-0/+1
* [core] lowercase response hdr field names for h2Glenn Strauss2020-10-032-13/+38
* [core] do not send Connection: close if h2Glenn Strauss2020-10-031-1/+2
* [mod_extforward] preserve changed addr for h2 conGlenn Strauss2020-10-031-9/+20
* [multiple] allow TLS ALPN "h2" if "server.h2proto"Glenn Strauss2020-10-034-19/+35
* [core] HTTP_VERSION_2Glenn Strauss2020-08-134-6/+17
* [core] server.feature-flags to enable h2Glenn Strauss2020-08-134-2/+10
* [mod_extforward] skip after HANDLER_COMEBACKGlenn Strauss2020-08-131-2/+20
* [mod_extforward] save proto per connectionGlenn Strauss2020-08-131-3/+3