1. 8b1ff11 We have a naive HTTP client 馃帀 by Bo 路 8 years ago
  2. f02f92a Fix TOC by Bo 路 8 years ago
  3. ba83d9b Fix chunk decoding for possible unconsumed new-line at head of data by Bo 路 8 years ago
  4. 22e755b minorities by Bo 路 8 years ago
  5. 9e4fa8a Pipeline before moving memory by Bo 路 8 years ago
  6. 04367c9 minorities by Bo 路 8 years ago
  7. 648073b Write to disk by Bo 路 8 years ago
  8. 1a1d96d Oops by Bo 路 8 years ago
  9. 092e067 Working on HTTP client by Bo 路 8 years ago
  10. b99b781 Minorities by Bo 路 8 years ago
  11. d069d1b cleanup by Bo 路 8 years ago
  12. c6129cc Damn fixed headers and offsets... by Bo 路 8 years ago
  13. 2c4fbee Styling by Bo 路 8 years ago
  14. e6ff8c7 documentation... a lot of it... by Bo 路 8 years ago
  15. 93ce9f7 Revisiting the site by Bo 路 8 years ago
  16. 384d725 Fix warning by Bo 路 8 years ago
  17. 626a4f3 Fix loops by Bo 路 8 years ago
  18. fbb3f8f minorities by Bo 路 8 years ago
  19. 333dc36 minorities by Bo 路 8 years ago
  20. 91d0cc6 Drafting and fixing... by Bo 路 8 years ago
  21. 92d0265 Copy parsed data into headers (instead of reference) by Bo 路 8 years ago
  22. ce977d6 Minorities by Bo 路 8 years ago
  23. 4679b0b Listen for changes in headers and dependencies by Bo 路 8 years ago
  24. 13c6188 Misc by Bo 路 8 years ago
  25. ef9535b Minorities by Bo 路 8 years ago
  26. 2f801b3 Drafting by Bo 路 8 years ago
  27. 914dfad Update Date string every second by Bo 路 8 years ago
  28. 5ea8981 Docs by Bo 路 8 years ago
  29. 899b160 How did that get here? by Bo 路 8 years ago
  30. 6a94ba7 Minor by Bo 路 8 years ago
  31. 6ffae35 Switch atomic ordering to match C++ safe approach by Bo 路 8 years ago
  32. 69770fd Examples shouldn't leak memory... by Bo 路 8 years ago
  33. a58b102 Nicer sentinel, less stack usage and nicer function names by Bo 路 8 years ago
  34. 7d26f87 Minorities by Bo 路 8 years ago
  35. e7483a8 FIOBJ instead `fiobj_s *` by Bo 路 8 years ago
  36. 28671ef `memchr` is faster after updates by Bo 路 8 years ago
  37. 1b511e7 Oops... by Bo 路 8 years ago
  38. f8d1d5a Minor fixes for gcc / linux by Bo 路 8 years ago
  39. fd5b629 No need to enforce 64bit. Let the machine decide. by Bo 路 8 years ago
  40. 5bde31e Cluster now acts as sentinel for respawns... by Bo 路 8 years ago
  41. 4d463d0 Comment out debugging info message by Bo 路 8 years ago
  42. 64f5a93 Things change... once root now a fork... by Bo 路 8 years ago
  43. f9f04f3 Close if open by Bo 路 8 years ago
  44. faf00ff Cleanup by Bo 路 8 years ago
  45. b007c8a Moving some logic for sentinel design by Bo 路 8 years ago
  46. 3fd235d Ping may arrive when there are no subscriptions by Bo 路 8 years ago
  47. 36b027c Oops... clear subscriptions by Bo 路 8 years ago
  48. 984b63b Drafting new cluster IPC by Bo 路 8 years ago
  49. 3a66bd8 Example updates by Bo 路 8 years ago
  50. 695d1f1 Docs by Bo 路 8 years ago
  51. a000ad7 Move flag tests to new API by Bo 路 8 years ago
  52. a0c8b2b Draft for Unix-Socket clustering + add forking to core engine by Bo 路 8 years ago
  53. b3221ad update docs by Bo 路 8 years ago
  54. 3b75f23 Remove forking from `defer`... it's not really it's place by Bo 路 8 years ago
  55. 637a05a Fix connect with unix sockets by Bo 路 8 years ago
  56. f595355 Support for Unix Sockets by Bo 路 8 years ago
  57. cb93c0e Ignore jekyll preview by Bo 路 8 years ago
  58. c41dc17 oops by Bo 路 8 years ago
  59. 9032681 Docs and tweaks by Bo 路 8 years ago
  60. 589a5cf Hmm by Bo 路 8 years ago
  61. 4960810 Prevent the same client from running the same callback for the same channel concurrently by Bo 路 8 years ago
  62. d175410 Soft limiting for Redis pattern publishing to prevent duplicate publishing by Bo 路 8 years ago
  63. b34fd32 Redundant (channel is the `obj` part of the key) by Bo 路 8 years ago
  64. 0e49afb Style by Bo 路 8 years ago
  65. dc57e7d Oops... remove destroyed clients from their hashmap. by Bo 路 8 years ago
  66. 15298a5 Tested some command sending flavors by Bo 路 8 years ago
  67. bb49945 Docs + redis_send by Bo 路 8 years ago
  68. 30b8d29 Incomplete by Bo 路 8 years ago
  69. 9f30e27 pinging works by Bo 路 8 years ago
  70. bc52226 Fix empty string consumption by Bo 路 8 years ago
  71. db81e8e Oops by Bo 路 8 years ago
  72. 8ce5c3e Drafting... still... by Bo 路 8 years ago
  73. a6cadb8 Enforce string comparison and switch to FIOBJ by Bo 路 8 years ago
  74. c08e5ed Cleanup by Bo 路 8 years ago
  75. f6480d2 Docs for updated parser by Bo 路 8 years ago
  76. 883fc06 Out with the old... by Bo 路 8 years ago
  77. c097243 Use FIOBJ_TYPE() and FIOBJ instead of type, ready for changes by Bo 路 8 years ago
  78. 97afb3d Drafting an updated Redis engine by Bo 路 8 years ago
  79. 67be927 Docs by Bo 路 8 years ago
  80. 8fbb515 Fix `OK` and minor glitches by Bo 路 8 years ago
  81. 8dd3e01 Test snippets by Bo 路 8 years ago
  82. 83c8efa Ordering by Bo 路 8 years ago
  83. 908e3db Cleaner RESP parser by Bo 路 8 years ago
  84. f8d84e9 Channel list synchronization across process boundaries by Bo 路 8 years ago
  85. aca52f0 Sanitization, tweaks and minor fixes by Bo 路 8 years ago
  86. 52dc885 remove some redundant `if` branches by Bo 路 8 years ago
  87. ec3c54e Add a simple (parsed) HTTP example by Bo 路 8 years ago
  88. 7445697 Secure against path traversal attacks. by Bo 路 8 years ago
  89. 79f95a6 Change `sendfile2` logic so it's easier to reuse. by Bo 路 8 years ago
  90. 6c0d6b4 tweak example by Bo 路 8 years ago
  91. 943597c Temporary objects are fun by Bo 路 8 years ago
  92. e71b735 Housekeeping by Bo 路 8 years ago
  93. a740e1e Housekeeping by Bo 路 8 years ago
  94. 0b522a6 Some housekeeping by Bo 路 8 years ago
  95. 7ea837c Docs by Bo 路 8 years ago
  96. fa41658 Temporary numbers can be useful by Bo 路 8 years ago
  97. e85374e Cleanup by Bo 路 8 years ago
  98. 5564ad3 Cleanup some leaks by Bo 路 8 years ago
  99. 65ee63e Call the unsubscribe callback only after all messages were handled by Bo 路 8 years ago
  100. b832b97 Enforce limits on capacity. by Bo 路 8 years ago