Tree @release-1.7.6 (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.7.6
- Upstream keepalive: reset c->sent on cached connections. Maxim Dounin 7 years ago
- Limit req: reduced number of parameters in the lookup function. Valentin Bartenev 7 years ago
- Limit req: use complex value in limit_req_zone. Valentin Bartenev 7 years ago
- Limit conn: aligned field names in structures. Valentin Bartenev 7 years ago
- Limit conn: use complex value in limit_conn_zone (ticket #121). Valentin Bartenev 7 years ago
- Limit conn: removed deprecated "limit_zone" directive. Valentin Bartenev 7 years ago
- Avoided to add duplicate hash key in ngx_http_types_slot(). Gu Feng 7 years ago
- Upstream: fixed file buffers reinit in ngx_http_upstream_reinit(). Roman Arutyunyan 7 years ago
- FastCGI: fixed start pointers in request buffers. Roman Arutyunyan 7 years ago
- Limit req: don't truncate key value to 255 bytes. Valentin Bartenev 7 years ago
- Access log: fixed the "if=" parameter with buffering (ticket #625). Valentin Bartenev 7 years ago
- Upstream: limited next_upstream time and tries (ticket #544). Roman Arutyunyan 7 years ago
- Upstream: included backup peers into peer.tries. Roman Arutyunyan 7 years ago
- Upstream keepalive: removed "single" parameter remnants. Maxim Dounin 7 years ago
- Added warning about unset cache keys. Maxim Dounin 7 years ago
- Style. Maxim Dounin 7 years ago
- Upstream: avoided directly terminating the connection. FengGu 7 years ago
- Fixed ETag memory allocation error handling. Maxim Dounin 7 years ago
- Upstream: suppressed the file cache slab allocator error messages. Roman Arutyunyan 7 years ago
- Events: processing of posted events changed from LIFO to FIFO. Valentin Bartenev 7 years ago
- Upstream: improved configuration parser diagnostics. Ruslan Ermilov 7 years ago
- Headers filter: "add_header" with "always" parameter (ticket #98). Sergey Kandaurov 7 years ago
- Variables: updated list of prefixes in ngx_http_rewrite_set(). Maxim Dounin 7 years ago
- Variables: fixed non-indexed access of prefix vars (ticket #600). Maxim Dounin 7 years ago
- SPDY: added a comment about handling stream with the timer set. Valentin Bartenev 7 years ago
- SPDY: avoid setting timeout on stream events in ngx_http_writer(). Valentin Bartenev 7 years ago
- Stub status: corrected the "stub_status" directive. Ruslan Ermilov 7 years ago
- Sub filter: fixed matching for a single character. Valentin Bartenev 7 years ago
- Mp4: use trak->smhd_size in ngx_http_mp4_read_smhd_atom(). Roman Arutyunyan 7 years ago
- Image filter: downgrade strong etags to weak ones as needed. Sergey Kandaurov 7 years ago