summaryrefslogtreecommitdiffhomepage
path: root/src/http (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-07-12HTTP/3: fixed $body_bytes_sent.Sergey Kandaurov1-0/+1
2023-06-08HTTP/2: removed server push (ticket #2432).Sergey Kandaurov5-1010/+56
2023-06-08SSL: removed the "ssl" directive.Roman Arutyunyan3-89/+2
2023-05-16HTTP/2: "http2" directive.Roman Arutyunyan7-62/+127
2023-05-19Merged with the quic branch.Roman Arutyunyan23-24/+7361
2023-05-12HTTP/3: removed server push support.Roman Arutyunyan7-1082/+6
2023-05-14Common tree insert function for QUIC and UDP connections.Roman Arutyunyan1-7/+0
2023-05-11QUIC: style.Maxim Dounin2-3/+4
2023-05-11HTTP/3: removed "http3" parameter of "listen" directive.Roman Arutyunyan5-33/+7
2023-05-11QUIC: removed "quic_mtu" directive.Roman Arutyunyan1-37/+0
2023-05-01Variables: avoid possible buffer overrun with some "$sent_http_*".Sergey Kandaurov1-2/+4
2023-05-04HTTP/3: fixed ngx_http_v3_init_session() error handling.Sergey Kandaurov1-3/+0
2023-04-06HTTP/3: fixed CANCEL_PUSH handling.Sergey Kandaurov1-1/+1
2023-03-29Merged with the default branch.Sergey Kandaurov15-43/+113
2023-03-27Gzip: compatibility with recent zlib-ng versions.Maxim Dounin1-6/+12
2023-03-24SSL: enabled TLSv1.3 by default.Maxim Dounin4-8/+12
2023-03-24HTTP/3: fixed OpenSSL compatibility layer initialization.Sergey Kandaurov1-4/+36
2023-03-10HTTP/2: finalize request as bad if header validation fails.Maxim Dounin1-8/+1
2023-03-10HTTP/2: socket leak with "return 444" in error_page (ticket #2455).Maxim Dounin1-0/+4
2023-02-02Lingering close for connections with pipelined requests.Maxim Dounin1-1/+3
2023-01-28Fixed "zero size buf" alerts with subrequests.Maxim Dounin6-12/+6
2023-01-28Style.Maxim Dounin3-5/+5
2023-01-28Added warning about redefinition of listen socket protocol options.Maxim Dounin2-1/+66
2023-01-26HTTP/3: trigger more compatibility errors for "listen quic".Roman Arutyunyan1-3/+19
2023-02-27HTTP/3: "quic" parameter of "listen" directive.Roman Arutyunyan10-85/+121
2023-02-22QUIC: OpenSSL compatibility layer.Roman Arutyunyan1-3/+13
2023-01-26Fixed handling of very long locations (ticket #2435).Maxim Dounin2-2/+2
2023-01-24Gzip static: ranges support (ticket #2349).Maxim Dounin1-0/+2
2023-01-05HTTP/3: insert count block timeout.Roman Arutyunyan1-0/+6
2023-01-05HTTP/3: trigger 400 (Bad Request) on stream error while blocked.Roman Arutyunyan1-1/+1
2023-01-10HTTP/3: fixed $connection_time.Sergey Kandaurov1-4/+1
2023-01-03HTTP/3: handled insertion reference to a going to be evicted entry.Roman Arutyunyan1-21/+16
2023-01-02Merged with the default branch.Sergey Kandaurov1-1/+1
2022-12-18Fixed port ranges support in the listen directive.Valentin Bartenev1-1/+1
2022-12-15Merged with the default branch.Sergey Kandaurov3-2/+43
2022-11-23Filtering duplicate addresses in listen (ticket #2400).Maxim Dounin1-1/+14
2022-11-21SSI: handling of subrequests from other modules (ticket #1263).Ciel Zhao2-1/+29
2022-10-25HTTP/3: implement keepalive for hq.Roman Arutyunyan1-17/+30
2022-11-30QUIC: application init() callback.Roman Arutyunyan4-25/+43
2022-10-19Mp4: disabled duplicate atoms.Roman Arutyunyan1-0/+147
2022-10-17SSL: improved validation of ssl_session_cache and ssl_ocsp_cache.Sergey Kandaurov1-2/+2
2022-10-12PROXY protocol v2 TLV variables.Roman Arutyunyan1-0/+39
2022-08-22HTTP/3: renamed functions.Roman Arutyunyan3-6/+6
2022-11-30QUIC: removed cancelable flag from QUIC and HTTP/3 events.Roman Arutyunyan1-1/+0
2022-10-19QUIC: idle mode for main connection.Roman Arutyunyan3-1/+38
2022-10-19HTTP/3: unified hq code with regular HTTP/3 code.Roman Arutyunyan4-100/+62
2022-11-29QUIC: reusable mode for main connection.Roman Arutyunyan1-2/+12
2022-11-25HTTP/3: fixed build without NGX_PCRE (broken by 0f5fc7a320db).Jiuzhou Cui1-0/+2
2022-11-22HTTP/3: fixed server_name regex captures (ticket #2407).Sergey Kandaurov1-0/+1
2022-11-01Set default listen socket type in http.Roman Arutyunyan1-0/+1