summaryrefslogtreecommitdiff
path: root/net_gnss_dispatch.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Codebase splints clean.
* Type cleanup: rtcmbyyes should bre a size_t.Eric S. Raymond2010-04-141-5/+7
| | | | All regressions pass. All splint chexcks pass.
* 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
| | | | All regression tests pass,
* Include the whole config file in gpsd.h.Eric S. Raymond2009-11-201-1/+0
| | | | | | | That is, instead of sectioning out two little config defines and putting them in. This makes gpsd.h self-copntained (e.g. in case it gets installed as a library header) and means we can get rid of most inclusions of it.
* Guard some inclusions that splint doesn't like. Eric S. Raymond2009-09-101-1/+1
| | | | No effect on compilation. All regression tests pass.
* Dyke out the remotegpsd code. Eric S. Raymond2009-09-101-5/+0
| | | | | | The proxying concept is OK but the design is broken and the implementation has at least two bugs that are crash landings. Chris can do better than this.
* GPSD can now be a gpsd clientChris Kuethe2009-07-051-3/+1
| | | | | | | | that is, it can connect to and relay data from other gpsd instances. Sample usage # gpsd -S 12000 -n 'gpsd://localhost:2947/?raw' # cgps 127.0.0.1:12000
* change the dgnss_ prefix to netgnss_Chris Kuethe2009-07-041-20/+27
| | | | | this more accurately reflects that this is now becoming a generic network gnss interface
* create a net_ namespace for gpsd-as-a-client protocols. currently these areChris Kuethe2009-07-041-0/+103
dgpsip and ntrip. eventually, gpsd will be able to connect to a remote gpsd.