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