Tree @release-1.9.3 (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_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.3
- Upstream: fixed shared upstreams on win32. Ruslan Ermilov 7 years ago
- Disabled duplicate http, mail, and stream blocks. Vladimir Homutov 7 years ago
- Core: renamed ngx_proxy_protocol_parse to ngx_proxy_protocol_read. Roman Arutyunyan 7 years ago
- Moved ngx_http_parse_time() to core, renamed accordingly. Maxim Dounin 7 years ago
- Removed unused ngx_http_get_time() declaration. Maxim Dounin 7 years ago
- Upstream keepalive: reduced diffs to the plus version of nginx. Roman Arutyunyan 7 years ago
- Disabled SSLv3 by default (ticket #653). Maxim Dounin 7 years ago
- Upstream: report to error_log when max_fails is reached. Ruslan Ermilov 7 years ago
- The "reuseport" option of the "listen" directive. Maxim Dounin 7 years ago
- Simplified ngx_http_init_listening(). Maxim Dounin 7 years ago
- Upstream hash: consistency across little/big endianness. Sergey Kandaurov 7 years ago
- Upstream: $upstream_connect_time. Ruslan Ermilov 7 years ago
- Upstream: times to obtain header/response are stored as ngx_msec_t. Ruslan Ermilov 7 years ago
- Removed deprecated HTTP directives. Ruslan Ermilov 7 years ago
- 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