Tree @release-1.3.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.3.14
- Mp4: fixed handling of too small mdat atoms (ticket #266). Maxim Dounin 9 years ago
- Allocate request object from its own pool. Valentin Bartenev 9 years ago
- SNI: added restriction on requesting host other than negotiated. Valentin Bartenev 9 years ago
- SNI: reset to default server if requested host was not found. Valentin Bartenev 9 years ago
- SNI: avoid surplus lookup of virtual server if SNI was used. Valentin Bartenev 9 years ago
- Apply server configuration as soon as host is known. Valentin Bartenev 9 years ago
- SSL: do not treat SSL handshake as request. Valentin Bartenev 9 years ago
- Status: do not count connection as reading right after accept(). Valentin Bartenev 9 years ago
- SNI: reuse selected configuration for all requests in a connection. Valentin Bartenev 9 years ago
- SNI: ignore captures in server_name regexes when matching by SNI. Valentin Bartenev 9 years ago
- Changed interface of ngx_http_validate_host(). Valentin Bartenev 9 years ago
- Introduced the ngx_http_set_connection_log() macro. Valentin Bartenev 9 years ago
- The default server lookup is now done only once per connection. Valentin Bartenev 9 years ago
- Correctly handle multiple X-Forwarded-For headers (ticket #106). Ruslan Ermilov 9 years ago
- Fixed separator in $sent_http_cache_control. Ruslan Ermilov 9 years ago
- Fixed potential segfault in ngx_http_keepalive_handler(). Valentin Bartenev 9 years ago
- Trailing whitespace fix. Maxim Dounin 9 years ago
- Introduced variables in ngx_http_stub_status module. Andrey Belov 9 years ago
- Connection upgrade support in uwsgi and scgi modules. Maxim Dounin 9 years ago
- Removed zero termination of shm zone names. Valentin Bartenev 9 years ago
- Version bump. Valentin Bartenev 9 years ago
- Proxy: fixed do_write handling in previous commit. Maxim Dounin 9 years ago
- Proxy: support for connection upgrade (101 Switching Protocols). Maxim Dounin 9 years ago
- Fixed false memset warning on Linux with -O3 (ticket #275). Maxim Dounin 9 years ago
- Version bump. Maxim Dounin 9 years ago
- GeoIP: removed pseudo-support of "proxy" and "netspeed" databases. Ruslan Ermilov 9 years ago
- FastCGI: proper handling of split fastcgi end request. Maxim Dounin 9 years ago
- FastCGI: unconditional state transitions. Maxim Dounin 9 years ago
- FastCGI: fixed wrong connection close with fastcgi_keep_conn. Maxim Dounin 9 years ago
- Request body: fixed client_body_in_file_only. Maxim Dounin 9 years ago