summaryrefslogtreecommitdiff
path: root/net_dgpsip.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Retire splint from our set of static analyzers.Eric S. Raymond2015-03-301-5/+0
* gpsd-report() -> gpsd_log()Eric S. Raymond2015-03-071-11/+11
* Now that the transition is done we can restore the gpsd_report name.Eric S. Raymond2014-08-271-5/+5
* The big leap. Most instances of gpsd_report are replaced...Eric S. Raymond2014-08-271-5/+5
* Introduce struct errout_t to encapsulate error-reporting hooks.Eric S. Raymond2014-08-271-5/+5
* Code is fully cppcheck, splint, and Coverity clean.Eric S. Raymond2013-11-061-0/+1
* Change gpsd_report to no longer use a global. All regression tests pass.Eric S. Raymond2013-09-291-5/+7
* Fix static-checker warnings. All regression tests pass.Eric S. Raymond2013-04-301-1/+1
* Eliminate the ntrip_state global.Eric S. Raymond2011-02-261-8/+10
* The NTRIP connection state musn't be zeroed on gpsd_activate().Eric S. Raymond2011-02-241-3/+3
* Eliminate the context->netgnss_service member.Eric S. Raymond2011-02-241-3/+2
* Eliminate the context sentdgps member in favor of a per-session state flag.Eric S. Raymond2011-02-241-2/+3
* Eliminate the dsock member in the context structure.Eric S. Raymond2011-02-241-88/+11
* More deheader testing.Eric S. Raymond2011-01-121-0/+1
* Partial splint cleanup.Eric S. Raymond2010-12-241-1/+1
* deheader broke the build againChris Kuethe2010-12-221-0/+2
* More header portability audting with a new version of deheader.Eric S. Raymond2010-12-221-2/+1
* Work around a splint bug.Eric S. Raymond2010-12-151-1/+1
* Partial splint cleanup. All regression tests pass.Eric S. Raymond2010-12-151-1/+1
* Remove second include of <sys/socket.h>.Eric S. Raymond2010-12-141-1/+0
* Add sys/socket.h, following POSIX.Greg Troxel2010-12-141-0/+1
* missing headers for openbsdChris Kuethe2010-12-141-0/+2
* Because we're taking SuS seriously we can simplify the configuration machinery.Eric S. Raymond2010-12-141-7/+1
* Taking SuS seriously some more.Eric S. Raymond2010-12-141-7/+0
* More header rationalizations,Eric S. Raymond2010-12-141-3/+6
* Unused-header removals by deheader. All regression tests pass.Eric S. Raymond2010-12-011-5/+0
* Stop trying to special-case terminating whitespace in gpsd_report().Eric S. Raymond2010-05-051-2/+2
* Reindent the network support. All regression tests pass.Eric S. Raymond2010-04-141-28/+40
* 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-1/+3
* David Ludlow's housekeeping and type-cleanup patch.Eric S. Raymond2010-01-021-4/+9
* Include the whole config file in gpsd.h.Eric S. Raymond2009-11-201-1/+1
* 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
* change the dgnss_ prefix to netgnss_Chris Kuethe2009-07-041-2/+2
* create a net_ namespace for gpsd-as-a-client protocols. currently these areChris Kuethe2009-07-041-0/+149