Tree @release-1.1.14 (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.1.14
- Limit req: unbreak compilation with MSVC. Maxim Dounin 10 years ago
- Fixed proxy_redirect off inheritance. Valentin Bartenev 10 years ago
- Limit req: support for multiple "limit_req" limits. Valentin Bartenev 10 years ago
- Limit req: number of cleanup calls reduced. Valentin Bartenev 10 years ago
- Limit req: allocation and initialization of a new node moved to the lookup Valentin Bartenev 10 years ago
- Limit req: improved error handling when parsing "zone" parameter of Valentin Bartenev 10 years ago
- Limit req: error messages fixed. Valentin Bartenev 10 years ago
- Fixed AIO error handling on FreeBSD. Maxim Dounin 10 years ago
- Copyright updated. Maxim Konovalov 10 years ago
- Version bump. Maxim Konovalov 10 years ago
- Fixed handling of mp4 above 2G and 32bit offsets (ticket #84). Maxim Dounin 10 years ago
- Fixed proxy_cache_use_stale in "no live upstreams" case. Maxim Dounin 10 years ago
- Added support for TLSv1.1, TLSv1.2 in ssl_protocols directive. Maxim Dounin 10 years ago
- Fixed limit_req burst/nodelay inheritance (ticket #76). Maxim Dounin 10 years ago
- Fixed: proxy_redirect with regex might broke Refresh header. Valentin Bartenev 10 years ago
- Version bump. Maxim Dounin 10 years ago
- Fixed build without debug. Maxim Dounin 10 years ago
- Cache lock support for fastcgi, scgi, uwsgi. Maxim Dounin 10 years ago
- Cache locks initial implementation. Maxim Dounin 10 years ago
- Fixed interaction of limit_rate and sendfile_max_chunk. Maxim Dounin 10 years ago
- Fixed throughput problems with large limit_rate. Maxim Dounin 10 years ago
- Fixed mp4 if first entry in stsc was skipped (ticket #72). Maxim Dounin 10 years ago
- SSI: added regex captures support in the expression of the "if" command. Valentin Bartenev 10 years ago
- Fixed limit_conn_log_level/limit_req_log_level inheritance. Valentin Bartenev 10 years ago
- Proxy: made proxy_pass with variables more consistent. Maxim Dounin 10 years ago
- Added clearing of r->valid_unparsed_uri on internal redirects. Maxim Dounin 10 years ago
- SSI bugfix: the "if" command did not work inside the "block" command and Valentin Bartenev 10 years ago
- Scgi: removed error if there is no Status header. Maxim Dounin 10 years ago
- Scgi: removed duplicate function declaration. Maxim Dounin 10 years ago
- Fixed incorrect use of r->http_version in scgi module. Maxim Dounin 10 years ago