summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* nginx-1.19.3-RELEASErelease-1.19.3Maxim Dounin2020-09-291-0/+106
* Updated OpenSSL used for win32 builds.Maxim Dounin2020-09-291-1/+1
* Proxy: error checking for array init, missed in 7716:d6a5e14aa3e4.Maxim Dounin2020-09-291-1/+3
* Userid: userid_flags fixup.Maxim Dounin2020-09-291-7/+9
* Resolver: improved error messages (ticket #2024).Maxim Dounin2020-09-281-16/+16
* Userid: userid_flags directive to set cookie flags.Maxim Dounin2020-09-281-0/+72
* Proxy: added the "proxy_cookie_flags" directive.Ruslan Ermilov2020-09-271-30/+552
* Proxy: changed interface of some internal functions.Ruslan Ermilov2020-09-271-32/+30
* Proxy: strengthen syntax checking for some directives.Ruslan Ermilov2020-09-271-12/+20
* Stream: set module.Pavel Pautov2020-08-283-0/+239
* SSL: abort handshake on SSL_set_SSL_CTX() errors.Sergey Kandaurov2020-09-241-1/+4
* HTTP/2: run posted requests after reading body.Maxim Dounin2020-09-231-0/+4
* HTTP/2: fixed segfault on DATA frames after 400 errors.Maxim Dounin2020-09-231-0/+7
* SSL: disabled shutdown when there are buffered data.Maxim Dounin2020-09-161-1/+1
* SSL: disabled shutdown after connection errors.Maxim Dounin2020-09-161-1/+1
* SSL: fixed event handling during shutdown.Maxim Dounin2020-09-161-0/+7
* SSL: workaround for incorrect SSL_write() errors in OpenSSL 1.1.1.Maxim Dounin2020-09-161-0/+12
* Cache: keep c->body_start when Vary changes (ticket #2029).Sergey Kandaurov2020-09-092-1/+3
* Cache: reset c->body_start when reading a variant on Vary mismatch.Sergey Kandaurov2017-08-042-1/+4
* HTTP/2: rejecting invalid stream identifiers with PROTOCOL_ERROR.Sergey Kandaurov2020-09-021-3/+31
* Cache: ignore stale-if-error for 4xx and 5xx codes.Roman Arutyunyan2020-07-291-1/+1
* Version bump.Roman Arutyunyan2020-08-141-2/+2
* release-1.19.2 tagMaxim Dounin2020-08-111-0/+1
* nginx-1.19.2-RELEASErelease-1.19.2Maxim Dounin2020-08-111-0/+102
* Core: reusing connections in advance.Maxim Dounin2020-08-101-6/+5
* Core: added a warning about reusing connections.Maxim Dounin2020-08-102-0/+14
* SSL: disabled sending shutdown after ngx_http_test_reading().Maxim Dounin2020-08-101-0/+6
* HTTP/2: fixed c->timedout flag on timed out connections.Maxim Dounin2020-08-101-0/+1
* SSL: fixed shutdown handling.Maxim Dounin2020-08-101-31/+48
* Request body: optimized handling of small chunks.Maxim Dounin2020-08-061-0/+25
* Request body: allowed large reads on chunk boundaries.Maxim Dounin2020-08-061-8/+113
* Request body: all read data are now sent to filters.Maxim Dounin2020-08-061-43/+10
* Added size check to ngx_http_alloc_large_header_buffer().Maxim Dounin2020-08-061-0/+6
* FastCGI: fixed zero size buf alerts on extra data (ticket #2018).Maxim Dounin2020-07-271-6/+22
* Core: enclosed parameters of the ngx_buf.h macros in parentheses.balus2020-07-271-10/+10
* OCSP: fixed certificate reference leak.Sergey Kandaurov2020-07-231-0/+9
* Xslt: disabled ranges.Roman Arutyunyan2020-07-221-0/+1
* Core: close PID file when writing fails.Ruslan Ermilov2020-07-211-2/+5
* Slice filter: clear original Accept-Ranges.Roman Arutyunyan2020-07-091-0/+5
* Version bump.Roman Arutyunyan2020-07-091-2/+2
* release-1.19.1 tagMaxim Dounin2020-07-071-0/+1
* nginx-1.19.1-RELEASErelease-1.19.1Maxim Dounin2020-07-071-0/+124
* gRPC: generate error when response size is wrong.Maxim Dounin2020-07-061-1/+38
* FastCGI: protection from responses with wrong length.Maxim Dounin2020-07-063-15/+109
* Upstream: drop extra data sent by upstream.Maxim Dounin2020-07-065-5/+116
* Proxy: style.Maxim Dounin2020-07-061-2/+2
* Proxy: detection of data after final chunk.Maxim Dounin2020-07-061-1/+30
* Proxy: drop extra data sent by upstream.Maxim Dounin2020-07-061-9/+43
* Memcached: protect from too long responses.Maxim Dounin2020-07-061-3/+6
* HTTP/2: lingering close after GOAWAY.Ruslan Ermilov2020-07-032-6/+124