summaryrefslogtreecommitdiff
path: root/gpsmon.c
Commit message (Expand)AuthorAgeFilesLines
* Splint cleanup.Eric S. Raymond2011-02-221-3/+3
* Fix some timeout, and explain why they're needed.Eric S. Raymond2011-02-221-1/+6
* Re-enable mode switching from gpsmon.Eric S. Raymond2011-02-221-6/+9
* Log mode/speed/rate switches.Eric S. Raymond2011-02-221-1/+4
* Add -t option to gpsmon.Eric S. Raymond2011-02-221-13/+47
* Eliminate some spurious messages.Eric S. Raymond2011-02-221-10/+19
* Fix the negative-date problem in gpsmon.Eric S. Raymond2011-02-221-0/+1
* splint cleanup.Eric S. Raymond2011-02-211-1/+1
* Make gpsmon's logfile option more useful.Eric S. Raymond2011-02-191-2/+3
* Improved error and progress logging.Eric S. Raymond2011-02-171-2/+57
* Bugfixes in the GPS monitor.Michael Tatarinov2011-02-151-3/+5
* Some tweaks for the GPS monitor.Michael Tatarinov2011-02-141-2/+8
* Cosmetic fixes for the SiRF monitor.Michael Tatarinov2011-02-111-16/+1
* Minor gpsmon cleanup.Eric S. Raymond2011-01-281-1/+1
* More excision of unneeded configure tests.Eric S. Raymond2011-01-251-9/+0
* More deheader testing. All regression tests pass.Eric S. Raymond2011-01-131-0/+1
* More header portability audting with a new version of deheader.Eric S. Raymond2010-12-221-1/+5
* More header portability auditing by deheader.Eric S. Raymond2010-12-221-0/+3
* Correct a previous commit changing <time.h> to <sys/time.h> eceywhere.Eric S. Raymond2010-12-211-1/+1
* Use <time.h> a la SuS, rather than <sys/time.h>, for select(2) etc.Eric S. Raymond2010-12-211-5/+7
* Still more simplification of configuration and header handling.Eric S. Raymond2010-12-141-5/+0
* For simplification on SuS assumptions.Eric S. Raymond2010-12-131-11/+1
* Duplicate-inclusion and portability cleanup. All regression tests pass.Eric S. Raymond2010-12-111-1/+0
* Unused-header removals by deheader. All regression tests pass.Eric S. Raymond2010-12-011-10/+0
* First round of changes for API major version 5:Eric S. Raymond2010-07-131-1/+1
* Fixes for previous Bluetooth code.Alban Browaeys2010-07-021-4/+13
* 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