summaryrefslogtreecommitdiff
path: root/sirfmon.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change API so raw_hook takes a length argument; supports dumping binary packets.Eric S. Raymond2005-05-261-36/+21
* Sirfmon in client mode now reads data but doesn't quite disassemble Eric S. Raymond2005-05-251-33/+38
* Exit cleanly on failed connect.Eric S. Raymond2005-05-251-3/+6
* Large step towards enabling sirfmon to run as a client...Eric S. Raymond2005-05-251-58/+144
* Rob Janssen's fix for PPS threading.Eric S. Raymond2005-05-251-8/+8
* Preparation for the TSIP driver.Eric S. Raymond2005-05-241-1/+1
* First step of reorganization for dual-mode operation.Eric S. Raymond2005-05-231-545/+573
* Various driver fixes and cleanups from Rob Janssen.Eric S. Raymond2005-05-221-19/+21
* Minor cleanups.Eric S. Raymond2005-05-221-17/+17
* Get PI from math.h.Eric S. Raymond2005-05-181-2/+7
* Documentation improvements. Refactor the PPS code a bit.Eric S. Raymond2005-05-181-0/+4
* Speed up sirfmon's hunt time.Eric S. Raymond2005-05-181-25/+46
* Wrong type on constants does wacky things.Eric S. Raymond2005-05-181-2/+2
* WGS-84 correct the altitude sirfmon reports. Remove vestigial logging feature.Eric S. Raymond2005-05-071-15/+1
* Get rid of some magic numbers.Eric S. Raymond2005-05-051-7/+9
* Add command to test MID 4 rate change.Eric S. Raymond2005-04-201-0/+15
* A little logic to catch the subframe-on condition sooner.Eric S. Raymond2005-04-121-0/+7
* Documentation improvements.Eric S. Raymond2005-04-041-1/+1
* Display the entire contents of the Navigation Parameters packet.Eric S. Raymond2005-04-041-2/+30
* Checkpoint before exposing more control bits.Eric S. Raymond2005-04-041-27/+27
* Fix MacOS port bug.Eric S. Raymond2005-04-011-1/+6
* We can now get 50BPS subframe data.Eric S. Raymond2005-03-311-1/+2
* Fix buggy 'b' command. Fill in the channels field in the 0x80 message.Eric S. Raymond2005-03-311-2/+4
* Add experimental 'a' command to toggle reporting of 50BPS data.Eric S. Raymond2005-03-311-11/+9
* Add navigation-parameter display to sirfmon.Eric S. Raymond2005-03-311-27/+93