1. 5a1bab6 Tested and fixed http_pause/resume 馃帀 by Bo 路 8 years ago
  2. d52d3ab Freeze only when actually used as key by Bo 路 8 years ago
  3. 98da0a8 Docs + accessors by Bo 路 8 years ago
  4. 00cbe47 Pausing and resuming HTTP handling, for evented design. by Bo 路 8 years ago
  5. 67598ff Shorter names are easier by Bo 路 8 years ago
  6. 54e1c36 Assume optimizing Hash initialization is in poor taste by Bo 路 8 years ago
  7. fbfbd90 Cache the hash used for JSON serialization by Bo 路 8 years ago
  8. 44ebfc1 Can we reuse JSON internal data? by Bo 路 8 years ago
  9. 1b5f3c8 Allow edge / branch based application creation by Bo 路 8 years ago
  10. b5e9f94 Fix string length for info by Bo 路 8 years ago
  11. 36cea1e Minorities and example code by Bo 路 8 years ago
  12. 6854f4a Allow alternate patterns by Bo 路 8 years ago
  13. 83eb606 Preparing for ws client by Bo 路 8 years ago
  14. 282c978 Disable optimizations when debugging by Bo 路 8 years ago
  15. 745a695 Fixes by Bo 路 8 years ago
  16. 4c78df2 Protocol should self attach + single capacity warning by Bo 路 8 years ago
  17. a584ad3 Minorities by Bo 路 8 years ago
  18. 62e9250 docs and names by Bo 路 8 years ago
  19. 2e4682c Docs and type naming by Bo 路 8 years ago
  20. 9f1eaeb We have a naive HTTP client 馃帀 by Bo 路 8 years ago
  21. 8b1ff11 We have a naive HTTP client 馃帀 by Bo 路 8 years ago
  22. f02f92a Fix TOC by Bo 路 8 years ago
  23. ba83d9b Fix chunk decoding for possible unconsumed new-line at head of data by Bo 路 8 years ago
  24. 22e755b minorities by Bo 路 8 years ago
  25. 9e4fa8a Pipeline before moving memory by Bo 路 8 years ago
  26. 04367c9 minorities by Bo 路 8 years ago
  27. 648073b Write to disk by Bo 路 8 years ago
  28. 1a1d96d Oops by Bo 路 8 years ago
  29. 092e067 Working on HTTP client by Bo 路 8 years ago
  30. b99b781 Minorities by Bo 路 8 years ago
  31. d069d1b cleanup by Bo 路 8 years ago
  32. c6129cc Damn fixed headers and offsets... by Bo 路 8 years ago
  33. 2c4fbee Styling by Bo 路 8 years ago
  34. e6ff8c7 documentation... a lot of it... by Bo 路 8 years ago
  35. 93ce9f7 Revisiting the site by Bo 路 8 years ago
  36. 384d725 Fix warning by Bo 路 8 years ago
  37. 626a4f3 Fix loops by Bo 路 8 years ago
  38. fbb3f8f minorities by Bo 路 8 years ago
  39. 333dc36 minorities by Bo 路 8 years ago
  40. 91d0cc6 Drafting and fixing... by Bo 路 8 years ago
  41. 92d0265 Copy parsed data into headers (instead of reference) by Bo 路 8 years ago
  42. ce977d6 Minorities by Bo 路 8 years ago
  43. 4679b0b Listen for changes in headers and dependencies by Bo 路 8 years ago
  44. 13c6188 Misc by Bo 路 8 years ago
  45. ef9535b Minorities by Bo 路 8 years ago
  46. 2f801b3 Drafting by Bo 路 8 years ago
  47. 914dfad Update Date string every second by Bo 路 8 years ago
  48. 5ea8981 Docs by Bo 路 8 years ago
  49. 899b160 How did that get here? by Bo 路 8 years ago
  50. 6a94ba7 Minor by Bo 路 8 years ago
  51. 6ffae35 Switch atomic ordering to match C++ safe approach by Bo 路 8 years ago
  52. 69770fd Examples shouldn't leak memory... by Bo 路 8 years ago
  53. a58b102 Nicer sentinel, less stack usage and nicer function names by Bo 路 8 years ago
  54. 7d26f87 Minorities by Bo 路 8 years ago
  55. e7483a8 FIOBJ instead `fiobj_s *` by Bo 路 8 years ago
  56. 28671ef `memchr` is faster after updates by Bo 路 8 years ago
  57. 1b511e7 Oops... by Bo 路 8 years ago
  58. f8d1d5a Minor fixes for gcc / linux by Bo 路 8 years ago
  59. fd5b629 No need to enforce 64bit. Let the machine decide. by Bo 路 8 years ago
  60. 5bde31e Cluster now acts as sentinel for respawns... by Bo 路 8 years ago
  61. 4d463d0 Comment out debugging info message by Bo 路 8 years ago
  62. 64f5a93 Things change... once root now a fork... by Bo 路 8 years ago
  63. f9f04f3 Close if open by Bo 路 8 years ago
  64. faf00ff Cleanup by Bo 路 8 years ago
  65. b007c8a Moving some logic for sentinel design by Bo 路 8 years ago
  66. 3fd235d Ping may arrive when there are no subscriptions by Bo 路 8 years ago
  67. 36b027c Oops... clear subscriptions by Bo 路 8 years ago
  68. 984b63b Drafting new cluster IPC by Bo 路 8 years ago
  69. 3a66bd8 Example updates by Bo 路 8 years ago
  70. 695d1f1 Docs by Bo 路 8 years ago
  71. a000ad7 Move flag tests to new API by Bo 路 8 years ago
  72. a0c8b2b Draft for Unix-Socket clustering + add forking to core engine by Bo 路 8 years ago
  73. b3221ad update docs by Bo 路 8 years ago
  74. 3b75f23 Remove forking from `defer`... it's not really it's place by Bo 路 8 years ago
  75. 637a05a Fix connect with unix sockets by Bo 路 8 years ago
  76. f595355 Support for Unix Sockets by Bo 路 8 years ago
  77. cb93c0e Ignore jekyll preview by Bo 路 8 years ago
  78. c41dc17 oops by Bo 路 8 years ago
  79. 9032681 Docs and tweaks by Bo 路 8 years ago
  80. 589a5cf Hmm by Bo 路 8 years ago
  81. 4960810 Prevent the same client from running the same callback for the same channel concurrently by Bo 路 8 years ago
  82. d175410 Soft limiting for Redis pattern publishing to prevent duplicate publishing by Bo 路 8 years ago
  83. b34fd32 Redundant (channel is the `obj` part of the key) by Bo 路 8 years ago
  84. 0e49afb Style by Bo 路 8 years ago
  85. dc57e7d Oops... remove destroyed clients from their hashmap. by Bo 路 8 years ago
  86. 15298a5 Tested some command sending flavors by Bo 路 8 years ago
  87. bb49945 Docs + redis_send by Bo 路 8 years ago
  88. 30b8d29 Incomplete by Bo 路 8 years ago
  89. 9f30e27 pinging works by Bo 路 8 years ago
  90. bc52226 Fix empty string consumption by Bo 路 8 years ago
  91. db81e8e Oops by Bo 路 8 years ago
  92. 8ce5c3e Drafting... still... by Bo 路 8 years ago
  93. a6cadb8 Enforce string comparison and switch to FIOBJ by Bo 路 8 years ago
  94. c08e5ed Cleanup by Bo 路 8 years ago
  95. f6480d2 Docs for updated parser by Bo 路 8 years ago
  96. 883fc06 Out with the old... by Bo 路 8 years ago
  97. c097243 Use FIOBJ_TYPE() and FIOBJ instead of type, ready for changes by Bo 路 8 years ago
  98. 97afb3d Drafting an updated Redis engine by Bo 路 8 years ago
  99. 67be927 Docs by Bo 路 8 years ago
  100. 8fbb515 Fix `OK` and minor glitches by Bo 路 8 years ago