summaryrefslogtreecommitdiff
path: root/net_gnss_dispatch.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-4/+0
* gpsd-report() -> gpsd_log()Eric S. Raymond2015-03-071-3/+3
* Add str_starts_with macro, use it instead of strncmp.Zbigniew Chyla2015-01-211-4/+5
* Now that the transition is done we can restore the gpsd_report name.Eric S. Raymond2014-08-271-1/+1
* The big leap. Most instances of gpsd_report are replaced...Eric S. Raymond2014-08-271-1/+1
* Change gpsd_report to no longer use a global. All regression tests pass.Eric S. Raymond2013-09-291-1/+1
* Yet more code slimming. All regression tests pass, code splints clean.Eric S. Raymond2011-06-111-23/+0
* Make extra sure Ntrip correction state is correctly initialized.Eric S. Raymond2011-03-031-1/+3
* Eliminate the ntrip_state global.Eric S. Raymond2011-02-261-5/+6
* Eliminate the context->netgnss_service member.Eric S. Raymond2011-02-241-2/+2
* Eliminate the dsock member in the context structure.Eric S. Raymond2011-02-241-13/+2
* NTRIP fixes from Andre Naujoks.Eric S. Raymond2011-02-211-4/+4
* Bug fixes and improvements for the NTRIP code.Andre Naujoks2011-02-131-19/+0
* More header portability audting with a new version of deheader.Eric S. Raymond2010-12-221-1/+0
* More header portability auditing by deheader.Eric S. Raymond2010-12-221-0/+2
* Taking SuS seriously some more.Eric S. Raymond2010-12-141-7/+1
* More header rationalizations,Eric S. Raymond2010-12-141-1/+3
* More header simplification. All regression tests pass.Eric S. Raymond2010-12-141-2/+3
* Unused-header removals by deheader. All regression tests pass.Eric S. Raymond2010-12-011-1/+0
* More indent pragmas.Eric S. Raymond2010-04-141-1/+6
* Follow previous commit by removing a cast that is no longer needed.Eric S. Raymond2010-04-141-3/+2
* Type cleanup: rtcmbyyes should bre a size_t.Eric S. Raymond2010-04-141-5/+7
* Reindent the network support. All regression tests pass.Eric S. Raymond2010-04-141-14/+19
* 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
* David Ludlow's housekeeping and type-cleanup patch.Eric S. Raymond2010-01-021-1/+5
* Include the whole config file in gpsd.h.Eric S. Raymond2009-11-201-1/+0
* Guard some inclusions that splint doesn't like. Eric S. Raymond2009-09-101-1/+1
* Dyke out the remotegpsd code. Eric S. Raymond2009-09-101-5/+0
* GPSD can now be a gpsd clientChris Kuethe2009-07-051-3/+1
* change the dgnss_ prefix to netgnss_Chris Kuethe2009-07-041-20/+27
* create a net_ namespace for gpsd-as-a-client protocols. currently these areChris Kuethe2009-07-041-0/+103