1. ca260f0 Upstream hash: reordered peer checks. by Maxim Dounin · 7 years ago
  2. b034fdd Upstream hash: limited number of tries in consistent case. by Maxim Dounin · 7 years ago
  3. 43b658b Fixed build without IPv6, broken by 874171c3c71a. by Maxim Dounin · 7 years ago
  4. f30343a Fixed handling of unix sockets in $binary_remote_addr. by Maxim Dounin · 7 years ago
  5. 3b42ec5 Fixed handling of non-null-terminated unix sockets. by Maxim Dounin · 7 years ago
  6. 848f1b3 Fixed buffer overread with unix sockets after accept(). by Maxim Dounin · 7 years ago
  7. 16ae7a6 HTTP/2: enforce writing the sync request body buffer to file. by Valentin Bartenev · 7 years ago
  8. 1e8631b Cache: fixed caching of intercepted errors (ticket #1382). by Maxim Dounin · 7 years ago
  9. 1cce88f Upstream: better handling of invalid headers in cache files. by Maxim Dounin · 7 years ago
  10. 8c7f584 MIME: added most common OpenDocument types. by Maxim Dounin · 7 years ago
  11. 068030f MIME: style. by Maxim Dounin · 7 years ago
  12. 7c000e9 Fixed the NGX_UNIX_ADDRSTRLEN macro. by Ruslan Ermilov · 7 years ago
  13. 8e9793f Modules compatibility: down flag promoted to a bitmask. by Ruslan Ermilov · 7 years ago
  14. bc770c8 Style. by Ruslan Ermilov · 7 years ago
  15. 7a04faf Do not use the obsolete NGX_SOCKADDRLEN macro. by Ruslan Ermilov · 7 years ago
  16. 6961490 SSL: add missing include. by Matthew Braithwaite · 7 years ago
  17. 5c29e5f HTTP/2: signal 0-byte HPACK's dynamic table size. by Piotr Sikora · 7 years ago
  18. 9e842d1 Removed more remnants of the old pthread implementation. by Ruslan Ermilov · 7 years ago
  19. bae0181 Bazel: update BoringSSL to 683ffbb / 5ddc9cd (master-with-bazel). by Piotr Sikora · 7 years ago
  20. f3cca08 HTTP/2: shortened some debug log messages. by Maxim Dounin · 7 years ago
  21. b63cffc HTTP/2: fixed debug log about indexed headers. by Maxim Dounin · 7 years ago
  22. d90c1fe HTTP/2: added logging of 400 (Bad Request) reasons. by Maxim Dounin · 7 years ago
  23. 1a5e21a Merge branch 'nginx' (nginx-1.13.5). by Piotr Sikora · 7 years ago
  24. 126437d Stream: fixed logging UDP upstream timeout. by Roman Arutyunyan · 7 years ago
  25. 6a30b1b Introduced time truncation to December 31, 9999 (ticket #1368). by Maxim Dounin · 7 years ago
  26. 18b5d68 Fixed ngx_gmtime() on 32-bit platforms with 64-bit time_t. by Maxim Dounin · 7 years ago
  27. bfa9366 Fixed reference to time parsing code after 8b6fa4842133. by Maxim Dounin · 7 years ago
  28. 940dce9 Style. by Maxim Dounin · 7 years ago
  29. c582690 release-1.13.5 tag by Maxim Dounin · 7 years ago
  30. 55dd203 nginx-1.13.5-RELEASE by Maxim Dounin · 7 years ago nginx-1.13.5
  31. 2623618 HTTP/2: signal 0-byte HPACK's dynamic table size. by Piotr Sikora · 7 years ago
  32. 2749fb6 Trailing space removed. by Maxim Dounin · 7 years ago
  33. 1d96f80 Stream: relaxed next upstream condition (ticket #1317). by Roman Arutyunyan · 7 years ago
  34. 112c320 Version bump. by Roman Arutyunyan · 7 years ago
  35. 3dcaace Secure link: fixed stack buffer overflow. by Roman Arutyunyan · 7 years ago
  36. 5dcd929 Upstream: unconditional parsing of last_modified_time. by Maxim Dounin · 7 years ago
  37. 7861c4d SSL: fixed possible use-after-free in $ssl_server_name. by Maxim Dounin · 7 years ago
  38. 6bc115f SSL: the $ssl_client_escaped_cert variable (ticket #857). by Maxim Dounin · 7 years ago
  39. aa361df Range filter: changed type for total length to off_t. by Maxim Dounin · 7 years ago
  40. cba45e8 Restored ngx_event_aio_t layout for debug logging. by Maxim Dounin · 7 years ago
  41. c9efed2 Style. by Maxim Dounin · 7 years ago
  42. 18e870f Bazel: update to new "pkg_tar" syntax. by Piotr Sikora · 7 years ago
  43. b9c70d8 Fixed calls to ngx_open_file() in certain places. by Sergey Kandaurov · 7 years ago
  44. cabb368 Style. by Sergey Kandaurov · 7 years ago
  45. 2bac211 Version bump. by Sergey Kandaurov · 7 years ago
  46. 487c5b4 Bazel: update BoringSSL to d363247 / 384d71d (master-with-bazel). by Piotr Sikora · 7 years ago
  47. b02be0a Merge branch 'nginx' (nginx-1.13.4). by Piotr Sikora · 7 years ago
  48. f1ff7f9 release-1.13.4 tag by Maxim Dounin · 7 years ago
  49. 392d538 nginx-1.13.4-RELEASE by Maxim Dounin · 7 years ago nginx-1.13.4
  50. ed0f289 Updated PCRE used for win32 builds. by Maxim Dounin · 7 years ago
  51. e22864d Slab: fixed initialization on win32. by Ruslan Ermilov · 7 years ago
  52. b0203ae Cache: reset c->body_start when reading a variant on Vary mismatch. by Sergey Kandaurov · 7 years ago
  53. d701a73 HTTP/2: rejecting invalid stream identifiers with PROTOCOL_ERROR. by Sergey Kandaurov · 3 years, 9 months ago
  54. 1aa1b74 Cache: ignore stale-if-error for 4xx and 5xx codes. by Roman Arutyunyan · 3 years, 10 months ago
  55. 66bac42 Version bump. by Roman Arutyunyan · 3 years, 10 months ago
  56. fe0ab4d Upstream: copy peer data in shared memory. by Ruslan Ermilov · 7 years ago
  57. 7f18dac Referer: fixed $invalid_referer. by Ruslan Ermilov · 7 years ago
  58. 5f7f783 Upstream zone: store peers->name and its data in shared memory. by Ruslan Ermilov · 7 years ago
  59. a6e5cac Variables: macros for null variables. by Ruslan Ermilov · 7 years ago
  60. 7a8a9c3 Browser: style. by Ruslan Ermilov · 7 years ago
  61. 6a24f1c Cache: fixed max_size on win32. by Ruslan Ermilov · 7 years ago
  62. 19e3fd8 SSL: fixed typo in the error message. by Sergey Kandaurov · 7 years ago
  63. 89581d0 Mirror: "off" paramater of the "mirror" directive. by Roman Arutyunyan · 7 years ago
  64. ef33b87 Mirror module. by Roman Arutyunyan · 7 years ago
  65. cbf96ec Precontent phase. by Roman Arutyunyan · 7 years ago
  66. 9078882 Upstream: keep request body file from removal if requested. by Roman Arutyunyan · 7 years ago
  67. dc1598f Style. by Alex Zhang · 7 years ago
  68. 328fdab Configure: fixed PCRE requirement check by ngx_http_rewrite_module. by Samuel Martin · 7 years ago
  69. b1b54ee Parenthesized ASCII-related calculations. by Valentin Bartenev · 7 years ago
  70. aae5c50 HTTP/2: don't limit the number of requests per HTTP/2 connection. by Piotr Sikora · 7 years ago
  71. 4352c8b Style: aligned ngx_null_command. by Ruslan Ermilov · 7 years ago
  72. 563efd0 Bazel: update PCRE to v8.41. by Piotr Sikora · 7 years ago
  73. 22ec57d Bazel: update BoringSSL to d977eaa / 59eb3d5 (master-with-bazel). by Piotr Sikora · 7 years ago
  74. 4cc41a4 Merge branch 'nginx' (nginx-1.13.3). by Piotr Sikora · 7 years ago
  75. 77a1dc4 Core: fixed error message on setsockopt(SO_REUSEPORT) failure. by Maxim Dounin · 7 years ago
  76. 337afd5 Core: disabled SO_REUSEPORT when testing config (ticket #1300). by Maxim Dounin · 7 years ago
  77. 76834f0 Version bump. by Maxim Dounin · 7 years ago
  78. b6d0324 release-1.13.3 tag by Maxim Dounin · 7 years ago
  79. f560546 nginx-1.13.3-RELEASE by Maxim Dounin · 7 years ago nginx-1.13.3
  80. f8597b4 Range filter: avoid negative range start. by Maxim Dounin · 7 years ago
  81. 7e18ca8 Range filter: protect from total size overflows. by Maxim Dounin · 7 years ago
  82. 2c84a0e Variables: use ngx_http_variable_null_value where appropriate. by Ruslan Ermilov · 7 years ago
  83. 946688b Resolver: cancelable resend timer event. by Ruslan Ermilov · 7 years ago
  84. df418f2 Resolver: factored out setting a timer for resolver timeout. by Sergey Kandaurov · 7 years ago
  85. ff21738 Slab: fixed small allocations on systems with large pagesize. by Ruslan Ermilov · 7 years ago
  86. 13399c5 Slab: style. by Ruslan Ermilov · 7 years ago
  87. 4375beb Resolver: fixed possible use-after-free while resolving SRV. by Roman Arutyunyan · 7 years ago
  88. 8324948 Merge branch 'nginx' (nginx-1.13.2). by Piotr Sikora · 7 years ago
  89. b00eeba release-1.13.2 tag by Maxim Dounin · 7 years ago
  90. b84e8a1 nginx-1.13.2-RELEASE by Maxim Dounin · 7 years ago nginx-1.13.2
  91. b011293 Range filter: allowed ranges on empty files (ticket #1031). by Maxim Dounin · 7 years ago
  92. 6d51e99 Merge upstream version of HTTP/2 fixes. by Piotr Sikora · 7 years ago
  93. 2a8a375 Merge upstream version of HTTP trailers. by Piotr Sikora · 7 years ago
  94. 2da47d8 Upstream: introduced ngx_http_upstream_ssl_handshake_handler(). by Maxim Dounin · 7 years ago
  95. e9f69c1 Upstream: fixed running posted requests (ticket #788). by Roman Arutyunyan · 7 years ago
  96. 9f1b1b4 Resolver: added the "async" flag to resolver context. by Roman Arutyunyan · 7 years ago
  97. be751bf Resolver: fixed allocation error handling while resolving SRV. by Bart Warmerdam · 7 years ago
  98. cd7edb6 Introduced ngx_rwlock_downgrade(). by Ruslan Ermilov · 7 years ago
  99. 46b41a3 Added memory barrier semantics to ngx_rwlock_unlock(). by Ruslan Ermilov · 7 years ago
  100. e57578e Merge branch 'nginx' (nginx-1.13.1). by Piotr Sikora · 7 years ago