Tree @release-1.7.11 (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.7.11
- 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
- Removed stub implementation of win32 mutexes. Ruslan Ermilov 7 years ago
- SSL: avoid SSL_CTX_set_tmp_rsa_callback() call with LibreSSL. Maxim Dounin 7 years ago
- Removed busy locks. Ruslan Ermilov 7 years ago
- Removed ngx_connection_t.lock. Ruslan Ermilov 7 years ago
- SPDY: fixed format specifier in logging. Xiaochen Wang 7 years ago
- Added support for offloading read() in thread pools. Valentin Bartenev 7 years ago
- Renamed NGX_THREADS to NGX_OLD_THREADS because of deprecation. Ruslan Ermilov 7 years ago
- Overflow detection in ngx_http_parse_chunked(). Ruslan Ermilov 7 years ago
- Overflow detection in ngx_http_range_parse(). Ruslan Ermilov 7 years ago
- The "aio" directive parser made smarter. Ruslan Ermilov 7 years ago
- Deprecated "aio sendfile". Ruslan Ermilov 7 years ago
- Proxy: use an appropriate error on memory allocation failure. Ruslan Ermilov 7 years ago
- Style: moved ngx_http_ephemeral() macro to ngx_http_request.h. Ruslan Ermilov 7 years ago
- Upstream keepalive: drop ready flag on EAGAIN from recv(MSG_PEEK). Valentin Bartenev 7 years ago
- Style. Maxim Dounin 7 years ago
- Upstream: upstream argument in ngx_http_upstream_process_request(). Maxim Dounin 7 years ago
- Upstream: avoid duplicate finalization. Maxim Dounin 7 years ago
- SSL: reset ready flag if recv(MSG_PEEK) found no bytes in socket. Roman Arutyunyan 7 years ago
- Cache: do not inherit last_modified and etag from stale response. Roman Arutyunyan 7 years ago
- Upstream hash: speedup consistent hash init. Roman Arutyunyan 7 years ago
- Cache: reduced diffs to the plus version of nginx. Ruslan Ermilov 7 years ago