summaryrefslogtreecommitdiff
path: root/net_ntrip.c
Commit message (Expand)AuthorAgeFilesLines
* net_ntrip: Pretend we understand RTCM 3.3Gary E. Miller2019-04-181-9/+11
* Removed variable length arrays, added -Wvla compiler option.vla-removalIan Bruene2018-11-261-10/+7
* LICENSE: Update licenses for consistency. No functional changes.Gary E. Miller2018-11-191-1/+1
* SPDXify the licerse references.Eric S. Raymond2018-03-081-1/+1
* Add "RTCM2.3" and "RTCM3.1" detection. Fix bug #52677Gary E. Miller2017-12-151-2/+4
* Support format strings "RTCM 3", fix bug #52277Gary E. Miller2017-12-151-1/+2
* Accept RTCM 3.1 and RTCM 3.2 over ntrip://Gary E. Miller2016-04-061-1/+5
* Cleanup: atof() -> safe_atof()Gary E. Miller2016-04-051-2/+2
* More trailing whitespace fixups.Gary E. Miller2015-04-301-5/+5
* Retire splint from our set of static analyzers.Eric S. Raymond2015-03-301-19/+8
* gpsd-report() -> gpsd_log()Eric S. Raymond2015-03-071-58/+60
* Remove some unused code and some port cruft.Eric S. Raymond2015-03-021-1/+0
* Add str_starts_with macro, use it instead of strncmp.Zbigniew Chyla2015-01-211-8/+6
* Always use sizeof to get array size, part 2Zbigniew Chyla2015-01-131-1/+1
* Always use sizeof to get array sizeZbigniew Chyla2015-01-131-2/+2
* Now that the transition is done we can restore the gpsd_report name.Eric S. Raymond2014-08-271-29/+29
* All gpsd_reportcalls are gone. Only the unused definitins are left.Eric S. Raymond2014-08-271-38/+39
* The big leap. Most instances of gpsd_report are replaced...Eric S. Raymond2014-08-271-13/+13
* Introduce struct errout_t to encapsulate error-reporting hooks.Eric S. Raymond2014-08-271-17/+17
* Reduce gpsd log verbosity a lot.Eric S. Raymond2013-11-121-1/+1
* Fix compiler warnings with clang 4.2 on OS X 10.7.5Beat Bolli2013-11-061-1/+1
* Change gpsd_report to no longer use a global. All regression tests pass.Eric S. Raymond2013-09-291-59/+79
* Lose the assumption that socket_t is an integer.Eric S. Raymond2012-09-221-1/+1
* Nuke trailing whitespace in C source.Eric S. Raymond2012-09-071-10/+10
* Yet more cppcheck fixups. All regression tests pass.Eric S. Raymond2012-05-181-6/+6
* Still working on pacifying Coverity. All regression tests pass.Eric S. Raymond2012-05-111-1/+1
* Coverity defect #13: a slow resource leak.Eric S. Raymond2012-05-111-0/+1
* Try to get Coverity suppressions to the right place.Eric S. Raymond2012-05-111-1/+1
* Pacify Coverity some more.Eric S. Raymond2012-05-111-1/+1
* Suppress Coverity false positives.Eric S. Raymond2012-05-101-1/+2
* Clue in Coverity about functions returning handles.Eric S. Raymond2012-05-101-0/+1
* Shameless microtweaking.Eric S. Raymond2012-05-101-1/+1
* More Coverity-spawned fixes. All regression tests pass.Eric S. Raymond2012-05-091-6/+12
* More coverity-inspired fixes.Eric S. Raymond2012-05-091-1/+1
* '-' in C filenames is confusing given local naming conventions. Fix this.Eric S. Raymond2011-06-291-1/+1
* Dirk wrote: "Could you add the header line "Host:" in the NTRIPDirk Stöcker2011-04-101-2/+4
* scan-build and splint cleanup. All regression tests pass.Eric S. Raymond2011-03-291-3/+4
* Magic-number and strncpy elimination. All regression tests passEric S. Raymond2011-03-291-5/+13
* Fix scan-build glitches. All regression tests pass.Eric S. Raymond2011-03-281-1/+1
* Eliminate the ntrip_state global.Eric S. Raymond2011-02-261-69/+39
* With this minor patch, working NTRIP is confirmed.Andre Naujoks2011-02-251-2/+2
* The NTRIP connection state musn't be zeroed on gpsd_activate().Eric S. Raymond2011-02-241-14/+16
* Eliminate the context->netgnss_service member.Eric S. Raymond2011-02-241-2/+1
* Eliminate the dsock member in the context structure.Eric S. Raymond2011-02-241-2/+2
* Move NTRIP per-connection state from global context to private driver area.Eric S. Raymond2011-02-241-24/+23
* strcpy() elimination.Eric S. Raymond2011-02-221-1/+1
* NTRIP fixes from Andre Naujoks.Eric S. Raymond2011-02-211-168/+237
* Bug fixes and improvements for the NTRIP code.Andre Naujoks2011-02-131-0/+3
* More deheader testing.Eric S. Raymond2011-01-121-0/+1
* Back out the part of Beat Bolli's change that would spin on EAGAIN.Eric S. Raymond2011-01-051-2/+2