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
/
modules
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2013-11-18
Upstream: cache revalidation with conditional requests.
Maxim Dounin
4
-4
/
+52
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
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-18
Headers filter: empty Cache-Control is no longer added.
Maxim Dounin
1
-0
/
+4
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
Unused macro and variable removed.
Sergey Kandaurov
1
-2
/
+0
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: 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-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-04
Handling of ngx_int_t != intptr_t case.
Maxim Dounin
2
-5
/
+5
2013-09-04
Win32: $request_time fixed.
Maxim Dounin
1
-1
/
+1
2013-09-04
Win32: Borland C compatibility fixes.
Maxim Dounin
4
-7
/
+11
2013-09-04
Win32: Open Watcom C compatibility fixes.
Maxim Dounin
1
-1
/
+1
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-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
Backed out f1a91825730a and 7094bd12c1ff.
Maxim Dounin
4
-8
/
+4
2013-08-21
Auth request module import.
Maxim Dounin
1
-0
/
+444
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
4
-4
/
+8
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-25
Upstream: added check if a response is complete.
Maxim Dounin
1
-1
/
+1
2013-07-25
Upstream: u->length now defaults to -1 (API change).
Maxim Dounin
1
-1
/
+4
2013-07-25
Gzip: clearing of c->buffered if all data are flushed.
Maxim Dounin
1
-2
/
+4
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-19
Xslt: exsltRegisterAll() moved to preconfiguration.
Maxim Dounin
1
-2
/
+10
2013-07-11
Core: extended ngx_sock_ntop() with socklen parameter.
Vladimir Homutov
1
-1
/
+2
2013-06-10
Perl: fixed r->header_in("Cookie") (ticket #351).
Maxim Dounin
1
-9
/
+27
2013-06-05
Status: the "last_in_chain" flag must be set.
Valentin Bartenev
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
4
-0
/
+4
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
[next]