summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Scan-build and splint cleanup. All regression tests pass.Eric S. Raymond2011-03-2814-20/+29
* Be extra careful about a USE_QT case.Eric S. Raymond2011-03-281-0/+4
* Fix scan-build glitches. All regression tests pass.Eric S. Raymond2011-03-286-7/+8
* Cast gpsdata->gps_fd to intptr_t as int might not be big enough.Bernd Zeimetz2011-03-281-2/+2
* Remove some dead assignments caught by scan-build.Eric S. Raymond2011-03-281-7/+7
* Restore file descriptor properly after control-send.Eric S. Raymond2011-03-281-1/+1
* Fix parallel build by adding proper dependencies again.Bernd Zeimetz2011-03-281-2/+2
* Improve the barrier code and beat GCC harder about not reordering operations.Eric S. Raymond2011-03-284-9/+10
* Document that a clang build works.Eric S. Raymond2011-03-281-0/+6
* Split the JSON protocol dcumentation out of gpsd(8).Eric S. Raymond2011-03-285-2160/+2333
* The shm transport finallly works through gps_open().Eric S. Raymond2011-03-282-2/+2
* Double-buffer to prevent a corrupted shm read from clobbbering the user copy.Eric S. Raymond2011-03-281-3/+11
* Part repair of the shm dispatch.Eric S. Raymond2011-03-273-2/+3
* More description of the shared-memory export.Eric S. Raymond2011-03-271-2/+6
* Describe the shared-memory export.Eric S. Raymond2011-03-271-5/+48
* Shared-memory export is now integrated and documented.Eric S. Raymond2011-03-277-109/+98
* Core client library now hands off to libgps_sock.c and libgps_shm.c.Eric S. Raymond2011-03-271-116/+47
* Begin splitting apart libgps_core.c into socket-export and generic functions.Eric S. Raymond2011-03-275-477/+662
* Change return values in the shm interface to be more like socket export.Eric S. Raymond2011-03-274-7/+14
* 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