Welcome to mirror list, hosted at ThFree Co, Russian Federation.

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