summaryrefslogtreecommitdiff
path: root/gpsmon.c
Commit message (Expand)AuthorAgeFilesLines
* Typo fix. No logic changes.Eric S. Raymond2011-08-261-3/+2
* Fix problems with reconfigure=no and netfeed=no builds.Eric S. Raymond2011-08-241-3/+6
* Remove redundant prototype.Eric S. Raymond2011-06-301-4/+0
* Cleanup after the gsmon featurectomy.Eric S. Raymond2011-06-271-15/+6
* In gpsmon, send command works in direct mode only now.Michael Tatarinov2011-06-271-3/+3
* Featurectomy - remove gpsmon support for bcintxX commands in client mode.Eric S. Raymond2011-06-261-121/+39
* Typo fix.Eric S. Raymond2011-06-241-2/+2
* Try to teach gpsmon to pass through JSON from remote sources.Eric S. Raymond2011-06-241-3/+21
* Move debuglevel into the context in gpsctl and gpsmon, too.Eric S. Raymond2011-06-171-4/+3
* In gpsmon, fix control sending to actually work again.Eric S. Raymond2011-05-231-0/+2
* Make gpsmon work again. Compare drivers by name rather than structure address.Eric S. Raymond2011-04-181-2/+5
* Improve an error message.Eric S. Raymond2011-04-181-1/+1
* Regularize some names.Eric S. Raymond2011-04-011-18/+18
* gps_maskdump() has been a CPU hog. Drastically reduce the number of calls...Eric S. Raymond2011-03-311-0/+6
* More extraction of autoconf tentacles.Eric S. Raymond2011-03-311-5/+0
* scan-build and splint cleanup. All regression tests pass.Eric S. Raymond2011-03-291-1/+0
* Scan-build and splint cleanup. All regression tests pass.Eric S. Raymond2011-03-281-1/+1
* Restore file descriptor properly after control-send.Eric S. Raymond2011-03-281-1/+1
* Re-identify most *_IS flags with corresponding *_SET flags.Eric S. Raymond2011-03-271-1/+1
* 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