Tree @release-0.7.45 (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.7.45
- introduce cache manager instead of cache cleaner Igor Sysoev 13 years ago
- delete duplicate error logging Igor Sysoev 13 years ago
- improve ngx_slab_alloc() error logging Igor Sysoev 13 years ago
- rename ngx_http_scrip_flush_complex_value() Igor Sysoev 13 years ago
- fix plain text values using relative path in ngx_http_complex_value(), Igor Sysoev 13 years ago
- fix alias with variables, but without captures, Igor Sysoev 13 years ago
- delete unneeded condition Igor Sysoev 13 years ago
- fix add_header Last-Modified "", broken in r2589 Igor Sysoev 13 years ago
- fix logged long locked cache entry name and add count Igor Sysoev 13 years ago
- fix segfault if ngx_read_file() will fail Igor Sysoev 13 years ago
- fastcgi cache Igor Sysoev 13 years ago
- unlink proxy_cache and proxy_cache_valid Igor Sysoev 13 years ago
- do not clean cache if memory cache keys zone is cold Igor Sysoev 13 years ago
- fix the previous commit Igor Sysoev 13 years ago
- axe old definition fields Igor Sysoev 13 years ago
- bump version Igor Sysoev 13 years ago
- a prelimiary proxy cache support Igor Sysoev 13 years ago
- style fix: remove tabs Igor Sysoev 13 years ago
- style fix: remove tabs Igor Sysoev 13 years ago
- use complex value in error_page Igor Sysoev 13 years ago
- use complex values in add_header, auth_basic_user_file, Igor Sysoev 13 years ago
- ngx_http_script_flush_complex_value() Igor Sysoev 13 years ago
- add full path debug log in try_files Igor Sysoev 13 years ago
- allow try_files in server context Igor Sysoev 13 years ago
- fix directory test in try_files Igor Sysoev 13 years ago
- always run regex in server_name to get captures Igor Sysoev 13 years ago
- test wildcard tail hash existance Igor Sysoev 13 years ago
- split args in a try_files fallback Igor Sysoev 13 years ago
- ngx_http_split_args() Igor Sysoev 13 years ago
- split ngx_http_script_compile() Igor Sysoev 13 years ago