summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't pretent to have methods we have not implemented.Eric S. Raymond2011-02-271-75/+4
* Remove a probe for which we do not actually recognize any response trigger.Eric S. Raymond2011-02-271-11/+5
* Optimized strlcat() to match the optimized strlcpy().Eric S. Raymond2011-02-271-12/+30
* Reverse an earlier error, and harden RTCM2 decoding a bit.Eric S. Raymond2011-02-261-21/+41
* Make sure ISGPS packets are available raw in the output buffer.Eric S. Raymond2011-02-261-2/+12
* RTCM[23] are single-packet formats, so they have reliable cycle detection.Eric S. Raymond2011-02-262-1/+4
* Add instrumentation. All regression tests pass.Eric S. Raymond2011-02-261-1/+2
* Make the length of ISGPS packets accessible.Eric S. Raymond2011-02-262-1/+8
* Alas, PRI64 macros choke splint.Eric S. Raymond2011-02-261-2/+1
* splint cleanup.Eric S. Raymond2011-02-261-0/+2
* Eliminate the ntrip_state global.Eric S. Raymond2011-02-265-88/+115
* Match debug levels passed into gpsd_hexdump_wrapper with gpsd_report() calls.Jon Schlueter2011-02-264-7/+7
* Use PRIx64 for uint64_t.Greg Troxel2011-02-251-1/+1
* Use PRIx64 to print int64_t in hex.Greg Troxel2011-02-251-16/+17
* Try to fix Greg Troxel's format mismatches.Eric S. Raymond2011-02-251-50/+48
* Fix a problem noted by Charles Curley.Eric S. Raymond2011-02-251-0/+1
* Fix an explanatory comment.Eric S. Raymond2011-02-251-3/+4
* Fix a bug in computation of satellites_visible.Eric S. Raymond2011-02-251-1/+3
* Faster implementation of strlcpy(), thanks to Michael Cook.Eric S. Raymond2011-02-251-6/+24
* Make the SiRF driver obey context.readonly.Eric S. Raymond2011-02-252-36/+24
* -j is supposed to be the default.Eric S. Raymond2011-02-251-1/+1
* With this minor patch, working NTRIP is confirmed.Andre Naujoks2011-02-251-2/+2
* Minor bug fix: packet echo shouldn't be pinned to stdout.Eric S. Raymond2011-02-251-4/+5