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
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
2011-07-30
Accept-Encoding refactoring: remove ancient MSIE 4.x test for gzip
Igor Sysoev
1
-3
/
+0
2011-04-04
reuse keepalive connections if there are no free worker connections
Igor Sysoev
1
-0
/
+2
2011-01-20
introduce 494 code "Request Header Too Large"
Igor Sysoev
1
-2
/
+7
2010-12-06
"If-Unmodified-Since" support
Igor Sysoev
1
-0
/
+4
2010-07-05
fix recognition of SSLv2 Client Hello Packet large than 255 bytes
Igor Sysoev
1
-1
/
+1
2010-06-15
allow spaces in URI
Igor Sysoev
1
-0
/
+1
2010-06-04
test default NTFS stream "::$DATA"
Igor Sysoev
1
-4
/
+19
2010-02-01
disable keepalive for Safari:
Igor Sysoev
1
-0
/
+3
2010-01-28
skip URI trailing spaces under Win32
Igor Sysoev
1
-2
/
+4
2010-01-28
Fix segfault when while discarding body a write event handler is called,
Igor Sysoev
1
-0
/
+1
2009-11-16
regex named captures
Igor Sysoev
1
-29
/
+6
2009-11-12
r->chrome
Igor Sysoev
1
-0
/
+3
2009-11-03
fix segfault if there is single large_client_header_buffers
Igor Sysoev
1
-1
/
+9
2009-10-22
do not run regex for empty host name since regex always fails in this case,
Igor Sysoev
1
-1
/
+1
2009-10-21
rename core_srv_conf fields to more understandable default_server and server
Igor Sysoev
1
-3
/
+3
2009-10-21
fix r3218:
Igor Sysoev
1
-1
/
+1
2009-10-20
fix two previous commits: an early parallel body discarding completion
Igor Sysoev
1
-1
/
+2
2009-10-19
allow discarding body while a long response transfer
Igor Sysoev
1
-1
/
+3
2009-10-19
restore discard body handler after ngx_http_set_writer() set it to
Igor Sysoev
1
-3
/
+8
2009-10-19
add lingering timeout if a response is short and a request body is being
Igor Sysoev
1
-2
/
+9
2009-10-02
clear r->keepalive to disable preventively calling
Igor Sysoev
1
-0
/
+2
2009-09-30
log 499 instead 0, the bug was introduced in r3050
Igor Sysoev
1
-0
/
+4
2009-09-24
update the previous commit: use ngx_strlow()
Igor Sysoev
1
-8
/
+4
2009-09-24
$host is always in low case:
Igor Sysoev
1
-45
/
+65
2009-09-21
fix request counter for post_action, the bug was introduced in r3050
Igor Sysoev
1
-0
/
+2
2009-09-01
use %*s instead of %V
Igor Sysoev
1
-20
/
+16
2009-08-30
*) ngx_http_ephemeral
Igor Sysoev
1
-8
/
+12
2009-08-28
do not disable gzip for MSIE 6.0 SV1 in "gzip_disable msie6"
Igor Sysoev
1
-1
/
+6
2009-08-28
FreeBSD and Linux AIO support
Igor Sysoev
1
-9
/
+19
2009-08-28
style fix
Igor Sysoev
1
-3
/
+3
2009-08-26
axe r->connection->destroyed testing
Igor Sysoev
1
-8
/
+0
2009-08-26
request reference counter
Igor Sysoev
1
-23
/
+102
2009-07-24
fix segfault if 400 or 414 errors are handled intricately
Igor Sysoev
1
-0
/
+1
2009-07-22
*) $ssl_client_verify
Igor Sysoev
1
-10
/
+12
2009-07-22
fix r2972, it caused "zero size buf" alert.
Igor Sysoev
1
-0
/
+1
2009-07-22
geo module supports trusted proxies
Igor Sysoev
1
-1
/
+1
2009-07-14
skip URI trailing dots under Win32
Igor Sysoev
1
-0
/
+16
2009-07-09
fix ngx_http_send_special() for subrequests handled by perl
Igor Sysoev
1
-1
/
+7
[next]