summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* relicense florian's contribution ISC, (still pending his approval, but I'm an...Lloyd Hilaiel2011-04-222-60/+28
* initial merge/port of Florian Forster's yajl_tree implementation, along with ...Lloyd Hilaiel2011-04-222-24/+52
* Merge branch 'parsetree' of https://github.com/octo/yajl into parsetreeLloyd Hilaiel2011-04-223-2/+792
|\
| * Merge remote branch 'lloyd/parsetree' into parsetreeFlorian Forster2010-11-053-3/+15
| |\
| | * Merge branch 'parsetree' of git://github.com/octo/yajl into parsetreeLloyd Hilaiel2010-08-123-2/+750
| | |\
| * | | yajl_tree.[ch]: Implement / improve error handling.Florian Forster2010-08-132-38/+80
| * | | yajl_tree.[ch]: Rename the "children" member of yajl_value_array_t to "values".Florian Forster2010-08-132-12/+12
| | |/ | |/|
| * | 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-112-41/+55
| * | src/yajl_tree.c: Parse JSON numbers to int and double and include that in the...Florian Forster2010-08-092-6/+26
| * | src/yajl_tree.c: Add a couple of comments to the non-obvious functions.Florian Forster2010-08-091-0/+25
| * | Add "yajl_tree_free", a function to free the pointer returned by "yajl_tree_p...Florian Forster2010-08-062-0/+84
| * | Add interface to parse JSON into a tree like structure.Florian Forster2010-08-053-2/+470
* | | Add a generator feature to validate UTF8 strings as they are written to outpu...Lloyd Hilaiel2011-04-224-2/+65
* | | rename yajl_parse_complete to yajl_complete_parse. the latter is correctly a...Lloyd Hilaiel2011-04-213-5/+5
* | | rework programmatic configuration of yajl. both generator and parser now hav...Lloyd Hilaiel2011-04-216-158/+185
* | | add tests cases for partial value configLloyd Hilaiel2011-04-202-39/+39
* | | cosmetic, indentation and whitespaceLloyd Hilaiel2011-04-201-49/+47
* | | yajl 2 will be relicensed under the ISC license. same idea, fewer bytes.Lloyd Hilaiel2011-04-2018-513/+241
* | | o closes #5 - replace strtol with own implementation, uses pascal strings.Greg Olszewski2011-04-201-21/+34
* | | Parse null bytes correctly.Conrad Irwin2011-04-201-0/+7
* | | o rework yajl apiLloyd Hilaiel2011-04-204-15/+109
* | | Merge branch 'master' into 2.xLloyd Hilaiel2011-04-203-16/+41
|\ \ \
| * | | LLVM warningsMirek Rusin2011-04-193-13/+14
| * | | 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-1016-79/+85
* | | re-introduce long long type for integer representation now that we require C99Lloyd Hilaiel2010-08-104-8/+8
|/ /
* | Don't export private symbolsJohn Stamp2010-08-101-1/+5
* | Install yajl_version.h, not the templateJohn Stamp2010-08-101-1/+2
* | yajl_gen_double now specifies precision to sprintf as %.20g to avoid prematur...Lloyd Hilaiel2010-08-101-1/+1
* | fix paths embedded in dylib upon installation on osx. closes #11Lloyd Hilaiel2010-08-101-0/+7
|/
* include Vitali Lovich's patch to make the yajl version number programatically...Lloyd Hilaiel2010-05-253-1/+36
* implement Vitali's suggestion of a *cmake* var for lib64 support rather than ...Lloyd Hilaiel2010-03-251-4/+4
* support installation into lib64 via an environment variable 'LIB_SUFFIX' (con...Lloyd Hilaiel2010-03-251-2/+4
* When building on OS-X with CMake version 2.8.0 with an explicitBrian Maher2010-01-301-2/+1
* update all them dates.Lloyd Hilaiel2010-01-0818-18/+18
* fix flipped logic for isinf() definition on windows. [closes #10]Lloyd Hilaiel2010-01-081-1/+1
* ensure proper preprocessor directives are defined during building of .dll on ...Lloyd Hilaiel2009-12-181-0/+6
* 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-184-4/+4
* | prune a now unused parameter (tanks' @agentdero)Lloyd Hilaiel2009-12-173-6/+6
* | change yajl_get_error_offset() to yajl_get_bytes_consumed(), which will allow...Lloyd Trevor Hilaiel2009-12-134-12/+22
|/
* set error offset when client callback cancels parseLloyd Hilaiel2009-12-051-0/+1
* Merge branch 'master' of github.com:lloyd/yajlLloyd Hilaiel2009-12-054-33/+96
|\
| * more castifornication to eliminate innocuous warnings from the build. That w...Lloyd Trevor Hilaiel2009-11-251-2/+2
| * a cast to keep gcc happyLloyd Trevor Hilaiel2009-11-251-2/+2
| * Add API so that we can provide our own printer function instead ofBrian Maher2009-11-254-33/+96
* | add yajl_get_error_offset() -- affording clients more flexibility in how they...Lloyd Hilaiel2009-12-052-1/+17
|/
* fix win32 compilation after addition of isnan() isinf() checks, address a cou...Lloyd Hilaiel2009-10-191-0/+6