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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2012-06-05
Win32: uris with ":$" are now rejected.
Maxim Dounin
1
-6
/
+22
2012-06-05
Win32: normalization of trailing dot inside uri.
Maxim Dounin
1
-0
/
+20
2012-06-05
Win32: disallowed access to various non-canonical name variants.
Maxim Dounin
1
-33
/
+164
2012-06-04
Support for IPv6 literals and an optional port in resolver.
Ruslan Ermilov
1
-5
/
+5
2012-06-04
Support for IPv6 literals in proxy_pass and so on.
Maxim Dounin
1
-7
/
+30
2012-06-04
Upstream: least_conn compilation fixes.
Maxim Dounin
1
-5
/
+3
2012-06-03
Upstream: weights support in ip_hash balancer.
Maxim Dounin
3
-3
/
+33
2012-06-03
Upstream: least_conn balancer module.
Maxim Dounin
1
-0
/
+404
2012-06-03
Resolver: fixed format specification.
Maxim Dounin
1
-1
/
+1
2012-06-01
Code reduction (no functional changes).
Ruslan Ermilov
1
-19
/
+2
2012-05-30
Removed mistaken setting of NGX_SSL_BUFFERED flag in ngx_ssl_send_chain()
Valentin Bartenev
1
-1
/
+0
2012-05-30
Fixed returned value handling from the cookie rewrite handler.
Valentin Bartenev
1
-1
/
+15
2012-05-29
geoip: got rid of ugly casts when calling ngx_free().
Ruslan Ermilov
1
-4
/
+4
2012-05-28
Fixed broken build.
Ruslan Ermilov
1
-2
/
+2
2012-05-28
Fixed memory leak if $geoip_org variable was used.
Ruslan Ermilov
1
-2
/
+13
2012-05-24
Fixed the reuse of parsed DTDs and XSLTs.
Ruslan Ermilov
1
-2
/
+2
2012-05-23
Fixed compilation with -DNGX_DEBUG_MALLOC on FreeBSD 10.
Maxim Dounin
1
-2
/
+2
2012-05-23
Fixed warning during nginx.xs compilation.
Maxim Dounin
1
-1
/
+1
2012-05-22
Fixed potential null pointer dereference in ngx_resolver_create().
Ruslan Ermilov
1
-1
/
+6
2012-05-21
Removed historical and now redundant syntax pre-checks in ngx_parse_url().
Ruslan Ermilov
1
-5
/
+0
2012-05-17
Fixed core variables dynamic access after reconfiguration.
Maxim Dounin
1
-2
/
+9
2012-05-17
Fixed segfault with filter_finalize introduced in r4621 (1.3.0).
Maxim Dounin
1
-2
/
+0
2012-05-17
Fixed the ngx_regex.h header file compatibility with C++.
Valentin Bartenev
2
-5
/
+5
2012-05-16
Zero padded the returned and logged HTTP status code, and fixed possible
Ruslan Ermilov
2
-3
/
+3
2012-05-16
Capped the status code that may be returned with "return" and "try_files".
Ruslan Ermilov
2
-1
/
+7
2012-05-16
Added syntax checking of the second parameter of the "split_clients" directive.
Ruslan Ermilov
1
-0
/
+7
2012-05-16
Version bump.
Ruslan Ermilov
2
-3
/
+3
2012-05-15
Fixed win32 build after changes in r4624.
Ruslan Ermilov
1
-5
/
+5
2012-05-14
Update c->sent in ngx_ssl_send_chain() even if SSL buffer is not used.
Valentin Bartenev
1
-0
/
+1
2012-05-14
Reverted previous attempt to fix complation warning introduced in
Ruslan Ermilov
1
-13
/
+12
2012-05-14
geoip: trusted proxies support and partial IPv6 support.
Ruslan Ermilov
1
-30
/
+130
2012-05-14
geo: chains of trusted proxies and partial IPv6 support.
Ruslan Ermilov
1
-74
/
+62
2012-05-14
Fixed compilation warning introduced in r4624.
Ruslan Ermilov
1
-5
/
+13
2012-05-14
realip: chains of trusted proxies and IPv6 support.
Ruslan Ermilov
1
-93
/
+45
2012-05-14
New function ngx_http_get_forwarded_addr() to look up real client address.
Ruslan Ermilov
2
-0
/
+99
2012-05-14
Upstream: fixed ip_hash rebalancing with the "down" flag.
Maxim Dounin
1
-2
/
+2
2012-05-14
Upstream: smooth weighted round-robin balancing.
Maxim Dounin
2
-169
/
+72
2012-05-14
Fixed possible request hang with filter finalization.
Maxim Dounin
1
-0
/
+1
2012-05-14
Resolver: protection from duplicate responses.
Maxim Dounin
1
-2
/
+10
2012-05-11
Accept moderation in case of EMFILE/ENFILE.
Maxim Dounin
3
-6
/
+48
2012-05-11
Rewrite: fixed escaping and possible segfault (ticket #162).
Maxim Dounin
1
-1
/
+0
2012-05-11
Fastcgi: fixed padding handling on fixed-size records.
Maxim Dounin
1
-4
/
+23
2012-05-11
Added r->state reset on fastcgi/scgi/uwsgi request start.
Maxim Dounin
3
-0
/
+7
2012-05-04
Added write event handler reset in ngx_http_named_location().
Maxim Dounin
1
-0
/
+1
2012-04-29
debug_connection: added the IPv6 and UNIX-domain socket support.
Ruslan Ermilov
3
-34
/
+64
2012-04-27
Removed surplus condition.
Valentin Bartenev
1
-8
/
+4
2012-04-26
Allows particular modules to handle subrequests properly.
Andrey Belov
4
-4
/
+4
2012-04-26
Fixed segmentation fault in ngx_resolver_create_name_query().
Ruslan Ermilov
1
-0
/
+4
2012-04-26
Version bump.
Maxim Dounin
2
-3
/
+3
2012-04-23
Version bump.
Maxim Dounin
2
-3
/
+3
[next]