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
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
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
2013-02-27
The default server lookup is now done only once per connection.
Valentin Bartenev
1
-103
/
+104
2013-02-27
Correctly handle multiple X-Forwarded-For headers (ticket #106).
Ruslan Ermilov
1
-21
/
+24
2013-02-23
Fixed potential segfault in ngx_http_keepalive_handler().
Valentin Bartenev
1
-0
/
+1
2013-02-18
Proxy: support for connection upgrade (101 Switching Protocols).
Maxim Dounin
1
-0
/
+4
2012-11-21
Request body: chunked transfer encoding support.
Maxim Dounin
1
-17
/
+20
2012-10-23
ngx_http_keepalive_handler() is now trying to not keep c->buffer's memory for
Valentin Bartenev
1
-0
/
+14
2012-10-03
SSL: the "ssl_verify_client" directive parameter "optional_no_ca".
Maxim Dounin
1
-1
/
+3
2012-07-30
ngx_http_find_virtual_server() should return NGX_DECLINED if virtual server not
Valentin Bartenev
1
-1
/
+1
2012-07-07
Entity tags: basic support in not modified filter.
Maxim Dounin
1
-0
/
+8
2012-07-06
Corrected $request_length calculation for pipelined requests.
Andrey Belov
1
-7
/
+4
2012-06-21
Fixed compile-time conditionals used to detect if X-Forwarded-For support
Ruslan Ermilov
1
-1
/
+1
2012-06-05
Win32: uris with ":$" are now rejected.
Maxim Dounin
1
-6
/
+22
2012-05-17
Fixed segfault with filter_finalize introduced in r4621 (1.3.0).
Maxim Dounin
1
-2
/
+0
2012-05-14
Fixed possible request hang with filter finalization.
Maxim Dounin
1
-0
/
+1
2012-04-27
Removed surplus condition.
Valentin Bartenev
1
-8
/
+4
2012-04-16
Fixed log->action after ssl handshake.
Maxim Dounin
1
-0
/
+2
2012-04-12
Fixed grammar in error messages.
Ruslan Ermilov
1
-2
/
+2
2012-03-22
Restricted keepalive_disable safari to OS X only.
Maxim Dounin
1
-1
/
+3
2012-02-13
Core: protection from cycles with named locations and post_action.
Maxim Dounin
1
-0
/
+4
2012-02-13
Core: protection from subrequest loops.
Maxim Dounin
1
-0
/
+1
2012-01-18
Copyright updated.
Maxim Konovalov
1
-0
/
+1
2011-11-28
Added support for IP-literal in the Host header and request line (ticket #1).
Valentin Bartenev
1
-24
/
+53
2011-11-22
Fixed segfault on ssl servers without cert with SNI (ticket #54).
Maxim Dounin
1
-12
/
+14
2011-10-11
Fix for socket leak with "aio sendfile" and "limit_rate".
Maxim Dounin
1
-8
/
+8
2011-10-11
Fix for connection drops with AIO.
Maxim Dounin
1
-1
/
+1
2011-08-23
Better handling of various per-server ssl options with SNI.
Maxim Dounin
1
-0
/
+18
2011-08-01
always set timer in discard body handler, this fixes the cases
Igor Sysoev
1
-1
/
+1
2011-08-01
lingering_close "off|on|always"
Igor Sysoev
1
-4
/
+6
2011-08-01
do not send RST on normal lingering close read timeout,
Igor Sysoev
1
-1
/
+0
2011-08-01
enable lingering close for pipelined requests
Igor Sysoev
1
-1
/
+5
[next]