summaryrefslogtreecommitdiffhomepage
path: root/src/http (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2022-05-30Reworked multi headers to use linked lists.Maxim Dounin17-245/+175
2022-05-30Combining unknown headers during variables lookup (ticket #1316).Maxim Dounin3-21/+74
2022-05-30Uwsgi: combining headers with identical names (ticket #1724).Maxim Dounin1-6/+51
2022-05-30SCGI: combining headers with identical names (ticket #1724).Maxim Dounin1-5/+45
2022-05-30FastCGI: combining headers with identical names (ticket #1724).Maxim Dounin4-11/+133
2022-05-30Perl: fixed $r->header_in("Connection").Maxim Dounin1-0/+4
2022-02-03HTTP/2: fixed closed_nodes overflow (ticket #1708).Maxim Dounin1-1/+1
2022-02-03HTTP/2: made it possible to flush response headers (ticket #1743).Maxim Dounin2-2/+8
2022-02-01Cache: fixed race in ngx_http_file_cache_forced_expire().Maxim Dounin1-0/+5
2022-01-11Avoid sending "Connection: keep-alive" when shutting down.Maxim Dounin1-0/+4
2021-12-27Simplified sendfile(SF_NODISKIO) usage.Maxim Dounin1-82/+0
2021-12-27Removed "aio sendfile", deprecated since 1.7.11.Maxim Dounin1-13/+0
2021-12-21Moved Huffman coding out of HTTP/2.Ruslan Ermilov7-43/+45
2021-11-25HTTP/2: fixed sendfile() aio handling.Maxim Dounin3-10/+65
2021-11-25HTTP/2: fixed "task already active" with sendfile in threads.Maxim Dounin2-2/+58
2021-11-01SSL: $ssl_curve (ticket #2135).Sergey Kandaurov1-0/+3
2021-10-29Changed default value of sendfile_max_chunk to 2m.Maxim Dounin1-1/+1
2021-10-29Upstream: sendfile_max_chunk support.Maxim Dounin1-3/+6
2021-10-29Simplified sendfile_max_chunk handling.Maxim Dounin1-5/+1
2021-10-29Switched to using posted next events after sendfile_max_chunk.Maxim Dounin1-2/+1
2021-10-28Mp4: mp4_start_key_frame directive.Roman Arutyunyan1-27/+194
2021-10-28Mp4: added ngx_http_mp4_update_mdhd_atom() function.Roman Arutyunyan1-8/+32
2021-10-21SSL: SSL_sendfile() support with kernel TLS.Maxim Dounin2-4/+6
2021-10-20HTTP: connections with wrong ALPN protocols are now rejected.Vladimir Homutov1-7/+6
2021-10-14SSL: added $ssl_alpn_protocol variable.Vladimir Homutov1-0/+3
2021-10-15HTTP/2: removed support for NPN.Vladimir Homutov4-72/+9
2021-10-18Upstream: fixed logging level of upstream invalid header errors.Maxim Dounin4-4/+4
2021-10-12Synced ngx_http_subrequest() argument names (ticket #2255).Maxim Dounin1-2/+2
2021-10-07Proxy: disabled keepalive on extra data in non-buffered mode.Awdhesh Mathpal1-0/+1
2021-10-06Fixed $content_length cacheability with chunked (ticket #2252).Maxim Dounin1-0/+4
2021-09-10Request body: do not create temp file if there's nothing to write.Roman Arutyunyan1-1/+1
2021-09-06HTTP/2: optimized processing of small DATA frames.Maxim Dounin1-54/+12
2021-09-06HTTP/2: fixed timers left after request body reading.Maxim Dounin1-12/+12
2021-09-06HTTP/2: fixed window updates when buffering in filters.Maxim Dounin1-2/+18
2021-09-02Fixed debug logging.Roman Arutyunyan1-2/+2
2021-08-31HTTP/2: avoid memcpy() with NULL source and zero length.Maxim Dounin1-1/+3
2021-08-29Request body: reading body buffering in filters.Maxim Dounin3-26/+182
2021-08-29Request body: introduced rb->last_saved flag.Maxim Dounin2-15/+54
2021-08-29Request body: added alert to catch duplicate body saving.Maxim Dounin1-0/+6
2021-08-29Request body: missing comments about initialization.Maxim Dounin1-0/+2
2021-08-29HTTP/2: improved handling of preread unbuffered requests.Maxim Dounin1-1/+1
2021-08-29HTTP/2: improved handling of END_STREAM in a separate DATA frame.Maxim Dounin1-0/+3
2021-08-29HTTP/2: reworked body reading to better match HTTP/1.x code.Maxim Dounin1-62/+96
2021-08-29HTTP/2: improved body reading logging.Maxim Dounin1-0/+6