1. 3e2eca3 Support the `on_unsubscribe` callback by Bo · 9 years ago
  2. ade723b on_idle now correctly accounts for non-network events by Bo · 9 years ago
  3. b32108a Important fix for `defer` in fork by Bo · 9 years ago
  4. 15f26cb Make sure we have at least one folder seperation char by Bo · 9 years ago
  5. 8285ffa Oops, missing files and all by Bo · 9 years ago
  6. b3ea799 Docs by Bo · 9 years ago
  7. 0864927 Minor fixes by Bo · 9 years ago
  8. d9b81a3 Making the global Pub/Sub default adjustable makes more sense. by Bo · 9 years ago
  9. 60b38cf Plugging leaks and cleaning some code. by Bo · 9 years ago
  10. d7b4594 prevent parser state confusion and fix Redis engine memory leak (insignificant, but still...) by Bo · 9 years ago
  11. 31ad481 The most important part... my copyright notice ;-) by Bo · 9 years ago
  12. 3c0eb3f Redis AUTH support for redis_connection by Bo · 9 years ago
  13. 5c2532c Fix some error messages by Bo · 9 years ago
  14. 1c7473c Fix Redis PING forwarding and Disconnect message by Bo · 9 years ago
  15. ec1bbdb Redis Pub/Sub Engine 🎉🎉🎉 by Bo · 9 years ago
  16. 8ce0744 Redis engine resubscribe... by Bo · 9 years ago
  17. 9e23705 Allow a default message handler by Bo · 9 years ago
  18. 84e98f8 We have a working reds engine... is that good? by Bo · 9 years ago
  19. 576b158 Now that we can `dup` RESP objects, we can send them. by Bo · 9 years ago
  20. 483d6e4 Better... still need to test/fix the nesting guard. by Bo · 9 years ago
  21. 5595953 Baby steps by Bo · 9 years ago
  22. c0e0c23 This isn't ready... yet... by Bo · 9 years ago
  23. dac631d One parser done and tested by Bo · 9 years ago
  24. 86f3ce9 backing up by Bo · 9 years ago
  25. fda881d Forgot about patterns... by Bo · 9 years ago
  26. 537af7b Fix `facil_connect` by Bo · 9 years ago
  27. f7183a1 touch socket when resuming from defer by Bo · 9 years ago
  28. 1e51eb7 Touch socket while deferring pipelined data by Bo · 9 years ago
  29. 498b6e6 Pub/sub updates and fragmenting the websocket handler to multiple events. by Bo · 9 years ago
  30. 239cfae 🎉 Websocket pub/sub support is here! by Bo · 9 years ago
  31. be88323 We don't need this (`defer_perform` clears the registers), but just in case... by Bo · 9 years ago
  32. c9e73a6 Allow source code to be dumped into a single folder (avoid name collisions?) by Bo · 9 years ago
  33. 2515471 API callback clarity, some helpers and docs by Bo · 9 years ago
  34. 996e007 Don't decode the `+` for file name resolution. by Bo · 9 years ago
  35. a5999e7 Funny. by Bo · 9 years ago
  36. 3a90a96 Typos and secrets by Bo · 9 years ago
  37. 2918165 Updated pubsub API to allow for two `udata` objects (like `defer`) by Bo · 9 years ago
  38. ceaed6a API changes mean we have to bump the minor version :-/ by Bo · 9 years ago
  39. 290cb6b Prefer `__atomic_*` over `__sync_*` when available by Bo · 9 years ago
  40. f8f8137 Oops by Bo · 9 years ago
  41. 1dc50ee Cleaner `on_finish_rw` by Bo · 9 years ago
  42. 16a7921 oops by Bo · 9 years ago
  43. d028849 Fix inline function declaration and missing `stdint`, credit to @OwenDelahoy for exposing this issue by Bo · 9 years ago
  44. 0697c75 Copy `port` data, since we're printing it after the fact and it might be dynamically allocated. by Bo · 9 years ago
  45. 2e06afa Allow request object deeper access to protocol. by Bo · 9 years ago
  46. b56dff4 tweaks by Bo · 9 years ago
  47. b1ed9ab Test glob matching and fix it (again) by Bo · 9 years ago
  48. 8e83324 Fix glob matching by Bo · 9 years ago
  49. b55ca78 Detail license by Bo · 9 years ago
  50. 87bd330 Fix simple glob matching by Bo · 9 years ago
  51. 25a900f Publish to patterns even if channel object doesn't exist (no clients) by Bo · 9 years ago
  52. 012ac67 So far by Bo · 9 years ago
  53. 6e8c3bf move folder by Boaz Segev · 10 years ago
  54. f6781bd folder organization by Boaz Segev · 10 years ago
  55. 10dcf35 prevent compiler warning for macro by Boaz Segev · 10 years ago
  56. 00addc8 comments by Boaz Segev · 10 years ago
  57. ff62a5d fix debug output by Boaz Segev · 10 years ago
  58. 7851784 Oh.. it's needed (printing was the issue) by Boaz Segev · 10 years ago
  59. 3b829f8 don't print debug info by Boaz Segev · 10 years ago
  60. 5dd6461 make sure _GNU_SOURCE is defined by Boaz Segev · 10 years ago
  61. aaa0539 reversing byte-order isn't required? by Boaz Segev · 10 years ago
  62. c23cda1 remove some "ignoring write" warnings by Boaz Segev · 10 years ago
  63. f189531 fix include uint_32 for SHA-1 by Boaz Segev · 10 years ago
  64. 0857592 performance test code by Boaz Segev · 10 years ago
  65. a35a847 hmm by Boaz Segev · 10 years ago
  66. f645129 set_cookie helper by Boaz Segev · 10 years ago
  67. 04772d7 docs by Boaz Segev · 10 years ago
  68. 44b87c8 Docs by Boaz Segev · 10 years ago
  69. c0b4819 docs by Boaz Segev · 10 years ago
  70. fa85a0e better API naming by Boaz Segev · 10 years ago
  71. 7f8caf3 docs by Boaz Segev · 10 years ago
  72. d2a3dce RW hooks for future SSL/TLS support by Boaz Segev · 10 years ago
  73. b3b0f9e minor API changes by Boaz Segev · 10 years ago
  74. ca79ee3 update for Buffer API is_empty by Boaz Segev · 10 years ago
  75. 73e1aee http busy message by Boaz Segev · 10 years ago
  76. b4f261b docs by Boaz Segev · 10 years ago
  77. f01bdad upper-case vs. lower-case headers? by Boaz Segev · 10 years ago
  78. 753ce5b docs by Boaz Segev · 10 years ago
  79. 350be14 docs by Boaz Segev · 10 years ago
  80. 0c51b2c HttpResponse updates by Boaz Segev · 10 years ago
  81. ac34279 better Server.write return value by Boaz Segev · 10 years ago
  82. f96242c more http support by Boaz Segev · 10 years ago
  83. 3a5a5da fallback if task isn't performed by Boaz Segev · 10 years ago
  84. be7f866 SHA-1 works by Boaz Segev · 10 years ago
  85. d3b57c1 tested base64 decoding and encoding by Boaz Segev · 10 years ago
  86. 92cb237 SHA1 and Base64 for Websockets by Boaz Segev · 10 years ago
  87. 2ea212e make sure data is read/written to RAM by Boaz Segev · 10 years ago
  88. c1cdb06 prevent protocol upgrade for closed connections by Boaz Segev · 10 years ago
  89. 7ba2ecd no need to set the data on close by Boaz Segev · 10 years ago
  90. fb17591 validate request object by Boaz Segev · 10 years ago
  91. 4fc839a set_protocol returns -1 on error by Boaz Segev · 10 years ago
  92. 9b67f83 some documentation fixes by Boaz Segev · 10 years ago
  93. 2a983ac rewrote the Buffer.flush by Boaz Segev · 10 years ago
  94. aa8ca9b nothing yet by Boaz Segev · 10 years ago
  95. fcca1bd better signal handling by Boaz Segev · 10 years ago
  96. 90c2e2b Specify default cache control of 1 hour by Boaz Segev · 10 years ago
  97. 0fdc342 don't stop server more then once. by Boaz Segev · 10 years ago
  98. c4c4326 add signal to forward declr by Boaz Segev · 10 years ago
  99. c4ee579 avoid double unlock by Boaz Segev · 10 years ago
  100. 4cbba35 new libasync and minor adjustments by Boaz Segev · 10 years ago