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