1. 05a040a Fix missing `close` packet to be sent after user's `on_shutdown` callback by Bo · 7 years ago
  2. d552b41 Fix SIGUSR1 sent directly to a worker pid. by Bo · 7 years ago
  3. 4f8dbb9 update to the `fiobj_str_readfile` function by Bo · 7 years ago
  4. 495305f Docs by Bo · 7 years ago
  5. 3d8616b Update version number by Bo · 7 years ago
  6. 93c08f3 Fix status codes over 410 and protect against head flooding by Bo · 7 years ago
  7. a6440d9 Minimize `realloc` calls when writing header line by Bo · 7 years ago
  8. 4fca705 Minimize pre-allocation for outgoing buffer by Bo · 7 years ago
  9. 43e52df Prevent false positives by Bo · 7 years ago
  10. 615a5da Bump patch version by Bo · 7 years ago 0.6.1
  11. 46e9bc6 Docs by Bo · 7 years ago
  12. 7df26ed Clarify code by Bo · 7 years ago
  13. 422edcd I'm not always good with math by Bo · 7 years ago
  14. 2bd32c2 It ain't new no more... by Bo · 7 years ago
  15. 758bc40 Clear subscriptions after user code. by Bo · 7 years ago
  16. 7058039 Compact Hashes and separate some locks by Bo · 7 years ago
  17. 0430f62 Prevent optimization by Bo · 7 years ago
  18. ab543de Minorities by Bo · 7 years ago
  19. 6cf44b2 Formatting by Bo · 7 years ago
  20. a16cfd4 Redundant assignment by Bo · 7 years ago
  21. 63865d9 Style by Bo · 7 years ago
  22. c3fa783 Fix some tests by Bo · 7 years ago
  23. 26281e6 Docs by Bo · 7 years ago
  24. 5f58771 use static buffer when resetting state by Bo · 7 years ago
  25. f4102c8 Style by Bo · 7 years ago
  26. ad5d392 Don't read negative array index by Bo · 7 years ago
  27. 1be7835 Style by Bo · 7 years ago
  28. cffc5ee No need to call both functions. by Bo · 7 years ago
  29. 81cdb30 FIO_FORCE_MALLOC macros should allow for function pointers by Bo · 7 years ago
  30. a3b2fcf Make sure channel isn't freed (by hash) before callback. by Bo · 7 years ago
  31. 7dfedf7 Fix errors in `make libdump` by Bo · 7 years ago
  32. e89a585 DRYer by Bo · 7 years ago
  33. 5afb83f Docs by Bo · 7 years ago
  34. 08c2f33 Docs by Bo · 7 years ago
  35. 70b82b3 Docs by Bo · 7 years ago 0.6.0
  36. ad86f2f Cleanup by Bo · 7 years ago
  37. ca202a8 Update default keep-alive by Bo · 7 years ago
  38. 920f6ae Attempt to accept more than one connection at a time by Bo · 7 years ago
  39. 98402f7 Protocol objects might be better allocated through the system. by Bo · 7 years ago
  40. 41fae9d Docs by Bo · 7 years ago
  41. 71119dc Use `EVIO_TICK` for easy changes by Bo · 7 years ago
  42. f64400d Increase defer testing (test for unperformed events) by Bo · 7 years ago
  43. c3d825c Fix tests by Bo · 7 years ago
  44. e70ece6 Refine test to account for negative memory pool values. by Bo · 7 years ago
  45. 30f28f7 Docs by Bo · 7 years ago
  46. 20ee78b Oops by Bo · 7 years ago
  47. ac01951 Tested defaults for a balanced utilization of threads by Bo · 7 years ago
  48. 4a449c8 Just in case... by Bo · 7 years ago
  49. 6e5f3fc Handle non text pub/sub by converting to JSON by Bo · 7 years ago
  50. 1ba7857 Constructors conflict with memory constructor (ordering issues) by Bo · 7 years ago
  51. 60a5b61 Fix `facil_is_running` + style by Bo · 7 years ago
  52. c34a64f Oops by Bo · 7 years ago
  53. 31b732a Known makefile flags by Bo · 7 years ago
  54. e14c180 Avoid error messages when subscribing before starting facil.io by Bo · 7 years ago
  55. 61cd289 Oops by Bo · 7 years ago
  56. f4fbf4c Style by Bo · 7 years ago
  57. d5649a0 Docs by Bo · 7 years ago
  58. 1988603 Cleanup by Bo · 7 years ago
  59. 0daf5e6 Docs and final updates to the automated CPU core detection by Bo · 7 years ago
  60. f17ffda Recognize threads / processes -1 as non-ratio by Bo · 7 years ago
  61. eb4359e Docs by Bo · 7 years ago
  62. e871371 Negative `threads` / `processes` settings should have meaningful values by Bo · 7 years ago
  63. abc1bea GCC doesn't seem to recognize the `_Thread_local` keyword...? by Bo · 7 years ago
  64. 93f998b Oops by Bo · 7 years ago
  65. 56b3312 Fix style by Bo · 7 years ago
  66. 2fb10a9 Fix CPU limit detection + FIO_DEDICATED_SYSTEM by Bo · 7 years ago
  67. 96efcef Add spin-lock contention reporting in debug mode by Bo · 7 years ago
  68. b34e17c Playing around with throttling options by Bo · 7 years ago
  69. bb846f2 Attempt free before deferring by Bo · 7 years ago
  70. 9feecf1 Remove the list dependency and use a single link list by Bo · 7 years ago
  71. 3ce7228 Docs by Bo · 7 years ago
  72. 301da02 Bug hunting by Bo · 7 years ago
  73. e9becce Fix kqueue auto-close to prevent `close` being called for valid `fd` by Bo · 7 years ago
  74. b7eb0fb Style by Bo · 7 years ago
  75. beadb5e Refactor `clear_connection_data_unsafe` (used only once) by Bo · 7 years ago
  76. 5fa48da `defer_thread_wait ` - make sure there's a valid pool object by Bo · 7 years ago
  77. 404f9e5 Don't `shutdown` before `close`... it has unexpected side-effects by Bo · 7 years ago
  78. f5bfa7a Test that signal was successful by Bo · 7 years ago
  79. 4972ed3 Prevent worker initialization from closing a pipe opened by a concurrent thread (in custom `fork`). by Bo · 7 years ago
  80. 885db86 Add the hot restart feature using the USR1 signal by Bo · 7 years ago
  81. 8f3a533 Support non-object JSON data in body by Bo · 7 years ago 0.6.0.beta.8
  82. 4a3655a Docs by Bo · 7 years ago
  83. a65f2fa Hash should return count on `fiobj_obj2num`. by Bo · 7 years ago
  84. 91887f6 Extract the JSON parser to a header library by Bo · 7 years ago
  85. 13c2123 Use gnu++ for C++ compiler flags + support alternative c++ extension by Bo · 7 years ago
  86. d74f295 Docs, names and minorities by Bo · 7 years ago
  87. b27a517 Minorities by Bo · 7 years ago
  88. 6ff038d NULL protection for pool stop by Bo · 7 years ago
  89. 299a506 docs by Bo · 7 years ago
  90. 9ad79ba Make sure object isn't a number before testing for the Hash flag by Bo · 7 years ago
  91. 7b49752 Remove unused variable by Bo · 7 years ago
  92. bbe849a Fix broken `fio_hash_pop` and avoid it when performance allows. by Bo · 7 years ago
  93. c4a9e14 More `fio_realloc2` related updates by Bo · 7 years ago
  94. 8bce19a More `fio_realloc2` related fixes by Bo · 7 years ago
  95. 5c4abee Docs by Bo · 7 years ago
  96. 42b7181 Fix `for` loop so gcc doesn't complain by Bo · 7 years ago
  97. b6fdbf1 Fix single core spinning by Bo · 7 years ago
  98. 2404a62 Review live request parsing by Bo · 7 years ago
  99. 4cd7472 Oops, fix fio_realloc to use the new fio_realloc2 function by Bo · 7 years ago
  100. 33c6375 Docs by Bo · 7 years ago