summaryrefslogtreecommitdiff
path: root/net_ntrip.c
Commit message (Expand)AuthorAgeFilesLines
* '-' 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
* Allows NTRIP connection to ntrip://www3.swisstopo.ch:8080/swiposNAVBeat Bolli2011-01-051-5/+14
* More header portability audting with a new version of deheader.Eric S. Raymond2010-12-221-1/+4
* Refactor to turf all uses of gpsd_report() out of netlib.cEric S. Raymond2010-12-161-4/+9
* Total splint cleanup. All regressionm tests pass.Eric S. Raymond2010-12-161-1/+1
* Taking SuS seriously some more.Eric S. Raymond2010-12-141-14/+2
* More header rationalizations,Eric S. Raymond2010-12-141-5/+8
* Unused-header removals by deheader. All regression tests pass.Eric S. Raymond2010-12-011-3/+0
* Stop trying to special-case terminating whitespace in gpsd_report().Eric S. Raymond2010-05-051-2/+2
* More GNU indent suppression. All regression tests pass.Eric S. Raymond2010-04-141-0/+2
* More reindenting.Eric S. Raymond2010-04-141-3/+10
* Reindent the network support. All regression tests pass.Eric S. Raymond2010-04-141-81/+107
* Vanish away Id and Rev $ keywords, git won't expand them to anything useful.Eric S. Raymond2010-03-131-2/+0
* Copyright stamps everywhere. No code changes.Eric S. Raymond2010-03-111-2/+7
* Internal IPv6 support, derived from a support patch by Olivier Mehani.Eric S. Raymond2010-01-121-2/+4
* David Ludlow's housekeeping and type-cleanup patch.Eric S. Raymond2010-01-021-3/+8
* Declare socket-valued ints as socket_t.Eric S. Raymond2009-12-311-1/+1
* Get rid of u_char, and some splint cleanup.Eric S. Raymond2009-12-311-1/+1
* Include the whole config file in gpsd.h.Eric S. Raymond2009-11-201-3/+0
* Finally found the right set of exclusions to stop splint from choking.Eric S. Raymond2009-09-111-0/+2
* Guard some inclusions that splint doesn't like. Eric S. Raymond2009-09-101-1/+1
* system call failure should be tested against -1, rather than "< 0"Chris Kuethe2009-07-091-3/+3
* change the dgnss_ prefix to netgnss_Chris Kuethe2009-07-041-4/+4
* create a net_ namespace for gpsd-as-a-client protocols. currently these areChris Kuethe2009-07-041-0/+475