1. 8e7d308 Cluster local pub/sub with attachable "engines" (external pub/sub services such as Redis) by Bo · 7 years ago
  2. 14662c8 oops... fix protocol and `fd` data locking issue (caused by my latest commit) by Bo · 7 years ago
  3. 13d8320 Remove comment by Bo · 7 years ago
  4. d971e1f A nicer `fio_list_for_each` by Bo · 7 years ago
  5. d76b32c Fix `sock_buffer_send` and some error handling for errno values by Bo · 7 years ago
  6. 234b71f Comments by Bo · 7 years ago
  7. ce95c36 fix killer errors by Bo · 7 years ago
  8. 6fd5d8d Fix `facil_protocol_try_lock` + `facil_attach` + fixes to cluster messages by Bo · 7 years ago
  9. 88c5bde List is empty? + minimal docs by Bo · 7 years ago
  10. 101d26a Cluster never time's out. by Bo · 7 years ago
  11. 7c7c35d docs by Bo · 7 years ago
  12. 19d3d0e Experimental cluster mode messaging + minor tweaks by Bo · 7 years ago
  13. a5dbaa9 Updated the `http_listen` to accept the new `sock_rw_hook_set` and `rw_udata` options by Bo · 7 years ago
  14. 100be47 Separate udata for the `set_rw_hooks` optional callback. by Bo · 7 years ago 0.4.2
  15. 1b255c3 Fixed an issue with the `sendfile` implementation on macOS and BSD by Bo · 7 years ago
  16. 9a1414f Release listener before handling the new protocol attachment by Bo · 7 years ago
  17. a03cf20 Minor fix by Bo · 7 years ago
  18. 5e5797b Fixed the `sock_rw_hook_set` implementation + added a `set_rw_hook` callback to separate Transport Layer from Protocol by Bo · 7 years ago
  19. 8a24f1a strengthen `packet_s` fragility in the `sock_buffer_*` functions. by Bo · 7 years ago
  20. 29f6039 Close `evio` when done. by Bo · 7 years ago
  21. 05a8928 Add missing `static` keywords + check for `defer_perform_in_fork` nesting by Bo · 7 years ago
  22. 2aa2689 bscrypt can be friendlier towards older *nix compilers by Bo · 7 years ago
  23. 6607272 Add missing copy rite notice by Bo · 7 years ago
  24. 3b44347 Check for HTTP/1.0, fix Date, Apache parser compatible headers by Bo · 7 years ago 0.4.1
  25. ee666fd Healthier thread throttling when no tasks are in the defer Queue by Bo · 7 years ago
  26. 862ed55 Fix for streamed response logging by Bo · 7 years ago
  27. e1a8d4e oops... fixed the sock_on_close in the header file and added `__attribute__((weak))` for good measure. by Bo · 7 years ago
  28. bac1eae Don't they all have `PATH_MAX`? by Bo · 7 years ago
  29. b3bfeee Mostly documentation by Bo · 7 years ago
  30. a693b17 Fix `facil_each` and `websocket_write_each` where origin is negative. by Bo · 7 years ago
  31. ee4070d No need for protocol object in `websocket_count` by Bo · 7 years ago
  32. e213540 Updated tests and minor fixes by Bo · 7 years ago
  33. 04ab203 Update the websocket API for a more unified experience with the new API. by Bo · 7 years ago
  34. baf2aec Log using cached address data. by Bo · 7 years ago
  35. db93efa Retain address data from `accept` and `connect` by Bo · 7 years ago
  36. 22295f9 Updated task API (`facil_each` and `facil_defer`) by Bo · 7 years ago
  37. 952d678 Fix grammer in message (singular vs. plural) by Bo · 7 years ago
  38. 9fae44e State thread use on startup by Bo · 7 years ago
  39. 29c683e Shutdown messages v.2 by Bo · 7 years ago
  40. 99d5b56 Nicer shutdown messages by Bo · 7 years ago
  41. babbbc7 Fruitless hunting + `facil_get_timeout` is back... by Bo · 7 years ago
  42. 1a7c3e1 Warnings on linux... by Bo · 7 years ago
  43. 8c8c3bd Bug hunting by Bo · 7 years ago
  44. 09ecf66 Docs + housekeeping by Bo · 7 years ago
  45. 16b1672 Tweaks for friendlier integration with external code by Bo · 7 years ago
  46. 67fdea8 Web sockets are back... probably :-) by Bo · 7 years ago
  47. 3363563 Handle the `Connection: close` header by Bo · 7 years ago
  48. 5dd8a82 Fix pipelining support + minor changes by Bo · 7 years ago
  49. 97f2609 http & sendfile seem to work (stress tested, but no leak testing) by Bo · 7 years ago
  50. fb2b240 Linux Compatibility and bug hunting by Bo · 7 years ago
  51. 91af855 This design will make support for HTTP/2 easier. by Bo · 7 years ago
  52. b218c50 A step at a time by Bo · 7 years ago
  53. cc576fe Slowly... we'll get there... by Bo · 7 years ago
  54. c39ee55 Refactoring more than rewriting... but we're on our way towards HTTP/1.1 by Bo · 7 years ago
  55. e960d6c What to do with the old code? Recycle or rewrite? by Bo · 7 years ago
  56. 3b11ffc Add `facil_count` (ugg..) and minor cleanup by Bo · 7 years ago
  57. bb4f599 Use two task arguments to allow for cheaper facil.io connection tasks by Bo · 7 years ago
  58. 370a87a Tested facil.io connection tasks by Bo · 7 years ago
  59. a2d0cfd Docs by Bo · 7 years ago
  60. 82fa304 Cleaner, encapsulated code is easier to maintain by Bo · 7 years ago
  61. 1b7a426 Tested timers + docs by Bo · 7 years ago
  62. 056dd60 update tree structure by Bo · 7 years ago
  63. 2fd668e Housekeeping by Bo · 7 years ago
  64. bf9f893 Allow C++ access to the defer ABI by Bo · 7 years ago
  65. 02e49e9 Cleaner builtin check for atomic sync by Bo · 7 years ago
  66. 0c66c62 Test pool for leaks by Bo · 7 years ago
  67. 1a92d3a minor by Bo · 7 years ago
  68. e1f90aa Tested defer and new spnlock on Ubuntu trusty, gcc 4.8 by Bo · 7 years ago
  69. 51b7e18 Client mode fixed by Bo · 7 years ago
  70. ffa8172 Styling (oops) and experimental client mode by Bo · 7 years ago
  71. 4f6b220 Implement a separated thread pool support + update tests. by Bo · 7 years ago
  72. 721236f Extract defer logic by Bo · 8 years ago
  73. e8794b6 Fix typo, credit to @jmoriau for pointing it out by Bo · 8 years ago
  74. d885927 Docs by Bo · 8 years ago
  75. 0b50316 Spinlock memory fence update by Bo · 8 years ago
  76. dc712f1 Add volatile keyword for packet pool (nice to have) by Bo · 8 years ago
  77. f39ced9 Make sure we have a protocol object by Bo · 8 years ago
  78. cbb3cdb Remove excess `;` by Bo · 8 years ago
  79. 88bdf1f Fix count == 0 race condition and cleaner branches by Bo · 8 years ago
  80. 27fae81 Docs by Bo · 8 years ago
  81. cb091c3 Names and comments by Bo · 8 years ago
  82. e634525 Don't `return void` and other minor thoughts by Bo · 8 years ago
  83. 3746d3b Prevent "GNU extension" warning by Bo · 8 years ago
  84. 1ef94df write_each on_finish callback + named parameters by Bo · 8 years ago
  85. 6dea0d5 Safer sockets by Bo · 8 years ago
  86. ac7a1ab `websocket_write_each` now differentiates clients and server connection types by Bo · 8 years ago
  87. 4d980c6 Docs by Bo · 8 years ago
  88. 96cd298 Fix #6 by Bo · 8 years ago
  89. 6efcf42 Avoid `if` statement by Bo · 8 years ago
  90. 2b1cc84 Remove references to mempool - mempool fails tests by Bo · 8 years ago
  91. bf2bb8c testing this by Bo · 8 years ago
  92. 2b48941 Fix race condition oversight in mempool by Bo · 8 years ago
  93. 91b16ee Refactoring for future `write_if`... maybe by Bo · 8 years ago
  94. f93daf6 Warning fixes by Bo · 8 years ago
  95. 1febd99 int instead of _Bool by Bo · 8 years ago
  96. eed86c3 replace __unused with UNUSED_FUNC by Bo · 8 years ago
  97. b545374 Clean up warnings by Bo · 8 years ago
  98. 2566970 Remove warning about sign by Bo · 8 years ago
  99. 1796bef Remove some warnings. by Bo · 8 years ago
  100. cfc0162 optimize task scheduling by using a larger task pool. by Bo · 8 years ago