.. |
modules
|
Geo: IPv6 support.
|
2012-12-25 08:21:56 +00:00 |
ngx_http_busy_lock.c
|
Whitespace fixes.
|
2012-03-05 18:09:06 +00:00 |
ngx_http_busy_lock.h
|
Copyright updated.
|
2012-01-18 15:07:43 +00:00 |
ngx_http_cache.h
|
Copyright updated.
|
2012-01-18 15:07:43 +00:00 |
ngx_http_config.h
|
Copyright updated.
|
2012-01-18 15:07:43 +00:00 |
ngx_http_copy_filter_module.c
|
Local variable "ngx_http_next_filter" renamed to "ngx_http_next_body_filter"
|
2012-03-15 20:08:58 +00:00 |
ngx_http_core_module.c
|
Avoid sending "100 Continue" on 413 Request Entity Too Large.
|
2012-12-18 18:39:39 +00:00 |
ngx_http_core_module.h
|
Core: ipv6only is now on by default.
|
2012-07-30 12:27:06 +00:00 |
ngx_http_file_cache.c
|
Fix of rbtree lookup on hash collisions.
|
2012-02-27 22:15:39 +00:00 |
ngx_http_header_filter_module.c
|
Request body: fixed "501 Not Implemented" error handling.
|
2012-11-21 00:54:01 +00:00 |
ngx_http_parse_time.c
|
Fixed compilation with -Wmissing-prototypes.
|
2012-07-24 15:09:54 +00:00 |
ngx_http_parse.c
|
Request body: adjust b->pos when chunked parsing done.
|
2012-11-21 01:02:56 +00:00 |
ngx_http_postpone_filter_module.c
|
Local variable "ngx_http_next_filter" renamed to "ngx_http_next_body_filter"
|
2012-03-15 20:08:58 +00:00 |
ngx_http_request_body.c
|
Request body: block write events while reading body.
|
2012-11-26 18:01:49 +00:00 |
ngx_http_request.c
|
Request body: chunked transfer encoding support.
|
2012-11-21 01:08:11 +00:00 |
ngx_http_request.h
|
Request body: chunked transfer encoding support.
|
2012-11-21 01:08:11 +00:00 |
ngx_http_script.c
|
Allow the complex value to be defined as an empty string.
|
2012-12-06 23:03:53 +00:00 |
ngx_http_script.h
|
Copyright updated.
|
2012-01-18 15:07:43 +00:00 |
ngx_http_special_response.c
|
Request body: improved handling of incorrect chunked request body.
|
2012-11-26 18:00:14 +00:00 |
ngx_http_upstream_round_robin.c
|
Upstream: fixed state resetting when switching to backup servers.
|
2012-12-25 08:02:21 +00:00 |
ngx_http_upstream_round_robin.h
|
Upstream: weights support in ip_hash balancer.
|
2012-06-03 23:22:41 +00:00 |
ngx_http_upstream.c
|
Fixed HEAD requests handling when proxying is used (closes #261).
|
2012-12-24 17:32:53 +00:00 |
ngx_http_upstream.h
|
Upstream: added callback hook for the "Set-Cookie" header.
|
2012-02-13 11:01:58 +00:00 |
ngx_http_variables.c
|
Added checks that disallow adding a variable with an empty name.
|
2012-12-17 19:03:33 +00:00 |
ngx_http_variables.h
|
Copyright updated.
|
2012-01-18 15:07:43 +00:00 |
ngx_http_write_filter_module.c
|
Limit rate: fixed integer overflow in limit calculation (ticket #256).
|
2012-12-12 14:48:48 +00:00 |
ngx_http.c
|
Fixed sorting of listen addresses so that wildcard address is always at
|
2012-07-17 04:47:34 +00:00 |
ngx_http.h
|
Request body: chunked parsing moved to ngx_http_parse.c from proxy.
|
2012-11-21 00:59:16 +00:00 |