1. f3265c1 Fix some warnings, fix missing linker flag for Linux by Bo · 9 years ago
  2. edc0699 CLI example in README + extern "C" support by Bo · 9 years ago
  3. f88672b Docs by Bo · 9 years ago
  4. 78ffc42 Add copyright notices to new code by Bo · 9 years ago
  5. 441b29b Add example to CLI helper by Bo · 9 years ago
  6. a346095 Add CLI helpers and update some example code by Bo · 9 years ago
  7. 836b3cb Cache logging date string and refresh every 1 or 2 seconds by Bo · 9 years ago
  8. 5c94f79 Remove unused by Bo · 9 years ago
  9. 09b4541 Comment out testing data by Bo · 9 years ago
  10. 64dd109 Optimize Hash a bit by Bo · 9 years ago
  11. c130304 Improved cache locality for fiobj_s Hash implementation and other minor updates by Bo · 9 years ago
  12. 098f154 Docs and couplet handling... by Bo · 9 years ago
  13. 32fd9f6 Docs and kicks by Bo · 9 years ago
  14. 5b598ad Limit Symbol hashing to pointer length by Bo · 9 years ago
  15. 8190fcc Fix #14, credit to @cdkrot by Bo · 9 years ago
  16. d33d82e Test and fix typo for `fio2resp` by Bo · 9 years ago
  17. 33df397 Cleaner, smaller and more idiomatic code for fiobj => RESP formatting by Bo · 9 years ago
  18. d40a021 Oops, `NULL` should be `null` for JSON by Bo · 9 years ago
  19. 4487dba We have JSON formatting, the harder part is next... parsing. by Bo · 9 years ago
  20. 68802b8 Docs by Bo · 9 years ago
  21. 67ff196 Array flattening tested by Bo · 9 years ago
  22. ed95c04 Work in progress by Bo · 9 years ago
  23. ec23130 Fixed fiobj leaks and re-organized code 🎉 by Bo · 9 years ago
  24. 1dbb0ad More tests expose memory leaks in deeply nested objects by Bo · 9 years ago
  25. 52ef4c5 Updates to the unreleased `fiobj` API by Bo · 9 years ago
  26. c7387fa Docs by Bo · 9 years ago
  27. f2a7236 Mostly, support writing RESP strings from fiobj objects by Bo · 9 years ago
  28. a86a5e8 Names + Fix `each2` for collections in Hash couplets by Bo · 9 years ago
  29. 342663d Minor updates by Bo · 9 years ago
  30. 771f4e6 All tests pass, no leaks... feature release time 🎉 by Bo · 9 years ago
  31. 00e0792 Docs + `request->udata` initialization before `on_request` callback by Bo · 9 years ago
  32. 257e7a0 Bump and fix patch versions (I forgot about that...) by Bo · 9 years ago
  33. b15d687 Externs by Bo · 9 years ago
  34. d62b58f Restructure folders by Bo · 9 years ago
  35. d63312f Prep for patch release by Bo · 9 years ago
  36. c5e90b9 Docs + credit to @benjcal by Bo · 9 years ago
  37. 09bd1b3 I don't know... did something go wrong? by Bo · 9 years ago
  38. 9c8e039 Fix SIGTERM and add sibling sentinel by Bo · 9 years ago
  39. a0ecb15 Fix missing `const` by Bo · 9 years ago
  40. 196de13 Fix `http_response_sendfile2` for safe paths and missing `/` by Bo · 9 years ago
  41. 05de8c1 Docs, mostly by Bo · 9 years ago
  42. 6d4b5dc Update patch version by Bo · 9 years ago
  43. dad1837 Clean up by Bo · 9 years ago
  44. 23c47f7 `sock_flush_strong` should check errno within loop by Bo · 9 years ago
  45. a0e3b67 Fix fragmentation in pipelined Websocket packets by Bo · 9 years ago
  46. 69a115f Semantics and docs by Bo · 9 years ago
  47. 56b171e Make `sock_touch` conditional upon actual data being sent by Bo · 9 years ago
  48. 015388d Docs by Bo · 9 years ago
  49. 076d583 Docs by Bo · 9 years ago
  50. 8d5070e Docs by Bo · 9 years ago
  51. 386b607 Fix Redis pipelining by Bo · 9 years ago 0.5.0
  52. 1ed65e2 Make sure... by Bo · 9 years ago
  53. 4a0a2b2 oops. unleak. by Bo · 9 years ago
  54. 3e2eca3 Support the `on_unsubscribe` callback by Bo · 9 years ago
  55. ade723b on_idle now correctly accounts for non-network events by Bo · 9 years ago
  56. b32108a Important fix for `defer` in fork by Bo · 9 years ago
  57. 15f26cb Make sure we have at least one folder seperation char by Bo · 9 years ago
  58. 8285ffa Oops, missing files and all by Bo · 9 years ago
  59. b3ea799 Docs by Bo · 9 years ago
  60. 0864927 Minor fixes by Bo · 9 years ago
  61. d9b81a3 Making the global Pub/Sub default adjustable makes more sense. by Bo · 9 years ago
  62. 60b38cf Plugging leaks and cleaning some code. by Bo · 9 years ago
  63. d7b4594 prevent parser state confusion and fix Redis engine memory leak (insignificant, but still...) by Bo · 9 years ago
  64. 31ad481 The most important part... my copyright notice ;-) by Bo · 9 years ago
  65. 3c0eb3f Redis AUTH support for redis_connection by Bo · 9 years ago
  66. 5c2532c Fix some error messages by Bo · 9 years ago
  67. 1c7473c Fix Redis PING forwarding and Disconnect message by Bo · 9 years ago
  68. ec1bbdb Redis Pub/Sub Engine 🎉🎉🎉 by Bo · 9 years ago
  69. 8ce0744 Redis engine resubscribe... by Bo · 9 years ago
  70. 9e23705 Allow a default message handler by Bo · 9 years ago
  71. 84e98f8 We have a working reds engine... is that good? by Bo · 9 years ago
  72. 576b158 Now that we can `dup` RESP objects, we can send them. by Bo · 9 years ago
  73. 483d6e4 Better... still need to test/fix the nesting guard. by Bo · 9 years ago
  74. 5595953 Baby steps by Bo · 9 years ago
  75. c0e0c23 This isn't ready... yet... by Bo · 9 years ago
  76. dac631d One parser done and tested by Bo · 9 years ago
  77. 86f3ce9 backing up by Bo · 9 years ago
  78. fda881d Forgot about patterns... by Bo · 9 years ago
  79. 537af7b Fix `facil_connect` by Bo · 9 years ago
  80. f7183a1 touch socket when resuming from defer by Bo · 9 years ago
  81. 1e51eb7 Touch socket while deferring pipelined data by Bo · 9 years ago
  82. 498b6e6 Pub/sub updates and fragmenting the websocket handler to multiple events. by Bo · 9 years ago
  83. 239cfae 🎉 Websocket pub/sub support is here! by Bo · 9 years ago
  84. be88323 We don't need this (`defer_perform` clears the registers), but just in case... by Bo · 9 years ago
  85. c9e73a6 Allow source code to be dumped into a single folder (avoid name collisions?) by Bo · 9 years ago
  86. 2515471 API callback clarity, some helpers and docs by Bo · 9 years ago
  87. 996e007 Don't decode the `+` for file name resolution. by Bo · 9 years ago
  88. a5999e7 Funny. by Bo · 9 years ago
  89. 3a90a96 Typos and secrets by Bo · 9 years ago
  90. 2918165 Updated pubsub API to allow for two `udata` objects (like `defer`) by Bo · 9 years ago
  91. ceaed6a API changes mean we have to bump the minor version :-/ by Bo · 9 years ago
  92. 290cb6b Prefer `__atomic_*` over `__sync_*` when available by Bo · 9 years ago
  93. f8f8137 Oops by Bo · 9 years ago
  94. 1dc50ee Cleaner `on_finish_rw` by Bo · 9 years ago
  95. 16a7921 oops by Bo · 9 years ago
  96. d028849 Fix inline function declaration and missing `stdint`, credit to @OwenDelahoy for exposing this issue by Bo · 9 years ago
  97. 0697c75 Copy `port` data, since we're printing it after the fact and it might be dynamically allocated. by Bo · 9 years ago
  98. 2e06afa Allow request object deeper access to protocol. by Bo · 9 years ago
  99. b56dff4 tweaks by Bo · 9 years ago
  100. b1ed9ab Test glob matching and fix it (again) by Bo · 9 years ago