1. aa361df Range filter: changed type for total length to off_t. by Maxim Dounin · 7 years ago
  2. cba45e8 Restored ngx_event_aio_t layout for debug logging. by Maxim Dounin · 7 years ago
  3. c9efed2 Style. by Maxim Dounin · 7 years ago
  4. 18e870f Bazel: update to new "pkg_tar" syntax. by Piotr Sikora · 7 years ago
  5. b9c70d8 Fixed calls to ngx_open_file() in certain places. by Sergey Kandaurov · 7 years ago
  6. cabb368 Style. by Sergey Kandaurov · 7 years ago
  7. 2bac211 Version bump. by Sergey Kandaurov · 7 years ago
  8. 487c5b4 Bazel: update BoringSSL to d363247 / 384d71d (master-with-bazel). by Piotr Sikora · 7 years ago
  9. b02be0a Merge branch 'nginx' (nginx-1.13.4). by Piotr Sikora · 7 years ago
  10. f1ff7f9 release-1.13.4 tag by Maxim Dounin · 7 years ago
  11. 392d538 nginx-1.13.4-RELEASE by Maxim Dounin · 7 years ago nginx-1.13.4
  12. ed0f289 Updated PCRE used for win32 builds. by Maxim Dounin · 7 years ago
  13. e22864d Slab: fixed initialization on win32. by Ruslan Ermilov · 7 years ago
  14. b0203ae Cache: reset c->body_start when reading a variant on Vary mismatch. by Sergey Kandaurov · 7 years ago
  15. d701a73 HTTP/2: rejecting invalid stream identifiers with PROTOCOL_ERROR. by Sergey Kandaurov · 3 years, 10 months ago
  16. 1aa1b74 Cache: ignore stale-if-error for 4xx and 5xx codes. by Roman Arutyunyan · 4 years ago
  17. 66bac42 Version bump. by Roman Arutyunyan · 3 years, 11 months ago
  18. fe0ab4d Upstream: copy peer data in shared memory. by Ruslan Ermilov · 7 years ago
  19. 7f18dac Referer: fixed $invalid_referer. by Ruslan Ermilov · 7 years ago
  20. 5f7f783 Upstream zone: store peers->name and its data in shared memory. by Ruslan Ermilov · 7 years ago
  21. a6e5cac Variables: macros for null variables. by Ruslan Ermilov · 7 years ago
  22. 7a8a9c3 Browser: style. by Ruslan Ermilov · 7 years ago
  23. 6a24f1c Cache: fixed max_size on win32. by Ruslan Ermilov · 7 years ago
  24. 19e3fd8 SSL: fixed typo in the error message. by Sergey Kandaurov · 7 years ago
  25. 89581d0 Mirror: "off" paramater of the "mirror" directive. by Roman Arutyunyan · 7 years ago
  26. ef33b87 Mirror module. by Roman Arutyunyan · 7 years ago
  27. cbf96ec Precontent phase. by Roman Arutyunyan · 7 years ago
  28. 9078882 Upstream: keep request body file from removal if requested. by Roman Arutyunyan · 7 years ago
  29. dc1598f Style. by Alex Zhang · 7 years ago
  30. 328fdab Configure: fixed PCRE requirement check by ngx_http_rewrite_module. by Samuel Martin · 7 years ago
  31. b1b54ee Parenthesized ASCII-related calculations. by Valentin Bartenev · 7 years ago
  32. aae5c50 HTTP/2: don't limit the number of requests per HTTP/2 connection. by Piotr Sikora · 7 years ago
  33. 4352c8b Style: aligned ngx_null_command. by Ruslan Ermilov · 7 years ago
  34. 563efd0 Bazel: update PCRE to v8.41. by Piotr Sikora · 7 years ago
  35. 22ec57d Bazel: update BoringSSL to d977eaa / 59eb3d5 (master-with-bazel). by Piotr Sikora · 7 years ago
  36. 4cc41a4 Merge branch 'nginx' (nginx-1.13.3). by Piotr Sikora · 7 years ago
  37. 77a1dc4 Core: fixed error message on setsockopt(SO_REUSEPORT) failure. by Maxim Dounin · 7 years ago
  38. 337afd5 Core: disabled SO_REUSEPORT when testing config (ticket #1300). by Maxim Dounin · 7 years ago
  39. 76834f0 Version bump. by Maxim Dounin · 7 years ago
  40. b6d0324 release-1.13.3 tag by Maxim Dounin · 7 years ago
  41. f560546 nginx-1.13.3-RELEASE by Maxim Dounin · 7 years ago nginx-1.13.3
  42. f8597b4 Range filter: avoid negative range start. by Maxim Dounin · 7 years ago
  43. 7e18ca8 Range filter: protect from total size overflows. by Maxim Dounin · 7 years ago
  44. 2c84a0e Variables: use ngx_http_variable_null_value where appropriate. by Ruslan Ermilov · 7 years ago
  45. 946688b Resolver: cancelable resend timer event. by Ruslan Ermilov · 7 years ago
  46. df418f2 Resolver: factored out setting a timer for resolver timeout. by Sergey Kandaurov · 7 years ago
  47. ff21738 Slab: fixed small allocations on systems with large pagesize. by Ruslan Ermilov · 7 years ago
  48. 13399c5 Slab: style. by Ruslan Ermilov · 7 years ago
  49. 4375beb Resolver: fixed possible use-after-free while resolving SRV. by Roman Arutyunyan · 7 years ago
  50. 8324948 Merge branch 'nginx' (nginx-1.13.2). by Piotr Sikora · 7 years ago
  51. b00eeba release-1.13.2 tag by Maxim Dounin · 7 years ago
  52. b84e8a1 nginx-1.13.2-RELEASE by Maxim Dounin · 7 years ago nginx-1.13.2
  53. b011293 Range filter: allowed ranges on empty files (ticket #1031). by Maxim Dounin · 7 years ago
  54. 6d51e99 Merge upstream version of HTTP/2 fixes. by Piotr Sikora · 7 years ago
  55. 2a8a375 Merge upstream version of HTTP trailers. by Piotr Sikora · 7 years ago
  56. 2da47d8 Upstream: introduced ngx_http_upstream_ssl_handshake_handler(). by Maxim Dounin · 7 years ago
  57. e9f69c1 Upstream: fixed running posted requests (ticket #788). by Roman Arutyunyan · 7 years ago
  58. 9f1b1b4 Resolver: added the "async" flag to resolver context. by Roman Arutyunyan · 7 years ago
  59. be751bf Resolver: fixed allocation error handling while resolving SRV. by Bart Warmerdam · 7 years ago
  60. cd7edb6 Introduced ngx_rwlock_downgrade(). by Ruslan Ermilov · 7 years ago
  61. 46b41a3 Added memory barrier semantics to ngx_rwlock_unlock(). by Ruslan Ermilov · 7 years ago
  62. e57578e Merge branch 'nginx' (nginx-1.13.1). by Piotr Sikora · 7 years ago
  63. 568f855 release-1.13.1 tag by Maxim Dounin · 7 years ago
  64. cbf700a nginx-1.13.1-RELEASE by Maxim Dounin · 7 years ago nginx-1.13.1
  65. 74cb394 Updated OpenSSL used for win32 builds. by Maxim Dounin · 7 years ago
  66. c66b6c6 Fixed background requests with asynchronous operations. by Roman Arutyunyan · 7 years ago
  67. 302d47a Configure: sched_setaffinity() test moved to auto/unix. by Maxim Dounin · 7 years ago
  68. a26f3cd Style: changed checks of ngx_ssl_create_connection() to != NGX_OK. by Maxim Dounin · 7 years ago
  69. d496b3e SSL: set TCP_NODELAY on SSL connections before handshake. by Maxim Dounin · 7 years ago
  70. 5e3dfd2 Introduced ngx_tcp_nodelay(). by Ruslan Ermilov · 7 years ago
  71. de9e34e Background subrequests for cache updates. by Roman Arutyunyan · 7 years ago
  72. c48387e Fixed deferred accept with EPOLLRDHUP enabled (ticket #1278). by Roman Arutyunyan · 7 years ago
  73. 789d6ab HTTP/2: fixed segfault when memory allocation failed. by Valentin Bartenev · 7 years ago
  74. b8e4b6a Contrib: proper syntax parsing in vim syntax highlighting. by Maxim Dounin · 7 years ago
  75. 464f207 Cache: ignore long locked entries during forced expire. by Dmitry Volyntsev · 7 years ago
  76. 7911b24 Upstream: fixed u->headers_in.headers allocation error handling. by Sergey Kandaurov · 7 years ago
  77. 9c757f3 Upstream: add $upstream_bytes_sent variable. by Piotr Sikora · 7 years ago
  78. eaf08f7 Upstream: ignore read-readiness if request wasn't sent. by Piotr Sikora · 7 years ago
  79. b7ac903 Upstream: pass "Trailer" header only when passing trailers. by Piotr Sikora · 7 years ago
  80. 06b99e2 Configure: recent Sun C versions. by Maxim Dounin · 7 years ago
  81. 789d220 Configure: disabled gcc atomics with Sun C (ticket #1261). by Maxim Dounin · 7 years ago
  82. 27453e3 Configure: style. by Maxim Dounin · 7 years ago
  83. 25badc2 Realip: allow hostnames in set_real_ip_from (ticket #1180). by Ruslan Ermilov · 7 years ago
  84. e27a553 Access: simplified rule parser code. by Ruslan Ermilov · 7 years ago
  85. de167d4 SSL: allowed renegotiation in client mode with OpenSSL < 1.1.0. by Sergey Kandaurov · 7 years ago
  86. 704bcc8 Added missing "fall through" comments (ticket #1259). by Maxim Dounin · 7 years ago
  87. e98c725 Merge branch 'nginx' (nginx-1.13.0). by Piotr Sikora · 7 years ago
  88. 6f69077 Don't pretend we support HTTP major versions >1 as HTTP/1.1. by Ruslan Ermilov · 7 years ago
  89. 8dce02e Version bump. by Ruslan Ermilov · 7 years ago
  90. 37eb08b release-1.13.0 tag by Maxim Dounin · 7 years ago
  91. e7a3de4 nginx-1.13.0-RELEASE by Maxim Dounin · 7 years ago nginx-1.13.0
  92. d617ff6 HTTP/2: reduced difference to HTTP/1.x in reading request body. by Valentin Bartenev · 7 years ago
  93. 1d637a5 HTTP/2: rejecting zero WINDOW_UPDATE with PROTOCOL_ERROR. by Valentin Bartenev · 7 years ago
  94. 6feddd6 HTTP/2: retain r->request_body in requests without request body. by Piotr Sikora · 7 years ago
  95. d590699 Gzip static: use an appropriate error on memory allocation failure. by Sergey Kandaurov · 7 years ago
  96. d5fa36f Cleaned up r->headers_out.headers allocation error handling. by Sergey Kandaurov · 7 years ago
  97. 789e4d2 Core: signal sender pid logging. by Igor Sysoev · 7 years ago
  98. 0e9b81f HTTP/2: send SETTINGS ACK after applying all SETTINGS params. by Piotr Sikora · 7 years ago
  99. e4c0924 HTTP/2: emit new frames only after applying all SETTINGS params. by Piotr Sikora · 7 years ago
  100. cd08515 HTTP/2: don't send SETTINGS ACK before already queued DATA frames. by Piotr Sikora · 7 years ago