summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* clarifications in yajl_gen_reset()'s documentationLloyd Hilaiel2014-03-181-2/+4
* whitespace cleanupLloyd Hilaiel2014-03-173-61/+62
* typos and formattingLloyd Hilaiel2014-03-172-4/+4
* add generator reset, and ability to verify and reformat streamsLloyd Hilaiel2014-03-142-0/+16
* Makes 'nmake install' work.Austin Ziegler2014-02-151-9/+10
* update copyright and emailLloyd Hilaiel2014-02-1518-20/+20
* add a custom api test facilityLloyd Hilaiel2014-02-151-1/+1
* white space cleanupLloyd Hilaiel2014-02-152-9/+9
* Fix some compiler warningsPatrick Perry2012-08-172-2/+5
* Added error case for yajl_parse_integer "integer" to check theJoey Ekstrom2011-12-191-0/+4
* Fixed a bug where valid integers were not being flagged as such, makingJoey Ekstrom2011-12-191-2/+1
* Merge pull request #57 from plaguemorin/masterLloyd Hilaiel2011-12-191-5/+6
|\
| * added errno resetting before setting/checking it in yajl_do_parse()7AC2011-08-191-0/+2
| * Edited src/yajl_tree.c via GitHubPhilippe Lague-Morin2011-08-191-5/+6
* | 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
| |/
* | Merge pull request #54 from bovine/masterLloyd Hilaiel2011-12-191-0/+3
|\ \
| * | update yajl_gen_double to enforce that serialized double values always contai...Jeff Lawson2011-07-301-0/+3
| |/
* | Merge pull request #42 from 7AC/masterLloyd Hilaiel2011-12-191-0/+2
|\ \ | |/ |/|
| * added errno resetting before setting/checking it in yajl_do_parse()7AC2011-06-141-0/+2
* | look for either _WIN32 or WIN32 on windows. closes #44Lloyd Hilaiel2011-06-203-3/+3
|/
* validate the length of the correct object in yajl_tree_getRob Zuber2011-05-241-2/+4
* Forgot LIB_SUFFIXJohn Stamp2011-04-291-1/+1
* Add a pkg-config fileJohn Stamp2011-04-292-0/+13
* 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-264-26/+25
* crash fix, handle the case where yajl_alloc() is followed by yajl_complete_pa...Lloyd Hilaiel2011-04-262-4/+16
* add a comment to code regarding the forward solidus and the fact that escapin...Lloyd Hilaiel2011-04-251-0/+5
* remove a br0k3n line of language from docsLloyd Hilaiel2011-04-251-1/+0
* fix another pair of build warningsLloyd Hilaiel2011-04-251-1/+1
* compiling cleanly on winblowsLloyd Hilaiel2011-04-252-13/+13
* remove usage of inttypes, cause its winblows hostileLloyd Hilaiel2011-04-252-5/+2
* documentation updatesLloyd Hilaiel2011-04-254-203/+54
* yajl_tree to use same integer parsing routines as yajl's parser proper to avo...Lloyd Hilaiel2011-04-253-3/+12
* fix a bug in overflow detection in integer parsing routine, add overflow test...Lloyd Hilaiel2011-04-251-1/+4
* OMFG. string lexing improvements that yield about a 20% improvement in parsi...Lloyd Hilaiel2011-04-251-28/+70
* indentation fixLloyd Hilaiel2011-04-251-2/+2
* update docs for perf gains with yajl_dont_validate_stringsLloyd Hilaiel2011-04-241-1/+2
* fix debug compile errorLloyd Hilaiel2011-04-241-1/+1
* documentation updatesLloyd Hilaiel2011-04-232-64/+70
* update documentation and tighten API for yajl_tree.h, inline several structur...Lloyd Hilaiel2011-04-232-149/+108
* move unnec. includes out of public api, more yajl_type propogationLloyd Hilaiel2011-04-222-5/+3
* change types from preprocessor macros to an enum, add yajl_t_any for use with...Lloyd Hilaiel2011-04-222-24/+28
* fix compiler warning. he's right.Lloyd Hilaiel2011-04-221-1/+1
* add a couple convenience routines for dealing with numbers, more copious yajl...Lloyd Hilaiel2011-04-222-49/+39
* object keys should just be bare strings, the indirection is uselessLloyd Hilaiel2011-04-222-17/+17
* be terse & piss all over that tree.Lloyd Hilaiel2011-04-222-145/+96
* cosmetic, indention and code formatting for yajl_treeLloyd Hilaiel2011-04-223-408/+395
* remove a useless level of indirection for stringsLloyd Hilaiel2011-04-222-22/+8