summaryrefslogtreecommitdiff
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
* Fixed segfault if regex studies list allocation fails.Maxim Dounin2023-04-181-3/+3
* Version bump.Sergey Kandaurov2023-04-171-2/+2
* Syslog: introduced error log handler.Maxim Dounin2023-03-102-9/+41
* Syslog: removed usage of ngx_cycle->log and ngx_cycle->hostname.Maxim Dounin2023-03-102-18/+24
* Core: stricter UTF-8 handling in ngx_utf8_decode().Yugo Horie2023-02-231-1/+6
* Lingering close for connections with pipelined requests.Maxim Dounin2023-02-021-0/+1
* Updated link to OpenVZ suspend/resume bug.Maxim Dounin2022-12-211-1/+1
* Style.BullerDu2022-12-161-2/+2
* Version bump.Sergey Kandaurov2022-12-161-2/+2
* Removed casts from ngx_memcmp() macro.Maxim Dounin2022-11-301-1/+1
* Fixed alignment of ngx_memmove()/ngx_movemem() macro definitions.Maxim Dounin2022-11-301-2/+2
* Fixed PROXY protocol to use ngx_memcpy()/ngx_memcmp().Maxim Dounin2022-11-081-5/+5
* Added logging to PROXY protocol write buffer check.Maxim Dounin2022-11-081-0/+2
* Increased maximum read PROXY protocol header size.Roman Arutyunyan2022-11-022-2/+3
* Version bump.Roman Arutyunyan2022-11-031-2/+2
* Added type cast to ngx_proxy_protocol_parse_uint16().Roman Arutyunyan2022-09-271-1/+3
* PROXY protocol v2 TLV variables.Roman Arutyunyan2022-10-122-2/+187
* Log only the first line of user input on PROXY protocol v1 error.Roman Arutyunyan2022-10-101-1/+7
* Version bump.Maxim Dounin2022-08-301-2/+2
* Resolver: fixed memory leak for the "ipv4=off" case.Sergey Kandaurov2022-07-141-4/+1
* The "ipv4=" parameter of the "resolver" directive.Ruslan Ermilov2022-07-122-15/+54
* Version bump.Maxim Dounin2022-06-291-2/+2
* Resolver: make TCP write timer event cancelable.Aleksei Bavshin2022-06-011-0/+1
* FastCGI: combining headers with identical names (ticket #1724).Maxim Dounin2022-05-301-2/+5
* Version bump.Maxim Dounin2022-05-301-2/+2
* HTTP/2: made it possible to flush response headers (ticket #1743).Maxim Dounin2022-02-031-0/+1
* Version bump.Vladimir Homutov2022-01-271-2/+2
* Core: simplify reader lock release.Pavel Pautov2022-01-191-15/+3
* Version bump.Maxim Dounin2021-12-291-2/+2
* Support for sendfile(SF_NOCACHE).Maxim Dounin2021-12-271-4/+13
* Simplified sendfile(SF_NODISKIO) usage.Maxim Dounin2021-12-274-37/+2
* Core: added NGX_REGEX_MULTILINE for 3rd party modules.Maxim Dounin2021-12-252-2/+11
* PCRE2 and PCRE binary compatibility.Maxim Dounin2021-12-252-15/+48
* PCRE2 library support.Maxim Dounin2021-12-252-10/+351
* Core: ngx_regex.c style cleanup.Maxim Dounin2021-12-251-17/+17
* Core: fixed ngx_pcre_studies cleanup.Maxim Dounin2021-12-251-40/+43
* Version bump.Sergey Kandaurov2021-11-231-2/+2
* Changed ngx_chain_update_chains() to test tag first (ticket #2248).Maxim Dounin2021-10-301-4/+4
* Upstream: sendfile_max_chunk support.Maxim Dounin2021-10-291-0/+4
* Core: removed unnecessary restriction in hash initialization.Alexey Radkov2021-08-191-0/+4
* Removed CLOCK_MONOTONIC_COARSE support.Maxim Dounin2021-10-211-4/+0
* Version bump.Roman Arutyunyan2021-09-141-2/+2
* Version bump.Roman Arutyunyan2021-09-031-2/+2
* Version bump.Maxim Dounin2021-08-031-2/+2
* Core: escaping of chars not allowed in URIs per RFC 3986.Maxim Dounin2021-06-281-16/+29
* Core: fixed comment about escaping in arguments.Maxim Dounin2021-06-281-1/+1
* Core: added the ngx_rbtree_data() macro.Vladimir Homutov2021-06-212-3/+4
* Core: disabled SO_REUSEADDR on UDP sockets while testing config.Maxim Dounin2021-05-311-11/+14
* Version bump.Maxim Dounin2021-05-311-2/+2
* Resolver: explicit check for compression pointers in question.Maxim Dounin2021-05-251-0/+6