1. 4cc41a4 Merge branch 'nginx' (nginx-1.13.3). by Piotr Sikora · 8 years ago
  2. b6d0324 release-1.13.3 tag by Maxim Dounin · 8 years ago
  3. f560546 nginx-1.13.3-RELEASE by Maxim Dounin · 8 years ago nginx-1.13.3
  4. f8597b4 Range filter: avoid negative range start. by Maxim Dounin · 8 years ago
  5. 7e18ca8 Range filter: protect from total size overflows. by Maxim Dounin · 8 years ago
  6. 2c84a0e Variables: use ngx_http_variable_null_value where appropriate. by Ruslan Ermilov · 8 years ago
  7. 946688b Resolver: cancelable resend timer event. by Ruslan Ermilov · 8 years ago
  8. df418f2 Resolver: factored out setting a timer for resolver timeout. by Sergey Kandaurov · 8 years ago
  9. ff21738 Slab: fixed small allocations on systems with large pagesize. by Ruslan Ermilov · 8 years ago
  10. 13399c5 Slab: style. by Ruslan Ermilov · 8 years ago
  11. 4375beb Resolver: fixed possible use-after-free while resolving SRV. by Roman Arutyunyan · 8 years ago
  12. 8324948 Merge branch 'nginx' (nginx-1.13.2). by Piotr Sikora · 8 years ago
  13. b00eeba release-1.13.2 tag by Maxim Dounin · 8 years ago
  14. b84e8a1 nginx-1.13.2-RELEASE by Maxim Dounin · 8 years ago nginx-1.13.2
  15. b011293 Range filter: allowed ranges on empty files (ticket #1031). by Maxim Dounin · 8 years ago
  16. 6d51e99 Merge upstream version of HTTP/2 fixes. by Piotr Sikora · 8 years ago
  17. 2a8a375 Merge upstream version of HTTP trailers. by Piotr Sikora · 8 years ago
  18. 2da47d8 Upstream: introduced ngx_http_upstream_ssl_handshake_handler(). by Maxim Dounin · 8 years ago
  19. e9f69c1 Upstream: fixed running posted requests (ticket #788). by Roman Arutyunyan · 8 years ago
  20. 9f1b1b4 Resolver: added the "async" flag to resolver context. by Roman Arutyunyan · 8 years ago
  21. be751bf Resolver: fixed allocation error handling while resolving SRV. by Bart Warmerdam · 8 years ago
  22. cd7edb6 Introduced ngx_rwlock_downgrade(). by Ruslan Ermilov · 8 years ago
  23. 46b41a3 Added memory barrier semantics to ngx_rwlock_unlock(). by Ruslan Ermilov · 8 years ago
  24. e57578e Merge branch 'nginx' (nginx-1.13.1). by Piotr Sikora · 8 years ago
  25. 568f855 release-1.13.1 tag by Maxim Dounin · 8 years ago
  26. cbf700a nginx-1.13.1-RELEASE by Maxim Dounin · 8 years ago nginx-1.13.1
  27. 74cb394 Updated OpenSSL used for win32 builds. by Maxim Dounin · 8 years ago
  28. c66b6c6 Fixed background requests with asynchronous operations. by Roman Arutyunyan · 8 years ago
  29. 302d47a Configure: sched_setaffinity() test moved to auto/unix. by Maxim Dounin · 8 years ago
  30. a26f3cd Style: changed checks of ngx_ssl_create_connection() to != NGX_OK. by Maxim Dounin · 8 years ago
  31. d496b3e SSL: set TCP_NODELAY on SSL connections before handshake. by Maxim Dounin · 8 years ago
  32. 5e3dfd2 Introduced ngx_tcp_nodelay(). by Ruslan Ermilov · 8 years ago
  33. de9e34e Background subrequests for cache updates. by Roman Arutyunyan · 8 years ago
  34. c48387e Fixed deferred accept with EPOLLRDHUP enabled (ticket #1278). by Roman Arutyunyan · 8 years ago
  35. 789d6ab HTTP/2: fixed segfault when memory allocation failed. by Valentin Bartenev · 8 years ago
  36. b8e4b6a Contrib: proper syntax parsing in vim syntax highlighting. by Maxim Dounin · 8 years ago
  37. 464f207 Cache: ignore long locked entries during forced expire. by Dmitry Volyntsev · 8 years ago
  38. 7911b24 Upstream: fixed u->headers_in.headers allocation error handling. by Sergey Kandaurov · 8 years ago
  39. 9c757f3 Upstream: add $upstream_bytes_sent variable. by Piotr Sikora · 8 years ago
  40. eaf08f7 Upstream: ignore read-readiness if request wasn't sent. by Piotr Sikora · 8 years ago
  41. b7ac903 Upstream: pass "Trailer" header only when passing trailers. by Piotr Sikora · 8 years ago
  42. 06b99e2 Configure: recent Sun C versions. by Maxim Dounin · 8 years ago
  43. 789d220 Configure: disabled gcc atomics with Sun C (ticket #1261). by Maxim Dounin · 8 years ago
  44. 27453e3 Configure: style. by Maxim Dounin · 8 years ago
  45. 25badc2 Realip: allow hostnames in set_real_ip_from (ticket #1180). by Ruslan Ermilov · 8 years ago
  46. e27a553 Access: simplified rule parser code. by Ruslan Ermilov · 8 years ago
  47. de167d4 SSL: allowed renegotiation in client mode with OpenSSL < 1.1.0. by Sergey Kandaurov · 8 years ago
  48. 704bcc8 Added missing "fall through" comments (ticket #1259). by Maxim Dounin · 8 years ago
  49. e98c725 Merge branch 'nginx' (nginx-1.13.0). by Piotr Sikora · 8 years ago
  50. 6f69077 Don't pretend we support HTTP major versions >1 as HTTP/1.1. by Ruslan Ermilov · 8 years ago
  51. 8dce02e Version bump. by Ruslan Ermilov · 8 years ago
  52. 37eb08b release-1.13.0 tag by Maxim Dounin · 8 years ago
  53. e7a3de4 nginx-1.13.0-RELEASE by Maxim Dounin · 8 years ago nginx-1.13.0
  54. d617ff6 HTTP/2: reduced difference to HTTP/1.x in reading request body. by Valentin Bartenev · 8 years ago
  55. 1d637a5 HTTP/2: rejecting zero WINDOW_UPDATE with PROTOCOL_ERROR. by Valentin Bartenev · 8 years ago
  56. 6feddd6 HTTP/2: retain r->request_body in requests without request body. by Piotr Sikora · 8 years ago
  57. d590699 Gzip static: use an appropriate error on memory allocation failure. by Sergey Kandaurov · 8 years ago
  58. d5fa36f Cleaned up r->headers_out.headers allocation error handling. by Sergey Kandaurov · 8 years ago
  59. 789e4d2 Core: signal sender pid logging. by Igor Sysoev · 8 years ago
  60. 0e9b81f HTTP/2: send SETTINGS ACK after applying all SETTINGS params. by Piotr Sikora · 8 years ago
  61. e4c0924 HTTP/2: emit new frames only after applying all SETTINGS params. by Piotr Sikora · 8 years ago
  62. cd08515 HTTP/2: don't send SETTINGS ACK before already queued DATA frames. by Piotr Sikora · 8 years ago
  63. c5e3875 HTTP/2: make SETTINGS ACK frame reusable. by Piotr Sikora · 8 years ago
  64. 4e532a8 HTTP/2: add debug logging of SETTINGS frame and its parameters. by Piotr Sikora · 8 years ago
  65. 4f38876 Sub filter: restored ngx_http_set_ctx() at the proper place. by Sergey Kandaurov · 8 years ago
  66. 79d99a0 SSL: compatibility with OpenSSL master branch. by Sergey Kandaurov · 8 years ago
  67. d0996af SSL: disabled renegotiation detection in client mode. by Sergey Kandaurov · 8 years ago
  68. 761bc39 SSL: added support for TLSv1.3 in ssl_protocols directive. by Sergey Kandaurov · 8 years ago
  69. 724d471 Set UDP datagram source address (ticket #1239). by Roman Arutyunyan · 8 years ago
  70. eae591b Core: removed extra ngx_alloc() and ngx_calloc() prototypes. by Sergey Kandaurov · 8 years ago
  71. c1de6f3 Enabled IPV6_RECVPKTINFO / IPV6_PKTINFO on macOS. by Sergey Kandaurov · 8 years ago
  72. 1b29b32 Added support for the "308 Permanent Redirect" (ticket #877). by Simon Leblanc · 8 years ago
  73. e9026b3 Proxy: split configured header names and values. by Piotr Sikora · 8 years ago
  74. ced7c68 Proxy: always emit "Host" header first. by Piotr Sikora · 8 years ago
  75. dc4a230 Proxy: add "proxy_ssl_alpn" directive. by Piotr Sikora · 8 years ago
  76. f38caae Merge branch 'nginx' (nginx-1.11.13). by Piotr Sikora · 8 years ago
  77. 014e730 release-1.11.13 tag by Maxim Dounin · 8 years ago
  78. b3c249b nginx-1.11.13-RELEASE by Maxim Dounin · 8 years ago nginx-1.11.13
  79. 76725a8 Mail: configurable socket buffer sizes. by Vladimir Homutov · 8 years ago
  80. 75901ca Stream: configurable socket buffer sizes. by Vladimir Homutov · 8 years ago
  81. b420a91 Core: improved JSON escaping. by Valentin Bartenev · 8 years ago
  82. a43ae9f Use ngx_calloc_buf() where appropriate. by Ruslan Ermilov · 8 years ago
  83. f6b6d46 Version bump. by Ruslan Ermilov · 8 years ago
  84. 4dbf1fb HTTP/2: add fast-path for HTTP/2 requests without request body. by Piotr Sikora · 8 years ago
  85. 0f69928 HTTP/2: add debug logging of pseudo-headers and control frames. by Piotr Sikora · 8 years ago
  86. 4d4bdd3 HTTP/2: add logging of RST_STREAM frames with NO_ERROR code. by Piotr Sikora · 8 years ago
  87. 470540b HTTP/2: reject HTTP/2 requests with "Connection" header. by Piotr Sikora · 8 years ago
  88. d110213 HTTP/2: reject HTTP/2 requests without ":scheme" pseudo-header. by Piotr Sikora · 8 years ago
  89. 0ee0aee HTTP/2: emit PROTOCOL_ERROR on invalid ENABLE_PUSH setting value. by Piotr Sikora · 8 years ago
  90. 7272ca5 HTTP/2: emit PROTOCOL_ERROR on invalid WINDOW_UPDATE increments. by Piotr Sikora · 8 years ago
  91. 4d0f4bc HTTP/2: emit PROTOCOL_ERROR on padding errors. by Piotr Sikora · 8 years ago
  92. a5c90de HTTP/2: fix flow control with padded DATA frames. by Piotr Sikora · 8 years ago
  93. 4877551 HTTP/2: fix $body_bytes_sent variable. by Piotr Sikora · 8 years ago
  94. 4d1fcf1 HTTP/2: fix $bytes_sent variable. by Piotr Sikora · 8 years ago
  95. e851e0a Upstream: add support for trailers in HTTP responses. by Piotr Sikora · 8 years ago
  96. ce8d9cc HTTP/2: emit trailers in HTTP/2 responses without message body. by Piotr Sikora · 8 years ago
  97. 2b008f3 Headers filter: add "Trailer" header only when emitting trailers. by Piotr Sikora · 8 years ago
  98. 4553c7f HTTP: force chunked encoding only when emitting trailers. by Piotr Sikora · 8 years ago
  99. 9e563ec HTTP: fix support for trailers in subrequests. by Piotr Sikora · 8 years ago
  100. ffad0ba HTTP: add $sent_trailer_* variables. by Piotr Sikora · 8 years ago