Tree @release-1.3.1 (Download .tar.gz)
- ..
- modules
- ngx_http.c
- ngx_http.h
- ngx_http_busy_lock.c
- ngx_http_busy_lock.h
- ngx_http_cache.h
- ngx_http_config.h
- ngx_http_copy_filter_module.c
- ngx_http_core_module.c
- ngx_http_core_module.h
- ngx_http_file_cache.c
- ngx_http_header_filter_module.c
- ngx_http_parse.c
- ngx_http_parse_time.c
- ngx_http_postpone_filter_module.c
- ngx_http_request.c
- ngx_http_request.h
- ngx_http_request_body.c
- ngx_http_script.c
- ngx_http_script.h
- ngx_http_special_response.c
- ngx_http_upstream.c
- ngx_http_upstream.h
- ngx_http_upstream_round_robin.c
- ngx_http_upstream_round_robin.h
- ngx_http_variables.c
- ngx_http_variables.h
- ngx_http_write_filter_module.c
History of src / http @release-1.3.1
- Win32: uris with ":$" are now rejected. Maxim Dounin 10 years ago
- Win32: normalization of trailing dot inside uri. Maxim Dounin 10 years ago
- Upstream: least_conn compilation fixes. Maxim Dounin 10 years ago
- Upstream: weights support in ip_hash balancer. Maxim Dounin 10 years ago
- Upstream: least_conn balancer module. Maxim Dounin 10 years ago
- Fixed returned value handling from the cookie rewrite handler. Valentin Bartenev 10 years ago
- geoip: got rid of ugly casts when calling ngx_free(). Ruslan Ermilov 10 years ago
- Fixed broken build. Ruslan Ermilov 10 years ago
- Fixed memory leak if $geoip_org variable was used. Ruslan Ermilov 10 years ago
- Fixed the reuse of parsed DTDs and XSLTs. Ruslan Ermilov 10 years ago
- Fixed warning during nginx.xs compilation. Maxim Dounin 10 years ago
- Fixed core variables dynamic access after reconfiguration. Maxim Dounin 10 years ago
- Fixed segfault with filter_finalize introduced in r4621 (1.3.0). Maxim Dounin 10 years ago
- Zero padded the returned and logged HTTP status code, and fixed possible Ruslan Ermilov 10 years ago
- Capped the status code that may be returned with "return" and "try_files". Ruslan Ermilov 10 years ago
- Added syntax checking of the second parameter of the "split_clients" directive. Ruslan Ermilov 10 years ago
- Version bump. Ruslan Ermilov 10 years ago
- Fixed win32 build after changes in r4624. Ruslan Ermilov 10 years ago
- Reverted previous attempt to fix complation warning introduced in Ruslan Ermilov 10 years ago
- geoip: trusted proxies support and partial IPv6 support. Ruslan Ermilov 10 years ago
- geo: chains of trusted proxies and partial IPv6 support. Ruslan Ermilov 10 years ago
- Fixed compilation warning introduced in r4624. Ruslan Ermilov 10 years ago
- realip: chains of trusted proxies and IPv6 support. Ruslan Ermilov 10 years ago
- New function ngx_http_get_forwarded_addr() to look up real client address. Ruslan Ermilov 10 years ago
- Upstream: fixed ip_hash rebalancing with the "down" flag. Maxim Dounin 10 years ago
- Upstream: smooth weighted round-robin balancing. Maxim Dounin 10 years ago
- Fixed possible request hang with filter finalization. Maxim Dounin 10 years ago
- Rewrite: fixed escaping and possible segfault (ticket #162). Maxim Dounin 10 years ago
- Fastcgi: fixed padding handling on fixed-size records. Maxim Dounin 10 years ago
- Added r->state reset on fastcgi/scgi/uwsgi request start. Maxim Dounin 10 years ago