summaryrefslogtreecommitdiff
path: root/test_json.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up a silly clang warning. All tests continue to pass with a clang build.Eric S. Raymond2015-01-271-1/+2
* Fix range check on test_json regression testingJon Schlueter2015-01-071-1/+1
* Refactor representation of satellite data into an array of structs...Eric S. Raymond2014-09-221-12/+12
* Condition out extended JSON features.Eric S. Raymond2014-09-221-4/+5
* Implement and test extended JSON array parsing.Eric S. Raymond2014-09-221-1/+80
* Drop the obsolete tag field from JSON output. Bump the minor protocol number.Eric S. Raymond2014-08-241-4/+2
* splint/cppcheck cleanup.Eric S. Raymond2013-09-171-1/+2
* cppcheck ckeanup. All regression tests pass.Eric S. Raymond2013-09-171-4/+6
* Make the JSON unit tester more flexible.Eric S. Raymond2013-05-161-80/+121
* Replace exit({0,1}) with exit(EXIT_{SUCCESS,FAILURE})Eric S. Raymond2012-09-071-8/+8
* json parser: fix empty array bugChristian Gagneraud2012-06-201-0/+9
* Use t_time consistently for timestamps.Eric S. Raymond2011-04-161-0/+15
* Timestamps in TPV and SKY go from float seconds since Unix epoch to ISO8601.Eric S. Raymond2011-01-291-3/+3
* More header portability auditing by deheader.Eric S. Raymond2010-12-221-0/+1
* More deheaderizing. All regression tests pass.Eric S. Raymond2010-12-011-3/+1
* Reindent the test programs. All regression tests pass.Eric S. Raymond2010-04-141-20/+27
* Duh, it's embarrassing when the bug is in your unit test...Eric S. Raymond2010-03-271-2/+2
* Vanish away Id and Rev $ keywords, git won't expand them to anything useful.Eric S. Raymond2010-03-131-2/+0
* Copyright stamps everywhere. No code changes.Eric S. Raymond2010-03-111-2/+7
* Avoid a collision with typedef boolean.Eric S. Raymond2010-01-041-19/+19
* Fix a test that was broken by the last fix to the json client-side stuff.Eric S. Raymond2009-11-261-3/+3
* Include the whole config file in gpsd.h.Eric S. Raymond2009-11-201-1/+1
* Fix up some regression tests to track a recent API change.Eric S. Raymond2009-11-191-4/+4
* Have a single point of truth in the JSON skyview reports...Eric S. Raymond2009-10-011-2/+1
* GPSD-NG code is no longer experimental.Eric S. Raymond2009-09-271-6/+0
* Daemon now has its own version symbols for the wire protocol...Eric S. Raymond2009-09-181-3/+3
* Add and annotate more stuff to be splint-audited.Eric S. Raymond2009-09-111-3/+21
* Split eph into epx and epy internally... Eric S. Raymond2009-09-031-1/+1
* Allow mapping of strings to enumerated values in JSON.Eric S. Raymond2009-08-281-1/+23
* Add an unsigned integer field type to the JSON parser (needed for RTCM2).Eric S. Raymond2009-08-271-5/+8
* Change the way JSON parse templates are declared... Eric S. Raymond2009-08-251-1/+1
* Fix up JSON unit test.Eric S. Raymond2009-08-241-1/+2
* Things that aren't macros should not be named like macros.Eric S. Raymond2009-08-201-65/+70
* Parsing of JSON VERSION response, with unit test.Eric S. Raymond2009-08-191-2/+15
* Change some flag names.Eric S. Raymond2009-08-191-1/+1
* Checkpoint before simplifying JSON parser.Eric S. Raymond2009-08-191-1/+1
* JSON parser can now unpack JSON lists into structure arrays.Eric S. Raymond2009-08-191-0/+50
* Hide an argument that doesn't need to be exposed.Eric S. Raymond2009-08-191-1/+1
* Change enumerated array JSON type to yield a bitmask rather than an array.Eric S. Raymond2009-08-191-29/+4
* Library parse code, and unit test, for DEVICE responses.Eric S. Raymond2009-08-191-4/+20
* Give the JSON parser the ability to map strings to enumerated types.Eric S. Raymond2009-08-191-0/+24
* Add check-string attributes to JSON parser.Eric S. Raymond2009-08-181-13/+14
* Beef up the unit test slightly.Eric S. Raymond2009-07-211-1/+1
* Code for reading JSON TPVs is now complete and unit-tested.Eric S. Raymond2009-07-211-28/+31
* Refactor JSON handling so more code can be shared by client and daemon.Eric S. Raymond2009-07-211-28/+4
* SVN Id tagsChris Kuethe2009-07-161-0/+1
* JSON parser can now handle arrays of strings.Eric S. Raymond2009-07-141-1/+24
* Tighten up the JSON-parsing unit test.Eric S. Raymond2009-07-131-13/+13
* Fix booleans potion of JSON unit test.Eric S. Raymond2009-07-131-2/+6
* Subarray parsing in JSON is working, now to tighten up the validity checks.Eric S. Raymond2009-07-131-13/+21