Tree @release-0.6.22 (Download .tar.gz)
- ..
- modules
- ngx_http.c
- ngx_http.h
- ngx_http_busy_lock.c
- ngx_http_busy_lock.h
- ngx_http_cache.c
- 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.6.22
- fix comment Igor Sysoev 14 years ago
- optimize rbtree initialization and insert Igor Sysoev 14 years ago
- copy return values to perl's allocated memory Igor Sysoev 14 years ago
- fix merge_slashes Igor Sysoev 14 years ago
- large_client_header_buffers did not free()ed before keep-alive Igor Sysoev 14 years ago
- $upstream_addr did not contain last address, the bug was introduced in r1659 Igor Sysoev 14 years ago
- style fix: remove trailing spaces Igor Sysoev 14 years ago
- optimize r->upstream usage Igor Sysoev 14 years ago
- move condition declarations inside blocks where they are used Igor Sysoev 14 years ago
- *) copy regex captures $1, $2, etc. Igor Sysoev 14 years ago
- fix segfault when $r->has_request_body() is called with ready body Igor Sysoev 14 years ago
- *) now ngx_conf_set_str_array_slot() tests NGX_CONF_UNSET_PTR Igor Sysoev 14 years ago
- return NGX_HTTP_UPSTREAM_INVALID_HEADER instead of NGX_HTTP_BAD_GATEWAY Igor Sysoev 14 years ago
- return NGX_ERROR instead of NGX_HTTP_INTERNAL_SERVER_ERROR in u->parse_header() Igor Sysoev 14 years ago
- return NGX_HTTP_UPSTREAM_INVALID_HEADER for invalid status Igor Sysoev 14 years ago
- delete useless variable Igor Sysoev 14 years ago
- use malloc() in ngx_win32_rename_file, set crit level instead of error Igor Sysoev 14 years ago
- bump version Igor Sysoev 14 years ago
- fix segfault Igor Sysoev 14 years ago
- allow to use IP addresses without defined resolver Igor Sysoev 14 years ago
- style fix: remove trailing spaces Igor Sysoev 14 years ago
- log how big fastcgi record Igor Sysoev 14 years ago
- copy protocol value when large request line is copied, Igor Sysoev 14 years ago
- do not allow plain 0.9 request to HTTPS Igor Sysoev 14 years ago
- zero ngx_url_t Igor Sysoev 14 years ago
- style fix Igor Sysoev 14 years ago
- fix comment Igor Sysoev 14 years ago
- ngx_parse_url() saves port text, this allows to use it in proxy host header Igor Sysoev 14 years ago
- bump version Igor Sysoev 14 years ago
- fix segfault Igor Sysoev 14 years ago