summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* nginx-1.13.1-RELEASErelease-1.13.1Maxim Dounin2017-05-301-0/+98
* Updated OpenSSL used for win32 builds.Maxim Dounin2017-05-301-1/+1
* Fixed background requests with asynchronous operations.Roman Arutyunyan2017-05-291-5/+3
* Configure: sched_setaffinity() test moved to auto/unix.Maxim Dounin2017-05-292-14/+12
* Style: changed checks of ngx_ssl_create_connection() to != NGX_OK.Maxim Dounin2017-05-292-2/+2
* SSL: set TCP_NODELAY on SSL connections before handshake.Maxim Dounin2017-05-292-11/+27
* Introduced ngx_tcp_nodelay().Ruslan Ermilov2017-05-267-155/+69
* Background subrequests for cache updates.Roman Arutyunyan2017-05-254-24/+49
* Fixed deferred accept with EPOLLRDHUP enabled (ticket #1278).Roman Arutyunyan2017-05-241-1/+1
* HTTP/2: fixed segfault when memory allocation failed.Valentin Bartenev2017-05-231-2/+2
* Contrib: proper syntax parsing in vim syntax highlighting.Maxim Dounin2017-05-221-1711/+1741
* Cache: ignore long locked entries during forced expire.Dmitry Volyntsev2017-05-181-11/+42
* Upstream: fixed u->headers_in.headers allocation error handling.Sergey Kandaurov2017-05-184-0/+6
* Configure: recent Sun C versions.Maxim Dounin2017-05-151-1/+4
* Configure: disabled gcc atomics with Sun C (ticket #1261).Maxim Dounin2017-05-151-15/+19
* Configure: style.Maxim Dounin2017-05-151-1/+1
* Realip: allow hostnames in set_real_ip_from (ticket #1180).Ruslan Ermilov2017-05-152-30/+136
* Access: simplified rule parser code.Ruslan Ermilov2017-05-152-26/+14
* SSL: allowed renegotiation in client mode with OpenSSL < 1.1.0.Sergey Kandaurov2017-05-031-1/+1
* Added missing "fall through" comments (ticket #1259).Maxim Dounin2017-04-273-0/+6
* Don't pretend we support HTTP major versions >1 as HTTP/1.1.Ruslan Ermilov2017-04-255-8/+34
* Version bump.Ruslan Ermilov2017-04-251-2/+2
* release-1.13.0 tagMaxim Dounin2017-04-251-0/+1
* nginx-1.13.0-RELEASErelease-1.13.0Maxim Dounin2017-04-251-0/+78
* HTTP/2: reduced difference to HTTP/1.x in reading request body.Valentin Bartenev2017-04-243-33/+18
* HTTP/2: rejecting zero WINDOW_UPDATE with PROTOCOL_ERROR.Valentin Bartenev2017-04-241-0/+38
* Gzip static: use an appropriate error on memory allocation failure.Sergey Kandaurov2017-04-201-1/+1
* Cleaned up r->headers_out.headers allocation error handling.Sergey Kandaurov2017-04-208-15/+28
* Core: signal sender pid logging.Igor Sysoev2017-04-201-8/+24
* Sub filter: restored ngx_http_set_ctx() at the proper place.Sergey Kandaurov2017-04-181-2/+2
* SSL: compatibility with OpenSSL master branch.Sergey Kandaurov2017-04-181-1/+1
* SSL: disabled renegotiation detection in client mode.Sergey Kandaurov2017-04-182-1/+8
* SSL: added support for TLSv1.3 in ssl_protocols directive.Sergey Kandaurov2017-04-188-0/+13
* Set UDP datagram source address (ticket #1239).Roman Arutyunyan2017-04-112-0/+103
* Core: removed extra ngx_alloc() and ngx_calloc() prototypes.Sergey Kandaurov2017-04-181-3/+0
* Enabled IPV6_RECVPKTINFO / IPV6_PKTINFO on macOS.Sergey Kandaurov2017-04-172-1/+6
* Added support for the "308 Permanent Redirect" (ticket #877).Simon Leblanc2017-04-116-4/+20
* Mail: configurable socket buffer sizes.Vladimir Homutov2017-04-033-1/+39
* Stream: configurable socket buffer sizes.Vladimir Homutov2017-04-033-1/+39
* Core: improved JSON escaping.Valentin Bartenev2017-04-121-5/+42
* Use ngx_calloc_buf() where appropriate.Ruslan Ermilov2017-04-129-12/+12
* Version bump.Ruslan Ermilov2017-04-121-2/+2
* release-1.11.13 tagMaxim Dounin2017-04-041-0/+1
* nginx-1.11.13-RELEASErelease-1.11.13Maxim Dounin2017-04-041-0/+91
* Upstream: allow recovery from "429 Too Many Requests" response.Piotr Sikora2017-03-246-5/+16
* Added support for "429 Too Many Requests" response (RFC6585).Piotr Sikora2017-03-243-8/+29
* Fixed type.hucongcong2017-04-031-2/+2
* Slice filter: prevented slice redirection (ticket #1219).Roman Arutyunyan2017-03-311-1/+11
* Slice filter: allowed at most one subrequest at a time.Roman Arutyunyan2017-03-281-12/+16
* Moved handling of wev->delayed to the connection event handler.Maxim Dounin2017-04-024-78/+26