summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Move the memory barrier instructions into the header fileBeat Bolli2011-03-273-12/+13
* gpxlogger improvementsBeat Bolli2011-03-271-15/+17
* Re-identify most *_IS flags with corresponding *_SET flags.Eric S. Raymond2011-03-2730-318/+292
* Clear up some confusion about *_SET vs.. *_IS defines.Eric S. Raymond2011-03-263-3/+3
* Add note on GPSTether.Eric S. Raymond2011-03-261-1/+5
* Startlingly, memcpy() is *less* of a problem for the seqlock than I thought.Eric S. Raymond2011-03-263-14/+17
* A Java binding is in early development.Eric S. Raymond2011-03-261-0/+4
* Remove obsolete caveat.Eric S. Raymond2011-03-261-6/+1
* Plant warnings about odd memcpy() implementations.Eric S. Raymond2011-03-262-0/+15
* Fix a glitch in the SiRF driver exposed by the SHM export.Eric S. Raymond2011-03-263-38/+45
* Experimental export via shared memory is almost working.Eric S. Raymond2011-03-264-32/+109
* First cut at read side of shared-memory exporter.Eric S. Raymond2011-03-263-2/+78
* Casts can easily screw you up.Eric S. Raymond2011-03-251-5/+23
* First cut at shared-memory export. Daemon-side only.Eric S. Raymond2011-03-257-14/+148
* Enable gpsd to be built withot socket and subscription support.Eric S. Raymond2011-03-255-147/+202
* Use srcdir vs abs_builddir (more) appropriately.Greg Troxel2011-03-241-4/+16
* Remove a fossil from the Python binding.Eric S. Raymond2011-03-241-1/+0
* Documentation improvement.Eric S. Raymond2011-03-242-2/+8
* Document the unpack() method in C and Python APIs.Eric S. Raymond2011-03-244-3/+15
* Minor buld fixes, including shipping the doc directory in the tarball.Eric S. Raymond2011-03-241-1/+4
* DEVICE::activated becomes an ISO8601 timestamp.Eric S. Raymond2011-03-245-7/+24
* Eliminate an ugly magic number.Eric S. Raymond2011-03-241-1/+1
* Documentation update. All regression tests pass.Eric S. Raymond2011-03-242-2/+7
* Pull the last NTPSHM code dependency out of the core library.Eric S. Raymond2011-03-242-38/+38
* Try to move NTP link activation and deactivation up to the disparcher layer.Eric S. Raymond2011-03-244-21/+20
* Remove unused SiRF constants: TIME_SEEN_GPS_1, etc.Gary E. Miller2011-03-232-15/+0
* Fix SiRF PPSTIME_ISGary E. Miller2011-03-231-0/+12
* PPSTIME_IS and CLEAR_IS may be in the first packet.Gary E. Miller2011-03-231-1/+1
* Set ntpd_ship_to per-cycle based on the driver PPSTIME_IS flag.Eric S. Raymond2011-03-241-25/+28
* Merge branch 'master' of ssh://git.berlios.de/gitroot/gpsdEric S. Raymond2011-03-241-5/+5
|\
| * SiRF sets PPSTIME_IS when 3 or more sats in view.Gary E. Miller2011-03-231-5/+5
* | Merge branch 'master' of ssh://git.berlios.de/gitroot/gpsdEric S. Raymond2011-03-231-21/+24
|\ \ | |/
| * Add fixcnt constraint to packet time as well.Gary E. Miller2011-03-231-24/+24
| * 3 sats needed for good time, not 4.Gary E. Miller2011-03-231-1/+1
| * Revert over conditioning ship_to_ntpdGary E. Miller2011-03-231-2/+5
* | Reindent code in order to minimize some near-future diffs.Eric S. Raymond2011-03-231-27/+27
|/
* Refactoring step. Hide the internals of NTPD communication better.Eric S. Raymond2011-03-233-16/+19
* Add some explanatory comments about where root privs are needed.Eric S. Raymond2011-03-231-3/+15
* Note a bug fix.Eric S. Raymond2011-03-231-0/+2
* New regression test for Typhoon 3100.Eric S. Raymond2011-03-232-0/+1098
* Fix bonehead error in the code for backward compatibility with Unix timestamps.Eric S. Raymond2011-03-231-1/+1
* Enable client debugging to actually work in gpxlogger.Eric S. Raymond2011-03-231-0/+1
* The ship_to_ntpd flag shouldn't latch.Eric S. Raymond2011-03-231-0/+1
* Add missing include file needed for open().Gary E. Miller2011-03-231-0/+4
* Move as much of the PPS support as possible to ntpshm.c.Eric S. Raymond2011-03-233-552/+554
* Attempt to use the new PPSTIME_IS mask bit to control updating ntpd.Eric S. Raymond2011-03-232-20/+7
* Make all drivers set the PPSTIME_IS mask where appropriate. It's not yet used.Eric S. Raymond2011-03-2314-32/+56
* Use truly 64-bit constants for the 64-bit gps_mask_t flags.Eric S. Raymond2011-03-233-63/+63
* Revert "Remove a failed experiment."Eric S. Raymond2011-03-231-1/+2
* Remove a failed experiment.Eric S. Raymond2011-03-231-2/+1