summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_request.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-18Reset of r->uri.len on URI parsing errors.Maxim Dounin1-0/+2
2014-03-17Added server-side support for PROXY protocol v1 (ticket #355).Roman Arutyunyan1-3/+61
2014-02-03Use ngx_socket_errno where appropriate.Piotr Sikora1-1/+1
2014-01-31Fixed false compiler warning.Vladimir Homutov1-0/+4
2014-01-30Fixed a compile warning introduced by 01e2a5bcdd8f.Ruslan Ermilov1-3/+4
2014-01-28SSL: support ALPN (IETF's successor to NPN).Piotr Sikora1-2/+14
2014-01-28Fixed TCP_DEFER_ACCEPT handling (ticket #353).Maxim Dounin1-23/+0
2013-09-16Use EPOLLRDHUP in ngx_http_test_reading() (ticket #320).Valentin Bartenev1-0/+27
2013-09-04Request cleanup code unified, no functional changes.Maxim Dounin1-1/+6
2013-09-02Assume the HTTP/1.0 version by default.Valentin Bartenev1-0/+1
2013-06-14Fixed ngx_http_test_reading() to finalize request properly.Maxim Dounin1-1/+1
2013-05-13Fixed lingering_time check.Maxim Dounin1-2/+2
2013-05-11Fixed build with --with-mail_ssl_module.Maxim Dounin1-4/+4
2013-03-20Preliminary experimental support for SPDY draft 2.Valentin Bartenev1-12/+60
2013-03-20URI processing code moved to a separate function.Valentin Bartenev1-120/+125
2013-03-15Allow to reuse connections that wait their first request.Valentin Bartenev1-0/+19
2013-03-12Fixed logging in ngx_http_wait_request_handler().Maxim Dounin1-1/+1
2013-03-07Refactored ngx_http_init_request().Valentin Bartenev1-33/+43
2013-03-07Removed c->single_connection flag.Valentin Bartenev1-1/+0
2013-03-07Respect the new behavior of TCP_DEFER_ACCEPT.Valentin Bartenev1-0/+23
2013-03-07Use "client_header_timeout" for all requests in a connection.Valentin Bartenev1-2/+8
2013-03-07Create request object only after the first byte was received.Valentin Bartenev1-25/+102
2013-03-01Allocate request object from its own pool.Valentin Bartenev1-38/+32
2013-02-27SNI: added restriction on requesting host other than negotiated.Valentin Bartenev1-0/+12
2013-02-27SNI: reset to default server if requested host was not found.Valentin Bartenev1-0/+11
2013-02-27SNI: avoid surplus lookup of virtual server if SNI was used.Valentin Bartenev1-0/+34
2013-02-27Apply server configuration as soon as host is known.Valentin Bartenev1-4/+18
2013-02-27SSL: do not treat SSL handshake as request.Valentin Bartenev1-88/+98
2013-02-27Status: do not count connection as reading right after accept().Valentin Bartenev1-19/+0
2013-02-27SNI: reuse selected configuration for all requests in a connection.Valentin Bartenev1-6/+10
2013-02-27SNI: ignore captures in server_name regexes when matching by SNI.Valentin Bartenev1-43/+103
2013-02-27Changed interface of ngx_http_validate_host().Valentin Bartenev1-42/+44
2013-02-27Introduced the ngx_http_set_connection_log() macro.Valentin Bartenev1-8/+3
2013-02-27The default server lookup is now done only once per connection.Valentin Bartenev1-103/+104
2013-02-27Correctly handle multiple X-Forwarded-For headers (ticket #106).Ruslan Ermilov1-21/+24
2013-02-23Fixed potential segfault in ngx_http_keepalive_handler().Valentin Bartenev1-0/+1
2013-02-18Proxy: support for connection upgrade (101 Switching Protocols).Maxim Dounin1-0/+4
2012-11-21Request body: chunked transfer encoding support.Maxim Dounin1-17/+20
2012-10-23ngx_http_keepalive_handler() is now trying to not keep c->buffer's memory forValentin Bartenev1-0/+14
2012-10-03SSL: the "ssl_verify_client" directive parameter "optional_no_ca".Maxim Dounin1-1/+3
2012-07-30ngx_http_find_virtual_server() should return NGX_DECLINED if virtual server notValentin Bartenev1-1/+1
2012-07-07Entity tags: basic support in not modified filter.Maxim Dounin1-0/+8
2012-07-06Corrected $request_length calculation for pipelined requests.Andrey Belov1-7/+4
2012-06-21Fixed compile-time conditionals used to detect if X-Forwarded-For supportRuslan Ermilov1-1/+1
2012-06-05Win32: uris with ":$" are now rejected.Maxim Dounin1-6/+22
2012-05-17Fixed segfault with filter_finalize introduced in r4621 (1.3.0).Maxim Dounin1-2/+0
2012-05-14Fixed possible request hang with filter finalization.Maxim Dounin1-0/+1
2012-04-27Removed surplus condition.Valentin Bartenev1-8/+4
2012-04-16Fixed log->action after ssl handshake.Maxim Dounin1-0/+2
2012-04-12Fixed grammar in error messages.Ruslan Ermilov1-2/+2