summaryrefslogtreecommitdiff
path: root/net_ntrip.c
AgeCommit message (Expand)Author
2018-03-08SPDXify the licerse references.Eric S. Raymond
2017-12-15Add "RTCM2.3" and "RTCM3.1" detection. Fix bug #52677Gary E. Miller
2017-12-15Support format strings "RTCM 3", fix bug #52277Gary E. Miller
2016-04-06Accept RTCM 3.1 and RTCM 3.2 over ntrip://Gary E. Miller
2016-04-05Cleanup: atof() -> safe_atof()Gary E. Miller
2015-04-30More trailing whitespace fixups.Gary E. Miller
2015-03-30Retire splint from our set of static analyzers.Eric S. Raymond
2015-03-07gpsd-report() -> gpsd_log()Eric S. Raymond
2015-03-02Remove some unused code and some port cruft.Eric S. Raymond
2015-01-21Add str_starts_with macro, use it instead of strncmp.Zbigniew Chyla
2015-01-13Always use sizeof to get array size, part 2Zbigniew Chyla
2015-01-13Always use sizeof to get array sizeZbigniew Chyla
2014-08-27Now that the transition is done we can restore the gpsd_report name.Eric S. Raymond
2014-08-27All gpsd_reportcalls are gone. Only the unused definitins are left.Eric S. Raymond
2014-08-27The big leap. Most instances of gpsd_report are replaced...Eric S. Raymond
2014-08-27Introduce struct errout_t to encapsulate error-reporting hooks.Eric S. Raymond
2013-11-12Reduce gpsd log verbosity a lot.Eric S. Raymond
2013-11-06Fix compiler warnings with clang 4.2 on OS X 10.7.5Beat Bolli
2013-09-29Change gpsd_report to no longer use a global. All regression tests pass.Eric S. Raymond
2012-09-22Lose the assumption that socket_t is an integer.Eric S. Raymond
2012-09-07Nuke trailing whitespace in C source.Eric S. Raymond
2012-05-18Yet more cppcheck fixups. All regression tests pass.Eric S. Raymond
2012-05-11Still working on pacifying Coverity. All regression tests pass.Eric S. Raymond
2012-05-11Coverity defect #13: a slow resource leak.Eric S. Raymond
2012-05-11Try to get Coverity suppressions to the right place.Eric S. Raymond
2012-05-11Pacify Coverity some more.Eric S. Raymond
2012-05-10Suppress Coverity false positives.Eric S. Raymond
2012-05-10Clue in Coverity about functions returning handles.Eric S. Raymond
2012-05-10Shameless microtweaking.Eric S. Raymond
2012-05-09More Coverity-spawned fixes. All regression tests pass.Eric S. Raymond
2012-05-09More coverity-inspired fixes.Eric S. Raymond
2011-06-29'-' in C filenames is confusing given local naming conventions. Fix this.Eric S. Raymond
2011-04-10Dirk wrote: "Could you add the header line "Host:" in the NTRIPDirk Stöcker
2011-03-29scan-build and splint cleanup. All regression tests pass.Eric S. Raymond
2011-03-29Magic-number and strncpy elimination. All regression tests passEric S. Raymond
2011-03-28Fix scan-build glitches. All regression tests pass.Eric S. Raymond
2011-02-26Eliminate the ntrip_state global.Eric S. Raymond
2011-02-25With this minor patch, working NTRIP is confirmed.Andre Naujoks
2011-02-24The NTRIP connection state musn't be zeroed on gpsd_activate().Eric S. Raymond
2011-02-24Eliminate the context->netgnss_service member.Eric S. Raymond
2011-02-24Eliminate the dsock member in the context structure.Eric S. Raymond
2011-02-24Move NTRIP per-connection state from global context to private driver area.Eric S. Raymond
2011-02-22strcpy() elimination.Eric S. Raymond
2011-02-21NTRIP fixes from Andre Naujoks.Eric S. Raymond
2011-02-13Bug fixes and improvements for the NTRIP code.Andre Naujoks
2011-01-12More deheader testing.Eric S. Raymond
2011-01-05Back out the part of Beat Bolli's change that would spin on EAGAIN.Eric S. Raymond
2011-01-05Allows NTRIP connection to ntrip://www3.swisstopo.ch:8080/swiposNAVBeat Bolli
2010-12-22More header portability audting with a new version of deheader.Eric S. Raymond
2010-12-16Refactor to turf all uses of gpsd_report() out of netlib.cEric S. Raymond