summaryrefslogtreecommitdiff
path: root/gps_json.c
Commit message (Expand)AuthorAgeFilesLines
* Abolish device classes. Eric S. Raymond2009-08-101-1/+1
* Experimental 'scaled' attribute for AIS reporting; needs testing.Eric S. Raymond2009-08-051-4/+7
* gps_json.c:358: warning: sizeof(pointer) possibly incorrect in argument 2Chris Kuethe2009-08-031-46/+46
* Major steps towards CONFIGDEV. (Not yet working.)Eric S. Raymond2009-08-031-3/+2
* JSON parsing and dumping for device configuration.Eric S. Raymond2009-08-011-0/+28
* CONFIGCHAN now works for setting the raw bit.Eric S. Raymond2009-08-011-2/+4
* CONFIGCHAN parsing is working and documented. Eric S. Raymond2009-08-011-0/+35
* Refactor code for parsing WATCH responses...Eric S. Raymond2009-07-301-1/+58
* Fix some JSON generation issues.Eric S. Raymond2009-07-241-2/+2
* Remove ! introducer for responses.Eric S. Raymond2009-07-241-4/+12
* we have replylen - use it to bound this copy. duh.Chris Kuethe2009-07-221-2/+2
* no strcpy.Chris Kuethe2009-07-221-3/+3
* Code for reading JSON TPVs is now complete and unit-tested.Eric S. Raymond2009-07-211-1/+14
* More JSON refactoring - prepare the client libary to use it.Eric S. Raymond2009-07-211-0/+28
* Refactor JSON handling so more code can be shared by client and daemon.Eric S. Raymond2009-07-211-0/+191