Tree @release-0.8.37 (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_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-0.8.37
- fix SSI include stub for valid empty responses Igor Sysoev 12 years ago
- do not cache response if it has "no-store" or "private" Igor Sysoev 12 years ago
- ngx_str_set() and ngx_str_null() Igor Sysoev 12 years ago
- use ngx_min() and ngx_max() Igor Sysoev 12 years ago
- fix segfault: ngx_http_upstream_cleanup() cleans r->cleanup, Igor Sysoev 12 years ago
- ngx_http_split_clients_module Igor Sysoev 12 years ago
- style fix: remove blank line Igor Sysoev 12 years ago
- style fix: remove blank line Igor Sysoev 12 years ago
- bump version Igor Sysoev 12 years ago
- use lstat() for WebDAV DELETE, COPY, and MOVE to handle symlinks Igor Sysoev 12 years ago
- change processing variables accessed by SSI and perl module: Igor Sysoev 12 years ago
- make $arg_ variables non-cacheable Igor Sysoev 12 years ago
- do not log misleading errno in "not a regular file" error Igor Sysoev 12 years ago
- do not store an encoded variable value as a new cached variable value Igor Sysoev 12 years ago
- fix building without HTTP cache, the bug had been introduced in r3461 Igor Sysoev 12 years ago
- bump version Igor Sysoev 12 years ago
- revert partially r1555 and fix the error "memcached sent invalid trailer" Igor Sysoev 12 years ago
- chunked_transfer_encoding Igor Sysoev 12 years ago
- do not add a port in redirect if we listen on unix domain socket Igor Sysoev 12 years ago
- reset a parsing state to parse correctly an upstream response, Igor Sysoev 12 years ago
- *) introduce ngx_time_sigsafe_update() to update the error log time only Igor Sysoev 12 years ago
- *) use previously cached GMT offset value to update time from a signal handler Igor Sysoev 12 years ago
- "proxy_redirect default" may not be used if a proxy_pass uses variables Igor Sysoev 12 years ago
- fix proxy_redirect name in error message Igor Sysoev 12 years ago
- fix segfault if there was non cached large FastCGI stderr output before header, Igor Sysoev 12 years ago
- bump version Igor Sysoev 12 years ago
- make $request_method non-cacheable Igor Sysoev 12 years ago
- remove code disabled since 0.1.29 version Igor Sysoev 12 years ago
- use a right "Location" header name, however, it did not harm, Igor Sysoev 12 years ago
- fix cached FastCGI response with large stderr output before header Igor Sysoev 12 years ago