summaryrefslogtreecommitdiffhomepage
path: root/src/core (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2021-12-25PCRE2 library support.Maxim Dounin2-10/+351
2021-12-25Core: ngx_regex.c style cleanup.Maxim Dounin1-17/+17
2021-12-25Core: fixed ngx_pcre_studies cleanup.Maxim Dounin1-40/+43
2021-12-24Merged with the default branch.Ruslan Ermilov1-2/+2
2021-11-23Version bump.Sergey Kandaurov1-2/+2
2021-10-30Changed ngx_chain_update_chains() to test tag first (ticket #2248).Maxim Dounin1-4/+4
2021-10-29Upstream: sendfile_max_chunk support.Maxim Dounin1-0/+4
2021-11-03Merged with the default branch.Sergey Kandaurov5-10/+14
2021-09-14Removed NGX_OPENSSL_QUIC macro, NGX_QUIC is enough.Ruslan Ermilov1-1/+1
2021-09-08Merged with the default branch.Sergey Kandaurov1-2/+2
2021-09-06QUIC: store QUIC connection fd in stream fake connection.Roman Arutyunyan1-6/+6
2021-09-03Version bump.Roman Arutyunyan1-2/+2
2021-09-01Merged with the default branch.Sergey Kandaurov1-2/+2
2021-08-19Core: removed unnecessary restriction in hash initialization.Alexey Radkov1-0/+4
2021-10-21Removed CLOCK_MONOTONIC_COARSE support.Maxim Dounin1-4/+0
2021-09-14Version bump.Roman Arutyunyan1-2/+2
2021-08-03Version bump.Maxim Dounin1-2/+2
2021-07-15Merged with the default branch.Sergey Kandaurov5-32/+49
2021-06-28Core: escaping of chars not allowed in URIs per RFC 3986.Maxim Dounin1-16/+29
2021-06-28Core: fixed comment about escaping in arguments.Maxim Dounin1-1/+1
2021-06-21Core: added the ngx_rbtree_data() macro.Vladimir Homutov2-3/+4
2021-05-31Core: disabled SO_REUSEADDR on UDP sockets while testing config.Maxim Dounin1-11/+14
2021-05-31Version bump.Maxim Dounin1-2/+2
2021-05-28Merged with the default branch.Sergey Kandaurov3-21/+30
2021-05-25Resolver: explicit check for compression pointers in question.Maxim Dounin1-0/+6
2021-05-25Resolver: simplified ngx_resolver_copy().Maxim Dounin1-8/+5
2021-05-25Resolver: reworked ngx_resolver_copy() copy loop.Maxim Dounin1-11/+7
2021-05-25Resolver: fixed label types handling in ngx_resolver_copy().Maxim Dounin1-0/+5
2021-05-25Resolver: fixed off-by-one read in ngx_resolver_copy().Maxim Dounin1-0/+5
2021-05-25Resolver: fixed off-by-one write in ngx_resolver_copy().Maxim Dounin1-4/+4
2021-05-19Core: fixed comment about msie_refresh escaping.Ruslan Ermilov1-1/+1
2021-04-21Version bump.Maxim Dounin1-2/+2
2021-04-08Introduced the "keepalive_time" directive.Maxim Dounin2-0/+5
2021-04-16Merged with the default branch.Sergey Kandaurov3-2/+7
2021-04-05Version bump.Maxim Dounin1-2/+2
2021-03-28Resolver: added missing event handling after reading.Maxim Dounin1-2/+17
2021-03-30Merged with the default branch.Sergey Kandaurov2-4/+19
2021-03-23Core: fixed build with BPF on non-64bit platforms (ticket #2152).Vladimir Homutov1-8/+8
2021-03-11Version bump.Maxim Dounin1-2/+2
2021-03-10Merged with the default branch.Sergey Kandaurov1-2/+2
2021-02-20Version bump.Ruslan Ermilov1-2/+2
2021-02-17Merged with the default branch.Sergey Kandaurov3-4/+18