summaryrefslogtreecommitdiff
path: root/test/yajl_test.c
Commit message (Expand)AuthorAgeFilesLines
* move tests down directoryLloyd Hilaiel2014-02-151-281/+0
* test harness fixes on win32Lloyd Hilaiel2011-04-251-3/+3
* 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-14/+11
* add tests cases for partial value configLloyd Hilaiel2011-04-201-17/+23
* yajl 2 will be relicensed under the ISC license. same idea, fewer bytes.Lloyd Hilaiel2011-04-201-30/+14
* o rework yajl apiLloyd Hilaiel2011-04-201-22/+25
* use size_t rather than unsigned int for representing buffer lengths for yajl 2.xLloyd Hilaiel2010-08-101-10/+10
* re-introduce long long type for integer representation now that we require C99Lloyd Hilaiel2010-08-101-2/+2
* update all them dates.Lloyd Hilaiel2010-01-081-1/+1
* always use a format string with fprintf, silence compiler warnings. shhh.1.0.6Lloyd Hilaiel2009-09-121-1/+1
* fix realloc bug in yajl test case runnerLloyd Hilaiel2009-05-171-1/+1
* fflush output in yajl_test to attempt to get deterministic output ordering ac...1.0.0Lloyd Hilaiel2009-04-011-0/+2
* * BREAKING API CHANGE: allow client to specify memory allocation routinesLloyd Hilaiel2009-04-011-3/+70
* fix error in win32 build, don't delcare variables in the in middle of a functionLloyd Hilaiel2009-02-261-2/+2
* A simple fix for lonely_number.jsonTimothy J. Wood2009-02-261-12/+19
* build with gcc flags suggested by Mark de Does, clean up resultant compiler w...Lloyd Hilaiel2009-02-161-13/+13
* introduction of yajl_number callback to allow clients to handle arbitraryllooyd2008-04-251-2/+3
* fix windows warning with a cast.lloydh2008-01-141-1/+2
* Add support for UTF8 validation during parsing, fiddle testing to lloydh2007-11-111-18/+38
* fix all warnings under windows.lloydh2007-07-261-7/+7
* support comments, configurable with an argument to yajl_alloc.lloydh2007-07-251-5/+20
* move all files to trunk.lloydh2007-07-171-0/+178