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-01-10
Fixed "proxy_pass" with IP address and no port (ticket #276).
Ruslan Ermilov
3
-5
/
+10
2012-12-27
Geo: improved code readability.
Ruslan Ermilov
1
-54
/
+61
2012-12-26
Upstream keepalive: detect duplicate "keepalive" directive.
Ruslan Ermilov
1
-0
/
+4
2012-12-26
Version bump.
Ruslan Ermilov
1
-1
/
+1
2012-12-26
Geo: made "default" affect both IPv4 and IPv6 when using prefixes.
Ruslan Ermilov
1
-48
/
+77
2012-12-25
Geo: properly initialize ngx_cidr_t when dealing with "default".
Ruslan Ermilov
1
-1
/
+1
2012-12-25
Geo: IPv6 support.
Ruslan Ermilov
1
-79
/
+236
2012-12-25
Upstream: fixed state resetting when switching to backup servers.
Valentin Bartenev
2
-2
/
+6
2012-12-24
Fixed HEAD requests handling when proxying is used (closes #261).
Valentin Bartenev
2
-1
/
+2
2012-12-24
Trailing whitespace fix.
Ruslan Ermilov
1
-2
/
+2
2012-12-23
Access log: the "gzip" parameter of the "access_log" directive.
Valentin Bartenev
1
-5
/
+213
2012-12-23
Access log: the "flush" parameter of the "access_log" directive.
Valentin Bartenev
1
-23
/
+97
2012-12-23
Reopening log files code moved to a separate function.
Valentin Bartenev
1
-19
/
+71
2012-12-23
Access log: fixed redundant buffer reallocation.
Valentin Bartenev
1
-5
/
+9
2012-12-21
Image filter: fixed image_filter rotate inheritance.
Maxim Dounin
1
-9
/
+15
2012-12-21
Geo: ensure that default entry is always present.
Ruslan Ermilov
1
-4
/
+2
2012-12-21
There's no need to normalize address returned by ngx_ptocidr().
Ruslan Ermilov
1
-1
/
+1
2012-12-20
Image filter: configuration inheritance fixes.
Maxim Dounin
1
-10
/
+18
2012-12-20
Brought the link to ngx_http_perl_module documentation up to date.
Ruslan Ermilov
1
-1
/
+1
2012-12-19
Let "add_header" affect 201 responses (ticket #125).
Ruslan Ermilov
1
-0
/
+1
2012-12-19
Slightly optimized code that handles special headers in "add_header".
Ruslan Ermilov
1
-29
/
+21
2012-12-18
Avoid sending "100 Continue" on 413 Request Entity Too Large.
Maxim Dounin
1
-0
/
+1
2012-12-17
Added checks that disallow adding a variable with an empty name.
Ruslan Ermilov
7
-6
/
+32
2012-12-14
Geo: fixed the "ranges" without ranges case.
Ruslan Ermilov
1
-15
/
+18
2012-12-14
Geo: improved ngx_http_geo_block() code readability.
Ruslan Ermilov
1
-3
/
+2
2012-12-14
Gzip: fixed zlib memLevel adjusting.
Valentin Bartenev
1
-0
/
+4
2012-12-13
Upstream: fixed SIGSEGV with the "if" directive.
Maxim Dounin
1
-0
/
+8
2012-12-13
Fixed variable syntax checking in "set", "geo", "limit_conn_zone",
Ruslan Ermilov
4
-4
/
+11
2012-12-13
Proxy: better error message about unexpected data.
Maxim Dounin
1
-1
/
+2
2012-12-12
Limit rate: fixed integer overflow in limit calculation (ticket #256).
Valentin Bartenev
1
-1
/
+1
2012-12-10
The "auth_basic" directive gained support of variables.
Ruslan Ermilov
1
-47
/
+36
2012-12-06
Allow the complex value to be defined as an empty string.
Ruslan Ermilov
8
-18
/
+14
2012-12-06
Xslt: prevented infinite loop.
Ruslan Ermilov
1
-2
/
+2
2012-12-03
Fixed build with embedded perl in certain setups (ticket #48).
Ruslan Ermilov
1
-14
/
+3
2012-11-29
Version bump.
Maxim Dounin
1
-1
/
+1
2012-11-26
Gunzip: added missing ngx_http_clear_etag().
Maxim Dounin
1
-0
/
+1
2012-11-26
Request body: block write events while reading body.
Maxim Dounin
1
-0
/
+2
2012-11-26
Request body: error checking fixes, negative rb->rest handling.
Maxim Dounin
1
-2
/
+11
2012-11-26
Request body: improved handling of incorrect chunked request body.
Maxim Dounin
2
-5
/
+16
2012-11-26
Request body: fixed discard of chunked request body.
Maxim Dounin
1
-1
/
+1
2012-11-21
Request body: unbreak build without debug.
Maxim Dounin
1
-0
/
+2
2012-11-21
Request body: chunked transfer encoding support.
Maxim Dounin
4
-179
/
+548
2012-11-21
Request body: recalculate size of a request body in scgi module.
Maxim Dounin
1
-10
/
+16
2012-11-21
Request body: $content_length variable to honor real body size.
Maxim Dounin
1
-2
/
+37
2012-11-21
Request body: always use calculated size of a request body in proxy.
Maxim Dounin
1
-16
/
+11
2012-11-21
Request body: adjust b->pos when chunked parsing done.
Maxim Dounin
1
-0
/
+3
2012-11-21
Request body: chunked parsing moved to ngx_http_parse.c from proxy.
Maxim Dounin
3
-276
/
+277
2012-11-21
Request body: properly handle events while discarding body.
Maxim Dounin
1
-7
/
+9
2012-11-21
Request body: fixed socket leak on errors.
Maxim Dounin
1
-10
/
+28
2012-11-21
Request body: code duplication reduced, no functional changes.
Maxim Dounin
1
-25
/
+14
[next]