summaryrefslogtreecommitdiff
path: root/test_json.c
Commit message (Expand)AuthorAgeFilesLines
* test_json: fix debug output for tests 16 and 17.Gary E. Miller2018-09-261-2/+2
* test_json: get rid of assert.h, all failures print test numberGary E. Miller2018-09-261-24/+40
* test_json: add -V option.Gary E. Miller2018-09-261-4/+11
* test_json: add another string overrun test. Only test JSON_MINIMAL.Gary E. Miller2018-09-261-3/+35
* Abandon JSON_MINIMAL. The small amount of code it saves is not worth the clut...Eric S. Raymond2018-08-081-12/+0
* test_json: add another try to overflow a JSON buffer.Gary E. Miller2018-06-151-11/+36
* test_json: improve buffer overflow test. Improve usage().Gary E. Miller2018-06-151-3/+11
* test_json: Change \u test. Add buffer overflow test.Gary E. Miller2018-06-151-16/+36
* test_json: add tests for class ERROR, and for \u string escapes.Gary E. Miller2018-06-141-29/+70
* test_json: add comment on JSON_MINIMALGary E. Miller2018-06-141-2/+6
* SPDXify the licerse references.Eric S. Raymond2018-03-081-1/+1
* uint to unsigned int. uint gone in C99.Gary E. Miller2016-08-151-1/+1
* Add concept of a GPS-disciplined oscillatorMichael Brown2016-02-091-11/+27
* Address Savannah bug #46804: JSON satellite view parsing is somewhat broken.Fred Wright2016-01-041-2/+7
* Trailing whitespace fixup.Gary E. Miller2015-04-301-3/+3
* Add test for json_toff_read()Gary E. Miller2015-04-061-20/+35
* Add a JSON test for the PPS message.Gary E. Miller2015-04-021-17/+34
* Retire splint from our set of static analyzers.Eric S. Raymond2015-03-301-14/+0
* add CLIENTDEBUG_ENABLED ifdef guard on test_json.cJon Schlueter2015-03-261-0/+2
* 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