summaryrefslogtreecommitdiff
path: root/gpsmon.c
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolete FIXME. All regression tests pass.Eric S. Raymond2010-04-251-1/+0
* Typo and pragma fix.Eric S. Raymond2010-04-141-4/+7
* Allow GNU indent to have its way with the last two files.Eric S. Raymond2010-04-141-4/+3
* Reindent gpsmon, needed to be done after fixing incorrect pragma.Eric S. Raymond2010-04-141-233/+226
* Fix a typoed pragma.Eric S. Raymond2010-04-141-228/+234
* More GNU indent pragmas.Eric S. Raymond2010-04-141-2/+3
* Tweak some whitespace. All regression tests pass.Eric S. Raymond2010-04-141-2/+2
* More GNU indent suppression. All regression tests pass.Eric S. Raymond2010-04-141-10/+16
* gpsmon.c reindented. Passes live test.Eric S. Raymond2010-04-141-110/+163
* Remove unnecessary splint annotation.Eric S. Raymond2010-04-141-1/+1
* Checkpoint first cut an gpsnon support for TNT. Not yet working.Eric S. Raymond2010-04-111-1/+4
* Make the client library and daemon use different sets of state-flag masks.Eric S. Raymond2010-04-091-2/+2
* More graceful termination of gpsmon - say on stderr if device went offline.Eric S. Raymond2010-04-071-287/+323
* Simple dumb fix for gpsmon spin bug. All regression tests pass.Eric S. Raymond2010-04-071-1/+1
* Fix building with --disable-controlsendPaulius Zaleckas2010-03-291-4/+5
* Change the -l option of gpsmon so it enable logging at srartup.Eric S. Raymond2010-03-271-2/+9
* Vanish away Id and Rev $ keywords, git won't expand them to anything useful.Eric S. Raymond2010-03-131-3/+2
* Copyright stamps everywhere. No code changes.Eric S. Raymond2010-03-111-2/+5
* Internal IPv6 support, derived from a support patch by Olivier Mehani.Eric S. Raymond2010-01-121-2/+0
* Declare socket-valued ints as socket_t.Eric S. Raymond2009-12-311-1/+1
* Looking for a file descriptor less than -1 is obviously wrong.Eric S. Raymond2009-12-021-1/+1
* Arrange for version and revision to be displayed by the -V options ofEric S. Raymond2009-12-011-1/+2
* Include the whole config file in gpsd.h.Eric S. Raymond2009-11-201-0/+1
* Avoid doing some invalid buffer copies that can cause really obscure errors.Eric S. Raymond2009-11-171-1/+1
* Fix typo. "MKT" should be "MTK", etc. Prompted by heeen on IRCChris Kuethe2009-11-141-4/+4
* Introduce gps_send() to the C API.Eric S. Raymond2009-09-231-2/+2
* Remove unneeded splint markup.Eric S. Raymond2009-09-201-2/+0
* Splint cleanup.Eric S. Raymond2009-09-201-2/+2
* Old-protocol dependency removed from gpsmon.c.Eric S. Raymond2009-09-191-6/+2
* Get rid of special command-shipping code.Eric S. Raymond2009-09-191-23/+4
* Use the new gps_open_r entry point.Eric S. Raymond2009-09-191-3/+2
* Simplify the API. The second argument of gpsd_activate() was a fossil.Eric S. Raymond2009-09-181-1/+1
* Merge the configurator and probe_subtype methods. Eric S. Raymond2009-09-131-1/+1
* Son of the Splint Cleanup.Eric S. Raymond2009-09-101-4/+4
* Partial splint cleanup. All regression tests pass.Eric S. Raymond2009-09-091-1/+1
* Add gps_errstr() to the client API so client code doesn't have toEric S. Raymond2009-08-261-5/+5
* Major rearrangement of device members in struct gpsdata_t... Eric S. Raymond2009-08-231-12/+12
* Connect the oncore decoder to gpsmon, and fix some display errors.Chris Kuethe2009-07-181-0/+3
* Oncore driver for gpsmon, from Hakan JohanssonChris Kuethe2009-07-181-0/+1
* system call failure should be tested against -1, rather than "< 0"Chris Kuethe2009-07-091-3/+3
* clean some whitespace and quell compiler warningsChris Kuethe2009-07-041-32/+33
* Splint cleanup.Eric S. Raymond2009-06-141-1/+3
* make the ubx monitor usefulChris Kuethe2009-05-291-0/+1
* splint cleanup.Eric S. Raymond2009-03-181-4/+8
* Typo fix.Eric S. Raymond2009-03-181-2/+2
* Add X command to gpsmon.Eric S. Raymond2009-03-091-0/+37
* Improve error detection from gpsd_hexpack().Eric S. Raymond2009-03-091-9/+9
* Don't use hand-rolled hex-packing code when we have a shared function to do it.Eric S. Raymond2009-03-091-17/+9
* Other things can actually be annotated sanely.Eric S. Raymond2009-03-061-2/+8
* Support --disable-controlsendEric S. Raymond2009-03-061-0/+8