summaryrefslogtreecommitdiffhomepage
path: root/src/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-08-14QUIC: path MTU discovery.Roman Arutyunyan2-1/+7
2023-07-19Core: fixed environment variables on exit.Maxim Dounin1-2/+51
2023-06-20Version bump.Roman Arutyunyan1-2/+2
2023-05-29Version bump.Roman Arutyunyan1-2/+2
2023-05-19Merged with the quic branch.Roman Arutyunyan6-0/+279
2023-05-14Common tree insert function for QUIC and UDP connections.Roman Arutyunyan1-0/+4
2023-05-06QUIC: disabled datagram fragmentation.Roman Arutyunyan1-0/+72
2023-04-18Fixed segfault if regex studies list allocation fails.Maxim Dounin1-3/+3
2023-04-17Version bump.Sergey Kandaurov1-2/+2
2023-03-29Merged with the default branch.Sergey Kandaurov4-19/+63
2023-03-10Syslog: introduced error log handler.Maxim Dounin2-9/+41
2023-03-10Syslog: removed usage of ngx_cycle->log and ngx_cycle->hostname.Maxim Dounin2-18/+24
2023-02-23Core: stricter UTF-8 handling in ngx_utf8_decode().Yugo Horie1-1/+6
2023-02-02Lingering close for connections with pipelined requests.Maxim Dounin1-0/+1
2023-01-02Merged with the default branch.Sergey Kandaurov3-5/+5
2022-12-21Updated link to OpenVZ suspend/resume bug.Maxim Dounin1-1/+1
2022-12-16Style.BullerDu1-2/+2
2022-12-16Version bump.Sergey Kandaurov1-2/+2
2022-12-15Merged with the default branch.Sergey Kandaurov4-12/+15
2022-11-30Removed casts from ngx_memcmp() macro.Maxim Dounin1-1/+1
2022-11-30Fixed alignment of ngx_memmove()/ngx_movemem() macro definitions.Maxim Dounin1-2/+2
2022-11-08Fixed PROXY protocol to use ngx_memcpy()/ngx_memcmp().Maxim Dounin1-5/+5
2022-11-08Added logging to PROXY protocol write buffer check.Maxim Dounin1-0/+2
2022-11-02Increased maximum read PROXY protocol header size.Roman Arutyunyan2-2/+3
2022-11-03Version bump.Roman Arutyunyan1-2/+2
2022-09-27Added type cast to ngx_proxy_protocol_parse_uint16().Roman Arutyunyan1-1/+3
2022-10-12PROXY protocol v2 TLV variables.Roman Arutyunyan2-2/+187
2022-10-10Log only the first line of user input on PROXY protocol v1 error.Roman Arutyunyan1-1/+7
2022-10-20Merged with the default branch.Sergey Kandaurov3-6/+199
2022-08-30Version bump.Maxim Dounin1-2/+2
2022-07-14Resolver: fixed memory leak for the "ipv4=off" case.Sergey Kandaurov1-4/+1
2022-07-12The "ipv4=" parameter of the "resolver" directive.Ruslan Ermilov2-15/+54
2022-06-29Version bump.Maxim Dounin1-2/+2
2022-06-01Resolver: make TCP write timer event cancelable.Aleksei Bavshin1-0/+1
2022-07-26Merged with the default branch.Sergey Kandaurov3-16/+52
2022-06-22Merged with the default branch.Sergey Kandaurov3-4/+8
2022-05-30FastCGI: combining headers with identical names (ticket #1724).Maxim Dounin1-2/+5
2022-05-30Version bump.Maxim Dounin1-2/+2
2022-04-20QUIC: separate UDP framework for QUIC.Roman Arutyunyan1-4/+0
2022-02-14Merged with the default branch.Sergey Kandaurov2-2/+3
2022-02-03HTTP/2: made it possible to flush response headers (ticket #1743).Maxim Dounin1-0/+1
2022-01-27Version bump.Vladimir Homutov1-2/+2
2022-01-25Merged with the default branch.Sergey Kandaurov2-17/+5
2022-01-19Core: simplify reader lock release.Pavel Pautov1-15/+3
2021-12-29Version bump.Maxim Dounin1-2/+2
2021-12-29Merged with the default branch.Sergey Kandaurov6-102/+462
2021-12-27Support for sendfile(SF_NOCACHE).Maxim Dounin1-4/+13
2021-12-27Simplified sendfile(SF_NODISKIO) usage.Maxim Dounin4-37/+2
2021-12-25Core: added NGX_REGEX_MULTILINE for 3rd party modules.Maxim Dounin2-2/+11
2021-12-25PCRE2 and PCRE binary compatibility.Maxim Dounin2-15/+48