summaryrefslogtreecommitdiff
path: root/sirfmon.c
Commit message (Expand)AuthorAgeFilesLines
* Be nice to users who, for some reason, can't resolve "localhost". Chris Kuethe2007-01-021-1/+1
* a better way to use ncurses, if you've got it.Chris Kuethe2006-12-151-1/+5
* Fix a build bug reported by Greg Troxel.Eric S. Raymond2006-12-151-1/+1
* Add a needed header.Eric S. Raymond2006-10-271-0/+1
* More splint cleanup.Eric S. Raymond2006-10-271-0/+5
* Rename config.h so it can be installed as gpsd_config.h...Chris Kuethe2006-10-261-1/+2
* Partial splint cleanup.Eric S. Raymond2006-10-261-2/+2
* fix argument to perrorChris Kuethe2006-09-281-1/+1
* rename sbasvec to dgpsvec which more accurately describes what it's used for.Chris Kuethe2006-09-281-2/+2
* Display improvements for DGPS statusChris Kuethe2006-09-281-4/+6
* properly toggle the navigation paramters displayChris Kuethe2006-09-251-4/+9
* Adjust cursor position properly when writing Almanac Received flagChris Kuethe2006-09-251-1/+1
* Forgot to update the test when I fixed the printout of dgps statusChris Kuethe2006-09-251-1/+1
* Add subversion ID tags near the beginning of every file.Chris Kuethe2006-09-211-0/+1
* Fix the documentation of the SBAS corrections message...Chris Kuethe2006-09-191-6/+16
* splint cleanup after CK's strcat()/strlcopy() cleanup.Eric S. Raymond2006-08-201-1/+1
* String safety, courtesy of snprintf, strlcat and strlcpy.Chris Kuethe2006-08-191-1/+1
* Change -v to -V for Verbose optionGary E. Miller2006-03-131-2/+2
* Rebuild regression test for gcc 4.0.0 under x86_64.Eric S. Raymond2005-12-191-0/+4
* More splint cleanup.Eric S. Raymond2005-07-301-0/+2
* Implement -F properly, and fix a bug reported by Wolfgang.Eric S. Raymond2005-07-301-10/+10
* Complain rather than try to write to a close fd silently.Eric S. Raymond2005-07-291-1/+3
* The retry change was not smart.Eric S. Raymond2005-07-291-10/+9
* Parity computation and splint cleanup.Eric S. Raymond2005-07-281-2/+2
* More visible hunting as Wolfgang Rupprecht suggested.Eric S. Raymond2005-07-281-9/+10
* USED_SET needs to be a separate mask from SATELLITES_SET...Eric S. Raymond2005-07-081-1/+1
* More prep work for 16-channel receivers.Eric S. Raymond2005-06-221-3/+3
* Prep work for 16-channel receivers; silence a warning about PPS initialization.Eric S. Raymond2005-06-221-3/+1
* More improvements in sirfmon legends.Eric S. Raymond2005-06-201-1/+3
* Splint cleanup; also, label some things more informatively.Eric S. Raymond2005-06-201-16/+17
* New packet-return API using newdata and explicit merging.Eric S. Raymond2005-06-151-1/+0
* Experimentally putting splint in strict mode turned up some grubby bits.Eric S. Raymond2005-06-101-1/+1
* Make sirfmon use the bits macros.Eric S. Raymond2005-06-091-57/+55
* Teach sirfmon to use bits.h.Eric S. Raymond2005-06-091-82/+78
* Oops. Log the actual data, not random garbage off the buffer end.Eric S. Raymond2005-06-081-1/+2
* Add logging command to sirfmon.Eric S. Raymond2005-06-081-1/+29
* 75 splint warnings with all -unrecog directives removed.Eric S. Raymond2005-06-071-3/+5
* 199 splint warnings.Eric S. Raymond2005-05-301-14/+26
* 560 splint errors.Eric S. Raymond2005-05-291-140/+140
* 680 splint warnings.Eric S. Raymond2005-05-271-1/+3
* 698 splint warnings.Eric S. Raymond2005-05-271-32/+49
* 879 splint warnings.Eric S. Raymond2005-05-271-9/+13
* 989 splint warnings. Fix getw() macro bug pointed out by Rob Janssen.Eric S. Raymond2005-05-271-51/+54
* Get rid of more sprintfs.Eric S. Raymond2005-05-271-3/+3
* 1318 splint warnings.Eric S. Raymond2005-05-271-54/+56
* 1474 splint warnings.Eric S. Raymond2005-05-261-1/+1
* 1485 splint warnings.Eric S. Raymond2005-05-261-11/+13
* More splint cleanup. Down to 1689 warnings.Eric S. Raymond2005-05-261-7/+7
* Make a start at cleaning up splint warnings.Eric S. Raymond2005-05-261-214/+216
* sirfmon can now monitor through the daemon.Eric S. Raymond2005-05-261-15/+27