1. 41ed973 Renamed ngx_handle_sent_chain() to ngx_chain_update_sent(). by Valentin Bartenev · 10 years ago
  2. 246152c Events: removed broken thread support from event timers. by Valentin Bartenev · 11 years ago
  3. 78dd8b5 Version bump. by Valentin Bartenev · 10 years ago
  4. 52e4dc2 Core: fixed buffer overrun when hash max_size reached. by Yichun Zhang · 10 years ago
  5. 7099507 Version bump. by Valentin Bartenev · 10 years ago
  6. 27fa312 Syslog: improved error handling of unix domain sockets. by Vladimir Homutov · 11 years ago
  7. d79cbf1 Syslog: enabled logging of send errors. by Vladimir Homutov · 11 years ago
  8. 4aac910 Moved the code for adjusting sent buffers in a separate function. by Valentin Bartenev · 11 years ago
  9. 681f74a Version bump. by Valentin Bartenev · 11 years ago
  10. c5bee22 Core: ngx_regex_compile() error handling fixes. by Maxim Dounin · 11 years ago
  11. 37d24e7 Events: processing of posted events changed from LIFO to FIFO. by Valentin Bartenev · 11 years ago
  12. 2a81e05 Events: removed broken thread support from posted events. by Valentin Bartenev · 11 years ago
  13. da46eed Resolver: notify all waiting requests on timeout. by Ruslan Ermilov · 11 years ago
  14. 4b5876c Version bump. by Maxim Dounin · 11 years ago
  15. 244a6a2 Core: improved ngx_pstrdup() error handling. by Tatsuhiko Kubo · 11 years ago
  16. 3ba8f2f Core: use uppercase hexadecimal digits for percent-encoding. by Piotr Sikora · 11 years ago
  17. c54899d Core: fixed default log initialization. by Vladimir Homutov · 11 years ago
  18. 7e52432 Resolver: fixed resend on malformed responses. by Ruslan Ermilov · 11 years ago
  19. 5846920 Core: bugfix for the ngx_slab_max_size case. by Jianjun Zheng · 11 years ago
  20. ef2b596 Style: use ngx_str_null(). by Tatsuhiko Kubo · 11 years ago
  21. bb4edb5 Style: use ngx_strlen() instead of strlen(). by Tatsuhiko Kubo · 11 years ago
  22. 098c6bd Version bump. by Maxim Dounin · 11 years ago
  23. 9d4de05 Core: removed meaningless check from ngx_palloc_block(). by Maxim Dounin · 11 years ago
  24. 1a5cdaf Core: plugged socket leak during configuration test. by Maxim Dounin · 11 years ago
  25. 05d717b Core: added ngx_slab_calloc() and ngx_slab_calloc_locked(). by Ruslan Ermilov · 11 years ago
  26. d1ba20d Version bump. by Ruslan Ermilov · 11 years ago
  27. afb4aaf Core: slab allocator free pages defragmentation. by Maxim Dounin · 11 years ago
  28. ffe2177 Version bump. by Maxim Dounin · 11 years ago
  29. 21655ae Syslog: fixed message sending on win32. by Vladimir Homutov · 11 years ago
  30. 8e82f06 Syslog: fixed possible resource leak and more verbose logging. by Vladimir Homutov · 11 years ago
  31. 493b898 Added syslog support for error_log and access_log directives. by Vladimir Homutov · 11 years ago
  32. 1736c18 Configure: the --build= option. by Ruslan Ermilov · 11 years ago
  33. 9b92f59 Core: use '\r' for CR and '\n' for LF definitions. by Ruslan Ermilov · 11 years ago
  34. aa28897 Core: improved ngx_conf_parse() error handling. by Maxim Dounin · 11 years ago
  35. 60169aa Core: fixed error handling in ngx_reopen_files(). by Maxim Dounin · 11 years ago
  36. 58e26b8 Version bump. by Valentin Bartenev · 11 years ago
  37. 84785d8 Version bump. by Maxim Dounin · 11 years ago
  38. 644a43e Version bump. by Valentin Bartenev · 11 years ago
  39. 8877284 Core: fixed hash to actually try max_size. by Maxim Dounin · 11 years ago
  40. 2a620ae Core: hash now ignores bucket_size if it hits max_size limit. by Maxim Dounin · 11 years ago
  41. 23f6689 Core: slab log_nomem flag. by Maxim Dounin · 11 years ago
  42. f9b027b Version bump. by Maxim Dounin · 11 years ago
  43. 0b5f329 Added server-side support for PROXY protocol v1 (ticket #355). by Roman Arutyunyan · 11 years ago
  44. 8800f0c Core: fixed wrong indices in listening sockets compare loops. by Maxim Dounin · 11 years ago
  45. bd3516e Fixed format specifier in logging of "c->number". by Sergey Kandaurov · 11 years ago
  46. a35c675 Version bump. by Roman Arutyunyan · 11 years ago
  47. 8aa8365 Core: allocate enough memory to hold IPv6 text address plus port. by Ruslan Ermilov · 11 years ago
  48. 9ae40c5 Resolver: properly handle connect() failures. by Ruslan Ermilov · 11 years ago
  49. ab3c0f9 Use ngx_socket_errno where appropriate. by Piotr Sikora · 11 years ago
  50. 07aef70 Version bump. by Maxim Dounin · 11 years ago
  51. 7ac48da Core: added ngx_encode_base64url(). by Maxim Dounin · 11 years ago
  52. 2e57e06 Core: handle getsockopt(TCP_FASTOPEN) failures. by Piotr Sikora · 11 years ago
  53. c94c24b Fixed TCP_DEFER_ACCEPT handling (ticket #353). by Maxim Dounin · 11 years ago
  54. bb40c4e Version bump. by Maxim Dounin · 11 years ago
  55. 0bfb68e Core: improved ngx_reset_pool() (ticket #490). by Maxim Dounin · 11 years ago
  56. 8c01a95 SPDY: body filter was replaced by c->send_chain() function. by Valentin Bartenev · 11 years ago
  57. 2e2c9db Resolver: added support for domain names with a trailing dot. by Yichun Zhang · 11 years ago
  58. 9a72030 Allowed up to two EBUSY errors from sendfile(). by Maxim Dounin · 11 years ago
  59. bf80082 Fixed the first argument to getsockopt(). by Ruslan Ermilov · 11 years ago
  60. 85e6d21 Resolver: use minimum TTL for caching (ticket #329). by Ruslan Ermilov · 11 years ago
  61. bf3ff5b Version bump. by Valentin Bartenev · 11 years ago
  62. 3fd7275 Resolver: lookups are case-insensitive. by Ruslan Ermilov · 11 years ago
  63. e0caf51 The "ipv6=" boolean parameter of the "resolver" directive. by Ruslan Ermilov · 11 years ago
  64. 769eded Resolver: implemented IPv6 name to address resolving. by Ruslan Ermilov · 11 years ago
  65. 809bee3 Resolver: implemented IPv6 address to name resolving. by Ruslan Ermilov · 11 years ago
  66. 3aeefbc Changed resolver API to use ngx_addr_t. by Ruslan Ermilov · 11 years ago
  67. 552e15b Resolver: fixed indentation. by Ruslan Ermilov · 11 years ago
  68. efd0e0e Core: externalized ngx_cmp_sockaddr(). by Ruslan Ermilov · 11 years ago
  69. 1594862 Resolver: fixes in PTR processing. by Ruslan Ermilov · 11 years ago
  70. f57350c Resolver: fixes in A processing. by Ruslan Ermilov · 11 years ago
  71. f3a271f Resolver: fixed response processing. by Ruslan Ermilov · 11 years ago
  72. 2307183 Resolver: removed unnecessary casts. by Ruslan Ermilov · 11 years ago
  73. 3d245d4 Resolver: improved code readability. by Ruslan Ermilov · 11 years ago
  74. fa512fd Fixed handling of UNIX-domain sockets. by Ruslan Ermilov · 11 years ago
  75. 675e73e Core: keep the length of the local sockaddr. by Ruslan Ermilov · 11 years ago
  76. 84f5c21 Added support for TCP_FASTOPEN supported in Linux >= 3.7.1. by Mathew Rodley · 11 years ago
  77. 6b7e88f Version bump. by Maxim Dounin · 11 years ago
  78. 0eee3b0 Core: handling of getsockopt(TCP_DEFER_ACCEPT) failures. by Maxim Dounin · 11 years ago
  79. 4758328 Core: apply missed options to sockets added during binary upgrade. by Piotr Sikora · 11 years ago
  80. 5bf78d0 Version bump. by Sergey Kandaurov · 11 years ago
  81. e115841 Added ngx_filename_cmp() with "/" sorted to the left. by Maxim Dounin · 12 years ago
  82. 35e2bb0 Core: fix misallocation at ngx_crypt_apr1 (ticket #412). by Markus Linnala · 12 years ago
  83. 63b1baa Version bump. by Sergey Kandaurov · 12 years ago
  84. db15329 Improved check for duplicate path names in ngx_add_path(). by Valentin Bartenev · 12 years ago
  85. eb10d8f Removed surplus initializations from ngx_conf_set_path_slot(). by Valentin Bartenev · 12 years ago
  86. f0fbcaf Use ngx_pcalloc() in ngx_conf_merge_path_value(). by Valentin Bartenev · 12 years ago
  87. 2b0dba5 Handling of ngx_int_t != intptr_t case. by Maxim Dounin · 12 years ago
  88. 48d96ce Win32: MinGW GCC compatibility. by Maxim Dounin · 12 years ago
  89. 5b37852 Win32: Open Watcom C compatibility fixes. by Maxim Dounin · 12 years ago
  90. 4291039 Disable symlinks: removed recursive call of ngx_file_o_path_info(). by Valentin Bartenev · 12 years ago
  91. 7b37384 Disable symlinks: use O_PATH to open path components. by Valentin Bartenev · 12 years ago
  92. e960921 Version bump. by Maxim Dounin · 12 years ago
  93. 92f0126 Style improved after 12dd27b74117. by Maxim Dounin · 12 years ago
  94. e3cab76 Backed out f1a91825730a and 7094bd12c1ff. by Maxim Dounin · 12 years ago
  95. e09741b Format specifier fixes in error logging. by Sergey Kandaurov · 12 years ago
  96. 74dfd08 API change: removed the ngx_conf_full_name() function. by Valentin Bartenev · 12 years ago
  97. d29d21b Replaced ngx_conf_full_name() with ngx_get_full_name(). by Valentin Bartenev · 12 years ago
  98. 3c5bd34 Fixed memory leaks in the root and auth_basic_user_file directives. by Valentin Bartenev · 12 years ago
  99. 3693daa Core: guard use of AI_ADDRCONFIG. by Ruslan Ermilov · 12 years ago
  100. 4d1b08b Fixed build with signed socklen_t and unix sockets. by Maxim Dounin · 12 years ago