Tree @release-1.4.5 (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.5
- Fixed TCP_DEFER_ACCEPT handling (ticket #353). Maxim Dounin 8 years ago
- Upstream: reading from a client after connection upgrade. Maxim Dounin 8 years ago
- SPDY: fixed possible segfault. Valentin Bartenev 8 years ago
- Fixed "zero size buf in output" alerts. Maxim Dounin 8 years ago
- Request body: fixed r->count increment on allocation failure. Maxim Dounin 9 years ago
- Proper backtracking after space in a request line. Ruslan Ermilov 8 years ago
- Win32: $request_time fixed. Maxim Dounin 8 years ago
- Fixed try_files with empty argument (ticket #390). Maxim Dounin 8 years ago
- Autoindex: improved ngx_de_info() error handling. Sergey Kandaurov 8 years ago
- Autoindex: return NGX_ERROR on error if headers were sent. Sergey Kandaurov 8 years ago
- SPDY: fixed segfault with "client_body_in_file_only" enabled. Valentin Bartenev 8 years ago
- 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