Tree @release-1.5.9 (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.9
- 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
- SPDY: use frame->next pointer to chain free frames. Valentin Bartenev 8 years ago
- SPDY: proper handling of all RST_STREAM statuses. Valentin Bartenev 8 years ago
- SPDY: removed state to check first SETTINGS frame. Valentin Bartenev 8 years ago
- SPDY: better name for frame entries counter. Valentin Bartenev 8 years ago
- SPDY: fixed possible segfault. Valentin Bartenev 8 years ago
- SPDY: send output queue after processing of read event. Valentin Bartenev 8 years ago
- SPDY: the SETTINGS frame should be allocated from sc->pool. Valentin Bartenev 8 years ago
- SPDY: fixed possible uninitialized memory access. Valentin Bartenev 8 years ago
- SPDY: fixed off_t/size_t type conversions on 32 bits platforms. Valentin Bartenev 8 years ago
- SPDY: fixed build, broken by b7ee1bae0ffa. Valentin Bartenev 8 years ago
- SPDY: added the "spdy_chunk_size" directive. Valentin Bartenev 8 years ago
- SPDY: implemented buffers chain splitting. Valentin Bartenev 8 years ago
- SPDY: body filter was replaced by c->send_chain() function. Valentin Bartenev 8 years ago
- SPDY: fixed possible premature close of stream. Valentin Bartenev 8 years ago
- SPDY: refactored ngx_http_spdy_body_filter(). Valentin Bartenev 8 years ago
- SPDY: elimination of r->blocked counter usage for queuing frames. Valentin Bartenev 8 years ago
- SPDY: better name for flag that indicates incomplete frame state. Valentin Bartenev 8 years ago
- SPDY: better name for queued frames counter. Valentin Bartenev 8 years ago
- SPDY: fixed format specifiers in logging. Valentin Bartenev 8 years ago
- SSL: fixed ssl_verify_depth to take only one argument. Maxim Dounin 8 years ago
- SSL: ssl_session_tickets directive. Dirkjan Bussink 8 years ago
- Fixed "zero size buf in output" alerts. Maxim Dounin 8 years ago
- Upstream: Cache-Control preferred over Expires. Maxim Dounin 8 years ago
- Allowed up to two EBUSY errors from sendfile(). Maxim Dounin 8 years ago
- Fixed setting of content type in some cases. Ruslan Ermilov 8 years ago
- Style: removed surplus semicolons. Valentin Bartenev 8 years ago
- SPDY: a bit smarter ngx_http_spdy_filter_get_data_frame(). Valentin Bartenev 8 years ago