summaryrefslogtreecommitdiff
path: root/reformatter
Commit message (Expand)AuthorAgeFilesLines
* add generator reset, and ability to verify and reformat streamsLloyd Hilaiel2014-03-141-12/+28
* fix win32 build - don't link libm on dozeLloyd Hilaiel2014-02-231-1/+7
* json_reformat should link against libmshahbag2014-02-151-1/+1
* Makes 'nmake install' work.Austin Ziegler2014-02-151-3/+1
* update copyright and emailLloyd Hilaiel2014-02-152-3/+3
* fix bug in f7e95b936f1d53b1f19a93d7cdca0821d7e09f93 - extra comma in reformat...Lloyd Hilaiel2011-12-191-2/+2
* Allow testing yajl_gen_escape_solidusConrad Irwin2011-07-171-0/+4
* compiling cleanly on winblowsLloyd Hilaiel2011-04-251-1/+1
* Add a generator feature to validate UTF8 strings as they are written to outpu...Lloyd Hilaiel2011-04-221-21/+13
* rename yajl_parse_complete to yajl_complete_parse. the latter is correctly a...Lloyd Hilaiel2011-04-211-1/+1
* rework programmatic configuration of yajl. both generator and parser now hav...Lloyd Hilaiel2011-04-211-33/+32
* yajl 2 will be relicensed under the ISC license. same idea, fewer bytes.Lloyd Hilaiel2011-04-202-59/+27
* use size_t rather than unsigned int for representing buffer lengths for yajl 2.xLloyd Hilaiel2010-08-101-4/+4
* update all them dates.Lloyd Hilaiel2010-01-082-2/+2
* fix win32 compilation after addition of isnan() isinf() checks, address a cou...Lloyd Hilaiel2009-10-191-1/+1
* always use a format string with fprintf, silence compiler warnings. shhh.1.0.6Lloyd Hilaiel2009-09-121-1/+1
* Add support for combining short optionsJohn Stamp2009-09-091-12/+18
* json_reformat exits on errorsJohn Stamp2009-09-091-2/+5
* Fix handling multiple options in json_reformat and json_verifyJohn Stamp2009-09-091-9/+13
* resolve crash in json_reformatter due to incorrectly ordered parameters1.0.1Lloyd Hilaiel2009-04-011-1/+1
* * BREAKING API CHANGE: allow client to specify memory allocation routinesLloyd Hilaiel2009-04-012-5/+5
* Update json_reformat and json_verify to use the new yajl_parse_complete()Timothy J. Wood2009-02-261-21/+25
* integrate patches from Robert Varga to eliminate build warnings on 64bit linu...Lloyd Hilaiel2009-01-171-11/+11
* comment out INSTALL cmake directives on win32unknown2009-01-051-1/+3
* add install targets for binaries 'json_verify' and 'json_reformat', add top l...Lloyd Hilaiel2008-12-181-0/+2
* introduction of yajl_number callback to allow clients to handle arbitraryllooyd2008-04-251-13/+7
* add lightweight build system wrapper, fix shared lib symlinks, addlloydh2007-12-221-3/+3
* Add support for UTF8 validation during parsing, fiddle testing to lloydh2007-11-111-2/+6
* clean up json_verify and json_reformat, copy into sdk.lloydh2007-07-262-19/+41
* fix all warnings under windows.lloydh2007-07-261-3/+1
* support comments, configurable with an argument to yajl_alloc.lloydh2007-07-251-1/+3
* move all files to trunk.lloydh2007-07-172-0/+229