- 8b1dd8b Remove debug text by Bo 路 8 years ago
- 662f1fb Support String and Key by Bo 路 8 years ago
- 4740b50 Docs by Bo 路 8 years ago
- b67ba69 Docs by Bo 路 8 years ago
- 5a732e3 Update docs and remove JSON (done 馃憤馃徎) by Bo 路 8 years ago
- 1a4cdbb Credits by Bo 路 8 years ago
- 4e937c6 Docs by Bo 路 8 years ago
- 3ead92e Fix root of #16 by Bo 路 8 years ago
- ebf6254 Credit by Bo 路 8 years ago
- f925dc0 Fix #16 by Bo 路 8 years ago
- df573aa docs by Bo 路 8 years ago
- f337d1a Docs by Bo 路 8 years ago
- 8f1bd11 Disable the nested protection in the makefile. by Bo 路 8 years ago
- d1009d8 Docs by Bo 路 8 years ago
- 919ffa4 oops... by Bo 路 8 years ago
- 4d7b9c8 Support NaN and Inifinity extensions to JSON by Bo 路 8 years ago
- 4cb6268 Place NaN and Infinity ins Strings (promise validity) by Bo 路 8 years ago
- 4549c72 Don't test cyclic nesting protection when it's disabled... by Bo 路 8 years ago
- 1487b77 Improvements to the ever imperfect `double` to String by Bo 路 8 years ago
- 2e13beb Improvements to the ever imperfect `double` to String. by Bo 路 8 years ago
- ff62062 Docs, minor things and make the nesting protection optional by Bo 路 8 years ago
- b93a9bf Fix `\uXXXX` decoding by Bo 路 8 years ago
- 45ac8c8 Minor adjustments by Bo 路 8 years ago
- 0c3ae71 Start small by Bo 路 8 years ago
- 408e0e3 Names by Bo 路 8 years ago
- b5eda37 More JSON and `each2` optimizations, especially for nesting guard by Bo 路 8 years ago
- b92c3f6 Shave some excess processing by Bo 路 8 years ago
- 55bef68 Allocation optimizations and fiobj API finalization by Bo 路 8 years ago
- 8b7634a Remove dependency on spnlock by Bo 路 8 years ago
- 1b1cec1 `fio_atol` and `fio_atof` should advance pointer. by Bo 路 8 years ago
- 57214cb Tested some parsing concerns by Bo 路 8 years ago
- bea272a nothings by Bo 路 8 years ago
- a118223 State which files isn the example do what by Bo 路 8 years ago
- c7b2b9c Add more comments to the example code by Bo 路 8 years ago
- 76b2619 Simpler boilerplate by Bo 路 8 years ago
- 254032d Faster `each2` and fixes for JSON parsing by Bo 路 8 years ago
- c1eaed0 Fix makefile for Math library in CMake by Bo 路 8 years ago
- 90dbbe8 Escape unspecified (but required) control characters by Bo 路 8 years ago
- 9986e03 Basic JSON parsing by Bo 路 8 years ago
- 6ebbe7d Remove support for `FIOBJ_T_FILE`, since `FILE *` aren't thread-safe friendly. by Bo 路 8 years ago
- 5ec656e Fix JSON utf-8 testing and (?) remove UTF-8 re-encoding by Bo 路 8 years ago
- a79109c Docs and nothings by Bo 路 8 years ago
- d84be8b Docs by Bo 路 8 years ago
- 165f239 Download releases rather than stable branch by Bo 路 8 years ago
- fe8eb93 Docs by Bo 路 8 years ago
- 4a6368d Docs by Bo 路 8 years ago
- a7c3683 Use TCP_NODELAY by default by Bo 路 8 years ago
- d81cc37 Support Hash get without Symbol by Bo 路 8 years ago
- 8e723b6 Revert to simple script draft by Bo 路 8 years ago
- 849cc1e Cmake update by Bo 路 8 years ago
- 655e266 Docs by Bo 路 8 years ago
- f3265c1 Fix some warnings, fix missing linker flag for Linux by Bo 路 8 years ago
- edc0699 CLI example in README + extern "C" support by Bo 路 8 years ago
- f88672b Docs by Bo 路 8 years ago
- aa53fb8 docs and a new CLI helper 馃帀 by Bo 路 8 years ago
- 78ffc42 Add copyright notices to new code by Bo 路 8 years ago
- 441b29b Add example to CLI helper by Bo 路 8 years ago
- a346095 Add CLI helpers and update some example code by Bo 路 8 years ago
- fd80727 Remove settings used when testing by Bo 路 8 years ago
- 836b3cb Cache logging date string and refresh every 1 or 2 seconds by Bo 路 8 years ago
- 5c94f79 Remove unused by Bo 路 8 years ago
- 09b4541 Comment out testing data by Bo 路 8 years ago
- 64dd109 Optimize Hash a bit by Bo 路 8 years ago
- c130304 Improved cache locality for fiobj_s Hash implementation and other minor updates by Bo 路 8 years ago
- 7e80aa1 I'll test and benchmark this later by Bo 路 8 years ago
- 098f154 Docs and couplet handling... by Bo 路 8 years ago
- 32fd9f6 Docs and kicks by Bo 路 8 years ago
- 5b598ad Limit Symbol hashing to pointer length by Bo 路 8 years ago
- 8190fcc Fix #14, credit to @cdkrot by Bo 路 8 years ago
- d33d82e Test and fix typo for `fio2resp` by Bo 路 8 years ago
- 33df397 Cleaner, smaller and more idiomatic code for fiobj => RESP formatting by Bo 路 8 years ago
- d40a021 Oops, `NULL` should be `null` for JSON by Bo 路 8 years ago
- 4487dba We have JSON formatting, the harder part is next... parsing. by Bo 路 8 years ago
- 68802b8 Docs by Bo 路 8 years ago
- 67ff196 Array flattening tested by Bo 路 8 years ago
- 6d66915 Use stable script by Bo 路 8 years ago
- ed95c04 Work in progress by Bo 路 8 years ago
- 094cefd Merge remote-tracking branch 'origin/script' into script by Bo 路 8 years ago
- 449e03a used @boazsegev download command; updated url by Benjamin Calderon 路 8 years ago
- 74b3180 added cache option to new, download WIP by Benjamin Calderon 路 8 years ago
- fb32bc3 used @boazsegev download command; updated url by Benjamin Calderon 路 8 years ago
- d1711dd added cache option to new, download WIP by Benjamin Calderon 路 8 years ago
- ec23130 Fixed fiobj leaks and re-organized code 馃帀 by Bo 路 8 years ago
- 1dbb0ad More tests expose memory leaks in deeply nested objects by Bo 路 8 years ago
- 15bbafb Fix #13 credit to @cdkrot by Bo 路 8 years ago
- 52ef4c5 Updates to the unreleased `fiobj` API by Bo 路 8 years ago
- c7387fa Docs by Bo 路 8 years ago
- f2a7236 Mostly, support writing RESP strings from fiobj objects by Bo 路 8 years ago
- a86a5e8 Names + Fix `each2` for collections in Hash couplets by Bo 路 8 years ago
- 342663d Minor updates by Bo 路 8 years ago
- eceba94 Add the new feature to the CMakeLists 馃帀 by Bo 路 8 years ago
- 4d03a0c Docs by Bo 路 8 years ago
- 5d5f8b3 Merge pull request #12 from boazsegev/master by Bo 路 8 years ago
- 771f4e6 All tests pass, no leaks... feature release time 馃帀 by Bo 路 8 years ago
- 2717b77 Use a list for `each2` instead of an array or recursion by Bo 路 8 years ago
- eafa003 Add JSON to roadmap + credit CLA source as BearSSL by Bo 路 8 years ago
- 1fe16f9 More error tests by Bo 路 8 years ago
- 0053ca5 Docs by Bo 路 8 years ago
- 95cc899 Looking for nesting issue source by Bo 路 8 years ago
- d647742 `each2` should respect NULL as an object by Bo 路 8 years ago