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-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
2013-07-30
Autoindex: improved ngx_de_info() error handling.
Sergey Kandaurov
1
-1
/
+1
2013-07-30
Autoindex: return NGX_ERROR on error if headers were sent.
Sergey Kandaurov
1
-2
/
+2
2013-08-20
Style improved after 12dd27b74117.
Maxim Dounin
1
-8
/
+5
2013-08-20
Backed out f1a91825730a and 7094bd12c1ff.
Maxim Dounin
7
-23
/
+8
2013-08-21
Auth request module import.
Maxim Dounin
1
-0
/
+444
2013-08-21
Minor ngx_http_parse_request_line() optimization.
Maxim Dounin
1
-0
/
+3
2013-08-20
Format specifier fixes in error logging.
Sergey Kandaurov
2
-2
/
+2
2013-08-15
SPDY: alert about activated fake events instead of deleting them.
Valentin Bartenev
1
-2
/
+4
2013-08-15
SPDY: do not reject headers with empty value (ticket #396).
Valentin Bartenev
1
-4
/
+0
2013-08-15
SPDY: fixed corruption of headers with names longer than 255.
Valentin Bartenev
1
-2
/
+16
2013-08-13
Referer module: fixed regex matching against HTTPS referers.
Sergey Kandaurov
1
-1
/
+3
2013-08-06
Replaced ngx_conf_full_name() with ngx_get_full_name().
Valentin Bartenev
7
-8
/
+23
2013-08-06
Fixed memory leaks in the root and auth_basic_user_file directives.
Valentin Bartenev
3
-4
/
+14
2013-08-05
Image filter: use "application/json" MIME type for JSON output.
Valentin Bartenev
1
-1
/
+1
2013-07-31
MIME: use "application/javascript" for .js files.
Valentin Bartenev
1
-1
/
+1
2013-07-29
Perl: fixed syntax usage for C preprocessor directives.
Sergey Kandaurov
1
-7
/
+4
2013-07-29
Upstream: reliably detect connection failures with SSL peers.
Ruslan Ermilov
1
-0
/
+5
2013-07-25
Upstream: no last buffer on errors.
Maxim Dounin
1
-2
/
+10
2013-07-25
Upstream: request finalization rework.
Maxim Dounin
1
-14
/
+17
2013-07-25
Upstream: NGX_HTTP_CLIENT_CLOSED_REQUEST no longer reset to 0.
Maxim Dounin
1
-0
/
+1
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
[next]