1. 6ae9bce Backup some dev work by Bo · 8 years ago 0.5.1
  2. 6d4b5dc Update patch version by Bo · 8 years ago
  3. 70e46a6 typo by Bo · 8 years ago
  4. dad1837 Clean up by Bo · 8 years ago
  5. 23c47f7 `sock_flush_strong` should check errno within loop by Bo · 8 years ago
  6. a0e3b67 Fix fragmentation in pipelined Websocket packets by Bo · 8 years ago
  7. 69a115f Semantics and docs by Bo · 8 years ago
  8. 56b171e Make `sock_touch` conditional upon actual data being sent by Bo · 8 years ago
  9. 015388d Docs by Bo · 8 years ago
  10. 076d583 Docs by Bo · 8 years ago
  11. 8d5070e Docs by Bo · 8 years ago
  12. 4771ed3 Let'm know by Bo · 8 years ago
  13. 386b607 Fix Redis pipelining by Bo · 8 years ago 0.5.0
  14. 1ed65e2 Make sure... by Bo · 8 years ago
  15. 4a0a2b2 oops. unleak. by Bo · 8 years ago
  16. 3e2eca3 Support the `on_unsubscribe` callback by Bo · 8 years ago
  17. ade723b on_idle now correctly accounts for non-network events by Bo · 8 years ago
  18. b32108a Important fix for `defer` in fork by Bo · 8 years ago
  19. 15f26cb Make sure we have at least one folder seperation char by Bo · 8 years ago
  20. 8285ffa Oops, missing files and all by Bo · 8 years ago
  21. b3ea799 Docs by Bo · 8 years ago
  22. 0864927 Minor fixes by Bo · 8 years ago
  23. d9b81a3 Making the global Pub/Sub default adjustable makes more sense. by Bo · 8 years ago
  24. 60b38cf Plugging leaks and cleaning some code. by Bo · 8 years ago
  25. d7b4594 prevent parser state confusion and fix Redis engine memory leak (insignificant, but still...) by Bo · 8 years ago
  26. 31ad481 The most important part... my copyright notice ;-) by Bo · 8 years ago
  27. 3c0eb3f Redis AUTH support for redis_connection by Bo · 8 years ago
  28. 5c2532c Fix some error messages by Bo · 8 years ago
  29. 1c7473c Fix Redis PING forwarding and Disconnect message by Bo · 8 years ago
  30. ec1bbdb Redis Pub/Sub Engine 🎉🎉🎉 by Bo · 8 years ago
  31. 9f35f3e stress using a new line. by Bo · 8 years ago
  32. 694f7c4 Document compiling to fix #9 by Bo · 8 years ago
  33. 8ce0744 Redis engine resubscribe... by Bo · 8 years ago
  34. 6727e27 Update reds support for CMake by Bo · 8 years ago
  35. 46a8b7a Move Redis support to the CMake lib list by Bo · 8 years ago
  36. 9e23705 Allow a default message handler by Bo · 8 years ago
  37. 84e98f8 We have a working reds engine... is that good? by Bo · 8 years ago
  38. 576b158 Now that we can `dup` RESP objects, we can send them. by Bo · 8 years ago
  39. 483d6e4 Better... still need to test/fix the nesting guard. by Bo · 8 years ago
  40. 5595953 Baby steps by Bo · 8 years ago
  41. c0e0c23 This isn't ready... yet... by Bo · 8 years ago
  42. dac631d One parser done and tested by Bo · 8 years ago
  43. 86f3ce9 backing up by Bo · 8 years ago
  44. 655632c docs by Bo · 8 years ago
  45. fda881d Forgot about patterns... by Bo · 8 years ago
  46. 537af7b Fix `facil_connect` by Bo · 8 years ago
  47. f7183a1 touch socket when resuming from defer by Bo · 8 years ago
  48. 1e51eb7 Touch socket while deferring pipelined data by Bo · 8 years ago
  49. 498b6e6 Pub/sub updates and fragmenting the websocket handler to multiple events. by Bo · 8 years ago
  50. a8fbca2 🎉🎉🎉 by Bo · 8 years ago
  51. 239cfae 🎉 Websocket pub/sub support is here! by Bo · 8 years ago
  52. be88323 We don't need this (`defer_perform` clears the registers), but just in case... by Bo · 8 years ago
  53. 1272e78 Easier by Bo · 8 years ago
  54. c9e73a6 Allow source code to be dumped into a single folder (avoid name collisions?) by Bo · 8 years ago
  55. 2515471 API callback clarity, some helpers and docs by Bo · 8 years ago
  56. 8a98897 Docs by Bo · 8 years ago
  57. 996e007 Don't decode the `+` for file name resolution. by Bo · 8 years ago
  58. a5999e7 Funny. by Bo · 8 years ago
  59. 282cfb3 Paranoia strikes deep in the zero-copy machine by Bo · 8 years ago
  60. 3a90a96 Typos and secrets by Bo · 8 years ago
  61. 2918165 Updated pubsub API to allow for two `udata` objects (like `defer`) by Bo · 8 years ago
  62. ceaed6a API changes mean we have to bump the minor version :-/ by Bo · 8 years ago
  63. 290cb6b Prefer `__atomic_*` over `__sync_*` when available by Bo · 8 years ago
  64. f8f8137 Oops by Bo · 8 years ago
  65. 3469ca3 Docs by Bo · 8 years ago
  66. 1dc50ee Cleaner `on_finish_rw` by Bo · 8 years ago
  67. 16a7921 oops by Bo · 8 years ago
  68. d028849 Fix inline function declaration and missing `stdint`, credit to @OwenDelahoy for exposing this issue by Bo · 8 years ago
  69. e95bfbe Docs by Bo · 8 years ago
  70. 0697c75 Copy `port` data, since we're printing it after the fact and it might be dynamically allocated. by Bo · 8 years ago
  71. 2e06afa Allow request object deeper access to protocol. by Bo · 8 years ago
  72. b56dff4 tweaks by Bo · 8 years ago
  73. b1ed9ab Test glob matching and fix it (again) by Bo · 8 years ago
  74. 8e83324 Fix glob matching by Bo · 8 years ago
  75. b55ca78 Detail license by Bo · 8 years ago
  76. 87bd330 Fix simple glob matching by Bo · 8 years ago
  77. 25a900f Publish to patterns even if channel object doesn't exist (no clients) by Bo · 8 years ago
  78. 2992bcf Docs by Bo · 8 years ago
  79. 433ffa0 Explain the dev folder. by Bo · 8 years ago
  80. d92185f Move scripts out of root folder by Bo · 8 years ago
  81. b4e6000 This wasn't updated in a while... by Bo · 8 years ago
  82. 31e425a Make + docs by Bo · 8 years ago
  83. 012ac67 So far by Bo · 8 years ago
  84. 1356324 Remove unused by Bo · 8 years ago
  85. 2cb37b8 Add a `trie` and optimize some shit by Bo · 8 years ago
  86. e1fa176 Move the DEBUG flag to a separate `FLAGS` list by Bo · 8 years ago
  87. ef7c797 Makefile auto-updates CMake lists by Bo · 8 years ago
  88. 04e5dd1 Merge pull request #8 from OwenDelahoy/master by Bo · 8 years ago
  89. 95650a2 Get rid of oldies by Bo · 8 years ago
  90. c2f57a8 wrote, tested, realized it's slower, left it here... by Bo · 8 years ago
  91. bc4b23c Support cached `fd` handling. by Bo · 8 years ago
  92. 04efd84 Move code around... mostly by Bo · 8 years ago
  93. 2dad5b2 Minor test tweaks by Bo · 8 years ago
  94. ea2330e Check against same item switch. by Bo · 8 years ago
  95. 44f3a88 Remove unused flag by Bo · 8 years ago
  96. 835ddd3 Minor updates by Bo · 8 years ago
  97. 0688193 CMake subdirectory/library build support by Owen Delahoy · 8 years ago
  98. b4680d1 Fix Linux gcc 4.8.4 compiler complaints... when will Ubuntu leave Trusty64 behind? by Bo · 8 years ago 0.4.4
  99. 84b57c2 Docs by Bo · 8 years ago
  100. ab06acc Why does gitignore show up in the repo? by Bo · 8 years ago