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
2016-06-07Fixed an error log message.Valentin Bartenev
2016-05-20HTTP/2: the "421 Misdirected Request" response (closes #848).Valentin Bartenev
2016-05-16Dav: return 501 on PUT with ranges (ticket #948).Maxim Dounin
2016-05-13Improved EPOLLRDHUP handling.Valentin Bartenev
2016-03-31Fixed logging.Sergey Kandaurov
2016-02-24HTTP/2: implemented per request timeouts (closes #626).Valentin Bartenev
2016-02-24Fixed buffer over-read while logging invalid request headers.Valentin Bartenev
2015-12-08SSL: fixed possible segfault on renegotiation (ticket #845).Sergey Kandaurov
2015-11-06Style: unified request method checks.Ruslan Ermilov
2015-11-05SSL: only select HTTP/2 using NPN if "http2" is enabled.Valentin Bartenev
2015-09-11The HTTP/2 implementation (RFC 7240, 7241).Valentin Bartenev
2015-08-23Limit recursive subrequests instead of simultaneous.Valentin Bartenev
2015-06-16Core: renamed ngx_proxy_protocol_parse to ngx_proxy_protocol_read.Roman Arutyunyan
2015-04-25Core: the ngx_set_connection_log() macro.Vladimir Homutov
2015-04-23Removed the obsolete rtsig module.Ruslan Ermilov
2015-04-22Removed the obsolete aio module.Ruslan Ermilov
2015-03-23Request body: unbuffered reading.Maxim Dounin
2015-03-02SSL: reset ready flag if recv(MSG_PEEK) found no bytes in socket.Roman Arutyunyan
2014-12-02Upstream: improved subrequest logging.Maxim Dounin
2014-10-08Fixed possible buffer overrun in "too long header line" logging.Maxim Dounin
2014-08-27SPDY: avoid setting timeout on stream events in ngx_http_writer().Valentin Bartenev
2014-07-18Reset of r->uri.len on URI parsing errors.Maxim Dounin
2014-03-17Added server-side support for PROXY protocol v1 (ticket #355).Roman Arutyunyan
2014-02-04Use ngx_socket_errno where appropriate.Piotr Sikora
2014-01-31Fixed false compiler warning.Vladimir Homutov
2014-01-30Fixed a compile warning introduced by 01e2a5bcdd8f.Ruslan Ermilov
2014-01-29SSL: support ALPN (IETF's successor to NPN).Piotr Sikora
2014-01-28Fixed TCP_DEFER_ACCEPT handling (ticket #353).Maxim Dounin
2013-09-16Use EPOLLRDHUP in ngx_http_test_reading() (ticket #320).Valentin Bartenev
2013-09-04Request cleanup code unified, no functional changes.Maxim Dounin
2013-09-02Assume the HTTP/1.0 version by default.Valentin Bartenev
2013-06-14Fixed ngx_http_test_reading() to finalize request properly.Maxim Dounin
2013-05-13Fixed lingering_time check.Maxim Dounin
2013-05-11Fixed build with --with-mail_ssl_module.Maxim Dounin
2013-03-20Preliminary experimental support for SPDY draft 2.Valentin Bartenev
2013-03-20URI processing code moved to a separate function.Valentin Bartenev
2013-03-15Allow to reuse connections that wait their first request.Valentin Bartenev
2013-03-12Fixed logging in ngx_http_wait_request_handler().Maxim Dounin
2013-03-07Refactored ngx_http_init_request().Valentin Bartenev
2013-03-07Removed c->single_connection flag.Valentin Bartenev
2013-03-07Respect the new behavior of TCP_DEFER_ACCEPT.Valentin Bartenev
2013-03-07Use "client_header_timeout" for all requests in a connection.Valentin Bartenev
2013-03-07Create request object only after the first byte was received.Valentin Bartenev
2013-03-01Allocate request object from its own pool.Valentin Bartenev
2013-02-27SNI: added restriction on requesting host other than negotiated.Valentin Bartenev
2013-02-27SNI: reset to default server if requested host was not found.Valentin Bartenev
2013-02-27SNI: avoid surplus lookup of virtual server if SNI was used.Valentin Bartenev
2013-02-27Apply server configuration as soon as host is known.Valentin Bartenev
2013-02-27SSL: do not treat SSL handshake as request.Valentin Bartenev
2013-02-27Status: do not count connection as reading right after accept().Valentin Bartenev