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