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