1. 048df9b Version bump. by Maxim Dounin · 7 years ago
  2. e4383ef Allowed configuration token to start with a variable. by Roman Arutyunyan · 7 years ago
  3. 70a41ee Retain CAP_NET_RAW capability for transparent proxying. by Roman Arutyunyan · 7 years ago
  4. 0724312 Fixed "changing binary" when reaper is not init. by Ruslan Ermilov · 7 years ago
  5. 88bc66d Version bump. by Maxim Dounin · 7 years ago
  6. aaa2f6b Core: free shared memory zones only after reconfiguration. by Maxim Dounin · 7 years ago
  7. d7db033 Fixed type of ngx_conf_t.handler_conf. by Ruslan Ermilov · 7 years ago
  8. 5d0c7d1 Version bump. by Ruslan Ermilov · 7 years ago
  9. 43b658b Fixed build without IPv6, broken by 874171c3c71a. by Maxim Dounin · 7 years ago
  10. 3b42ec5 Fixed handling of non-null-terminated unix sockets. by Maxim Dounin · 7 years ago
  11. 848f1b3 Fixed buffer overread with unix sockets after accept(). by Maxim Dounin · 7 years ago
  12. 7c000e9 Fixed the NGX_UNIX_ADDRSTRLEN macro. by Ruslan Ermilov · 8 years ago
  13. 6a30b1b Introduced time truncation to December 31, 9999 (ticket #1368). by Maxim Dounin · 8 years ago
  14. 18b5d68 Fixed ngx_gmtime() on 32-bit platforms with 64-bit time_t. by Maxim Dounin · 8 years ago
  15. bfa9366 Fixed reference to time parsing code after 8b6fa4842133. by Maxim Dounin · 8 years ago
  16. 940dce9 Style. by Maxim Dounin · 8 years ago
  17. 112c320 Version bump. by Roman Arutyunyan · 8 years ago
  18. c9efed2 Style. by Maxim Dounin · 8 years ago
  19. cabb368 Style. by Sergey Kandaurov · 8 years ago
  20. 2bac211 Version bump. by Sergey Kandaurov · 8 years ago
  21. e22864d Slab: fixed initialization on win32. by Ruslan Ermilov · 8 years ago
  22. b1b54ee Parenthesized ASCII-related calculations. by Valentin Bartenev · 8 years ago
  23. 77a1dc4 Core: fixed error message on setsockopt(SO_REUSEPORT) failure. by Maxim Dounin · 8 years ago
  24. 337afd5 Core: disabled SO_REUSEPORT when testing config (ticket #1300). by Maxim Dounin · 8 years ago
  25. 76834f0 Version bump. by Maxim Dounin · 8 years ago
  26. 946688b Resolver: cancelable resend timer event. by Ruslan Ermilov · 8 years ago
  27. df418f2 Resolver: factored out setting a timer for resolver timeout. by Sergey Kandaurov · 8 years ago
  28. ff21738 Slab: fixed small allocations on systems with large pagesize. by Ruslan Ermilov · 8 years ago
  29. 13399c5 Slab: style. by Ruslan Ermilov · 8 years ago
  30. 4375beb Resolver: fixed possible use-after-free while resolving SRV. by Roman Arutyunyan · 8 years ago
  31. 8f743ef Version bump. by Maxim Dounin · 8 years ago
  32. 9f1b1b4 Resolver: added the "async" flag to resolver context. by Roman Arutyunyan · 8 years ago
  33. be751bf Resolver: fixed allocation error handling while resolving SRV. by Bart Warmerdam · 8 years ago
  34. cd7edb6 Introduced ngx_rwlock_downgrade(). by Ruslan Ermilov · 8 years ago
  35. 46b41a3 Added memory barrier semantics to ngx_rwlock_unlock(). by Ruslan Ermilov · 8 years ago
  36. 36937c3 Removed excessive casts for ngx_file_info(). by Ruslan Ermilov · 8 years ago
  37. 6fdb29c Version bump. by Valentin Bartenev · 8 years ago
  38. 5e3dfd2 Introduced ngx_tcp_nodelay(). by Ruslan Ermilov · 8 years ago
  39. 704bcc8 Added missing "fall through" comments (ticket #1259). by Maxim Dounin · 8 years ago
  40. 8dce02e Version bump. by Ruslan Ermilov · 8 years ago
  41. eae591b Core: removed extra ngx_alloc() and ngx_calloc() prototypes. by Sergey Kandaurov · 8 years ago
  42. b420a91 Core: improved JSON escaping. by Valentin Bartenev · 8 years ago
  43. f6b6d46 Version bump. by Ruslan Ermilov · 8 years ago
  44. 867cfc9 Use ngx_array_init() to initialize arrays. by Ruslan Ermilov · 8 years ago
  45. 2c40a98 Version bump. by Ruslan Ermilov · 8 years ago
  46. 00fe2ca Version bump. by Ruslan Ermilov · 8 years ago
  47. 981bb84 Introduced worker_shutdown_timeout. by Maxim Dounin · 8 years ago
  48. dfc1806 Core: introduced ngx_rbtree_next(). by Maxim Dounin · 8 years ago
  49. d1162b2 Removed casts not needed after 1f513d7f1b45. by Ruslan Ermilov · 8 years ago
  50. df59fb9 Added missing static specifiers. by Eran Kornblau · 8 years ago
  51. 2f71ec2 Fixed ngx_parse_size() / ngx_parse_offset() with 0-length strings. by Maxim Dounin · 8 years ago
  52. 269485a Version bump. by Maxim Dounin · 8 years ago
  53. b641f3b Version bump. by Vladimir Homutov · 8 years ago
  54. 25ff0f4 Fixed trailer construction with limit on FreeBSD and macOS. by Maxim Dounin · 8 years ago
  55. 2a47e00 Improved connection draining with small number of connections. by Maxim Dounin · 8 years ago
  56. ce46520 Added cycle parameter to ngx_drain_connections(). by Maxim Dounin · 8 years ago
  57. d1b1e22 Version bump. by Ruslan Ermilov · 8 years ago
  58. bb68992 Win32: support 64-bit compilation with MSVC. by Maxim Dounin · 8 years ago
  59. 16a9d5f Win32: fixed some warnings reported by Borland C. by Maxim Dounin · 8 years ago
  60. 7d0ae91 Resolver: fixed handling of partially resolved SRV. by Dmitry Volyntsev · 8 years ago
  61. 96e81ea Resolver: fixed a race between parallel name and addr resolves. by Dmitry Volyntsev · 8 years ago
  62. c375f2b Resolver: fixed possible premature stop of the resend timer. by Dmitry Volyntsev · 8 years ago
  63. a2d6145 Resolver: fixed possible use-after-free in worker on fast shutdown. by Ruslan Ermilov · 8 years ago
  64. 7326453 Resolver: fixed possible use-after-free in worker on fast shutdown. by Ruslan Ermilov · 8 years ago
  65. 55f8d60 Version bump. by Ruslan Ermilov · 8 years ago
  66. 48e94e6 Slab: commented bitmap initialization for small allocations. by Ruslan Ermilov · 8 years ago
  67. 78b25ea Slab: free pages statistics. by Ruslan Ermilov · 8 years ago
  68. c510fda Slab: slots statistics. by Ruslan Ermilov · 8 years ago
  69. e1a066e Slab: simplified some math. by Ruslan Ermilov · 8 years ago
  70. 747bcf2 Slab: simplified allocation from slots. by Ruslan Ermilov · 8 years ago
  71. f85ef0b Slab: fixed the number of pages calculation. by Ruslan Ermilov · 8 years ago
  72. 0b7853b Slab: added comment about list heads. by Ruslan Ermilov · 8 years ago
  73. 2d29160 Slab: improved code readability. by Ruslan Ermilov · 8 years ago
  74. f3f4f88 Core: fixed environment on exit. by Maxim Dounin · 8 years ago
  75. a1f6246 Perl: removed special environment handling for the perl module. by Maxim Dounin · 8 years ago
  76. 466dd0e Fixed spelling of logical AND operator, no functional changes. by Sergey Kandaurov · 8 years ago
  77. c13c61a Slab: improved double free detection. by Ruslan Ermilov · 8 years ago
  78. 3d424ee Slab: always show the requested allocation size in debug messages. by Ruslan Ermilov · 8 years ago
  79. 8a9d9ef Slab: style. by Ruslan Ermilov · 8 years ago
  80. 50356c3 Version bump. by Maxim Dounin · 8 years ago
  81. 27651c0 Core: slight optimization in ngx_chain_update_chains(). by hucongcong · 8 years ago
  82. 9778101 Cache: prefix-based temporary files. by Maxim Dounin · 8 years ago
  83. 9c743de Core: show file contents only once while dumping configuration. by Vladimir Homutov · 8 years ago
  84. 14b1f02 Style. by Maxim Dounin · 8 years ago
  85. e357e43 Version bump. by Ruslan Ermilov · 8 years ago
  86. c831c24 Modules compatibility: compatibility with NGX_HTTP_SSL. by Maxim Dounin · 8 years ago
  87. b999d93 Modules compatibility: compatibility with NGX_HAVE_FILE_AIO. by Maxim Dounin · 8 years ago
  88. ab4a670 Modules compatibility: compatibility with NGX_THREADS. by Maxim Dounin · 8 years ago
  89. aec1aee Core: sockaddr lengths now respected by ngx_cmp_sockaddr(). by Maxim Dounin · 8 years ago
  90. 30ec123 Core: ngx_conf_set_access_slot() user access (ticket #1096). by Maxim Dounin · 8 years ago
  91. 29cdcac Cache: cache manager limits. by Dmitry Volyntsev · 8 years ago
  92. 50016ed Core: use c->log while closing connection. by Ruslan Ermilov · 8 years ago
  93. 20fc020 Modules compatibility: removed two NGX_HAVE_DEFERRED_ACCEPT checks. by Ruslan Ermilov · 8 years ago
  94. 609fc4f Modules compatibility: removed unneeded NGX_HAVE_REUSEPORT checks. by Maxim Dounin · 8 years ago
  95. c7689a8 Modules compatibility: removed unneeded IPV6_V6ONLY checks. by Maxim Dounin · 8 years ago
  96. c749cde Modules compatibility: http2. by Maxim Dounin · 8 years ago
  97. 86284d3 Modules compatibility: degradation fields now always present. by Maxim Dounin · 8 years ago
  98. 0615b33 Introduced the NGX_COMPAT macro. by Ruslan Ermilov · 8 years ago
  99. d3ae9fd Resolver: introduced state field in ngx_resolver_srv_name_t. by Dmitry Volyntsev · 8 years ago
  100. d3be43a Modules compatibility: cache purge fields. by Maxim Dounin · 8 years ago