1. 9d4de05 Core: removed meaningless check from ngx_palloc_block(). by Maxim Dounin · 11 years ago
  2. 1a5cdaf Core: plugged socket leak during configuration test. by Maxim Dounin · 11 years ago
  3. 05d717b Core: added ngx_slab_calloc() and ngx_slab_calloc_locked(). by Ruslan Ermilov · 11 years ago
  4. d1ba20d Version bump. by Ruslan Ermilov · 11 years ago
  5. afb4aaf Core: slab allocator free pages defragmentation. by Maxim Dounin · 11 years ago
  6. ffe2177 Version bump. by Maxim Dounin · 11 years ago
  7. 21655ae Syslog: fixed message sending on win32. by Vladimir Homutov · 11 years ago
  8. 8e82f06 Syslog: fixed possible resource leak and more verbose logging. by Vladimir Homutov · 11 years ago
  9. 493b898 Added syslog support for error_log and access_log directives. by Vladimir Homutov · 11 years ago
  10. 1736c18 Configure: the --build= option. by Ruslan Ermilov · 11 years ago
  11. 9b92f59 Core: use '\r' for CR and '\n' for LF definitions. by Ruslan Ermilov · 11 years ago
  12. aa28897 Core: improved ngx_conf_parse() error handling. by Maxim Dounin · 11 years ago
  13. 60169aa Core: fixed error handling in ngx_reopen_files(). by Maxim Dounin · 11 years ago
  14. 58e26b8 Version bump. by Valentin Bartenev · 11 years ago
  15. 84785d8 Version bump. by Maxim Dounin · 11 years ago
  16. 644a43e Version bump. by Valentin Bartenev · 11 years ago
  17. 8877284 Core: fixed hash to actually try max_size. by Maxim Dounin · 11 years ago
  18. 2a620ae Core: hash now ignores bucket_size if it hits max_size limit. by Maxim Dounin · 11 years ago
  19. 23f6689 Core: slab log_nomem flag. by Maxim Dounin · 11 years ago
  20. f9b027b Version bump. by Maxim Dounin · 11 years ago
  21. 0b5f329 Added server-side support for PROXY protocol v1 (ticket #355). by Roman Arutyunyan · 11 years ago
  22. 8800f0c Core: fixed wrong indices in listening sockets compare loops. by Maxim Dounin · 11 years ago
  23. bd3516e Fixed format specifier in logging of "c->number". by Sergey Kandaurov · 11 years ago
  24. a35c675 Version bump. by Roman Arutyunyan · 11 years ago
  25. 8aa8365 Core: allocate enough memory to hold IPv6 text address plus port. by Ruslan Ermilov · 11 years ago
  26. 9ae40c5 Resolver: properly handle connect() failures. by Ruslan Ermilov · 11 years ago
  27. ab3c0f9 Use ngx_socket_errno where appropriate. by Piotr Sikora · 11 years ago
  28. 07aef70 Version bump. by Maxim Dounin · 11 years ago
  29. 7ac48da Core: added ngx_encode_base64url(). by Maxim Dounin · 11 years ago
  30. 2e57e06 Core: handle getsockopt(TCP_FASTOPEN) failures. by Piotr Sikora · 11 years ago
  31. c94c24b Fixed TCP_DEFER_ACCEPT handling (ticket #353). by Maxim Dounin · 11 years ago
  32. bb40c4e Version bump. by Maxim Dounin · 11 years ago
  33. 0bfb68e Core: improved ngx_reset_pool() (ticket #490). by Maxim Dounin · 11 years ago
  34. 8c01a95 SPDY: body filter was replaced by c->send_chain() function. by Valentin Bartenev · 11 years ago
  35. 2e2c9db Resolver: added support for domain names with a trailing dot. by Yichun Zhang · 11 years ago
  36. 9a72030 Allowed up to two EBUSY errors from sendfile(). by Maxim Dounin · 11 years ago
  37. bf80082 Fixed the first argument to getsockopt(). by Ruslan Ermilov · 11 years ago
  38. 85e6d21 Resolver: use minimum TTL for caching (ticket #329). by Ruslan Ermilov · 11 years ago
  39. bf3ff5b Version bump. by Valentin Bartenev · 11 years ago
  40. 3fd7275 Resolver: lookups are case-insensitive. by Ruslan Ermilov · 11 years ago
  41. e0caf51 The "ipv6=" boolean parameter of the "resolver" directive. by Ruslan Ermilov · 11 years ago
  42. 769eded Resolver: implemented IPv6 name to address resolving. by Ruslan Ermilov · 11 years ago
  43. 809bee3 Resolver: implemented IPv6 address to name resolving. by Ruslan Ermilov · 11 years ago
  44. 3aeefbc Changed resolver API to use ngx_addr_t. by Ruslan Ermilov · 11 years ago
  45. 552e15b Resolver: fixed indentation. by Ruslan Ermilov · 11 years ago
  46. efd0e0e Core: externalized ngx_cmp_sockaddr(). by Ruslan Ermilov · 11 years ago
  47. 1594862 Resolver: fixes in PTR processing. by Ruslan Ermilov · 11 years ago
  48. f57350c Resolver: fixes in A processing. by Ruslan Ermilov · 11 years ago
  49. f3a271f Resolver: fixed response processing. by Ruslan Ermilov · 11 years ago
  50. 2307183 Resolver: removed unnecessary casts. by Ruslan Ermilov · 11 years ago
  51. 3d245d4 Resolver: improved code readability. by Ruslan Ermilov · 11 years ago
  52. fa512fd Fixed handling of UNIX-domain sockets. by Ruslan Ermilov · 11 years ago
  53. 675e73e Core: keep the length of the local sockaddr. by Ruslan Ermilov · 11 years ago
  54. 84f5c21 Added support for TCP_FASTOPEN supported in Linux >= 3.7.1. by Mathew Rodley · 11 years ago
  55. 6b7e88f Version bump. by Maxim Dounin · 11 years ago
  56. 0eee3b0 Core: handling of getsockopt(TCP_DEFER_ACCEPT) failures. by Maxim Dounin · 11 years ago
  57. 4758328 Core: apply missed options to sockets added during binary upgrade. by Piotr Sikora · 11 years ago
  58. 5bf78d0 Version bump. by Sergey Kandaurov · 11 years ago
  59. e115841 Added ngx_filename_cmp() with "/" sorted to the left. by Maxim Dounin · 12 years ago
  60. 35e2bb0 Core: fix misallocation at ngx_crypt_apr1 (ticket #412). by Markus Linnala · 12 years ago
  61. 63b1baa Version bump. by Sergey Kandaurov · 12 years ago
  62. db15329 Improved check for duplicate path names in ngx_add_path(). by Valentin Bartenev · 12 years ago
  63. eb10d8f Removed surplus initializations from ngx_conf_set_path_slot(). by Valentin Bartenev · 12 years ago
  64. f0fbcaf Use ngx_pcalloc() in ngx_conf_merge_path_value(). by Valentin Bartenev · 12 years ago
  65. 2b0dba5 Handling of ngx_int_t != intptr_t case. by Maxim Dounin · 12 years ago
  66. 48d96ce Win32: MinGW GCC compatibility. by Maxim Dounin · 12 years ago
  67. 5b37852 Win32: Open Watcom C compatibility fixes. by Maxim Dounin · 12 years ago
  68. 4291039 Disable symlinks: removed recursive call of ngx_file_o_path_info(). by Valentin Bartenev · 12 years ago
  69. 7b37384 Disable symlinks: use O_PATH to open path components. by Valentin Bartenev · 12 years ago
  70. e960921 Version bump. by Maxim Dounin · 12 years ago
  71. 92f0126 Style improved after 12dd27b74117. by Maxim Dounin · 12 years ago
  72. e3cab76 Backed out f1a91825730a and 7094bd12c1ff. by Maxim Dounin · 12 years ago
  73. e09741b Format specifier fixes in error logging. by Sergey Kandaurov · 12 years ago
  74. 74dfd08 API change: removed the ngx_conf_full_name() function. by Valentin Bartenev · 12 years ago
  75. d29d21b Replaced ngx_conf_full_name() with ngx_get_full_name(). by Valentin Bartenev · 12 years ago
  76. 3c5bd34 Fixed memory leaks in the root and auth_basic_user_file directives. by Valentin Bartenev · 12 years ago
  77. 3693daa Core: guard use of AI_ADDRCONFIG. by Ruslan Ermilov · 12 years ago
  78. 4d1b08b Fixed build with signed socklen_t and unix sockets. by Maxim Dounin · 12 years ago
  79. 7c6971c Core: only resolve address families configured on the local system. by Ruslan Ermilov · 12 years ago
  80. 986d3a8 Version bump. by Sergey Kandaurov · 12 years ago
  81. 02a077b On DragonFlyBSD, TCP_KEEPIDLE and TCP_KEEPINTVL are in msecs. by Ruslan Ermilov · 12 years ago
  82. 690e2b3 Style: reuse one int variable in ngx_configure_listening_sockets(). by Ruslan Ermilov · 12 years ago
  83. d79c8ab Core: fixed possible use of an uninitialized variable. by Vladimir Homutov · 12 years ago
  84. af18946 Core: extended ngx_sock_ntop() with socklen parameter. by Vladimir Homutov · 12 years ago
  85. 050f74b Make macros safe. by Gleb Smirnoff · 12 years ago
  86. dd3e13e Core: consolidated log-related code. by Vladimir Homutov · 12 years ago
  87. f41c915 Version bump. by Maxim Dounin · 12 years ago
  88. 11ff177 Core: support several "error_log" directives. by Vladimir Homutov · 12 years ago
  89. 02cc525 Simplified ngx_list_create(). by Ruslan Ermilov · 12 years ago
  90. aac7f7f Core: moved initialization of log level. by Vladimir Homutov · 12 years ago
  91. d37a0a2 Version bump. by Maxim Dounin · 12 years ago
  92. 26489b1 Core: fixed handling of "stderr" in error_log. by Vladimir Homutov · 12 years ago
  93. 9db2edd Core: fixed stderr redirection on win32 in ngx_reopen_files(). by Vladimir Homutov · 12 years ago
  94. c870294 Core: strengthen configuration syntax checker. by Valentin Bartenev · 12 years ago
  95. c3d20f5 Style: remove unnecessary references to HTTP from non-HTTP modules. by Piotr Sikora · 12 years ago
  96. 22c9e34 Version bump. by Maxim Dounin · 12 years ago
  97. 8bc3ed7 Version bump. by Ruslan Ermilov · 12 years ago
  98. 39d9871 Version bump. by Maxim Dounin · 12 years ago
  99. ba4f270 Version bump. by Ruslan Ermilov · 12 years ago
  100. c2bb765 Version bump. by Maxim Dounin · 12 years ago