Tree @release-1.13.1 (Download .tar.gz)
History of src @release-1.13.1
- Fixed background requests with asynchronous operations. Roman Arutyunyan 3 years ago
- Style: changed checks of ngx_ssl_create_connection() to != NGX_OK. Maxim Dounin 3 years ago
- SSL: set TCP_NODELAY on SSL connections before handshake. Maxim Dounin 3 years ago
- Introduced ngx_tcp_nodelay(). Ruslan Ermilov 3 years ago
- Background subrequests for cache updates. Roman Arutyunyan 3 years ago
- Fixed deferred accept with EPOLLRDHUP enabled (ticket #1278). Roman Arutyunyan 3 years ago
- HTTP/2: fixed segfault when memory allocation failed. Valentin Bartenev 3 years ago
- Cache: ignore long locked entries during forced expire. Dmitry Volyntsev 3 years ago
- Upstream: fixed u->headers_in.headers allocation error handling. Sergey Kandaurov 3 years ago
- Realip: allow hostnames in set_real_ip_from (ticket #1180). Ruslan Ermilov 3 years ago
- Access: simplified rule parser code. Ruslan Ermilov 3 years ago
- SSL: allowed renegotiation in client mode with OpenSSL < 1.1.0. Sergey Kandaurov 3 years ago
- Added missing "fall through" comments (ticket #1259). Maxim Dounin 3 years ago
- Don't pretend we support HTTP major versions >1 as HTTP/1.1. Ruslan Ermilov 3 years ago
- Version bump. Ruslan Ermilov 3 years ago
- HTTP/2: reduced difference to HTTP/1.x in reading request body. Valentin Bartenev 3 years ago
- HTTP/2: rejecting zero WINDOW_UPDATE with PROTOCOL_ERROR. Valentin Bartenev 3 years ago
- Gzip static: use an appropriate error on memory allocation failure. Sergey Kandaurov 3 years ago
- Cleaned up r->headers_out.headers allocation error handling. Sergey Kandaurov 3 years ago
- Core: signal sender pid logging. Igor Sysoev 3 years ago
- Sub filter: restored ngx_http_set_ctx() at the proper place. Sergey Kandaurov 3 years ago
- SSL: compatibility with OpenSSL master branch. Sergey Kandaurov 3 years ago
- SSL: disabled renegotiation detection in client mode. Sergey Kandaurov 3 years ago
- SSL: added support for TLSv1.3 in ssl_protocols directive. Sergey Kandaurov 3 years ago
- Set UDP datagram source address (ticket #1239). Roman Arutyunyan 3 years ago
- Core: removed extra ngx_alloc() and ngx_calloc() prototypes. Sergey Kandaurov 3 years ago
- Enabled IPV6_RECVPKTINFO / IPV6_PKTINFO on macOS. Sergey Kandaurov 3 years ago
- Added support for the "308 Permanent Redirect" (ticket #877). Simon Leblanc 3 years ago
- Mail: configurable socket buffer sizes. Vladimir Homutov 3 years ago
- Stream: configurable socket buffer sizes. Vladimir Homutov 3 years ago