Tree @release-1.5.4 (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.4
- Format specifier fixes in error logging. Sergey Kandaurov 8 years ago
- SPDY: alert about activated fake events instead of deleting them. Valentin Bartenev 8 years ago
- SPDY: do not reject headers with empty value (ticket #396). Valentin Bartenev 8 years ago
- SPDY: fixed corruption of headers with names longer than 255. Valentin Bartenev 8 years ago
- Referer module: fixed regex matching against HTTPS referers. Sergey Kandaurov 8 years ago
- Replaced ngx_conf_full_name() with ngx_get_full_name(). Valentin Bartenev 8 years ago
- Fixed memory leaks in the root and auth_basic_user_file directives. Valentin Bartenev 8 years ago
- Image filter: use "application/json" MIME type for JSON output. Valentin Bartenev 8 years ago
- MIME: use "application/javascript" for .js files. Valentin Bartenev 8 years ago
- Perl: fixed syntax usage for C preprocessor directives. Sergey Kandaurov 8 years ago
- Upstream: reliably detect connection failures with SSL peers. Ruslan Ermilov 8 years ago
- Upstream: no last buffer on errors. Maxim Dounin 8 years ago
- Upstream: request finalization rework. Maxim Dounin 8 years ago
- Upstream: NGX_HTTP_CLIENT_CLOSED_REQUEST no longer reset to 0. Maxim Dounin 8 years ago
- Upstream: added check if a response is complete. Maxim Dounin 8 years ago
- Upstream: u->length now defaults to -1 (API change). Maxim Dounin 8 years ago
- Upstream: fixed store/cache of unfinished responses. Maxim Dounin 8 years ago
- Upstream: replaced u->pipe->temp_file with p->temp_file. Maxim Dounin 8 years ago
- Upstream: NGX_ERROR after pipe errors. Maxim Dounin 8 years ago
- Upstream: NGX_HTTP_GATEWAY_TIME_OUT after upstream timeouts. Maxim Dounin 8 years ago
- Upstream: ngx_http_upstream_finalize_request(NGX_ERROR) on errors. Maxim Dounin 8 years ago
- Upstream: consistent error handling after u->input_filter_init(). Maxim Dounin 8 years ago
- Upstream: busy lock remnants removed. Maxim Dounin 8 years ago
- Upstream: stale comments removed. Maxim Dounin 9 years ago
- Gzip: clearing of c->buffered if all data are flushed. Maxim Dounin 8 years ago
- Fixed ngx_http_test_reading() to finalize request properly. Maxim Dounin 9 years ago
- Sub filter: fixed matching after a partial match. Maxim Dounin 8 years ago
- Sub filter: fixed incomplete last buffer on partial match. Maxim Dounin 8 years ago
- Sub filter: flush buffers handling. Maxim Dounin 8 years ago
- Sub filter: switched to ngx_chain_get_free_buf(). Maxim Dounin 8 years ago