summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* nginx-1.21.0-RELEASErelease-1.21.0Maxim Dounin2021-05-251-0/+94
* Resolver: explicit check for compression pointers in question.Maxim Dounin2021-05-251-0/+6
* Resolver: simplified ngx_resolver_copy().Maxim Dounin2021-05-251-8/+5
* Resolver: reworked ngx_resolver_copy() copy loop.Maxim Dounin2021-05-251-11/+7
* Resolver: fixed label types handling in ngx_resolver_copy().Maxim Dounin2021-05-251-0/+5
* Resolver: fixed off-by-one read in ngx_resolver_copy().Maxim Dounin2021-05-251-0/+5
* Resolver: fixed off-by-one write in ngx_resolver_copy().Maxim Dounin2021-05-251-4/+4
* Location header escaping in redirects (ticket #882).Ruslan Ermilov2021-05-245-7/+80
* Fixed log action when using SSL certificates with variables.Maxim Dounin2021-05-241-0/+2
* Stream: the "fastopen" parameter of the "listen" directive.Ruslan Ermilov2021-05-203-0/+32
* Core: fixed comment about msie_refresh escaping.Ruslan Ermilov2021-05-191-1/+1
* Mail: max_errors directive.Maxim Dounin2021-05-193-1/+27
* Mail: IMAP pipelining support.Maxim Dounin2021-05-194-18/+65
* Mail: stricter checking of IMAP tags.Maxim Dounin2021-05-191-0/+11
* Mail: fixed backslash handling in IMAP literals.Maxim Dounin2021-05-192-25/+19
* Mail: removed dead s->arg_start handling.Maxim Dounin2021-05-192-48/+0
* Mail: fixed s->arg_start clearing on invalid IMAP commands.Maxim Dounin2021-05-191-0/+2
* Mail: POP3 pipelining support.Maxim Dounin2021-05-193-6/+45
* Mail: optimized discarding invalid SMTP commands.Maxim Dounin2021-05-191-1/+1
* Mail: fixed handling of invalid SMTP commands split between reads.Maxim Dounin2021-05-191-3/+3
* Mail: fixed SMTP pipelining to send the response immediately.Maxim Dounin2021-05-191-5/+4
* MIME: added application/wasm type (ticket #1606).Maxim Dounin2021-05-081-0/+1
* Upstream: variables support in certificates.Maxim Dounin2021-05-0610-90/+331
* Auth basic: changed alcf->user_file to be a pointer.Maxim Dounin2021-05-061-9/+12
* Changed complex value slots to use NGX_CONF_UNSET_PTR.Maxim Dounin2021-05-069-55/+39
* Restored zeroing of ngx_channel_t in ngx_pass_open_channel().Ruslan Ermilov2021-04-221-0/+2
* Mail: fixed reading with fully filled buffer (ticket #2159).Maxim Dounin2021-04-211-11/+14
* Version bump.Maxim Dounin2021-04-211-2/+2
* release-1.19.10 tagMaxim Dounin2021-04-131-0/+1
* nginx-1.19.10-RELEASErelease-1.19.10Maxim Dounin2021-04-131-0/+43
* Changed keepalive_requests default to 1000 (ticket #2155).Maxim Dounin2021-04-082-2/+2
* Added $connection_time variable.Maxim Dounin2021-04-081-0/+30
* Introduced the "keepalive_time" directive.Maxim Dounin2021-04-0810-1/+46
* HTTP/2: relaxed PRIORITY frames limit.Maxim Dounin2021-04-071-1/+1
* Configure: fixed --test-build-epoll on FreeBSD 13.Maxim Dounin2021-04-052-23/+25
* Gzip: updated handling of zlib variant from Intel.Maxim Dounin2021-04-051-26/+9
* Gzip: support for zlib-ng.Maxim Dounin2021-04-051-2/+21
* Version bump.Maxim Dounin2021-04-051-2/+2
* release-1.19.9 tagMaxim Dounin2021-03-301-0/+1
* nginx-1.19.9-RELEASErelease-1.19.9Maxim Dounin2021-03-301-0/+62
* Updated OpenSSL used for win32 builds.Maxim Dounin2021-03-301-1/+1
* Fixed handling of already closed connections.Maxim Dounin2021-03-283-7/+22
* Upstream: fixed broken connection check with eventport.Maxim Dounin2021-03-281-0/+6
* Upstream: fixed non-buffered proxying with eventport.Maxim Dounin2021-03-281-3/+1
* Resolver: added missing event handling after reading.Maxim Dounin2021-03-281-2/+17
* Events: fixed "port_dissociate() failed" alerts with eventport.Maxim Dounin2021-03-281-1/+1
* Events: fixed expiration of timers in the past.Maxim Dounin2021-03-261-3/+1
* HTTP/2: improved handling of "keepalive_timeout 0".Maxim Dounin2021-03-261-1/+3
* Cancel keepalive and lingering close on EOF better (ticket #2145).Sergey Kandaurov2021-03-241-5/+5
* gRPC: fixed handling of padding on DATA frames.Maxim Dounin2021-03-231-11/+24