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-07-25
Upstream: added check if a response is complete.
Maxim Dounin
2
-4
/
+31
2013-07-25
Upstream: u->length now defaults to -1 (API change).
Maxim Dounin
2
-2
/
+5
2013-07-25
Upstream: fixed store/cache of unfinished responses.
Maxim Dounin
1
-3
/
+5
2013-07-25
Upstream: replaced u->pipe->temp_file with p->temp_file.
Maxim Dounin
1
-5
/
+5
2013-07-25
Upstream: NGX_ERROR after pipe errors.
Maxim Dounin
1
-4
/
+4
2013-07-25
Upstream: NGX_HTTP_GATEWAY_TIME_OUT after upstream timeouts.
Maxim Dounin
1
-3
/
+3
2013-07-25
Upstream: ngx_http_upstream_finalize_request(NGX_ERROR) on errors.
Maxim Dounin
1
-25
/
+25
2013-07-25
Upstream: consistent error handling after u->input_filter_init().
Maxim Dounin
1
-2
/
+1
2013-07-25
Upstream: busy lock remnants removed.
Maxim Dounin
1
-14
/
+0
2013-06-13
Upstream: stale comments removed.
Maxim Dounin
1
-12
/
+0
2013-07-25
Gzip: clearing of c->buffered if all data are flushed.
Maxim Dounin
1
-2
/
+4
2013-06-14
Fixed ngx_http_test_reading() to finalize request properly.
Maxim Dounin
1
-1
/
+1
2013-07-25
Sub filter: fixed matching after a partial match.
Maxim Dounin
1
-31
/
+69
2013-07-25
Sub filter: fixed incomplete last buffer on partial match.
Maxim Dounin
1
-0
/
+20
2013-07-25
Sub filter: flush buffers handling.
Maxim Dounin
1
-1
/
+4
2013-07-25
Sub filter: switched to ngx_chain_get_free_buf().
Maxim Dounin
1
-62
/
+23
2013-07-25
Sub filter: stale comments removed.
Maxim Dounin
1
-3
/
+0
2013-07-24
SPDY: fixed segfault with "client_body_in_file_only" enabled.
Valentin Bartenev
1
-9
/
+2
2013-07-19
Xslt: exsltRegisterAll() moved to preconfiguration.
Maxim Dounin
1
-2
/
+10
2013-07-11
Style.
Maxim Dounin
1
-1
/
+1
2013-07-11
Core: extended ngx_sock_ntop() with socklen parameter.
Vladimir Homutov
2
-3
/
+4
2013-07-03
Upstream: updated list of ngx_event_connect_peer() return values.
Ruslan Ermilov
1
-1
/
+1
2013-06-28
Fixed ngx_http_parse_chunked() minimal length calculation.
Maxim Dounin
1
-2
/
+3
2013-06-20
Core: support several "error_log" directives.
Vladimir Homutov
2
-27
/
+2
2013-06-13
SPDY: fixed code style, no functional changes.
Valentin Bartenev
1
-1
/
+2
2013-06-07
SPDY: pass through the full status when available.
Jim Radford
1
-3
/
+12
2013-06-10
Perl: fixed r->header_in("Cookie") (ticket #351).
Maxim Dounin
1
-9
/
+27
2013-06-05
Fixed debug logging in ngx_http_parse_complex_uri().
Maxim Dounin
1
-2
/
+2
2013-06-05
Valgrind: supressed complaints about uninitialized bytes.
Maxim Dounin
1
-0
/
+2
2013-06-05
Status: the "last_in_chain" flag must be set.
Valentin Bartenev
1
-0
/
+1
2013-06-05
SPDY: use proper macros for value length and headers counter.
Valentin Bartenev
1
-2
/
+2
2013-06-04
Core: fixed handling of "stderr" in error_log.
Vladimir Homutov
1
-0
/
+1
2013-05-30
Access: support for UNIX-domain client addresses (ticket #359).
Ruslan Ermilov
1
-35
/
+111
2013-05-27
Upstream: http_403 support in proxy_next_upstream (and friends).
Maxim Dounin
6
-5
/
+19
2013-05-24
Xslt: xslt_last_modified directive.
Maxim Dounin
1
-4
/
+22
2013-05-24
Sub filter: sub_filter_last_modified directive.
Maxim Dounin
1
-1
/
+14
2013-05-24
SSI: ssi_last_modified directive.
Maxim Dounin
1
-1
/
+14
2013-05-23
Memcached: stricten header validation.
Ruslan Ermilov
1
-9
/
+17
2013-05-23
Use "void" for functions with empty parameter list.
Sergey Kandaurov
2
-2
/
+2
2013-05-22
Referer module: added $invalid_referer to variables hash.
Maxim Dounin
1
-2
/
+1
2013-05-21
Upstream: fixed fail_timeout and max_fails > 1.
Maxim Dounin
2
-2
/
+8
2013-05-21
Fixed error logging.
Sergey Kandaurov
2
-5
/
+3
2013-05-21
Upstream: slightly optimized ngx_http_upstream_process_header().
Ruslan Ermilov
1
-4
/
+4
2013-05-21
Upstream: made the assignment more obvious.
Ruslan Ermilov
1
-1
/
+1
2013-05-15
Upstream keepalive: slightly simplified code.
Ruslan Ermilov
1
-5
/
+2
2013-05-15
Proxy: clear script engine used to calculate lengths.
Maxim Dounin
1
-0
/
+2
2013-05-13
Fixed lingering_time check.
Maxim Dounin
2
-4
/
+4
2013-05-13
Upstream: allow to intercept responses with status 300.
Ruslan Ermilov
1
-1
/
+1
2013-05-02
PCRE: retain input pattern for all regular expressions.
Piotr Sikora
1
-1
/
+1
2013-05-11
Proxy: $proxy_internal_body_length fixed.
Maxim Dounin
1
-1
/
+2
[prev]
[next]