summaryrefslogtreecommitdiff
path: root/gpsd.h-tail
Commit message (Expand)AuthorAgeFilesLines
* Remove a header that no longer fits the way we've organized the export APIs.Eric S. Raymond2011-04-081-0/+10
* whitespace cleanup in gpsd.h-tailJon Schlueter2011-04-041-39/+39
* Fix a minor build breakage exposed by scons.Eric S. Raymond2011-04-041-1/+1
* Regularize some names.Eric S. Raymond2011-04-011-4/+4
* More extraction of autoconf tentacles.Eric S. Raymond2011-03-311-1/+4
* Robustness > micro-optimization.Eric S. Raymond2011-03-291-1/+1
* Squeeze out some more code in the fixed-port-speed case.Eric S. Raymond2011-03-291-0/+2
* Improve the barrier code and beat GCC harder about not reordering operations.Eric S. Raymond2011-03-281-2/+2
* Shared-memory export is now integrated and documented.Eric S. Raymond2011-03-271-0/+14
* Change return values in the shm interface to be more like socket export.Eric S. Raymond2011-03-271-1/+1
* Move the memory barrier instructions into the header fileBeat Bolli2011-03-271-0/+9
* Re-identify most *_IS flags with corresponding *_SET flags.Eric S. Raymond2011-03-271-33/+11
* First cut at shared-memory export. Daemon-side only.Eric S. Raymond2011-03-251-0/+17
* DEVICE::activated becomes an ISO8601 timestamp.Eric S. Raymond2011-03-241-0/+1
* Remove unused SiRF constants: TIME_SEEN_GPS_1, etc.Gary E. Miller2011-03-231-3/+0
* Refactoring step. Hide the internals of NTPD communication better.Eric S. Raymond2011-03-231-4/+1
* Move as much of the PPS support as possible to ntpshm.c.Eric S. Raymond2011-03-231-0/+1
* Attempt to use the new PPSTIME_IS mask bit to control updating ntpd.Eric S. Raymond2011-03-231-1/+1
* Make all drivers set the PPSTIME_IS mask where appropriate. It's not yet used.Eric S. Raymond2011-03-231-0/+1
* Use truly 64-bit constants for the 64-bit gps_mask_t flags.Eric S. Raymond2011-03-231-31/+31
* Revert "Remove a failed experiment."Eric S. Raymond2011-03-231-1/+2
* Remove a failed experiment.Eric S. Raymond2011-03-231-2/+1
* Track fix counts per-device as well as for all devices.Eric S. Raymond2011-03-231-1/+2
* POLL subobject name changes: fixes -> tpv, skyview -> sky.Eric S. Raymond2011-03-211-0/+1
* Silence compiler warning about inconsistent use of volatile in ntp SHM.Gary E. Miller2011-03-211-1/+3
* Leave plenty of room for GGA timestamps with subsecond parts.Eric S. Raymond2011-03-161-1/+1
* Yet more double->timestamp_t moves.Eric S. Raymond2011-03-101-2/+2
* More timestamp_t conversions. No logic changes.Eric S. Raymond2011-03-101-9/+7
* Give timestamps their own typedef. No logic changes.Eric S. Raymond2011-03-101-5/+5
* Reduce an unnecessary double to time_t.Eric S. Raymond2011-03-091-1/+1
* Replace the crappy old RTCM3 dumper with one that emits JSON.Eric S. Raymond2011-03-011-2/+2
* Hide something that doesn't have to be globally visible.Eric S. Raymond2011-02-281-2/+0
* Comment fixes.Eric S. Raymond2011-02-281-2/+3
* splint cleanup, includubng an error in the last commit caught by it.Eric S. Raymond2011-02-271-1/+1
* Try to re-enable recognition of the MediaTek 33301.Eric S. Raymond2011-02-271-2/+0
* Remove pass_rtcm(),Eric S. Raymond2011-02-271-3/+2
* RTCM[23] are single-packet formats, so they have reliable cycle detection.Eric S. Raymond2011-02-261-1/+2
* Make the length of ISGPS packets accessible.Eric S. Raymond2011-02-261-1/+6
* Eliminate the ntrip_state global.Eric S. Raymond2011-02-261-4/+49
* Split an excessively long function. No logic changes. All regression tests pass.Eric S. Raymond2011-02-241-1/+2
* Abolish device->is_serial. Replaced by device->servicetype.Eric S. Raymond2011-02-241-2/+1
* The NTRIP connection state musn't be zeroed on gpsd_activate().Eric S. Raymond2011-02-241-21/+19
* Eliminate the context->netgnss_service member.Eric S. Raymond2011-02-241-1/+10
* Eliminate the context sentdgps member in favor of a per-session state flag.Eric S. Raymond2011-02-241-2/+6
* Eliminate the dsock member in the context structure.Eric S. Raymond2011-02-241-2/+1
* Move NTRIP per-connection state from global context to private driver area.Eric S. Raymond2011-02-241-9/+16
* Remove all support for RTCM2 Sager dump format.Eric S. Raymond2011-02-231-1/+0
* Move a warning about speeds < 38400 that triggered too often.Eric S. Raymond2011-02-221-0/+1
* NTRIP fixes from Andre Naujoks.Eric S. Raymond2011-02-211-3/+11
* change gpsd_init to take a const char * device (name) paramJon Schlueter2011-02-211-1/+1