1. 867cfc9 Use ngx_array_init() to initialize arrays. by Ruslan Ermilov · 8 years ago
  2. 2c40a98 Version bump. by Ruslan Ermilov · 8 years ago
  3. 00fe2ca Version bump. by Ruslan Ermilov · 8 years ago
  4. 981bb84 Introduced worker_shutdown_timeout. by Maxim Dounin · 8 years ago
  5. dfc1806 Core: introduced ngx_rbtree_next(). by Maxim Dounin · 8 years ago
  6. d1162b2 Removed casts not needed after 1f513d7f1b45. by Ruslan Ermilov · 8 years ago
  7. df59fb9 Added missing static specifiers. by Eran Kornblau · 8 years ago
  8. 2f71ec2 Fixed ngx_parse_size() / ngx_parse_offset() with 0-length strings. by Maxim Dounin · 8 years ago
  9. 269485a Version bump. by Maxim Dounin · 8 years ago
  10. b641f3b Version bump. by Vladimir Homutov · 8 years ago
  11. 25ff0f4 Fixed trailer construction with limit on FreeBSD and macOS. by Maxim Dounin · 8 years ago
  12. 2a47e00 Improved connection draining with small number of connections. by Maxim Dounin · 8 years ago
  13. ce46520 Added cycle parameter to ngx_drain_connections(). by Maxim Dounin · 8 years ago
  14. d1b1e22 Version bump. by Ruslan Ermilov · 8 years ago
  15. bb68992 Win32: support 64-bit compilation with MSVC. by Maxim Dounin · 8 years ago
  16. 16a9d5f Win32: fixed some warnings reported by Borland C. by Maxim Dounin · 8 years ago
  17. 7d0ae91 Resolver: fixed handling of partially resolved SRV. by Dmitry Volyntsev · 8 years ago
  18. 96e81ea Resolver: fixed a race between parallel name and addr resolves. by Dmitry Volyntsev · 8 years ago
  19. c375f2b Resolver: fixed possible premature stop of the resend timer. by Dmitry Volyntsev · 8 years ago
  20. a2d6145 Resolver: fixed possible use-after-free in worker on fast shutdown. by Ruslan Ermilov · 8 years ago
  21. 7326453 Resolver: fixed possible use-after-free in worker on fast shutdown. by Ruslan Ermilov · 8 years ago
  22. 55f8d60 Version bump. by Ruslan Ermilov · 8 years ago
  23. 48e94e6 Slab: commented bitmap initialization for small allocations. by Ruslan Ermilov · 8 years ago
  24. 78b25ea Slab: free pages statistics. by Ruslan Ermilov · 8 years ago
  25. c510fda Slab: slots statistics. by Ruslan Ermilov · 8 years ago
  26. e1a066e Slab: simplified some math. by Ruslan Ermilov · 8 years ago
  27. 747bcf2 Slab: simplified allocation from slots. by Ruslan Ermilov · 8 years ago
  28. f85ef0b Slab: fixed the number of pages calculation. by Ruslan Ermilov · 8 years ago
  29. 0b7853b Slab: added comment about list heads. by Ruslan Ermilov · 8 years ago
  30. 2d29160 Slab: improved code readability. by Ruslan Ermilov · 8 years ago
  31. f3f4f88 Core: fixed environment on exit. by Maxim Dounin · 8 years ago
  32. a1f6246 Perl: removed special environment handling for the perl module. by Maxim Dounin · 8 years ago
  33. 466dd0e Fixed spelling of logical AND operator, no functional changes. by Sergey Kandaurov · 8 years ago
  34. c13c61a Slab: improved double free detection. by Ruslan Ermilov · 8 years ago
  35. 3d424ee Slab: always show the requested allocation size in debug messages. by Ruslan Ermilov · 8 years ago
  36. 8a9d9ef Slab: style. by Ruslan Ermilov · 8 years ago
  37. 50356c3 Version bump. by Maxim Dounin · 8 years ago
  38. 27651c0 Core: slight optimization in ngx_chain_update_chains(). by hucongcong · 8 years ago
  39. 9778101 Cache: prefix-based temporary files. by Maxim Dounin · 8 years ago
  40. 9c743de Core: show file contents only once while dumping configuration. by Vladimir Homutov · 8 years ago
  41. 14b1f02 Style. by Maxim Dounin · 8 years ago
  42. e357e43 Version bump. by Ruslan Ermilov · 8 years ago
  43. c831c24 Modules compatibility: compatibility with NGX_HTTP_SSL. by Maxim Dounin · 8 years ago
  44. b999d93 Modules compatibility: compatibility with NGX_HAVE_FILE_AIO. by Maxim Dounin · 8 years ago
  45. ab4a670 Modules compatibility: compatibility with NGX_THREADS. by Maxim Dounin · 8 years ago
  46. aec1aee Core: sockaddr lengths now respected by ngx_cmp_sockaddr(). by Maxim Dounin · 8 years ago
  47. 30ec123 Core: ngx_conf_set_access_slot() user access (ticket #1096). by Maxim Dounin · 8 years ago
  48. 29cdcac Cache: cache manager limits. by Dmitry Volyntsev · 8 years ago
  49. 50016ed Core: use c->log while closing connection. by Ruslan Ermilov · 8 years ago
  50. 20fc020 Modules compatibility: removed two NGX_HAVE_DEFERRED_ACCEPT checks. by Ruslan Ermilov · 8 years ago
  51. 609fc4f Modules compatibility: removed unneeded NGX_HAVE_REUSEPORT checks. by Maxim Dounin · 8 years ago
  52. c7689a8 Modules compatibility: removed unneeded IPV6_V6ONLY checks. by Maxim Dounin · 8 years ago
  53. c749cde Modules compatibility: http2. by Maxim Dounin · 8 years ago
  54. 86284d3 Modules compatibility: degradation fields now always present. by Maxim Dounin · 8 years ago
  55. 0615b33 Introduced the NGX_COMPAT macro. by Ruslan Ermilov · 8 years ago
  56. d3ae9fd Resolver: introduced state field in ngx_resolver_srv_name_t. by Dmitry Volyntsev · 8 years ago
  57. d3be43a Modules compatibility: cache purge fields. by Maxim Dounin · 8 years ago
  58. 9768d59 Fixed log levels of configuration parsing errors. by Valentin Bartenev · 9 years ago
  59. 0e946a8 Removed influence of some options on structures. by Ruslan Ermilov · 9 years ago
  60. 255eb64 Version bump. by Vladimir Homutov · 9 years ago
  61. f0853fc Core: introduced ngx_cidr_match() function. by Dmitry Volyntsev · 9 years ago
  62. ac31ad5 Thread pools: create threads in detached state. by Piotr Sikora · 9 years ago
  63. f4d6ee1 Version bump. by Vladimir Homutov · 9 years ago
  64. 8540ec7 Avoid left-shifting integers into the sign bit, which is undefined. by Sergey Kandaurov · 9 years ago
  65. ef993cf Use NGX_MAX_PATH_LEVEL where appropriate. by Ruslan Ermilov · 9 years ago
  66. 1c6e8f9 Version bump. by Ruslan Ermilov · 9 years ago
  67. ec229f8 Internal md5 and sha1 implementations are now always used. by Maxim Dounin · 9 years ago
  68. b2d49aa Removed unused flag accept_context_updated from ngx_event_t. by Ruslan Ermilov · 9 years ago
  69. 940da3a Fixed build on MSVC. by Roman Arutyunyan · 9 years ago
  70. 85a0ab5 Introduced ngx_inet_get_port() and ngx_inet_set_port() functions. by Roman Arutyunyan · 9 years ago
  71. 05e6a7c An internal SHA1 implementation. by Maxim Dounin · 9 years ago
  72. cce054d Version bump. by Sergey Kandaurov · 9 years ago
  73. bf09f7a Version bump. by Valentin Bartenev · 9 years ago
  74. de04bc8 Fixed build on MSVC. by Maxim Dounin · 9 years ago
  75. 7f585e1 Realip: port support in X-Real-IP and X-Forwarded-For. by Dmitry Volyntsev · 9 years ago
  76. 44150da Added the $proxy_protocol_port variable. by Dmitry Volyntsev · 9 years ago
  77. cb1768f Introduced the ngx_sockaddr_t type. by Ruslan Ermilov · 9 years ago
  78. 917e489 Belatedly changed the ngx_create_listening() prototype. by Ruslan Ermilov · 9 years ago
  79. af8d9c6 Removed a surplus condition from ngx_parse_inet6_url(). by Ruslan Ermilov · 9 years ago
  80. d61fb5d Core: fixed port handling in ngx_parse_inet6_url(). by Valentin Bartenev · 9 years ago
  81. 0a98e2a Removed unused flag unexpected_eof from ngx_connection_t. by Ruslan Ermilov · 9 years ago
  82. e5df2dc Removed some bitrot. by Ruslan Ermilov · 9 years ago
  83. a1ade2f Version bump. by Ruslan Ermilov · 9 years ago
  84. 49eddd2 Thread pools: memory barriers in task completion notifications. by Maxim Dounin · 9 years ago
  85. ecee03c Fixed NGX_CONF_TAKE1/NGX_CONF_FLAG misuse (as in e444e8f6538b). by Ruslan Ermilov · 9 years ago
  86. 2ef6b3a Removed redundant "u" format specifier. by Ruslan Ermilov · 9 years ago
  87. dfa6a70 Version bump. by Ruslan Ermilov · 9 years ago
  88. 952deb8 Core: removed incorrect GCC 2.7 check. by Maxim Dounin · 9 years ago
  89. f5fec74 SSL: SSLeay_version() is deprecated in OpenSSL 1.1.0. by Maxim Dounin · 9 years ago
  90. ed2f543 Removed the prototype mysql module. by Ruslan Ermilov · 9 years ago
  91. 1567629 Fixed ngx_os_signal_process() prototype. by Ruslan Ermilov · 9 years ago
  92. 6c78950 Fixed format specifiers in ngx_sprintf(). by Sergey Kandaurov · 9 years ago
  93. b7687bb Fixed logging. by Sergey Kandaurov · 9 years ago
  94. acddce6 Fixed logging with variable field width. by Sergey Kandaurov · 9 years ago
  95. 6a3e3cc Fixed logging in close error handling. by Sergey Kandaurov · 9 years ago
  96. 2161d8a Style. by Ruslan Ermilov · 9 years ago
  97. f864c60 Version bump. by Ruslan Ermilov · 9 years ago
  98. 0975f8c Win32: additional error code NGX_EEXIST_FILE (ticket #910). by Maxim Dounin · 9 years ago
  99. 0518b16 Core: allow strings without null-termination in ngx_parse_url(). by Piotr Sikora · 9 years ago
  100. a08e89b Fixed socket inheritance on reload and binary upgrade. by Roman Arutyunyan · 9 years ago