index
:
nginx.git
master
no-short-read-checks
tunnel
nginx
a.clayton@nginx.com
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
http
/
ngx_http_request.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-31
Fixed logging.
Sergey Kandaurov
1
-6
/
+6
2016-02-24
HTTP/2: implemented per request timeouts (closes #626).
Valentin Bartenev
1
-12
/
+0
2016-02-24
Fixed buffer over-read while logging invalid request headers.
Valentin Bartenev
1
-4
/
+3
2015-12-08
SSL: fixed possible segfault on renegotiation (ticket #845).
Sergey Kandaurov
1
-0
/
+4
2015-11-06
Style: unified request method checks.
Ruslan Ermilov
1
-1
/
+1
2015-11-05
SSL: only select HTTP/2 using NPN if "http2" is enabled.
Valentin Bartenev
1
-10
/
+16
2015-09-11
The HTTP/2 implementation (RFC 7240, 7241).
Valentin Bartenev
1
-20
/
+19
2015-08-23
Limit recursive subrequests instead of simultaneous.
Valentin Bartenev
1
-1
/
+0
2015-06-16
Core: renamed ngx_proxy_protocol_parse to ngx_proxy_protocol_read.
Roman Arutyunyan
1
-2
/
+2
2015-04-25
Core: the ngx_set_connection_log() macro.
Vladimir Homutov
1
-3
/
+3
2015-04-23
Removed the obsolete rtsig module.
Ruslan Ermilov
1
-1
/
+1
2015-04-22
Removed the obsolete aio module.
Ruslan Ermilov
1
-1
/
+1
2015-03-23
Request body: unbuffered reading.
Maxim Dounin
1
-0
/
+5
2015-03-02
SSL: reset ready flag if recv(MSG_PEEK) found no bytes in socket.
Roman Arutyunyan
1
-0
/
+1
2014-12-02
Upstream: improved subrequest logging.
Maxim Dounin
1
-6
/
+2
2014-10-08
Fixed possible buffer overrun in "too long header line" logging.
Maxim Dounin
1
-3
/
+2
2014-08-27
SPDY: avoid setting timeout on stream events in ngx_http_writer().
Valentin Bartenev
1
-0
/
+6
2014-07-18
Reset of r->uri.len on URI parsing errors.
Maxim Dounin
1
-0
/
+2
2014-03-17
Added server-side support for PROXY protocol v1 (ticket #355).
Roman Arutyunyan
1
-3
/
+61
2014-02-03
Use ngx_socket_errno where appropriate.
Piotr Sikora
1
-1
/
+1
2014-01-31
Fixed false compiler warning.
Vladimir Homutov
1
-0
/
+4
2014-01-30
Fixed a compile warning introduced by 01e2a5bcdd8f.
Ruslan Ermilov
1
-3
/
+4
2014-01-28
SSL: support ALPN (IETF's successor to NPN).
Piotr Sikora
1
-2
/
+14
2014-01-28
Fixed TCP_DEFER_ACCEPT handling (ticket #353).
Maxim Dounin
1
-23
/
+0
2013-09-16
Use EPOLLRDHUP in ngx_http_test_reading() (ticket #320).
Valentin Bartenev
1
-0
/
+27
2013-09-04
Request cleanup code unified, no functional changes.
Maxim Dounin
1
-1
/
+6
2013-09-02
Assume the HTTP/1.0 version by default.
Valentin Bartenev
1
-0
/
+1
2013-06-14
Fixed ngx_http_test_reading() to finalize request properly.
Maxim Dounin
1
-1
/
+1
2013-05-13
Fixed lingering_time check.
Maxim Dounin
1
-2
/
+2
2013-05-11
Fixed build with --with-mail_ssl_module.
Maxim Dounin
1
-4
/
+4
2013-03-20
Preliminary experimental support for SPDY draft 2.
Valentin Bartenev
1
-12
/
+60
2013-03-20
URI processing code moved to a separate function.
Valentin Bartenev
1
-120
/
+125
2013-03-15
Allow to reuse connections that wait their first request.
Valentin Bartenev
1
-0
/
+19
2013-03-12
Fixed logging in ngx_http_wait_request_handler().
Maxim Dounin
1
-1
/
+1
2013-03-07
Refactored ngx_http_init_request().
Valentin Bartenev
1
-33
/
+43
2013-03-07
Removed c->single_connection flag.
Valentin Bartenev
1
-1
/
+0
2013-03-07
Respect the new behavior of TCP_DEFER_ACCEPT.
Valentin Bartenev
1
-0
/
+23
2013-03-07
Use "client_header_timeout" for all requests in a connection.
Valentin Bartenev
1
-2
/
+8
2013-03-07
Create request object only after the first byte was received.
Valentin Bartenev
1
-25
/
+102
2013-03-01
Allocate request object from its own pool.
Valentin Bartenev
1
-38
/
+32
2013-02-27
SNI: added restriction on requesting host other than negotiated.
Valentin Bartenev
1
-0
/
+12
2013-02-27
SNI: reset to default server if requested host was not found.
Valentin Bartenev
1
-0
/
+11
2013-02-27
SNI: avoid surplus lookup of virtual server if SNI was used.
Valentin Bartenev
1
-0
/
+34
2013-02-27
Apply server configuration as soon as host is known.
Valentin Bartenev
1
-4
/
+18
2013-02-27
SSL: do not treat SSL handshake as request.
Valentin Bartenev
1
-88
/
+98
2013-02-27
Status: do not count connection as reading right after accept().
Valentin Bartenev
1
-19
/
+0
2013-02-27
SNI: reuse selected configuration for all requests in a connection.
Valentin Bartenev
1
-6
/
+10
2013-02-27
SNI: ignore captures in server_name regexes when matching by SNI.
Valentin Bartenev
1
-43
/
+103
2013-02-27
Changed interface of ngx_http_validate_host().
Valentin Bartenev
1
-42
/
+44
2013-02-27
Introduced the ngx_http_set_connection_log() macro.
Valentin Bartenev
1
-8
/
+3
[next]