summaryrefslogtreecommitdiff
path: root/src/yajl_gen.c
Commit message (Expand)AuthorAgeFilesLines
* add generator reset, and ability to verify and reformat streamsLloyd Hilaiel2014-03-141-0/+8
* update copyright and emailLloyd Hilaiel2014-02-151-1/+1
* add a custom api test facilityLloyd Hilaiel2014-02-151-1/+1
* white space cleanupLloyd Hilaiel2014-02-151-7/+7
* Merge pull request #49 from ConradIrwin/masterLloyd Hilaiel2011-12-191-0/+1
|\
| * Allow the yajl_gen_escape_solidus option to be set.Conrad Irwin2011-07-171-0/+1
* | update yajl_gen_double to enforce that serialized double values always contai...Jeff Lawson2011-07-301-0/+3
|/
* look for either _WIN32 or WIN32 on windows. closes #44Lloyd Hilaiel2011-06-201-1/+1
* add option for escaping the '/' (solidus) character. closes #28Lloyd Hilaiel2011-04-261-2/+2
* Add a generator feature to validate UTF8 strings as they are written to outpu...Lloyd Hilaiel2011-04-221-0/+9
* rework programmatic configuration of yajl. both generator and parser now hav...Lloyd Hilaiel2011-04-211-48/+58
* yajl 2 will be relicensed under the ISC license. same idea, fewer bytes.Lloyd Hilaiel2011-04-201-30/+14
* Merge branch 'master' into 2.xLloyd Hilaiel2011-04-201-11/+36
|\
| * LLVM warningsMirek Rusin2011-04-191-8/+9
| * Don't generate numbers for keys. closes #13Greg Olszewski2011-04-151-6/+30
* | use size_t rather than unsigned int for representing buffer lengths for yajl 2.xLloyd Hilaiel2010-08-101-3/+3
* | re-introduce long long type for integer representation now that we require C99Lloyd Hilaiel2010-08-101-2/+2
|/
* yajl_gen_double now specifies precision to sprintf as %.20g to avoid prematur...Lloyd Hilaiel2010-08-101-1/+1
* update all them dates.Lloyd Hilaiel2010-01-081-1/+1
* fix flipped logic for isinf() definition on windows. [closes #10]Lloyd Hilaiel2010-01-081-1/+1
* silence a const related warning by always passing around a const yajl_print_t...Lloyd Hilaiel2009-12-181-1/+1
* Add API so that we can provide our own printer function instead ofBrian Maher2009-11-251-29/+47
* fix win32 compilation after addition of isnan() isinf() checks, address a cou...Lloyd Hilaiel2009-10-191-0/+6
* return an error from yajl_gen_double when client passes inf or nan. Can't re...Lloyd Hilaiel2009-09-121-1/+4
* * BREAKING API CHANGE: allow client to specify memory allocation routinesLloyd Hilaiel2009-04-011-5/+26
* integrate patches from Robert Varga to eliminate build warnings on 64bit linu...Lloyd Hilaiel2009-01-171-3/+3
* Fix bug reported by Eric Bergstrome, use %g instead of %lf inllooyd2008-05-011-1/+1
* introduction of yajl_number callback to allow clients to handle arbitraryllooyd2008-04-251-2/+13
* fix all warnings under windows.lloydh2007-07-261-1/+1
* move all files to trunk.lloydh2007-07-171-0/+263