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