Tree @release-1.4.2 (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_spdy.c
- ngx_http_spdy.h
- ngx_http_spdy_filter_module.c
- ngx_http_spdy_module.c
- ngx_http_spdy_module.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.4.2
- Perl: fixed r->header_in("Cookie") (ticket #351). Maxim Dounin 9 years ago
- Upstream: fixed fail_timeout and max_fails > 1. Maxim Dounin 9 years ago
- Proxy: $proxy_internal_body_length fixed. Maxim Dounin 9 years ago
- Fixed build with --with-mail_ssl_module. Maxim Dounin 9 years ago
- Perl: extra "return" removed. Maxim Dounin 9 years ago
- Fixed chunk size parsing. Maxim Dounin 9 years ago
- SPDY: set NGX_TCP_NODELAY_DISABLED for fake connections. Valentin Bartenev 9 years ago
- Perl: request body handling fixed. Maxim Dounin 9 years ago
- Configure: fixed perl Makefile generation (ticket #334). Maxim Dounin 9 years ago
- Request body: only read body in main request (ticket #330). Maxim Dounin 9 years ago
- Upstream: warn if multiple non-stackable balancers are installed. Ruslan Ermilov 9 years ago
- Upstream: fixed $upstream_response_length without buffering. Sergey Kandaurov 9 years ago
- Configure: fixed nginx.so rebuild (broken by r5145). Maxim Dounin 9 years ago
- Upstream: removed surplus ngx_resolve_name_done() call. Valentin Bartenev 9 years ago
- Limit req: rate should be non-zero. Valentin Bartenev 9 years ago
- Pass PCRE_CASELESS to pcre_compile() for caseless matching. Ruslan Ermilov 9 years ago
- Simplified nginx version maintenance. Ruslan Ermilov 9 years ago
- Upstream: fixed tcp_nodelay with connection upgrade (ticket #325). Maxim Dounin 9 years ago
- Version bump. Maxim Dounin 9 years ago
- Upstream: removed rudiments of upstream connection caching. Ruslan Ermilov 9 years ago
- Upstream: removed sorting of upstream servers. Ruslan Ermilov 9 years ago
- Upstream: removed double-free workarounds in peer.free() methods. Ruslan Ermilov 9 years ago
- Upstream: only call peer.free() if peer.get() selected a peer. Ruslan Ermilov 9 years ago
- Split clients: check length when parsing configuration. Ruslan Ermilov 9 years ago
- Removed unused ngx_http_clear_variable() macro. Ruslan Ermilov 9 years ago
- Fixed language in a comment preceding ngx_http_index_handler(). Ruslan Ermilov 9 years ago
- Use NGX_DEFAULT_POOL_SIZE macro where appropriate. Ruslan Ermilov 9 years ago
- Preliminary experimental support for SPDY draft 2. Valentin Bartenev 9 years ago
- URI processing code moved to a separate function. Valentin Bartenev 9 years ago
- Image filter: the "image_filter_interlace" directive. Ruslan Ermilov 9 years ago