summaryrefslogtreecommitdiff
path: root/src/yajl_parser.c
Commit message (Expand)AuthorAgeFilesLines
* update copyright and emailLloyd Hilaiel2014-02-151-1/+1
* Added error case for yajl_parse_integer "integer" to check theJoey Ekstrom2011-12-191-0/+4
* added errno resetting before setting/checking it in yajl_do_parse()7AC2011-06-141-0/+2
* crash fix, handle the case where yajl_alloc() is followed by yajl_complete_pa...Lloyd Hilaiel2011-04-261-1/+1
* yajl_tree to use same integer parsing routines as yajl's parser proper to avo...Lloyd Hilaiel2011-04-251-1/+1
* fix a bug in overflow detection in integer parsing routine, add overflow test...Lloyd Hilaiel2011-04-251-1/+4
* rework programmatic configuration of yajl. both generator and parser now hav...Lloyd Hilaiel2011-04-211-3/+5
* add tests cases for partial value configLloyd Hilaiel2011-04-201-15/+15
* 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-201-30/+14
* o closes #5 - replace strtol with own implementation, uses pascal strings.Greg Olszewski2011-04-201-21/+34
* o rework yajl apiLloyd Hilaiel2011-04-201-9/+53
* Merge branch 'master' into 2.xLloyd Hilaiel2011-04-201-3/+3
|\
| * LLVM warningsMirek Rusin2011-04-191-3/+3
* | use size_t rather than unsigned int for representing buffer lengths for yajl 2.xLloyd Hilaiel2010-08-101-8/+8
* | 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
* prune a now unused parameter (tanks' @agentdero)Lloyd Hilaiel2009-12-171-3/+3
* change yajl_get_error_offset() to yajl_get_bytes_consumed(), which will allow...Lloyd Trevor Hilaiel2009-12-131-4/+6
* set error offset when client callback cancels parseLloyd Hilaiel2009-12-051-0/+1
* implement a more efficient custom state stack (rather than re-using buffers),...Lloyd Hilaiel2009-05-171-78/+40
* inline a couple state management routines for 12% lex perf improvement - also...Lloyd Hilaiel2009-05-151-38/+46
* * BREAKING API CHANGE: allow client to specify memory allocation routinesLloyd Hilaiel2009-04-011-6/+7
* integrate patches from Robert Varga to eliminate build warnings on 64bit linu...Lloyd Hilaiel2009-01-171-7/+5
* introduction of yajl_number callback to allow clients to handle arbitraryllooyd2008-04-251-25/+52
* 1. doxygen docs now part of the buildlloydh2008-01-141-1/+1
* return a reasonable error message when client cancels parse.lloydh2007-11-111-1/+8
* support client cancelation.lloydh2007-11-111-15/+21
* Add support for UTF8 validation during parsing, fiddle testing to lloydh2007-11-111-2/+8
* move all files to trunk.lloydh2007-07-171-0/+430