Tree @release-1.5.5 (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.5
- Use EPOLLRDHUP in ngx_http_test_reading() (ticket #320). Valentin Bartenev 8 years ago
- Upstream: use EPOLLRDHUP to check broken connections (ticket #320). Valentin Bartenev 8 years ago
- Return reason phrase for 414. Valentin Bartenev 8 years ago
- Upstream: fixed $upstream_response_time format specifiers. Maxim Dounin 8 years ago
- Fixed incorrect response line on "return 203". Maxim Dounin 8 years ago
- Request cleanup code unified, no functional changes. Maxim Dounin 8 years ago
- Handling of ngx_int_t != intptr_t case. Maxim Dounin 8 years ago
- Win32: $request_time fixed. Maxim Dounin 8 years ago
- Win32: Borland C compatibility fixes. Maxim Dounin 8 years ago
- Win32: Open Watcom C compatibility fixes. Maxim Dounin 8 years ago
- Assume the HTTP/1.0 version by default. Valentin Bartenev 8 years ago
- Upstream: setting u->header_sent before ngx_http_upstream_upgrade(). Maxim Dounin 8 years ago
- Referer: fixed hostname buffer overflow check. Valentin Bartenev 8 years ago
- Referer: "server_names" parsing deferred to merge phase. Sergey Kandaurov 8 years ago
- Referer: fixed server_name regex matching. Sergey Kandaurov 8 years ago
- Referer: fixed error type usage inconsistency for ngx_http_add*(). Sergey Kandaurov 8 years ago
- Image filter: large image handling. Lanshun Zhou 8 years ago
- Cache: lock timeouts are now logged at info level. Maxim Dounin 8 years ago
- Upstream: posted requests handling after ssl handshake errors. Maxim Dounin 8 years ago
- Fixed try_files with empty argument (ticket #390). Maxim Dounin 8 years ago
- Added safety belt for the case of sending header twice. Sergey Kandaurov 8 years ago
- Autoindex: improved ngx_de_info() error handling. Sergey Kandaurov 8 years ago
- Autoindex: return NGX_ERROR on error if headers were sent. Sergey Kandaurov 8 years ago
- Style improved after 12dd27b74117. Maxim Dounin 8 years ago
- Backed out f1a91825730a and 7094bd12c1ff. Maxim Dounin 8 years ago
- Auth request module import. Maxim Dounin 8 years ago
- Minor ngx_http_parse_request_line() optimization. Maxim Dounin 8 years ago
- 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