Tree @release-1.11.11 (Download .tar.gz)
- ..
- modules
- v2
- ngx_http.c
- ngx_http.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_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-1.11.11
- Access log: removed dead ev->timedout check in flush timer handler. Maxim Dounin 5 years ago
- Converted hc->busy/hc->free to use chain links. Maxim Dounin 5 years ago
- Added missing "static" specifiers found by gcc -Wtraditional. Ruslan Ermilov 5 years ago
- Added missing static specifiers. Eran Kornblau 5 years ago
- Fixed background update with "if". Maxim Dounin 5 years ago
- Gzip: free chain links on the hot path (ticket #1046). Maxim Dounin 5 years ago
- Upstream: read handler cleared on upstream finalization. Maxim Dounin 5 years ago
- Cache: increased cache header Vary and ETag lengths to 128. Maxim Dounin 5 years ago
- Slice filter: fetch slices in cloned subrequests. Roman Arutyunyan 5 years ago
- Upstream: proxy_cache_background_update and friends. Roman Arutyunyan 5 years ago
- Cache: support for stale-while-revalidate and stale-if-error. Roman Arutyunyan 5 years ago
- Request body: commented out debug printing of old buffers. Maxim Dounin 5 years ago
- Request body: c->error on "100 Continue" errors (ticket #1194). Maxim Dounin 5 years ago
- SSL: fixed ssl_buffer_size on SNI virtual hosts (ticket #1192). Maxim Dounin 5 years ago
- Variables: generic prefix variables. Dmitry Volyntsev 5 years ago
- Implemented the "server_tokens build" option. Ruslan Ermilov 5 years ago
- Upstream: removed unused bl_time and bl_state fields. Maxim Dounin 5 years ago
- Upstream: removed unused ngx_http_upstream_conf_t.timeout field. Thibault Charbonnier 5 years ago
- Upstream: removed compatibility shims from ngx_http_upstream_t. Vladimir Homutov 5 years ago
- Upstream: fixed cache corruption and socket leaks with aio_write. Maxim Dounin 5 years ago
- Win32: support 64-bit compilation with MSVC. Maxim Dounin 5 years ago
- Win32: fixed some warnings reported by Borland C. Maxim Dounin 5 years ago
- Fixed missing "Location" field with some relative redirects. Ruslan Ermilov 5 years ago
- Core: relative redirects (closes #1000). Ruslan Ermilov 5 years ago
- Limited recursion when evaluating variables. Ruslan Ermilov 5 years ago
- Access log: support for json escaping. Valentin Bartenev 5 years ago
- The size of cmcf->phase_engine.handlers explained. Ruslan Ermilov 5 years ago
- HTTP/2: prevented creating temp files for requests without body. Valentin Bartenev 5 years ago
- HTTP/2: fixed posted streams handling. Valentin Bartenev 5 years ago
- Map: the "volatile" parameter. Ruslan Ermilov 5 years ago