Tree @release-0.8.21 (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.21
- http listen unix domain sockets Igor Sysoev 12 years ago
- fix r3225 and r3227: preserve default_server bit during listen options Igor Sysoev 12 years ago
- do not run regex for empty host name since regex always fails in this case, Igor Sysoev 12 years ago
- test a duplicate listen in a server Igor Sysoev 12 years ago
- fix r3225: it overrode the listen options by default server default options Igor Sysoev 12 years ago
- listen default_server parameter Igor Sysoev 12 years ago
- allow to set listen options in any server Igor Sysoev 12 years ago
- add listen address in error message Igor Sysoev 12 years ago
- rename core_srv_conf fields to more understandable default_server and server Igor Sysoev 12 years ago
- *) move sockaddr to the listen options Igor Sysoev 12 years ago
- fix r3218: Igor Sysoev 12 years ago
- refactor http listen code: remove duplicate options fields Igor Sysoev 12 years ago
- refactor http listen code: Igor Sysoev 12 years ago
- fix two previous commits: an early parallel body discarding completion Igor Sysoev 12 years ago
- allow discarding body while a long response transfer Igor Sysoev 12 years ago
- restore discard body handler after ngx_http_set_writer() set it to Igor Sysoev 12 years ago
- fix ngx_http_finalize_request() code after a body has been discarded Igor Sysoev 12 years ago
- prevent handling discarded body as a pipelined request Igor Sysoev 12 years ago
- add lingering timeout if a response is short and a request body is being Igor Sysoev 12 years ago
- fix typo Igor Sysoev 12 years ago
- ngx_http_parse_time() should support full 32-bit time Igor Sysoev 12 years ago
- use ngx_uint_t instead of int, Igor Sysoev 12 years ago
- bump version Igor Sysoev 12 years ago
- update r3201: ngx_http_random_index_module should behave consistently Igor Sysoev 12 years ago
- *) reset cached dirent.d_type after stat() Igor Sysoev 12 years ago
- test comma separator in "Cache-Control" Igor Sysoev 12 years ago
- hide cacheable Set-Cookie and P3P FastCGI response headers Igor Sysoev 12 years ago
- use only strong ciphers by default Igor Sysoev 12 years ago
- use real file cache length, this fixes cache size counting for responses Igor Sysoev 12 years ago
- bump version Igor Sysoev 12 years ago