summaryrefslogtreecommitdiff
path: root/gpsd.h-tail
Commit message (Expand)AuthorAgeFilesLines
* Prfile numbers now include a per-cycle chracter count.Eric S. Raymond2011-09-221-0/+1
* Cycle-start detection by timing works on a SiRF at 9600bps.Eric S. Raymond2011-09-211-0/+3
* Remove the old latency-profiling machinery.Eric S. Raymond2011-09-201-9/+0
* splint revealed some problems with the previous commit.Eric S. Raymond2011-09-181-1/+1
* Use SiRF MID27 to set used flags on SBAS satellites.Eric S. Raymond2011-09-171-0/+2
* Remove a problematic DBUS header inclusiion that turns out not to be necessary.Eric S. Raymond2011-08-251-3/+0
* Dependency reduction. No logic changes. All regression tests pass.Eric S. Raymond2011-08-251-1/+0
* Bump protocol version number to 3.6 because of news "remote" attribute.Eric S. Raymond2011-07-071-1/+2
* Compiler warning suppression.Eric S. Raymond2011-07-011-0/+3
* -DTESTMAIN no longer exists.Eric S. Raymond2011-07-011-2/+2
* Make te default socket location available to all programs.Eric S. Raymond2011-06-291-0/+4
* Slim down gpsd a bit by moving a function only gpsctl.c now uses.Eric S. Raymond2011-06-271-1/+0
* Removed duplicate code.Michael Tatarinov2011-06-271-1/+1
* Factor out a function we'll probably reuse.Eric S. Raymond2011-06-261-0/+1
* Make gpsdecode interpret "Date:" comments. All regression tests pass.Eric S. Raymond2011-06-231-0/+1
* Path-rewrite for JSON packets works. All regression tests pass.Eric S. Raymond2011-06-211-0/+1
* Improve the code for making sensor data and command strings visible...Eric S. Raymond2011-06-171-3/+2
* Elimination of gpsd_hexdump_level.Eric S. Raymond2011-06-171-1/+1
* Remove gpsd_hexdump_wrapper() from everything outside the packet sniffer.Eric S. Raymond2011-06-171-1/+1
* Make the debug level part of the session context.Eric S. Raymond2011-06-171-0/+1
* First xut at JSON passthrough code.Eric S. Raymond2011-06-141-4/+10
* Yet more code slimming. All regression tests pass, code splints clean.Eric S. Raymond2011-06-111-3/+0
* 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