Tree @release-1.13.3 (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.13.3
- Range filter: avoid negative range start. Maxim Dounin 4 years ago
- Range filter: protect from total size overflows. Maxim Dounin 4 years ago
- Variables: use ngx_http_variable_null_value where appropriate. Ruslan Ermilov 4 years ago
- Proxy: split configured header names and values. Piotr Sikora 5 years ago
- Range filter: allowed ranges on empty files (ticket #1031). Maxim Dounin 4 years ago
- Upstream: introduced ngx_http_upstream_ssl_handshake_handler(). Maxim Dounin 5 years ago
- Upstream: fixed running posted requests (ticket #788). Roman Arutyunyan 5 years ago
- Headers filter: added "add_trailer" directive. Piotr Sikora 5 years ago
- HTTP/2: added support for trailers in HTTP responses. Piotr Sikora 5 years ago
- Added support for trailers in HTTP responses. Piotr Sikora 5 years ago
- Gzip: fixed style in $gzip_ratio variable handler. Ruslan Ermilov 5 years ago
- HTTP/2: reject HTTP/2 requests without ":scheme" pseudo-header. Piotr Sikora 5 years ago
- Userid: ngx_http_get_indexed_variable() error handling. Sergey Kandaurov 5 years ago
- Fixed segfault in try_files with nested location. Sergey Kandaurov 5 years ago
- SSI: return NGX_ERROR when timefmt memory allocation failed. Sergey Kandaurov 5 years ago
- HTTP/2: don't send SETTINGS ACK before already queued DATA frames. Piotr Sikora 5 years ago
- HTTP/2: make SETTINGS ACK frame reusable. Piotr Sikora 5 years ago
- HTTP/2: send SETTINGS ACK after applying all SETTINGS params. Piotr Sikora 5 years ago
- HTTP/2: emit new frames only after applying all SETTINGS params. Piotr Sikora 5 years ago
- Upstream: style. Piotr Sikora 5 years ago
- Headers filter: style. Piotr Sikora 5 years ago
- HTTP/2: add debug logging of pseudo-headers and cookies. Piotr Sikora 5 years ago
- Fixed background requests with asynchronous operations. Roman Arutyunyan 5 years ago
- SSL: set TCP_NODELAY on SSL connections before handshake. Maxim Dounin 5 years ago
- Introduced ngx_tcp_nodelay(). Ruslan Ermilov 5 years ago
- Background subrequests for cache updates. Roman Arutyunyan 5 years ago
- HTTP/2: fixed segfault when memory allocation failed. Valentin Bartenev 5 years ago
- Cache: ignore long locked entries during forced expire. Dmitry Volyntsev 5 years ago
- Upstream: fixed u->headers_in.headers allocation error handling. Sergey Kandaurov 5 years ago
- Realip: allow hostnames in set_real_ip_from (ticket #1180). Ruslan Ermilov 5 years ago