summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2017-05-30nginx-1.13.1-RELEASErelease-1.13.1Maxim Dounin1-0/+98
2017-05-30Updated OpenSSL used for win32 builds.Maxim Dounin1-1/+1
2017-05-29Fixed background requests with asynchronous operations.Roman Arutyunyan1-5/+3
2017-05-29Configure: sched_setaffinity() test moved to auto/unix.Maxim Dounin2-14/+12
2017-05-29Style: changed checks of ngx_ssl_create_connection() to != NGX_OK.Maxim Dounin2-2/+2
2017-05-29SSL: set TCP_NODELAY on SSL connections before handshake.Maxim Dounin2-11/+27
2017-05-26Introduced ngx_tcp_nodelay().Ruslan Ermilov7-155/+69
2017-05-25Background subrequests for cache updates.Roman Arutyunyan4-24/+49
2017-05-24Fixed deferred accept with EPOLLRDHUP enabled (ticket #1278).Roman Arutyunyan1-1/+1
2017-05-23HTTP/2: fixed segfault when memory allocation failed.Valentin Bartenev1-2/+2
2017-05-22Contrib: proper syntax parsing in vim syntax highlighting.Maxim Dounin1-1711/+1741
2017-05-18Cache: ignore long locked entries during forced expire.Dmitry Volyntsev1-11/+42
2017-05-18Upstream: fixed u->headers_in.headers allocation error handling.Sergey Kandaurov4-0/+6
2017-05-15Configure: recent Sun C versions.Maxim Dounin1-1/+4
2017-05-15Configure: disabled gcc atomics with Sun C (ticket #1261).Maxim Dounin1-15/+19
2017-05-15Configure: style.Maxim Dounin1-1/+1
2017-05-15Realip: allow hostnames in set_real_ip_from (ticket #1180).Ruslan Ermilov2-30/+136
2017-05-15Access: simplified rule parser code.Ruslan Ermilov2-26/+14
2017-05-03SSL: allowed renegotiation in client mode with OpenSSL < 1.1.0.Sergey Kandaurov1-1/+1
2017-04-27Added missing "fall through" comments (ticket #1259).Maxim Dounin3-0/+6
2017-04-25Don't pretend we support HTTP major versions >1 as HTTP/1.1.Ruslan Ermilov5-8/+34
2017-04-25Version bump.Ruslan Ermilov1-2/+2
2017-04-25release-1.13.0 tagMaxim Dounin1-0/+1
2017-04-25nginx-1.13.0-RELEASErelease-1.13.0Maxim Dounin1-0/+78
2017-04-24HTTP/2: reduced difference to HTTP/1.x in reading request body.Valentin Bartenev3-33/+18
2017-04-24HTTP/2: rejecting zero WINDOW_UPDATE with PROTOCOL_ERROR.Valentin Bartenev1-0/+38
2017-04-20Gzip static: use an appropriate error on memory allocation failure.Sergey Kandaurov1-1/+1
2017-04-20Cleaned up r->headers_out.headers allocation error handling.Sergey Kandaurov8-15/+28
2017-04-20Core: signal sender pid logging.Igor Sysoev1-8/+24
2017-04-18Sub filter: restored ngx_http_set_ctx() at the proper place.Sergey Kandaurov1-2/+2
2017-04-18SSL: compatibility with OpenSSL master branch.Sergey Kandaurov1-1/+1
2017-04-18SSL: disabled renegotiation detection in client mode.Sergey Kandaurov2-1/+8
2017-04-18SSL: added support for TLSv1.3 in ssl_protocols directive.Sergey Kandaurov8-0/+13
2017-04-11Set UDP datagram source address (ticket #1239).Roman Arutyunyan2-0/+103
2017-04-18Core: removed extra ngx_alloc() and ngx_calloc() prototypes.Sergey Kandaurov1-3/+0
2017-04-17Enabled IPV6_RECVPKTINFO / IPV6_PKTINFO on macOS.Sergey Kandaurov2-1/+6
2017-04-11Added support for the "308 Permanent Redirect" (ticket #877).Simon Leblanc6-4/+20
2017-04-03Mail: configurable socket buffer sizes.Vladimir Homutov3-1/+39
2017-04-03Stream: configurable socket buffer sizes.Vladimir Homutov3-1/+39
2017-04-12Core: improved JSON escaping.Valentin Bartenev1-5/+42
2017-04-12Use ngx_calloc_buf() where appropriate.Ruslan Ermilov9-12/+12
2017-04-12Version bump.Ruslan Ermilov1-2/+2
2017-04-04release-1.11.13 tagMaxim Dounin1-0/+1
2017-04-04nginx-1.11.13-RELEASErelease-1.11.13Maxim Dounin1-0/+91
2017-03-24Upstream: allow recovery from "429 Too Many Requests" response.Piotr Sikora6-5/+16
2017-03-24Added support for "429 Too Many Requests" response (RFC6585).Piotr Sikora3-8/+29
2017-04-03Fixed type.hucongcong1-2/+2
2017-03-31Slice filter: prevented slice redirection (ticket #1219).Roman Arutyunyan1-1/+11
2017-03-28Slice filter: allowed at most one subrequest at a time.Roman Arutyunyan1-12/+16
2017-04-02Moved handling of wev->delayed to the connection event handler.Maxim Dounin4-78/+26