summaryrefslogtreecommitdiffhomepage
path: root/src/http (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2022-10-20Merged with the default branch.Sergey Kandaurov3-2/+188
2022-08-03HTTP/3: skip empty request body buffers (ticket #2374).Roman Arutyunyan1-7/+9
2022-07-15Range filter: clearing of pre-existing Content-Range headers.Maxim Dounin1-0/+13
2022-06-29Upstream: optimized use of SSL contexts (ticket #1234).Maxim Dounin3-21/+177
2022-06-14Perl: removed unused variables, forgotten in ef6a3a99a81a.Sergey Kandaurov1-2/+1
2022-07-26Merged with the default branch.Sergey Kandaurov4-21/+190
2022-06-22Merged with the default branch.Sergey Kandaurov34-508/+889
2022-06-08HTTP/3: updated SETTINGS_MAX_FIELD_SECTION_SIZE name.Sergey Kandaurov2-3/+4
2022-05-26HTTP/3: require that field section base index is not negative.Roman Arutyunyan1-0/+6
2022-06-07Mp4: fixed potential overflow in ngx_http_mp4_crop_stts_data().Maxim Dounin1-1/+1
2022-06-07Upstream: handling of certificates specified as an empty string.Sergey Kandaurov4-8/+13
2022-06-07Upstream: fixed X-Accel-Expires/Cache-Control/Expires handling.Maxim Dounin2-7/+24
2022-05-31Upstream: fixed build without http cache (broken by cd73509f21e2).Maxim Dounin1-4/+5
2022-05-30Headers filter: improved memory allocation error handling.Maxim Dounin1-0/+4
2022-05-30Multiple WWW-Authenticate headers with "satisfy any;".Maxim Dounin1-2/+3
2022-05-30Auth request: multiple WWW-Authenticate headers (ticket #485).Maxim Dounin1-3/+8
2022-05-30Upstream: multiple WWW-Authenticate headers (ticket #485).Maxim Dounin1-9/+17
2022-05-30Upstream: handling of multiple Vary headers (ticket #1423).Maxim Dounin1-5/+43
2022-05-30Upstream: duplicate headers ignored or properly linked.Maxim Dounin2-9/+104
2022-05-30Upstream: header handlers can now return parsing errors.Maxim Dounin6-13/+80
2022-05-30Upstream: all known headers in u->headers_in are linked lists now.Maxim Dounin2-0/+11
2022-05-30All known output headers can be linked lists now.Maxim Dounin14-0/+25
2022-05-30Upstream: simplified Accept-Ranges handling.Maxim Dounin2-3/+1
2022-05-30Upstream: simplified Content-Encoding handling.Maxim Dounin2-37/+3
2022-05-30Upstream: style.Maxim Dounin1-7/+17
2022-05-30Perl: combining unknown headers during $r->header_in() lookup.Maxim Dounin1-40/+44
2022-05-30Perl: all known input headers are handled identically.Maxim Dounin1-20/+2
2022-05-30All non-unique input headers are now linked lists.Maxim Dounin2-59/+12