index
:
nginx
master
nginx mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
http
/
ngx_http_request.c
Commit message (
Expand
)
Author
Age
*
Added server-side support for PROXY protocol v1 (ticket #355).
Roman Arutyunyan
2014-03-17
*
Use ngx_socket_errno where appropriate.
Piotr Sikora
2014-02-03
*
Fixed false compiler warning.
Vladimir Homutov
2014-01-31
*
Fixed a compile warning introduced by 01e2a5bcdd8f.
Ruslan Ermilov
2014-01-30
*
SSL: support ALPN (IETF's successor to NPN).
Piotr Sikora
2014-01-28
*
Fixed TCP_DEFER_ACCEPT handling (ticket #353).
Maxim Dounin
2014-01-28
*
Use EPOLLRDHUP in ngx_http_test_reading() (ticket #320).
Valentin Bartenev
2013-09-16
*
Request cleanup code unified, no functional changes.
Maxim Dounin
2013-09-04
*
Assume the HTTP/1.0 version by default.
Valentin Bartenev
2013-09-02
*
Fixed ngx_http_test_reading() to finalize request properly.
Maxim Dounin
2013-06-14
*
Fixed lingering_time check.
Maxim Dounin
2013-05-13
*
Fixed build with --with-mail_ssl_module.
Maxim Dounin
2013-05-11
*
Preliminary experimental support for SPDY draft 2.
Valentin Bartenev
2013-03-20
*
URI processing code moved to a separate function.
Valentin Bartenev
2013-03-20
*
Allow to reuse connections that wait their first request.
Valentin Bartenev
2013-03-15
*
Fixed logging in ngx_http_wait_request_handler().
Maxim Dounin
2013-03-12
*
Refactored ngx_http_init_request().
Valentin Bartenev
2013-03-07
*
Removed c->single_connection flag.
Valentin Bartenev
2013-03-07
*
Respect the new behavior of TCP_DEFER_ACCEPT.
Valentin Bartenev
2013-03-07
*
Use "client_header_timeout" for all requests in a connection.
Valentin Bartenev
2013-03-07
*
Create request object only after the first byte was received.
Valentin Bartenev
2013-03-07
*
Allocate request object from its own pool.
Valentin Bartenev
2013-03-01
*
SNI: added restriction on requesting host other than negotiated.
Valentin Bartenev
2013-02-27
*
SNI: reset to default server if requested host was not found.
Valentin Bartenev
2013-02-27
*
SNI: avoid surplus lookup of virtual server if SNI was used.
Valentin Bartenev
2013-02-27
*
Apply server configuration as soon as host is known.
Valentin Bartenev
2013-02-27
*
SSL: do not treat SSL handshake as request.
Valentin Bartenev
2013-02-27
*
Status: do not count connection as reading right after accept().
Valentin Bartenev
2013-02-27
*
SNI: reuse selected configuration for all requests in a connection.
Valentin Bartenev
2013-02-27
*
SNI: ignore captures in server_name regexes when matching by SNI.
Valentin Bartenev
2013-02-27
*
Changed interface of ngx_http_validate_host().
Valentin Bartenev
2013-02-27
*
Introduced the ngx_http_set_connection_log() macro.
Valentin Bartenev
2013-02-27
*
The default server lookup is now done only once per connection.
Valentin Bartenev
2013-02-27
*
Correctly handle multiple X-Forwarded-For headers (ticket #106).
Ruslan Ermilov
2013-02-27
*
Fixed potential segfault in ngx_http_keepalive_handler().
Valentin Bartenev
2013-02-23
*
Proxy: support for connection upgrade (101 Switching Protocols).
Maxim Dounin
2013-02-18
*
Request body: chunked transfer encoding support.
Maxim Dounin
2012-11-21
*
ngx_http_keepalive_handler() is now trying to not keep c->buffer's memory for
Valentin Bartenev
2012-10-23
*
SSL: the "ssl_verify_client" directive parameter "optional_no_ca".
Maxim Dounin
2012-10-03
*
ngx_http_find_virtual_server() should return NGX_DECLINED if virtual server not
Valentin Bartenev
2012-07-30
*
Entity tags: basic support in not modified filter.
Maxim Dounin
2012-07-07
*
Corrected $request_length calculation for pipelined requests.
Andrey Belov
2012-07-06
*
Fixed compile-time conditionals used to detect if X-Forwarded-For support
Ruslan Ermilov
2012-06-21
*
Win32: uris with ":$" are now rejected.
Maxim Dounin
2012-06-05
*
Fixed segfault with filter_finalize introduced in r4621 (1.3.0).
Maxim Dounin
2012-05-17
*
Fixed possible request hang with filter finalization.
Maxim Dounin
2012-05-14
*
Removed surplus condition.
Valentin Bartenev
2012-04-27
*
Fixed log->action after ssl handshake.
Maxim Dounin
2012-04-16
*
Fixed grammar in error messages.
Ruslan Ermilov
2012-04-12
*
Restricted keepalive_disable safari to OS X only.
Maxim Dounin
2012-03-22
[next]