summaryrefslogtreecommitdiff
path: root/isgps.c
Commit message (Expand)AuthorAgeFilesLines
* Guard some inclusions that splint doesn't like. Eric S. Raymond2009-09-101-0/+2
* fix format warningChris Kuethe2009-01-061-3/+3
* Cosmetic changes.Eric S. Raymond2008-07-121-4/+4
* Note that RTCM104V3 doesn't use the ISGPS underlayer.Eric S. Raymond2008-07-121-9/+12
* No demand for Magnavox output yet, so we'll condition out that code...Eric S. Raymond2006-12-041-9/+8
* Make the code for Magnavox-format output work again...Eric S. Raymond2006-12-041-0/+32
* Improved documentation for the ISGPS layer. Eric S. Raymond2006-12-041-20/+11
* Split the packet-sniffer internals out of the session structure. Eric S. Raymond2006-11-301-49/+49
* Rename config.h so it can be installed as gpsd_config.h...Chris Kuethe2006-10-261-0/+2
* Add subversion ID tags near the beginning of every file.Chris Kuethe2006-09-211-0/+1
* Enable eveything to build when RTCM104 is configured out.Eric S. Raymond2005-12-201-0/+3
* splint and error-message cleanup.Eric S. Raymond2005-08-031-21/+22
* Parity computation and splint cleanup.Eric S. Raymond2005-07-281-1/+1
* Upper level of RTCM encoder works.Eric S. Raymond2005-07-281-6/+6
* Sepatate character from retry counters.Eric S. Raymond2005-07-261-1/+1
* Comment fixups.Eric S. Raymond2005-07-261-1/+1
* Big-endian support in rtcm.c.Eric S. Raymond2005-07-261-15/+0
* Support compilers that can't do anonymous unions.Eric S. Raymond2005-07-261-46/+46
* A large step towards automatically syncing with RTCM streams.Eric S. Raymond2005-07-261-1/+3
* Fix some documentation.Eric S. Raymond2005-07-251-39/+27
* Break isgps.c apart from rtcm.c.Eric S. Raymond2005-07-251-0/+334