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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2013-11-19
Proper backtracking after space in a request line.
Ruslan Ermilov
1
-0
/
+2
2013-11-18
Upstream: cache revalidation with conditional requests.
Maxim Dounin
8
-6
/
+254
2013-11-11
SPDY: fixed request hang with the auth request module.
Valentin Bartenev
1
-1
/
+1
2013-10-31
Gunzip: proper error handling on gunzipping an empty response.
Maxim Dounin
1
-3
/
+7
2013-10-31
Gunzip: "error" logging level on inflate() errors.
Maxim Dounin
1
-1
/
+1
2013-10-31
Removed extra allocation for $sent_http_last_modified.
Maxim Dounin
1
-2
/
+1
2013-10-31
Auth basic: "info" logging level on no user/password.
Maxim Dounin
1
-1
/
+1
2013-10-28
Gzip, gunzip: flush pending data when incoming chain is NULL.
Yichun Zhang
2
-2
/
+2
2013-10-21
Upstream: optimize loops in ngx_http_upstream_init_round_robin().
Xiaochen Wang
1
-8
/
+8
2013-10-18
Fixed "satisfy any" if 403 is returned after 401 (ticket #285).
Maxim Dounin
1
-1
/
+3
2013-10-18
Headers filter: empty Cache-Control is no longer added.
Maxim Dounin
1
-0
/
+4
2013-10-18
Style.
Maxim Dounin
1
-1
/
+1
2013-10-11
SSL: added ability to set keys used for Session Tickets (RFC5077).
Piotr Sikora
2
-0
/
+19
2013-10-02
Limit req: fixed "nodelay" parsing.
Maxim Dounin
1
-1
/
+1
2013-10-02
Upstream: fixed "down" and "backup" parsing.
Maxim Dounin
1
-2
/
+2
2013-10-02
Unused macro and variable removed.
Sergey Kandaurov
1
-2
/
+0
2013-10-01
SPDY: ignore priority when queuing blocked frames.
Valentin Bartenev
1
-2
/
+2
2013-10-01
SPDY: set empty write handler during connection finalization.
Valentin Bartenev
1
-0
/
+1
2013-10-01
SPDY: fixed connection leak while waiting for request headers.
Valentin Bartenev
1
-1
/
+19
2013-10-01
SPDY: fixed connection leak while waiting for request body.
Valentin Bartenev
1
-0
/
+4
2013-09-27
FastCGI: non-buffered mode support.
Maxim Dounin
1
-8
/
+230
2013-09-27
Upstream: subrequest_in_memory support for SCGI and uwsgi enabled.
Maxim Dounin
2
-14
/
+0
2013-09-27
Upstream: subrequest_in_memory fix.
Maxim Dounin
1
-4
/
+6
2013-09-27
Upstream: proxy_no_cache, fastcgi_no_cache warnings removed.
Maxim Dounin
2
-12
/
+0
2013-09-23
Proxy: added the "proxy_ssl_ciphers" directive.
Piotr Sikora
1
-0
/
+22
2013-09-23
Caseless location tree construction (ticket #90).
Maxim Dounin
2
-6
/
+9
2013-09-22
SSL: stop loading configs with invalid "ssl_ciphers" values.
Piotr Sikora
1
-0
/
+1
2013-09-19
Proxy: added the "proxy_ssl_protocols" directive.
Andrei Belov
1
-10
/
+40
2013-09-18
Fixed response line formatting with empty reason phrase.
Sergey Kandaurov
1
-3
/
+3
2013-09-16
Use EPOLLRDHUP in ngx_http_test_reading() (ticket #320).
Valentin Bartenev
1
-0
/
+27
2013-09-16
Upstream: use EPOLLRDHUP to check broken connections (ticket #320).
Valentin Bartenev
1
-0
/
+49
2013-09-03
Return reason phrase for 414.
Valentin Bartenev
1
-4
/
+1
2013-09-04
Upstream: fixed $upstream_response_time format specifiers.
Maxim Dounin
1
-1
/
+1
2013-09-04
Fixed incorrect response line on "return 203".
Maxim Dounin
1
-0
/
+6
2013-09-04
Request cleanup code unified, no functional changes.
Maxim Dounin
1
-1
/
+6
2013-09-04
Handling of ngx_int_t != intptr_t case.
Maxim Dounin
2
-5
/
+5
2013-09-04
Win32: $request_time fixed.
Maxim Dounin
2
-2
/
+2
2013-09-04
Win32: Borland C compatibility fixes.
Maxim Dounin
6
-12
/
+16
2013-09-04
Win32: Open Watcom C compatibility fixes.
Maxim Dounin
1
-1
/
+1
2013-09-02
Assume the HTTP/1.0 version by default.
Valentin Bartenev
1
-0
/
+1
2013-08-30
Upstream: setting u->header_sent before ngx_http_upstream_upgrade().
Maxim Dounin
1
-2
/
+2
2013-08-29
Referer: fixed hostname buffer overflow check.
Valentin Bartenev
1
-3
/
+3
2013-08-29
Referer: "server_names" parsing deferred to merge phase.
Sergey Kandaurov
1
-33
/
+45
2013-08-29
Referer: fixed server_name regex matching.
Sergey Kandaurov
1
-22
/
+67
2013-08-29
Referer: fixed error type usage inconsistency for ngx_http_add*().
Sergey Kandaurov
1
-15
/
+15
2013-08-28
Image filter: large image handling.
Lanshun Zhou
1
-1
/
+6
2013-08-23
Cache: lock timeouts are now logged at info level.
Maxim Dounin
1
-2
/
+1
2013-08-23
Upstream: posted requests handling after ssl handshake errors.
Maxim Dounin
1
-0
/
+6
2013-08-23
Fixed try_files with empty argument (ticket #390).
Maxim Dounin
1
-1
/
+3
2013-07-30
Added safety belt for the case of sending header twice.
Sergey Kandaurov
1
-0
/
+6
[next]