summaryrefslogtreecommitdiffhomepage
path: root/src (follow)
AgeCommit message (Expand)AuthorFilesLines
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-24Location header escaping in redirects (ticket #882).Ruslan Ermilov5-7/+80
2021-05-24Fixed log action when using SSL certificates with variables.Maxim Dounin1-0/+2
2021-05-20Stream: the "fastopen" parameter of the "listen" directive.Ruslan Ermilov3-0/+32
2021-05-19Core: fixed comment about msie_refresh escaping.Ruslan Ermilov1-1/+1
2021-05-19Mail: max_errors directive.Maxim Dounin3-1/+27
2021-05-19Mail: IMAP pipelining support.Maxim Dounin4-18/+65
2021-05-19Mail: stricter checking of IMAP tags.Maxim Dounin1-0/+11
2021-05-19Mail: fixed backslash handling in IMAP literals.Maxim Dounin2-25/+19
2021-05-19Mail: removed dead s->arg_start handling.Maxim Dounin2-48/+0
2021-05-19Mail: fixed s->arg_start clearing on invalid IMAP commands.Maxim Dounin1-0/+2
2021-05-19Mail: POP3 pipelining support.Maxim Dounin3-6/+45
2021-05-19Mail: optimized discarding invalid SMTP commands.Maxim Dounin1-1/+1
2021-05-19Mail: fixed handling of invalid SMTP commands split between reads.Maxim Dounin1-3/+3
2021-05-19Mail: fixed SMTP pipelining to send the response immediately.Maxim Dounin1-5/+4
2021-05-06Upstream: variables support in certificates.Maxim Dounin10-90/+331
2021-05-06Auth basic: changed alcf->user_file to be a pointer.Maxim Dounin1-9/+12
2021-05-06Changed complex value slots to use NGX_CONF_UNSET_PTR.Maxim Dounin9-55/+39
2021-04-22Restored zeroing of ngx_channel_t in ngx_pass_open_channel().Ruslan Ermilov1-0/+2
2021-04-21Mail: fixed reading with fully filled buffer (ticket #2159).Maxim Dounin1-11/+14
2021-04-21Version bump.Maxim Dounin1-2/+2
2021-04-08Changed keepalive_requests default to 1000 (ticket #2155).Maxim Dounin2-2/+2
2021-04-08Added $connection_time variable.Maxim Dounin1-0/+30
2021-04-08Introduced the "keepalive_time" directive.Maxim Dounin10-1/+46
2021-04-07HTTP/2: relaxed PRIORITY frames limit.Maxim Dounin1-1/+1
2021-04-05Gzip: updated handling of zlib variant from Intel.Maxim Dounin1-26/+9
2021-04-05Gzip: support for zlib-ng.Maxim Dounin1-2/+21
2021-04-05Version bump.Maxim Dounin1-2/+2
2021-03-28Fixed handling of already closed connections.Maxim Dounin3-7/+22
2021-03-28Upstream: fixed broken connection check with eventport.Maxim Dounin1-0/+6
2021-03-28Upstream: fixed non-buffered proxying with eventport.Maxim Dounin1-3/+1
2021-03-28Resolver: added missing event handling after reading.Maxim Dounin1-2/+17
2021-03-28Events: fixed "port_dissociate() failed" alerts with eventport.Maxim Dounin1-1/+1
2021-03-26Events: fixed expiration of timers in the past.Maxim Dounin1-3/+1
2021-03-26HTTP/2: improved handling of "keepalive_timeout 0".Maxim Dounin1-1/+3
2021-03-24Cancel keepalive and lingering close on EOF better (ticket #2145).Sergey Kandaurov1-5/+5
2021-03-23gRPC: fixed handling of padding on DATA frames.Maxim Dounin1-11/+24
2021-03-11Removed "ch" argument from ngx_pass_open_channel().Ruslan Ermilov1-39/+18
2021-03-11Mail: fixed build without SSL.Maxim Dounin2-5/+7
2021-03-11Version bump.Maxim Dounin1-2/+2
2021-03-05Mail: sending of the PROXY protocol to backends.Maxim Dounin2-7/+133
2021-03-05Mail: realip module.Maxim Dounin3-0/+275
2021-03-05Mail: parsing of the PROXY protocol from clients.Maxim Dounin5-4/+132
2021-03-05Mail: made auth http creating request easier to extend.Maxim Dounin1-13/+29
2021-03-05Mail: fixed log action after SSL handshake.Maxim Dounin1-0/+2