Tree @release-1.8.1 (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.8.1
- SSL: only select SPDY using NPN if "spdy" is enabled. Valentin Bartenev 6 years ago
- Upstream: fixed cache send error handling. Roman Arutyunyan 6 years ago
- Fixed wrong URI after try_files in nested location (ticket #97). Maxim Dounin 6 years ago
- Fixed segfault with try_files introduced by c985d90a8d1f. Maxim Dounin 6 years ago
- Merge proxy_protocol setting of listen directives. Roman Arutyunyan 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
- 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