summaryrefslogtreecommitdiff
path: root/src/api
Commit message (Expand)AuthorAgeFilesLines
* clarifications in yajl_gen_reset()'s documentationLloyd Hilaiel2014-03-181-2/+4
* whitespace cleanupLloyd Hilaiel2014-03-171-0/+1
* typos and formattingLloyd Hilaiel2014-03-171-3/+3
* add generator reset, and ability to verify and reformat streamsLloyd Hilaiel2014-03-141-0/+8
* update copyright and emailLloyd Hilaiel2014-02-153-5/+5
* white space cleanupLloyd Hilaiel2014-02-151-2/+2
* look for either _WIN32 or WIN32 on windows. closes #44Lloyd Hilaiel2011-06-201-1/+1
* fix typos in YAJL_IS_INTEGER and YAJL_IS_NUMBER. closes #302.0.2Lloyd Hilaiel2011-04-281-2/+2
* #ifdef __cpluplus wrappers for yajl_tree, closes #29Lloyd Hilaiel2011-04-281-0/+8
* add option for escaping the '/' (solidus) character. closes #28Lloyd Hilaiel2011-04-261-4/+11
* compiling cleanly on winblowsLloyd Hilaiel2011-04-251-1/+1
* remove usage of inttypes, cause its winblows hostileLloyd Hilaiel2011-04-251-2/+0
* documentation updatesLloyd Hilaiel2011-04-252-21/+40
* update docs for perf gains with yajl_dont_validate_stringsLloyd Hilaiel2011-04-241-1/+2
* update documentation and tighten API for yajl_tree.h, inline several structur...Lloyd Hilaiel2011-04-231-69/+41
* move unnec. includes out of public api, more yajl_type propogationLloyd Hilaiel2011-04-221-4/+1
* change types from preprocessor macros to an enum, add yajl_t_any for use with...Lloyd Hilaiel2011-04-221-15/+18
* add a couple convenience routines for dealing with numbers, more copious yajl...Lloyd Hilaiel2011-04-221-31/+23
* object keys should just be bare strings, the indirection is uselessLloyd Hilaiel2011-04-221-1/+1
* be terse & piss all over that tree.Lloyd Hilaiel2011-04-221-78/+31
* cosmetic, indention and code formatting for yajl_treeLloyd Hilaiel2011-04-221-32/+32
* remove a useless level of indirection for stringsLloyd Hilaiel2011-04-221-10/+2
* relicense florian's contribution ISC, (still pending his approval, but I'm an...Lloyd Hilaiel2011-04-221-30/+14
* initial merge/port of Florian Forster's yajl_tree implementation, along with ...Lloyd Hilaiel2011-04-221-1/+8
* Merge branch 'parsetree' of https://github.com/octo/yajl into parsetreeLloyd Hilaiel2011-04-221-0/+262
|\
| * Merge remote branch 'lloyd/parsetree' into parsetreeFlorian Forster2010-11-051-1/+5
| |\
| | * Merge branch 'parsetree' of git://github.com/octo/yajl into parsetreeLloyd Hilaiel2010-08-121-0/+250
| | |\
| * | | yajl_tree.[ch]: Implement / improve error handling.Florian Forster2010-08-131-4/+16
| * | | yajl_tree.[ch]: Rename the "children" member of yajl_value_array_t to "values".Florian Forster2010-08-131-2/+2
| | |/ | |/|
| * | src/api/yajl_tree.h: Add Doxygen documentation.Florian Forster2010-08-111-2/+139
| * | src/api/yajl_tree.h: Provide (and use) macros for handling "yajl_value_t".Florian Forster2010-08-111-7/+20
| * | src/yajl_tree.c: Parse JSON numbers to int and double and include that in the...Florian Forster2010-08-091-1/+6
| * | Add "yajl_tree_free", a function to free the pointer returned by "yajl_tree_p...Florian Forster2010-08-061-0/+1
| * | Add interface to parse JSON into a tree like structure.Florian Forster2010-08-051-0/+94
* | | Add a generator feature to validate UTF8 strings as they are written to outpu...Lloyd Hilaiel2011-04-221-2/+12
* | | rename yajl_parse_complete to yajl_complete_parse. the latter is correctly a...Lloyd Hilaiel2011-04-211-3/+3
* | | rework programmatic configuration of yajl. both generator and parser now hav...Lloyd Hilaiel2011-04-212-65/+85
* | | add tests cases for partial value configLloyd Hilaiel2011-04-201-24/+24
* | | yajl 2 will be relicensed under the ISC license. same idea, fewer bytes.Lloyd Hilaiel2011-04-203-91/+43
* | | o rework yajl apiLloyd Hilaiel2011-04-201-3/+22
* | | use size_t rather than unsigned int for representing buffer lengths for yajl 2.xLloyd Hilaiel2010-08-103-12/+18
* | | re-introduce long long type for integer representation now that we require C99Lloyd Hilaiel2010-08-102-4/+4
| |/ |/|
* | Don't export private symbolsJohn Stamp2010-08-101-1/+5
|/
* include Vitali Lovich's patch to make the yajl version number programatically...Lloyd Hilaiel2010-05-251-0/+23
* update all them dates.Lloyd Hilaiel2010-01-083-3/+3
* Merge branch 'master' of git://github.com/bluemarvin/yajlLloyd Hilaiel2009-12-182-23/+23
|\
| * Win32 DLL build fix. The YAJL_API macro was in the incorrect location. Update...Randall E. Barker2009-12-082-23/+23
* | silence a const related warning by always passing around a const yajl_print_t...Lloyd Hilaiel2009-12-181-1/+1
* | change yajl_get_error_offset() to yajl_get_bytes_consumed(), which will allow...Lloyd Trevor Hilaiel2009-12-131-1/+7
|/
* Merge branch 'master' of github.com:lloyd/yajlLloyd Hilaiel2009-12-051-1/+31
|\