Tree @release-1.9.0 (Download .tar.gz)
- ..
- modules
- ngx_http.c
- ngx_http.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.9.0
- Core: the ngx_set_connection_log() macro. Vladimir Homutov 7 years ago
- Merge proxy_protocol setting of listen directives. Roman Arutyunyan 7 years ago
- Removed the obsolete rtsig module. Ruslan Ermilov 7 years ago
- Removed the obsolete aio module. Ruslan Ermilov 7 years ago
- Upstream: allow multiple upstreams to use the same shared zone. Ruslan Ermilov 7 years ago
- Memcached: enabled ranges. Martin Mlynář 7 years ago
- Upstream: simplified ip_hash and hash peer selection code. Ruslan Ermilov 7 years ago
- Limit req: removed check for unknown limit_req_zone. Sergey Kandaurov 7 years ago
- Upstream: fixed unlocked access to peer->conns. Ruslan Ermilov 7 years ago
- Upstream: get rid of questionable micro-optimization in ip_hash. Ruslan Ermilov 7 years ago
- Upstream: the "zone" directive. Ruslan Ermilov 7 years ago
- Upstreams: locking. Ruslan Ermilov 7 years ago
- Upstream: store peers as a linked list. Ruslan Ermilov 7 years ago
- Upstream: track the number of active connections to upstreams. Ruslan Ermilov 7 years ago
- Upstream: abbreviated SSL handshake may interact badly with Nagle. Ruslan Ermilov 7 years ago
- Request body: always flush buffers if request buffering is off. Valentin Bartenev 7 years ago
- Cache: added support for reading of the header in thread pools. Valentin Bartenev 7 years ago
- Fixed invalid access to complex value defined as an empty string. Sergey Kandaurov 7 years ago
- SPDY: always push pending data. Valentin Bartenev 7 years ago
- SPDY: fixed error handling in ngx_http_spdy_send_output_queue(). Valentin Bartenev 7 years ago
- Proxy: fixed proxy_request_buffering and chunked with preread body. Maxim Dounin 7 years ago
- Upstream: uwsgi_request_buffering, scgi_request_buffering. Maxim Dounin 7 years ago
- FastCGI: fastcgi_request_buffering. Maxim Dounin 7 years ago
- Proxy: proxy_request_buffering chunked support. Maxim Dounin 7 years ago
- Request body: unbuffered reading. Maxim Dounin 7 years ago
- Request body: filters support. Maxim Dounin 7 years ago
- Request body: moved request body writing to save filter. Maxim Dounin 7 years ago
- Request body: free chain links in ngx_http_write_request_body(). Maxim Dounin 7 years ago
- Format specifier fixed for file size of buffers. Maxim Dounin 7 years ago
- Proxy: fixed proxy_set_body with proxy_cache. Maxim Dounin 7 years ago