summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Don't crap out on garbage data.Eric S. Raymond2011-03-021-2/+3
* Sniffer wasn't going to ground state properly afer an RTCM3 packet.Eric S. Raymond2011-03-021-3/+2
* Code simplification. All regression tests pass.Eric S. Raymond2011-03-021-6/+5
* Code simplification.Eric S. Raymond2011-03-021-15/+5
* Limit precision based on the units of measure.Eric S. Raymond2011-03-021-2/+2
* Typo fix.Eric S. Raymond2011-03-021-1/+1
* Bug fixes for RTCM3 decoding. All regression tests pass.Eric S. Raymond2011-03-026-25/+37
* Sigh, seems a flush is required.Eric S. Raymond2011-03-021-0/+1
* Add a feature and a minor fix to the packet-sniffer tester.Eric S. Raymond2011-03-022-4/+8
* Documentation tweaks.Eric S. Raymond2011-03-023-10/+10
* NULL-guard device_name in find_device() function call.Jon Schlueter2011-03-011-4/+6
* Convert from int to natural size_t/ssize_tJon Schlueter2011-03-011-2/+2
* NULL-guard device in open_device.Jon Schlueter2011-03-011-2/+2
* Include a stream counter in the gpscat -t output.Eric S. Raymond2011-03-011-1/+1
* Have the Python packet-module interface export the character counter.Eric S. Raymond2011-03-013-4/+5
* Add explanatory comments.Eric S. Raymond2011-03-011-0/+2
* Tell the compiler that gos_errstr() ia an observer.Eric S. Raymond2011-03-013-3/+3
* Suppress a spurious error message. All regression tests pass.Eric S. Raymond2011-03-011-0/+1
* RTCM3 test capTures. Not ready to be part of the regulae regeressions yet.Eric S. Raymond2011-03-013-0/+0
* A step towards decoding RTCM3.Eric S. Raymond2011-03-013-3/+11
* More creative macro abuse.Eric S. Raymond2011-03-011-92/+53
* Preprocessor abuse for a better world. Or simpler code, anyway.Eric S. Raymond2011-03-011-75/+35
* Simplify the RTCM3 analyzer. All regression tests pass.Eric S. Raymond2011-03-011-214/+168
* Replace the crappy old RTCM3 dumper with one that emits JSON.Eric S. Raymond2011-03-015-397/+462
* splint and cosmetic cleanup.Eric S. Raymond2011-02-281-8/+5
* Simplify the encoding side of gpsdecode.Eric S. Raymond2011-02-281-17/+9
* Typo fix.Eric S. Raymond2011-02-281-1/+1
* Reserve a flag bit.Eric S. Raymond2011-02-281-2/+3
* News update.Eric S. Raymond2011-02-281-2/+4
* Reserve space for a feature.Eric S. Raymond2011-02-281-1/+2
* Implement and document RTCM 2.3 message type 13.Eric S. Raymond2011-02-285-14/+138
* Implement and document RTCM2.3 message type 14. All regression tests pass.Eric S. Raymond2011-02-287-10/+105
* Inline a header that is only used once. No code changes.Eric S. Raymond2011-02-283-501/+443
* The old Sager dump function is gone.Eric S. Raymond2011-02-281-5/+3
* Verbosity suppression. All regression tests pass.Eric S. Raymond2011-02-2810-0/+46
* Typo fix.Eric S. Raymond2011-02-281-1/+1
* Improve some progrss messages,Eric S. Raymond2011-02-281-5/+9
* splint cleanup.Eric S. Raymond2011-02-281-1/+4
* More about the rollover problem.Eric S. Raymond2011-02-281-12/+16
* Abandon the attempt to de-Unicodify JSON as it comes in.Eric S. Raymond2011-02-282-19/+4
* Enable gpsdecode to dump subframe data.Eric S. Raymond2011-02-281-1/+1
* Verbosity reduction when context.readonly is off.Eric S. Raymond2011-02-281-9/+14
* Fix a bug in some mode-restoration code. All regression tests pass.Eric S. Raymond2011-02-281-6/+15
* Hide something that doesn't have to be globally visible.Eric S. Raymond2011-02-282-59/+58
* Comment fixes.Eric S. Raymond2011-02-281-2/+3
* Update product database, adding the MTK-3329.Eric S. Raymond2011-02-275-11/+103
* splint cleanup, includubng an error in the last commit caught by it.Eric S. Raymond2011-02-273-3/+5
* Try to re-enable recognition of the MediaTek 33301.Eric S. Raymond2011-02-272-30/+39
* Remove pass_rtcm(),Eric S. Raymond2011-02-2712-32/+23
* Add Ande Naujoks's Ntrip sample to the test suite.Eric S. Raymond2011-02-272-0/+25