summaryrefslogtreecommitdiff
path: root/gpsctl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Thinko fix.Eric S. Raymond2009-02-121-1/+1
* Fix some stuttering.Eric S. Raymond2009-02-121-25/+24
* Splint cleanup.Eric S. Raymond2009-02-111-3/+5
* Instrument autodetection a little better.Eric S. Raymond2009-02-101-2/+7
* Suppress probing for subtype if we're just sampling packets.Eric S. Raymond2009-02-091-0/+4
* Explain why we wait for packets.Eric S. Raymond2009-02-081-1/+9
* Add a packet_type member to the device structure. Eric S. Raymond2009-02-081-6/+11
* Eliminate anticipatory driver switching.Eric S. Raymond2009-02-071-23/+29
* Set hex-dump level properly in gpsctl.Eric S. Raymond2009-02-071-0/+1
* Improved error messages.Eric S. Raymond2009-02-071-8/+10
* Make the tool time out if it can't open the device.Eric S. Raymond2009-02-071-8/+34
* Make hex_escapes() generally available.Eric S. Raymond2009-01-301-71/+0
* Refactor so we can re-use the hex dumper.Eric S. Raymond2009-01-301-70/+80
* Make gpsctl list speed switchers.Eric S. Raymond2009-01-291-0/+4