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
2013-02-27SNI: reuse selected configuration for all requests in a connection.Valentin Bartenev
2013-02-27SNI: ignore captures in server_name regexes when matching by SNI.Valentin Bartenev
2013-02-27Changed interface of ngx_http_validate_host().Valentin Bartenev
2013-02-27Introduced the ngx_http_set_connection_log() macro.Valentin Bartenev
2013-02-27The default server lookup is now done only once per connection.Valentin Bartenev
2013-02-27Correctly handle multiple X-Forwarded-For headers (ticket #106).Ruslan Ermilov
2013-02-23Fixed potential segfault in ngx_http_keepalive_handler().Valentin Bartenev
2013-02-18Proxy: support for connection upgrade (101 Switching Protocols).Maxim Dounin
2012-11-21Request body: chunked transfer encoding support.Maxim Dounin
2012-10-23ngx_http_keepalive_handler() is now trying to not keep c->buffer's memory forValentin Bartenev
2012-10-03SSL: the "ssl_verify_client" directive parameter "optional_no_ca".Maxim Dounin
2012-07-30ngx_http_find_virtual_server() should return NGX_DECLINED if virtual server notValentin Bartenev
2012-07-08Entity tags: basic support in not modified filter.Maxim Dounin
2012-07-06Corrected $request_length calculation for pipelined requests.Andrey Belov
2012-06-21Fixed compile-time conditionals used to detect if X-Forwarded-For supportRuslan Ermilov
2012-06-05Win32: uris with ":$" are now rejected.Maxim Dounin
2012-05-17Fixed segfault with filter_finalize introduced in r4621 (1.3.0).Maxim Dounin
2012-05-14Fixed possible request hang with filter finalization.Maxim Dounin
2012-04-27Removed surplus condition.Valentin Bartenev
2012-04-16Fixed log->action after ssl handshake.Maxim Dounin
2012-04-12Fixed grammar in error messages.Ruslan Ermilov
2012-03-22Restricted keepalive_disable safari to OS X only.Maxim Dounin
2012-02-13Core: protection from cycles with named locations and post_action.Maxim Dounin
2012-02-13Core: protection from subrequest loops.Maxim Dounin
2012-01-18Copyright updated.Maxim Konovalov
2011-11-28Added support for IP-literal in the Host header and request line (ticket #1).Valentin Bartenev
2011-11-22Fixed segfault on ssl servers without cert with SNI (ticket #54).Maxim Dounin
2011-10-11Fix for socket leak with "aio sendfile" and "limit_rate".Maxim Dounin
2011-10-11Fix for connection drops with AIO.Maxim Dounin
2011-08-23Better handling of various per-server ssl options with SNI.Maxim Dounin
2011-08-01always set timer in discard body handler, this fixes the casesIgor Sysoev
2011-08-01lingering_close "off|on|always"Igor Sysoev
2011-08-01do not send RST on normal lingering close read timeout,Igor Sysoev
2011-08-01enable lingering close for pipelined requestsIgor Sysoev
2011-07-30Accept-Encoding refactoring: remove ancient MSIE 4.x test for gzipIgor Sysoev
2011-04-04reuse keepalive connections if there are no free worker connectionsIgor Sysoev
2011-01-20introduce 494 code "Request Header Too Large"Igor Sysoev
2010-12-06"If-Unmodified-Since" supportIgor Sysoev
2010-07-05fix recognition of SSLv2 Client Hello Packet large than 255 bytesIgor Sysoev
2010-06-15allow spaces in URIIgor Sysoev
2010-06-04test default NTFS stream "::$DATA"Igor Sysoev
2010-02-01disable keepalive for Safari:Igor Sysoev
2010-01-28skip URI trailing spaces under Win32Igor Sysoev
2010-01-28Fix segfault when while discarding body a write event handler is called,Igor Sysoev
2009-11-16regex named capturesIgor Sysoev
2009-11-12r->chromeIgor Sysoev
2009-11-03fix segfault if there is single large_client_header_buffersIgor Sysoev
2009-10-22do not run regex for empty host name since regex always fails in this case,Igor Sysoev
2009-10-21rename core_srv_conf fields to more understandable default_server and serverIgor Sysoev
2009-10-21fix r3218:Igor Sysoev