summaryrefslogtreecommitdiff
path: root/gps
Commit message (Expand)AuthorAgeFilesLines
* Restore language about 2.6 portability, clean up Python imports.Eric S. Raymond2016-03-274-7/+15
* Second fix for Python 3 sat display.Eric S. Raymond2016-03-271-1/+1
* Fix Python 3 compatibility.Eric S. Raymond2016-03-241-2/+2
* jsongen.py now runs polyglot under Python 2 or Python 3.Eric S. Raymond2016-03-221-1/+0
* Clear out a remnant of the old pre-JSON protocol in the Python code.Eric S. Raymond2016-03-221-78/+0
* pylint cleanup.Eric S. Raymond2016-03-221-4/+4
* gpsfake now runs polyglot under Python 2 or 3.Eric S. Raymond2016-03-221-2/+17
* Forward-port gps/ Python client code to run polyglot under Python 2 or 3.Eric S. Raymond2016-03-225-29/+37
* Makes gpsfake -T take -S into account.Fred Wright2016-03-031-8/+13
* Eliminates spurious gpsd errors with gpsfake in TCP mode.Fred Wright2016-02-291-1/+6
* Makes fake.py's TCP and UDP port assignments parallel-compatible.Fred Wright2016-02-291-15/+22
* [pep8] cleanup in gps/gps.py and misc.pyJon Schlueter2016-02-092-30/+35
* [pep8] cleanup of gps/fake.py for readablityJon Schlueter2016-02-091-20/+19
* [pep8] autopep8 whitespace cleanupJon Schlueter2016-02-094-10/+67
* Correct buggy detection of SBAS satellites in the Python client code.Eric S. Raymond2015-04-071-0/+4
* pep8 whitespace and is not None cleanup in gps/client.pyJon Schlueter2015-03-131-20/+31
* splint/cppcheck/coverity prerelease cleanup.Eric S. Raymond2015-03-131-1/+1
* Fix pty permissions in fake.pyGary E. Miller2015-03-101-0/+2
* Updare some documentation.Eric S. Raymond2015-02-151-9/+3
* The capability to set WRITE_PAD in the test frame was buggy.Eric S. Raymond2015-02-141-1/+1
* Allow setting WRITE_PAD from the environment.Eric S. Raymond2015-02-141-3/+6
* Time out hangs in single-shot tests.Eric S. Raymond2015-02-141-1/+7
* Change the way EOF is injected in hopes of beating a *BSD timing problem.Eric S. Raymond2015-02-111-4/+6
* Improved instrumentation for tracking down test frame issues.Eric S. Raymond2015-02-101-2/+3
* Set FreeBSD WRITE_PAD to 0.01 in report from Hal Murray.Eric S. Raymond2015-02-101-2/+2
* Reinstate port-zero allocation magic for tests. All regression tests pass.Eric S. Raymond2015-02-091-6/+14
* CLOSE_DELAY is gone. Test source termination is now deterministic.Eric S. Raymond2015-02-091-69/+4
* Revert to non-blocking I/O. Blocking I/O broke gps-makeregress.Eric S. Raymond2015-02-061-57/+42
* test timing: Reduce netbsd5 values.Greg Troxel2015-02-051-1/+2
* Clean up pre-blocking-IO tests, organize.Greg Troxel2015-02-031-23/+21
* Update netbsd5 timing data.Greg Troxel2015-02-031-0/+3
* Update os x timing data; shorten delay.Greg Troxel2015-02-031-9/+4
* More updates of test delays.Eric S. Raymond2015-02-031-9/+12
* Recheck delays for Raspberry Pi Model B.Michael Tatarinov2015-02-031-5/+4
* Add delay tests reported by Frank Nicholas.Eric S. Raymond2015-02-031-0/+4
* Update netbsd timing comments.Greg Troxel2015-02-031-5/+7
* In the test framework, use the bind-to-port-0 trick to get a random unused port.Eric S. Raymond2015-02-021-6/+14
* gpsfake delays are no longer becessary under Linux, and possibly not elsewhere.Eric S. Raymond2015-02-021-4/+3
* More delay reduction.Eric S. Raymond2015-02-021-6/+3
* Open ttys with CLOCAL, following a suggestion by Hal Murray.Eric S. Raymond2015-02-021-5/+7
* Change to using blocking I/O and VTIME.Eric S. Raymond2015-02-021-7/+11
* Add netbsd6 regression timing data.Greg Troxel2015-01-291-1/+2
* Add netbsd5-specific gpsfake timing and comments.Greg Troxel2015-01-281-0/+14
* Shorten OS X delays.Greg Troxel2015-01-281-3/+7
* Reduce OSX delay slightly, and add datapoint.Greg Troxel2015-01-281-1/+2
* gps/fake.py: Add more OSX test failure datapoints.Greg Troxel2015-01-271-1/+3
* Make delays super high on darwin.Greg Troxel2015-01-271-2/+2
* Regularize comments and add OS X case.Greg Troxel2015-01-251-4/+6
* Add delays for DarwinGreg Troxel2015-01-251-0/+9
* Add slow=yes option for regression tests in an attempt to avoid flakeouts.Eric S. Raymond2014-08-241-5/+15