Tree @release-1.6.3 (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.6.3
- Overflow detection in ngx_http_parse_chunked(). Ruslan Ermilov 7 years ago
- Overflow detection in ngx_http_range_parse(). Ruslan Ermilov 7 years ago
- Fixed post_action to not trigger "header already sent" alert. Maxim Dounin 7 years ago
- SPDY: push pending data while closing a stream as with keepalive. Valentin Bartenev 7 years ago
- Fixed possible buffer overrun in "too long header line" logging. Maxim Dounin 7 years ago
- Reset of r->uri.len on URI parsing errors. Maxim Dounin 7 years ago
- SPDY: fixed typo in log message. Valentin Bartenev 8 years ago
- Fixed missing "static" in declaration of ngx_http_gzip_quantity(). Valentin Bartenev 8 years ago
- SPDY: moved a variable initialization near to its check. Valentin Bartenev 8 years ago
- SPDY: fixed arguments supplied for an error message. Valentin Bartenev 8 years ago
- SPDY: avoid creating flush frames. Valentin Bartenev 8 years ago
- SPDY: consistently handle control frames with unknown type. Valentin Bartenev 8 years ago
- SPDY: refactored ngx_http_spdy_state_read_data(). Valentin Bartenev 8 years ago
- SPDY: better detect premature closing of stream. Valentin Bartenev 8 years ago
- Mp4: allow end values bigger than track duration. Roman Arutyunyan 8 years ago
- Adjusted default value of types_hash_bucket_size (ticket #352). Maxim Dounin 8 years ago
- Core: slab log_nomem flag. Maxim Dounin 8 years ago
- Mp4: improved logging after adding "end" support. Roman Arutyunyan 8 years ago
- Mp4: fixed seeking to a track end. Roman Arutyunyan 8 years ago
- SPDY: detect premature closing of stream. Valentin Bartenev 8 years ago
- SPDY: fixed the DATA frame length handling in case of some errors. Valentin Bartenev 8 years ago
- SPDY: better detect if headers block has wrong entries count. Valentin Bartenev 8 years ago
- SPDY: detect premature end of frame while start parsing headers. Valentin Bartenev 8 years ago
- Apply underscores_in_headers also to the first character. Piotr Sikora 8 years ago
- Increased default value of variables_hash_max_size. Andrei Belov 8 years ago
- Mp4: skipped empty stss atom table in output. Sergey Kandaurov 8 years ago
- Range filter: single_range flag in request. Maxim Dounin 8 years ago
- Mp4: added "end" argument support. Roman Arutyunyan 8 years ago
- Mp4: moved atom cropping code out of update functions. Roman Arutyunyan 8 years ago
- SPDY: improved ngx_http_spdy_state_save() again. Maxim Dounin 8 years ago