summaryrefslogtreecommitdiffhomepage
path: root/src/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-01-23Upstream: fixed --with-compat build without SSL, broken by 454ad0e.Pavel Pautov1-0/+1
2024-11-27Version bump.Roman Arutyunyan1-2/+2
2024-11-26Realip: allowed square brackets with portless IPv6 address.Roman Arutyunyan1-1/+5
2024-11-07Core: inheritance of non-reusable shared memory zones.Ruslan Ermilov1-4/+10
2024-10-08Version bump.Sergey Kandaurov1-2/+2
2024-08-20Version bump.Sergey Kandaurov1-2/+2
2024-08-09Version bump.Sergey Kandaurov1-2/+2
2024-05-23Optimized chain link usage (ticket #2614).Roman Arutyunyan1-2/+8
2024-05-03Version bump.Sergey Kandaurov1-2/+2
2024-03-18Fixed undefined behaviour with IPv4-mapped IPv6 addresses.Sergey Kandaurov1-1/+1
2024-03-21Version bump.Roman Arutyunyan1-2/+2
2023-10-27Version bump.Sergey Kandaurov1-2/+2
2023-10-18Core: changed ngx_queue_sort() to use merge sort.Maxim Dounin2-13/+42
2023-10-17Core: fixed memory leak on configuration reload with PCRE2.Maxim Dounin1-3/+4
2023-09-13Modules compatibility: added QUIC to signature (ticket #2539).Roman Arutyunyan1-0/+5
2023-08-25Version bump.Sergey Kandaurov1-2/+2
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