summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
* release-1.10.3 tagbranches/stable-1.10Maxim Dounin2017-01-31-0/+1
* nginx-1.10.3-RELEASErelease-1.10.3Maxim Dounin2017-01-31-0/+95
* Updated OpenSSL used for win32 builds.Maxim Dounin2017-01-27-1/+1
* Updated zlib and PCRE used for win32 builds.Maxim Dounin2017-01-24-2/+2
* Upstream: fixed cache corruption and socket leaks with aio_write.Maxim Dounin2017-01-20-0/+28
* Fixed trailer construction with limit on FreeBSD and macOS.Maxim Dounin2017-01-20-7/+18
* HTTP/2: prevented creating temp files for requests without body.Valentin Bartenev2016-12-10-2/+4
* HTTP/2: fixed posted streams handling.Valentin Bartenev2016-11-28-38/+42
* HTTP/2: fixed saving preread buffer to temp file (ticket #1143).Valentin Bartenev2016-11-28-0/+3
* HTTP/2: graceful shutdown of active connections (closes #1106).Valentin Bartenev2016-10-20-9/+39
* Core: sockaddr lengths now respected by ngx_cmp_sockaddr().Maxim Dounin2016-10-10-6/+13
* Addition filter: set last_in_chain flag when clearing last_buf.Roman Arutyunyan2016-10-03-0/+1
* Version bump.Maxim Dounin2017-01-31-2/+2
* release-1.10.2 tagMaxim Dounin2016-10-18-0/+1
* nginx-1.10.2-RELEASErelease-1.10.2Maxim Dounin2016-10-18-0/+115
* SSL: default DH parameters compatible with OpenSSL 1.1.0.Maxim Dounin2016-10-18-0/+19
* Updated OpenSSL used for win32 builds.Maxim Dounin2016-10-11-1/+1
* Event pipe: do not set file's thread_handler if not needed.Maxim Dounin2016-09-01-4/+6
* SSL: adopted session ticket handling for OpenSSL 1.1.0.Sergey Kandaurov2016-08-22-1/+1
* SSL: guarded SSL_R_NO_CIPHERS_PASSED not present in OpenSSL 1.1.0.Sergey Kandaurov2016-08-08-0/+2
* HTTP/2: flushing of the SSL buffer in transition to the idle state.Valentin Bartenev2016-07-19-2/+18
* HTTP/2: refactored ngx_http_v2_send_output_queue().Valentin Bartenev2016-07-19-10/+10
* HTTP/2: fixed send timer handling.Valentin Bartenev2016-07-19-1/+1
* HTTP/2: avoid sending output queue if there's nothing to send.Valentin Bartenev2016-07-19-0/+10
* HTTP/2: always handle streams in error state.Valentin Bartenev2016-07-19-6/+8
* HTTP/2: prevented output of the HEADERS frame for canceled streams.Valentin Bartenev2016-07-19-2/+6
* HTTP/2: always send GOAWAY while worker is shutting down.Valentin Bartenev2016-07-19-1/+1
* Updated PCRE used for win32 builds.Maxim Dounin2016-07-05-1/+1
* Sub filter: eliminate unnecessary buffering.Roman Arutyunyan2016-07-02-4/+37
* Sub filter: introduced the ngx_http_sub_match() function.Roman Arutyunyan2016-07-02-31/+52
* HTTP/2: fixed the "http request count is zero" alert.Valentin Bartenev2016-06-16-0/+1
* HTTP/2: avoid adding Content-Length for requests without body.Valentin Bartenev2016-06-16-2/+4
* HTTP/2: prevented double termination of a stream.Valentin Bartenev2016-06-16-0/+5
* HTTP/2: fixed a segfault while processing unbuffered upload.Valentin Bartenev2016-06-16-4/+0
* HTTP/2: unbreak build on MSVC.Valentin Bartenev2016-05-24-1/+1
* HTTP/2: implemented preread buffer for request body (closes #959).Valentin Bartenev2016-05-24-43/+146
* HTTP/2: the "421 Misdirected Request" response (closes #848).Valentin Bartenev2016-05-20-9/+23
* Version bump.Maxim Dounin2016-10-18-2/+2
* release-1.10.1 tagMaxim Dounin2016-05-31-0/+1
* nginx-1.10.1-RELEASErelease-1.10.1Maxim Dounin2016-05-31-0/+20
* Core: skip special buffers on writing (ticket #981).Maxim Dounin2016-05-31-0/+5
* Updated OpenSSL used for win32 builds.Maxim Dounin2016-05-24-1/+1
* Version bump.Maxim Dounin2016-05-31-2/+2
* release-1.10.0 tagMaxim Dounin2016-04-26-0/+1
* nginx-1.10.0-RELEASErelease-1.10.0Maxim Dounin2016-04-26-0/+14
* Stable branch.Maxim Dounin2016-04-26-2/+2
* release-1.9.15 tagMaxim Dounin2016-04-19-0/+1
* nginx-1.9.15-RELEASErelease-1.9.15Maxim Dounin2016-04-19-0/+55
* HTTP/2: send the output queue after emitting WINDOW_UPDATE.Valentin Bartenev2016-04-19-0/+10
* HTTP/2: skip data frames in case of internal errors.Valentin Bartenev2016-04-19-0/+2