summaryrefslogtreecommitdiff
path: root/rtcm.c
Commit message (Expand)AuthorAgeFilesLines
* Rename config.h so it can be installed as gpsd_config.h...Chris Kuethe2006-10-261-0/+2
* fix unbounded sscanf("%s")Chris Kuethe2006-10-111-2/+2
* Add subversion ID tags near the beginning of every file.Chris Kuethe2006-09-211-0/+1
* Move the rtcm message structure to its own header. Chris Kuethe2006-09-201-434/+1
* 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
* Some documentation updates.Eric S. Raymond2006-06-061-1/+1
* Enable eveything to build when RTCM104 is configured out.Eric S. Raymond2005-12-201-0/+4
* Warning and splint cleanup.Eric S. Raymond2005-08-201-1/+1
* splint and error-message cleanup.Eric S. Raymond2005-08-031-2/+5
* Parity computation and splint cleanup.Eric S. Raymond2005-07-281-6/+9
* Finally get the encoder stable by adding some round() calls.Eric S. Raymond2005-07-281-21/+22
* Wolfgang's attempted fix for the repack() code.Eric S. Raymond2005-07-281-3/+17
* Encoder is all working, except for floating-point precision lossage.Eric S. Raymond2005-07-281-1/+6
* T message undumps work now.Eric S. Raymond2005-07-281-2/+2
* Upper level of RTCM encoder works.Eric S. Raymond2005-07-281-52/+84
* Another step (passing regression tests) towards an encoder.Eric S. Raymond2005-07-271-39/+44
* First steps towards a working RTCM encoder.Eric S. Raymond2005-07-271-28/+26
* First cut at RTCM undumper, and some splint cleanup.Eric S. Raymond2005-07-271-0/+122
* Correction to Wolfgang's fix.Eric S. Raymond2005-07-271-2/+2
* Small patch from Wolfgang.Eric S. Raymond2005-07-271-1/+1
* Spelling fix.Eric S. Raymond2005-07-271-3/+3
* Comment fixups.Eric S. Raymond2005-07-261-2/+1
* Save Wolfgang's generation script.Eric S. Raymond2005-07-261-7/+2
* Move Wolfgang's Emacs command.Eric S. Raymond2005-07-261-2/+0
* Big-endian support in rtcm.c.Eric S. Raymond2005-07-261-100/+312
* Support compilers that can't do anonymous unions.Eric S. Raymond2005-07-261-134/+134
* Fix some documentation.Eric S. Raymond2005-07-251-43/+50
* Break isgps.c apart from rtcm.c.Eric S. Raymond2005-07-251-328/+0
* Successfully broke adhesion between RTCM bitfield structures and the decoder.Eric S. Raymond2005-07-251-124/+141
* A simpler big-endianism test using autotools.Eric S. Raymond2005-07-251-25/+16
* Better OS-specific endianness detectionChris Kuethe2005-07-251-3/+5
* At least on OpenBSD, endian.h is in /usr/include/sysChris Kuethe2005-07-251-0/+4
* More decoder separation.Eric S. Raymond2005-07-241-9/+8
* More separation of the low-level decoder.Eric S. Raymond2005-07-241-9/+9
* More work at separating the low-level decoder from the RTCM structure stuff.Eric S. Raymond2005-07-241-58/+58
* First step towards sepaeating out satlink protocol.Eric S. Raymond2005-07-241-4/+5
* Calculate the number of almanac entries correctly.Eric S. Raymond2005-07-241-1/+1
* Documentation improvements.Eric S. Raymond2005-07-231-2/+14
* In theory we now have a repack functionEric S. Raymond2005-07-231-6/+22
* More work on repack().Eric S. Raymond2005-07-231-4/+7
* More work on the repack() function. Avoid a core dump when processing DGPSIP.Eric S. Raymond2005-07-231-31/+34
* Support, and document, dumping packets of unknown type.Eric S. Raymond2005-07-231-0/+9
* Scrap more unneeded intermediate variables.Eric S. Raymond2005-07-221-105/+93
* Splint cleanup after union merge.Eric S. Raymond2005-07-221-10/+11
* Message structure is one big union; grotty casts are gone.Eric S. Raymond2005-07-221-313/+273
* OK, substructures are all gathered. Now move to one big union.Eric S. Raymond2005-07-221-66/+48
* Eliminate casts.Eric S. Raymond2005-07-221-110/+79
* First step towards eliminating casrs in the decoder.Eric S. Raymond2005-07-221-84/+65
* More decoder cleanup and repack progress.Eric S. Raymond2005-07-221-23/+22