summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Used scale_int() in all places.Reinhard Arlt2015-02-011-6/+6
* Note loss of precision in ntpshm_latch()Gary E. Miller2015-01-311-0/+4
* Note potential loss of precision in timestamp_tGary E. Miller2015-01-311-0/+7
* Document thread unsafe usage of strerror() in PPS thread.Gary E. Miller2015-01-311-0/+3
* Back out the attempt to use VTIME.Eric S. Raymond2015-01-3118-97/+14
* Comment typo fix.Eric S. Raymond2015-01-311-1/+1
* Add more help text to test_nmea2000.Reinhard Arlt2015-01-311-2/+10
* Add -b (build) option to test_nma2000.Reinhard Arlt2015-01-311-3/+10
* New checkfile for nmea2000.Reinhard Arlt2015-01-311-24/+24
* Add new scale routine.Reinhard Arlt2015-01-311-2/+15
* Merge logs.Reinhard Arlt2015-01-315-8/+80
|\
| * Fix PPS comments.Gary E. Miller2015-01-301-3/+2
| * Loosen up some 1 Hz PPS guard bands.Gary E. Miller2015-01-311-2/+8
| * Document why gpsd needs to die on certain mutex failures.Gary E. Miller2015-01-301-0/+9
| * Add missing pthread_mutex_init(&ppslast_mutex)Gary E. Miller2015-01-303-0/+20
| * Missing \n in debug statement.Gary E. Miller2015-01-301-1/+1
| * Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/gpsdGary E. Miller2015-01-301-1/+15
| |\
| | * Add workaround for VMIN/VTIME situation.Greg Troxel2015-01-301-1/+15
| * | Check return codes for pthread_mutex*() in ppsthread.cGary E. Miller2015-01-301-4/+28
| |/
* | Change JSON encoding in checkfile.Reinhard Arlt2015-01-311-123/+123
|/
* Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/gpsdGary E. Miller2015-01-302-5/+5
|\
| * Fix a formatting error in AIS JSON generation (client library get it right).Eric S. Raymond2015-01-302-5/+5
* | Restore hastily removed checks on pthread usage.Gary E. Miller2015-01-301-2/+14
|/
* Assertions cleanup and new policy. All regression tests pass.Eric S. Raymond2015-01-304-11/+48
* Add BUILD.* and CHECK.* to .gitignoreGreg Troxel2015-01-301-0/+3
* Add a note about NTP latency reduction.Eric S. Raymond2015-01-301-2/+3
* Correct assertions in libgpsd_core to assert 0 == errJon Schlueter2015-01-301-2/+2
* Fix PPS comment.Gary E. Miller2015-01-291-3/+3
* Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/gpsdGary E. Miller2015-01-291-1/+2
|\
| * Add netbsd6 regression timing data.Greg Troxel2015-01-291-1/+2
* | Add assert()s to the mutex lock/unlock.Gary E. Miller2015-01-291-2/+6
|/
* Alas, we can't use ICANON.Eric S. Raymond2015-01-291-1/+5
* Rare I/O with timeout seems to work. This replaces the adaptive-delay code.Eric S. Raymond2015-01-291-4/+31
* Create a logic path for each driver to set tty controls.Eric S. Raymond2015-01-293-0/+14
* splint cleanup for gpsdecode -m implementation.Eric S. Raymond2015-01-291-2/+2
* Add a minimum packet length to every driver.Eric S. Raymond2015-01-2915-0/+36
* Remove the failed adaptive-delay experiment.Eric S. Raymond2015-01-293-97/+0
* Document that -m ignores comment packets.Eric S. Raymond2015-01-291-2/+2
* Add gpsdecode -m option for dumping minimum packet lengths.Eric S. Raymond2015-01-293-1/+37
* Add more help to test_nmea2000.Reinhard Arlt2015-01-291-6/+34
* Improve test_nmea2000.Reinhard Arlt2015-01-291-6/+27
* First version of test_nmea2000 testscript.Reinhard Arlt2015-01-291-0/+53
* Using SIOCOUTQ to flush output on client socket close caused a hard hang.Eric S. Raymond2015-01-281-17/+0
* Add netbsd5-specific gpsfake timing and comments.Greg Troxel2015-01-281-0/+14
* Shorten OS X delays.Greg Troxel2015-01-281-3/+7
* Remove a guard that is duplicated in the called function.Eric S. Raymond2015-01-281-11/+9
* Merge branch 'master' of git://git.sv.gnu.org/gpsdReinhard Arlt2015-01-281-1/+2
|\
| * Reduce OSX delay slightly, and add datapoint.Greg Troxel2015-01-281-1/+2
* | Add logfile and checkfile for nmea2000.Reinhard Arlt2015-01-282-0/+25242
|/
* Reduce log verbosity.Eric S. Raymond2015-01-271-2/+2