summaryrefslogtreecommitdiff
path: root/gpsctl.c
Commit message (Expand)AuthorAgeFilesLines
* Stop trying to special-case terminating whitespace in gpsd_report().Eric S. Raymond2010-05-051-1/+1
* Comment improvements.Eric S. Raymond2010-04-131-1/+1
* Make the client library and daemon use different sets of state-flag masks.Eric S. Raymond2010-04-091-2/+2
* Vanish away Id and Rev $ keywords, git won't expand them to anything useful.Eric S. Raymond2010-03-131-2/+1
* Copyright stamps everywhere. No code changes.Eric S. Raymond2010-03-111-2/+5
* David Ludlow's housekeeping and type-cleanup patch.Eric S. Raymond2010-01-021-1/+4
* Arrgh. I confused ERR_SET with ERROR_SET in a couple of places.Eric S. Raymond2009-12-181-3/+3
* Proper conditionalization in case CLIENTDEBUG_ENABLE is off.Eric S. Raymond2009-12-061-0/+2
* More tweaks to make -V do the right thing.Eric S. Raymond2009-12-011-1/+3
* stopbits is integer, not string.Gary E. Miller2009-12-011-1/+1
* Fix typo in last svn.Gary E. Miller2009-12-011-1/+1
* Fix up gpsctl's code for setting serial parameters.Eric S. Raymond2009-12-011-1/+1
* Make gpssctl debug output go to stderr.Gary E. Miller2009-12-011-3/+3
* Allow gpsctl -D to enable json debug.Gary E. Miller2009-12-011-0/+1
* Include the whole config file in gpsd.h.Eric S. Raymond2009-11-201-1/+0
* Fixes for generated DEVICE calls.Eric S. Raymond2009-11-161-3/+3
* Make it possible to pass a cycle change to gpsctl.Eric S. Raymond2009-11-161-1/+1
* Splint cleanup. All regression tests pass.Eric S. Raymond2009-11-111-0/+2
* mode -> native.Eric S. Raymond2009-11-111-2/+2
* Correct DEVICE invocations for gpsctl.c.Eric S. Raymond2009-11-111-5/+5
* Dump the returned erro when ERR_SET is raised.Eric S. Raymond2009-11-111-1/+1
* At least report when an error JSON is received.Gary E. Miller2009-11-111-1/+7
* Improve logging a tad.Gary E. Miller2009-11-111-1/+4
* gps_query() is removed.Eric S. Raymond2009-09-231-0/+16
* Simplify the API. The second argument of gpsd_activate() was a fossil.Eric S. Raymond2009-09-181-1/+1
* Bride of the Splint Cleanup. All regression tests pass.Eric S. Raymond2009-09-101-2/+3
* Yet more splint cleanup. All regression tests pass.Eric S. Raymond2009-09-091-6/+6
* More splint cleanup. All regression tests pass.Eric S. Raymond2009-09-091-5/+5
* Add gps_errstr() to the client API so client code doesn't have toEric S. Raymond2009-08-261-11/+2
* Unify CONFIGDEV and DEVICE responses.Eric S. Raymond2009-08-251-5/+5
* Add character type to JSON parser.Eric S. Raymond2009-08-251-41/+30
* Major rearrangement of device members in struct gpsdata_t... Eric S. Raymond2009-08-231-24/+24
* Move some struct gpsdata_t members around to get better space economy.Eric S. Raymond2009-08-181-6/+6
* Add cycle-time reporting and setting to new protocol. Eric S. Raymond2009-08-171-3/+31
* Comment fix.Eric S. Raymond2009-08-131-2/+3
* Fix typo. From Matt RoberdsChris Kuethe2009-06-051-1/+1
* Support --disable-controlsendEric S. Raymond2009-03-061-2/+11
* Simplify the way ALLOW_RECONFIGURE works.Eric S. Raymond2009-03-061-2/+26
* Support changing cycle time with gpctl and gpsmon, if the device supports it.Eric S. Raymond2009-03-051-3/+32
* Yikes! Change to -x and 'x'.Eric S. Raymond2009-03-051-4/+4
* Process mode arguments a bit more forgivingly.Eric S. Raymond2009-03-021-4/+4
* Full support for setting parity and stop bits.Eric S. Raymond2009-03-021-20/+85
* Create infrastructure for allowing changes of parity and stop bits.Eric S. Raymond2009-02-281-3/+4
* Set readonly properly for gpsctl -e.Eric S. Raymond2009-02-251-0/+6
* sirfmon now has a driver-table architecture, like the daemon.Eric S. Raymond2009-02-161-1/+1
* Give the ubx driver a real control_send method.Eric S. Raymond2009-02-151-22/+2
* sirfmon now switches speed using the driver method.Eric S. Raymond2009-02-141-1/+8
* Typo fix.Eric S. Raymond2009-02-131-1/+1
* All driver method tables are now const.Eric S. Raymond2009-02-121-3/+3
* This typo fix means I should probably be asleep.Eric S. Raymond2009-02-121-1/+1