1. 70b82b3 Docs by Bo · 7 years ago 0.6.0
  2. ad86f2f Cleanup by Bo · 7 years ago
  3. ca202a8 Update default keep-alive by Bo · 7 years ago
  4. 920f6ae Attempt to accept more than one connection at a time by Bo · 7 years ago
  5. 98402f7 Protocol objects might be better allocated through the system. by Bo · 7 years ago
  6. 41fae9d Docs by Bo · 7 years ago
  7. 71119dc Use `EVIO_TICK` for easy changes by Bo · 7 years ago
  8. f64400d Increase defer testing (test for unperformed events) by Bo · 7 years ago
  9. c3d825c Fix tests by Bo · 7 years ago
  10. e70ece6 Refine test to account for negative memory pool values. by Bo · 7 years ago
  11. 30f28f7 Docs by Bo · 7 years ago
  12. 20ee78b Oops by Bo · 7 years ago
  13. ac01951 Tested defaults for a balanced utilization of threads by Bo · 7 years ago
  14. 4a449c8 Just in case... by Bo · 7 years ago
  15. 6e5f3fc Handle non text pub/sub by converting to JSON by Bo · 7 years ago
  16. 1ba7857 Constructors conflict with memory constructor (ordering issues) by Bo · 7 years ago
  17. 60a5b61 Fix `facil_is_running` + style by Bo · 7 years ago
  18. c34a64f Oops by Bo · 7 years ago
  19. 31b732a Known makefile flags by Bo · 7 years ago
  20. e14c180 Avoid error messages when subscribing before starting facil.io by Bo · 7 years ago
  21. 61cd289 Oops by Bo · 7 years ago
  22. f4fbf4c Style by Bo · 7 years ago
  23. d5649a0 Docs by Bo · 7 years ago
  24. 1988603 Cleanup by Bo · 7 years ago
  25. 0daf5e6 Docs and final updates to the automated CPU core detection by Bo · 7 years ago
  26. f17ffda Recognize threads / processes -1 as non-ratio by Bo · 7 years ago
  27. eb4359e Docs by Bo · 7 years ago
  28. e871371 Negative `threads` / `processes` settings should have meaningful values by Bo · 7 years ago
  29. abc1bea GCC doesn't seem to recognize the `_Thread_local` keyword...? by Bo · 7 years ago
  30. 93f998b Oops by Bo · 7 years ago
  31. 56b3312 Fix style by Bo · 7 years ago
  32. 2fb10a9 Fix CPU limit detection + FIO_DEDICATED_SYSTEM by Bo · 7 years ago
  33. 96efcef Add spin-lock contention reporting in debug mode by Bo · 7 years ago
  34. b34e17c Playing around with throttling options by Bo · 7 years ago
  35. bb846f2 Attempt free before deferring by Bo · 7 years ago
  36. 9feecf1 Remove the list dependency and use a single link list by Bo · 7 years ago
  37. 3ce7228 Docs by Bo · 7 years ago
  38. 301da02 Bug hunting by Bo · 7 years ago
  39. e9becce Fix kqueue auto-close to prevent `close` being called for valid `fd` by Bo · 7 years ago
  40. b7eb0fb Style by Bo · 7 years ago
  41. beadb5e Refactor `clear_connection_data_unsafe` (used only once) by Bo · 7 years ago
  42. 5fa48da `defer_thread_wait ` - make sure there's a valid pool object by Bo · 7 years ago
  43. 404f9e5 Don't `shutdown` before `close`... it has unexpected side-effects by Bo · 7 years ago
  44. f5bfa7a Test that signal was successful by Bo · 7 years ago
  45. 4972ed3 Prevent worker initialization from closing a pipe opened by a concurrent thread (in custom `fork`). by Bo · 7 years ago
  46. 885db86 Add the hot restart feature using the USR1 signal by Bo · 7 years ago
  47. 8f3a533 Support non-object JSON data in body by Bo · 7 years ago 0.6.0.beta.8
  48. 4a3655a Docs by Bo · 7 years ago
  49. a65f2fa Hash should return count on `fiobj_obj2num`. by Bo · 7 years ago
  50. 91887f6 Extract the JSON parser to a header library by Bo · 7 years ago
  51. 13c2123 Use gnu++ for C++ compiler flags + support alternative c++ extension by Bo · 7 years ago
  52. d74f295 Docs, names and minorities by Bo · 7 years ago
  53. b27a517 Minorities by Bo · 7 years ago
  54. 6ff038d NULL protection for pool stop by Bo · 7 years ago
  55. 299a506 docs by Bo · 7 years ago
  56. 9ad79ba Make sure object isn't a number before testing for the Hash flag by Bo · 7 years ago
  57. 7b49752 Remove unused variable by Bo · 7 years ago
  58. bbe849a Fix broken `fio_hash_pop` and avoid it when performance allows. by Bo · 7 years ago
  59. c4a9e14 More `fio_realloc2` related updates by Bo · 7 years ago
  60. 8bce19a More `fio_realloc2` related fixes by Bo · 7 years ago
  61. 5c4abee Docs by Bo · 7 years ago
  62. 42b7181 Fix `for` loop so gcc doesn't complain by Bo · 7 years ago
  63. b6fdbf1 Fix single core spinning by Bo · 7 years ago
  64. 2404a62 Review live request parsing by Bo · 7 years ago
  65. 4cd7472 Oops, fix fio_realloc to use the new fio_realloc2 function by Bo · 7 years ago
  66. 33c6375 Docs by Bo · 7 years ago
  67. cb5337b Cookie parsing + misc fixes by Bo · 7 years ago
  68. d161c70 Free the hash memory rather than clear it? by Bo · 7 years ago
  69. fda1598 Require `Host` header by Bo · 7 years ago
  70. 4a7edc2 Stop loop at end of hash map, not at invalid entry by Bo · 7 years ago
  71. 6e04fa0 Fix fio_memcpy and clarify API for fio_realloc2 by Bo · 7 years ago
  72. 67058ba Fix counter by Bo · 7 years ago
  73. 955a091 Update CMake with `fio_mem` by Bo · 7 years ago
  74. 9b90004 Docs by Bo · 7 years ago
  75. 836f8e1 Test `fio_free(NULL)` by Bo · 7 years ago
  76. cbebf0a Test 0 byte allocation by Bo · 7 years ago
  77. c61ff6f Plug possible leak in big reallocations by Bo · 7 years ago
  78. 8638eef Docs by Bo · 7 years ago
  79. 093e417 Updated example but... by Bo · 7 years ago
  80. 66dcb2d Repeat testing loop to allow for `malloc` pool performance. by Bo · 7 years ago
  81. 4696326 Unroll loop for faster realloc (fio_memcpy) by Bo · 7 years ago
  82. f2a5f20 Cleanup stale code and style by Bo · 7 years ago
  83. 830aa61 Docs by Bo · 7 years ago
  84. 585e307 Remove some unaligned memory access occurrences by Bo · 7 years ago
  85. 0f28724 Don't defer simple memory deallocation by Bo · 7 years ago
  86. 1647d5f A little cleanup by Bo · 7 years ago
  87. 40b0a75 Fine, 8 is better... maybe... by Bo · 7 years ago
  88. 00cc1a8 Use less energy when spin-lock idling by Bo · 7 years ago
  89. 6126209 Reduce pipelining limit to prefer responsiveness over speed by Bo · 7 years ago
  90. 3cb2322 Will we use it? I don't think so... but I used it when testing threads by Bo · 7 years ago
  91. 66b5379 Relative values should be preferred over absolute values by Bo · 7 years ago
  92. b2c34a6 Make sure the default `free` is the system's `free` by Bo · 7 years ago
  93. 0d340c6 Minimal memory pool using 1 per CPU with negative count by Bo · 7 years ago
  94. 8e12a42 Fix Travis-CI branch by Bo · 7 years ago
  95. 161c832 Fix link by Bo · 7 years ago
  96. 6d8fa29 Docs by Bo · 7 years ago
  97. 92e4e28 `fio_realloc2` align original size. by Bo · 7 years ago
  98. aebcfeb Semantics for fio_realloc2 by Bo · 7 years ago
  99. 9abf3ed Macros should handle function pointers as well by Bo · 7 years ago
  100. 50301d2 128 byte blocks seem faster... by Bo · 7 years ago