summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Sepatate character from retry counters.Eric S. Raymond2005-07-267-21/+23
* Comment fixups.Eric S. Raymond2005-07-262-3/+2
* Save Wolfgang's generation script.Eric S. Raymond2005-07-263-8/+47
* Move Wolfgang's Emacs command.Eric S. Raymond2005-07-262-3/+6
* Big-endian support in rtcm.c.Eric S. Raymond2005-07-265-150/+317
* OK, this version both passes packet regression and gets partwayEric S. Raymond2005-07-261-30/+30
* New -t option lets us perform individual regressions.Eric S. Raymond2005-07-261-168/+182
* Repartition code so we can run individual tests.Eric S. Raymond2005-07-261-43/+51
* Return error status if any tests fail.Eric S. Raymond2005-07-261-3/+5
* splint cleanup.Eric S. Raymond2005-07-261-12/+12
* Support compilers that can't do anonymous unions.Eric S. Raymond2005-07-2611-291/+291
* Discarding entire packets on return to ground state makes RTCM work...Eric S. Raymond2005-07-261-13/+14
* A large step towards automatically syncing with RTCM streams.Eric S. Raymond2005-07-263-20/+87
* Try to avoid the nasty config problem.Eric S. Raymond2005-07-251-2/+3
* More interface narrowing.Eric S. Raymond2005-07-252-13/+13
* Narrow an interface.Eric S. Raymond2005-07-253-9/+6
* Avoid spurious unknown-sentence messages.Eric S. Raymond2005-07-251-0/+2
* Fix some documentation.Eric S. Raymond2005-07-253-82/+106
* Break isgps.c apart from rtcm.c.Eric S. Raymond2005-07-254-328/+342
* 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
* Petr Slanky's latest Evermore patch and some splint cleanups.Eric S. Raymond2005-07-256-48/+145
* Better OS-specific endianness detectionChris Kuethe2005-07-251-3/+5
* Fix Gary's make problem.Eric S. Raymond2005-07-251-1/+1
* 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
* This change might keep us from losing on a 16-bit machine.Eric S. Raymond2005-07-241-2/+6
* More separation of the low-level decoder.Eric S. Raymond2005-07-244-19/+17
* More work at separating the low-level decoder from the RTCM structure stuff.Eric S. Raymond2005-07-244-68/+68
* Merged in Petr's stuff on undocumented EverMore control sequences.Eric S. Raymond2005-07-241-2/+51
* 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
* Add a section on mission and design philosophy.Eric S. Raymond2005-07-241-0/+115
* Documentation improvements.Eric S. Raymond2005-07-232-3/+15
* 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-234-34/+41
* First-packet-skipped bug report is spurious.Eric S. Raymond2005-07-231-6/+0
* Add -i option to gpsfake.Eric S. Raymond2005-07-232-3/+16
* Prevent a core dump.Eric S. Raymond2005-07-231-2/+4
* Support, and document, dumping packets of unknown type.Eric S. Raymond2005-07-235-8/+79
* 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-222-23/+23
* RTCM health fields aren't boolean.Eric S. Raymond2005-07-222-13/+16
* First (incomplete) cut at repack function.Eric S. Raymond2005-07-221-8/+189