1. ec1bbdb Redis Pub/Sub Engine 馃帀馃帀馃帀 by Bo 路 8 years ago
  2. 9f35f3e stress using a new line. by Bo 路 8 years ago
  3. 694f7c4 Document compiling to fix #9 by Bo 路 8 years ago
  4. 8ce0744 Redis engine resubscribe... by Bo 路 8 years ago
  5. 6727e27 Update reds support for CMake by Bo 路 8 years ago
  6. 46a8b7a Move Redis support to the CMake lib list by Bo 路 8 years ago
  7. 9e23705 Allow a default message handler by Bo 路 8 years ago
  8. 84e98f8 We have a working reds engine... is that good? by Bo 路 8 years ago
  9. 576b158 Now that we can `dup` RESP objects, we can send them. by Bo 路 8 years ago
  10. 483d6e4 Better... still need to test/fix the nesting guard. by Bo 路 8 years ago
  11. 5595953 Baby steps by Bo 路 8 years ago
  12. c0e0c23 This isn't ready... yet... by Bo 路 8 years ago
  13. dac631d One parser done and tested by Bo 路 8 years ago
  14. 86f3ce9 backing up by Bo 路 8 years ago
  15. 655632c docs by Bo 路 8 years ago
  16. fda881d Forgot about patterns... by Bo 路 8 years ago
  17. 537af7b Fix `facil_connect` by Bo 路 8 years ago
  18. f7183a1 touch socket when resuming from defer by Bo 路 8 years ago
  19. 1e51eb7 Touch socket while deferring pipelined data by Bo 路 8 years ago
  20. 498b6e6 Pub/sub updates and fragmenting the websocket handler to multiple events. by Bo 路 8 years ago
  21. a8fbca2 馃帀馃帀馃帀 by Bo 路 8 years ago
  22. 239cfae 馃帀 Websocket pub/sub support is here! by Bo 路 8 years ago
  23. be88323 We don't need this (`defer_perform` clears the registers), but just in case... by Bo 路 8 years ago
  24. 1272e78 Easier by Bo 路 8 years ago
  25. c9e73a6 Allow source code to be dumped into a single folder (avoid name collisions?) by Bo 路 8 years ago
  26. 2515471 API callback clarity, some helpers and docs by Bo 路 8 years ago
  27. 8a98897 Docs by Bo 路 8 years ago
  28. 996e007 Don't decode the `+` for file name resolution. by Bo 路 8 years ago
  29. a5999e7 Funny. by Bo 路 8 years ago
  30. 282cfb3 Paranoia strikes deep in the zero-copy machine by Bo 路 8 years ago
  31. 3a90a96 Typos and secrets by Bo 路 8 years ago
  32. 2918165 Updated pubsub API to allow for two `udata` objects (like `defer`) by Bo 路 8 years ago
  33. ceaed6a API changes mean we have to bump the minor version :-/ by Bo 路 8 years ago
  34. 290cb6b Prefer `__atomic_*` over `__sync_*` when available by Bo 路 8 years ago
  35. f8f8137 Oops by Bo 路 8 years ago
  36. 3469ca3 Docs by Bo 路 8 years ago
  37. 1dc50ee Cleaner `on_finish_rw` by Bo 路 8 years ago
  38. 16a7921 oops by Bo 路 8 years ago
  39. d028849 Fix inline function declaration and missing `stdint`, credit to @OwenDelahoy for exposing this issue by Bo 路 8 years ago
  40. e95bfbe Docs by Bo 路 8 years ago
  41. 0697c75 Copy `port` data, since we're printing it after the fact and it might be dynamically allocated. by Bo 路 8 years ago
  42. 2e06afa Allow request object deeper access to protocol. by Bo 路 8 years ago
  43. b56dff4 tweaks by Bo 路 8 years ago
  44. b1ed9ab Test glob matching and fix it (again) by Bo 路 8 years ago
  45. 8e83324 Fix glob matching by Bo 路 8 years ago
  46. b55ca78 Detail license by Bo 路 8 years ago
  47. 87bd330 Fix simple glob matching by Bo 路 8 years ago
  48. 25a900f Publish to patterns even if channel object doesn't exist (no clients) by Bo 路 8 years ago
  49. 2992bcf Docs by Bo 路 8 years ago
  50. 433ffa0 Explain the dev folder. by Bo 路 8 years ago
  51. d92185f Move scripts out of root folder by Bo 路 8 years ago
  52. b4e6000 This wasn't updated in a while... by Bo 路 8 years ago
  53. 31e425a Make + docs by Bo 路 8 years ago
  54. 012ac67 So far by Bo 路 8 years ago
  55. 1356324 Remove unused by Bo 路 8 years ago
  56. 2cb37b8 Add a `trie` and optimize some shit by Bo 路 8 years ago
  57. e1fa176 Move the DEBUG flag to a separate `FLAGS` list by Bo 路 8 years ago
  58. ef7c797 Makefile auto-updates CMake lists by Bo 路 8 years ago
  59. 04e5dd1 Merge pull request #8 from OwenDelahoy/master by Bo 路 8 years ago
  60. 95650a2 Get rid of oldies by Bo 路 8 years ago
  61. c2f57a8 wrote, tested, realized it's slower, left it here... by Bo 路 8 years ago
  62. bc4b23c Support cached `fd` handling. by Bo 路 8 years ago
  63. 04efd84 Move code around... mostly by Bo 路 8 years ago
  64. 2dad5b2 Minor test tweaks by Bo 路 8 years ago
  65. ea2330e Check against same item switch. by Bo 路 8 years ago
  66. 44f3a88 Remove unused flag by Bo 路 8 years ago
  67. 835ddd3 Minor updates by Bo 路 8 years ago
  68. 0688193 CMake subdirectory/library build support by Owen Delahoy 路 8 years ago
  69. b4680d1 Fix Linux gcc 4.8.4 compiler complaints... when will Ubuntu leave Trusty64 behind? by Bo 路 8 years ago 0.4.4
  70. 84b57c2 Docs by Bo 路 8 years ago
  71. ab06acc Why does gitignore show up in the repo? by Bo 路 8 years ago
  72. d503db0 Prep for release by Bo 路 8 years ago
  73. cee46c9 Docs by Bo 路 8 years ago
  74. b75189e Folder restructuring + `pubsub` now uses hash tables by Bo 路 8 years ago
  75. cc73ea7 Untested simple hash table implementation by Bo 路 8 years ago
  76. db11ee0 Switch too items in place.. they don't even have to belong to the same list. by Bo 路 8 years ago
  77. 19e3569 update changes by Bo 路 8 years ago
  78. 49b1557 Prevent collisions between equal channel names on different engines by Bo 路 8 years ago
  79. d3d7ca2 test for a `gzip` encoded alternative when possible by Bo 路 8 years ago
  80. 7a61fd2 Compiler friendlier by Bo 路 8 years ago
  81. 970b0ac Linux gcc compiling friendlier (tested with gcc 4.8.4) by Bo 路 8 years ago
  82. 85ff634 Fix enhanced CPU cycles introduced in the v.0.4.3 update by Bo 路 8 years ago
  83. dbe1a90 Update pub/sub include location by Bo 路 8 years ago
  84. ba6f993 Place pub/sub in top source tree by Bo 路 8 years ago
  85. 0baaf65 Mark for release. by Bo 路 8 years ago 0.4.3
  86. 8e7d308 Cluster local pub/sub with attachable "engines" (external pub/sub services such as Redis) by Bo 路 8 years ago
  87. 14662c8 oops... fix protocol and `fd` data locking issue (caused by my latest commit) by Bo 路 8 years ago
  88. 6782fad Docs by Bo 路 8 years ago
  89. 13d8320 Remove comment by Bo 路 8 years ago
  90. d971e1f A nicer `fio_list_for_each` by Bo 路 8 years ago
  91. d76b32c Fix `sock_buffer_send` and some error handling for errno values by Bo 路 8 years ago
  92. 234b71f Comments by Bo 路 8 years ago
  93. ce95c36 fix killer errors by Bo 路 8 years ago
  94. 6fd5d8d Fix `facil_protocol_try_lock` + `facil_attach` + fixes to cluster messages by Bo 路 8 years ago
  95. 88c5bde List is empty? + minimal docs by Bo 路 8 years ago
  96. 101d26a Cluster never time's out. by Bo 路 8 years ago
  97. 7c7c35d docs by Bo 路 8 years ago
  98. 19d3d0e Experimental cluster mode messaging + minor tweaks by Bo 路 8 years ago
  99. a5dbaa9 Updated the `http_listen` to accept the new `sock_rw_hook_set` and `rw_udata` options by Bo 路 8 years ago
  100. 100be47 Separate udata for the `set_rw_hooks` optional callback. by Bo 路 8 years ago 0.4.2