Tree @release-1.5.11 (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_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.5.11
- SPDY: fixed potential integer overflow while parsing headers. Valentin Bartenev 8 years ago
- SPDY: constant number of preallocated structures for headers. Valentin Bartenev 8 years ago
- Request body: avoid potential overflow. Maxim Dounin 8 years ago
- Gzip static: fixed NGX_CONF_FLAG misuse. Valentin Bartenev 8 years ago
- Disabled redirects to named locations if URI is not set. Maxim Dounin 8 years ago
- Upstream: fixed error message wording. Konstantin Pavlov 8 years ago
- Access: supplemented the obfuscated code with a comment. Ruslan Ermilov 8 years ago
- Upstream: ngx_post_event() instead of upgraded call (ticket #503). Maxim Dounin 8 years ago
- Mp4: remove useless leading stsc entry in result mp4. Roman Arutyunyan 8 years ago
- SPDY: fixed reversed priority order in window waiting queue. Valentin Bartenev 8 years ago
- Upstream: fix $upstream_status variable. Piotr Sikora 8 years ago
- SPDY: fixed parsing of http version. Xiaochen Wang 8 years ago
- SSL: the $ssl_session_reused variable. Maxim Dounin 8 years ago
- Range filter: fixed duplicate charset. Ruslan Ermilov 8 years ago
- Use ngx_socket_errno where appropriate. Piotr Sikora 8 years ago
- SPDY: fixed parsing of the priority field. Shigeki Ohtsu 8 years ago
- SPDY: protocol implementation switched to spdy/3.1. Valentin Bartenev 8 years ago
- Fixed false compiler warning. Vladimir Homutov 8 years ago
- Fixed a compile warning introduced by 01e2a5bcdd8f. Ruslan Ermilov 8 years ago
- Proxy: fixed upstream search by proxy_pass with variables. Ruslan Ermilov 8 years ago
- SSL: support ALPN (IETF's successor to NPN). Piotr Sikora 8 years ago
- Mp4: fix seeks to standalone last chunk. Roman Arutyunyan 8 years ago
- Mp4: skip tracks shorter than seek position (ticket #414). Roman Arutyunyan 8 years ago
- Mp4: fix seeks after the last key frame. Roman Arutyunyan 8 years ago
- Fixed TCP_DEFER_ACCEPT handling (ticket #353). Maxim Dounin 8 years ago
- SSI: fixed $date_local and $date_gmt without SSI (ticket #230). Maxim Dounin 8 years ago
- Typo fixed. Tatsuhiko Kubo 8 years ago
- Upstream: reading from a client after connection upgrade. Maxim Dounin 8 years ago
- SPDY: use ngx_queue_t to queue streams for post processing. Valentin Bartenev 8 years ago
- SPDY: store the length of frame instead of its whole size. Valentin Bartenev 8 years ago