summaryrefslogtreecommitdiff
path: root/json.c
Commit message (Expand)AuthorAgeFilesLines
...
* Give the JSON parser the ability to map strings to enumerated types.Eric S. Raymond2009-08-191-2/+37
* Add check-string attributes to JSON parser.Eric S. Raymond2009-08-181-2/+12
* New-style WATCH command is working... Eric S. Raymond2009-07-291-1/+3
* Refactor JSON handling so more code can be shared by client and daemon.Eric S. Raymond2009-07-211-1/+1
* hush.Chris Kuethe2009-07-181-1/+1
* SVN Id tagsChris Kuethe2009-07-161-0/+1
* JSON error-handling cleanup.Eric S. Raymond2009-07-141-16/+19
* JSON parser can now handle arrays of strings.Eric S. Raymond2009-07-141-15/+66
* Comment typo fixes.Eric S. Raymond2009-07-131-3/+3
* Add entry point for dumping JSON parse error condition text messages.Eric S. Raymond2009-07-131-1/+49
* Subarray parsing in JSON is working, now to tighten up the validity checks.Eric S. Raymond2009-07-131-10/+30
* Set up initializers for JSON satellite data parsing.Eric S. Raymond2009-07-131-2/+2
* Much simpler code for filling sub-objects.Eric S. Raymond2009-07-131-75/+35
* Make #defines for JSON error codes.Eric S. Raymond2009-07-121-50/+93
* Use properly bounded copies for JSON string fields.Eric S. Raymond2009-07-121-3/+3
* Encapsulate type information about JSON arrays.Eric S. Raymond2009-07-121-4/+4
* Stub JSON array parsing. Unit test passes.Eric S. Raymond2009-07-121-3/+29
* Fix a compiler warning and change a prototype... Eric S. Raymond2009-07-121-1/+9
* avoid use of unbounded strcpyChris Kuethe2009-07-121-1/+1
* First steps towards parsing JSON arrays.Eric S. Raymond2009-07-111-1/+1
* JSON parser now verified to handle booleans.Eric S. Raymond2009-07-111-4/+5
* JSON unit test verifies correct integer and string attribute parsing.Eric S. Raymond2009-07-111-3/+20
* Get JSON parser unit test to the point where it will at least build.Eric S. Raymond2009-07-111-3/+3
* Scratch JSON parser. No unit test yet, that gets built next.Eric S. Raymond2009-07-101-0/+131