summaryrefslogtreecommitdiff
path: root/gpsctl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* String typo fix.Eric S. Raymond2009-01-291-1/+1
* Splint cleanup.Eric S. Raymond2009-01-291-1/+1
* Send mode-change strings unconditionally.Eric S. Raymond2009-01-281-19/+10
* Enhance gpsctl output so it shows a capability table.Eric S. Raymond2009-01-231-1/+10
* Splint cleanup. All regression tests pass.Eric S. Raymond2009-01-211-2/+3
* Splint cleanup.Eric S. Raymond2009-01-211-5/+13
* When attempting reset, try shipping the control string at current speed...Eric S. Raymond2009-01-211-0/+3
* Teach gpsctl to ship control strings to a UBX device, and eliminate ubxsend.Eric S. Raymond2009-01-211-1/+19
* Fix some "What was I thinking?" code.Eric S. Raymond2009-01-211-14/+4
* Magic-number elimination.Eric S. Raymond2009-01-191-3/+3
* Device subtype probe has to be gated by the readonly flag...Eric S. Raymond2009-01-091-2/+0