summaryrefslogtreecommitdiff
path: root/gpsfake
Commit message (Expand)AuthorAgeFilesLines
* gpsfake: pylint cleanup. Regression tests (using gpsfake) pass.Eric S. Raymond2015-02-221-1/+1
* gpsfake code fell out of sync with documentation. Fix this.Eric S. Raymond2015-02-131-1/+1
* pylint cleanup in gpsfake for superfluous-parensJon Schlueter2015-02-131-21/+21
* more pep8 cleanup in gpsfake for whitespaceJon Schlueter2015-02-131-3/+6
* pep8 cleanup in gpsfakeJon Schlueter2015-02-131-1/+1
* Split up imports in gpsfake and remove unusedJon Schlueter2015-02-131-2/+10
* Revert "Significantly speed up testing."Eric S. Raymond2015-02-131-4/+7
* Significantly speed up testing.Eric S. Raymond2015-02-131-7/+4
* Fix inexpplicably corrupted Python code.Eric S. Raymond2015-02-131-2/+2
* Don't allocate a private port when cycling logs for client testing.Eric S. Raymond2015-02-131-0/+4
* Change the way EOF is injected in hopes of beating a *BSD timing problem.Eric S. Raymond2015-02-111-1/+1
* CLOSE_DELAY is gone. Test source termination is now deterministic.Eric S. Raymond2015-02-091-1/+1
* In the test framework, use the bind-to-port-0 trick to get a random unused port.Eric S. Raymond2015-02-021-13/+1
* Open ttys with CLOCAL, following a suggestion by Hal Murray.Eric S. Raymond2015-02-021-1/+1
* Use %.3f for WRITE_PAD, because 0.004 is a typical value.Greg Troxel2015-01-271-1/+1
* Fix an erroneous format literal.Eric S. Raymond2015-01-271-1/+1
* Print sys.platform and platform.platform().Greg Troxel2015-01-251-1/+1
* Dump platform ID and delay parameters before doing test runs.Eric S. Raymond2015-01-251-2/+5
* Add slow=yes option for regression tests in an attempt to avoid flakeouts.Eric S. Raymond2014-08-241-3/+6
* Documentation and TODO tweaks.Eric S. Raymond2013-11-221-1/+1
* Simplify the build. No logic changes.Eric S. Raymond2013-11-191-1/+7
* More splint and pylint cleanups.Eric S. Raymond2013-11-151-5/+5
* Fix a small but fatal typo.All regression tests pass.Eric S. Raymond2013-11-051-1/+1
* Test machinery improvements. raw-regress is now only partially broken.Eric S. Raymond2013-11-051-0/+3
* Improve gpsfake debugging.Eric S. Raymond2013-11-031-1/+4
* Enhance gpsfake so it can be used to test TCP sources.Eric S. Raymond2013-09-291-2/+7
* Magic-number elimination. Document Beat Bolli's assumptions.Eric S. Raymond2012-05-171-1/+6
* dvancing the twirly baton only each 11th line, the wholeGary E. Miller2012-05-171-2/+3
* Minor bug fix: make gpsfake -h work as it should.Eric S. Raymond2011-11-141-4/+4
* gpsfake is now part of the pychecker set.Eric S. Raymond2011-08-251-5/+5
* gpsfake doesn't require the signal module, remove unneeded importEric S. Raymond2011-08-251-1/+1
* Add -f option to gpsfake, removing a non-ortogonality in the behavior of -1.Eric S. Raymond2011-04-041-0/+1
* Add a gpsfake option to set the listening port.Eric S. Raymond2011-02-131-1/+3
* Catch and display regression errors from malformed JSON.Eric S. Raymond2011-01-291-0/+3
* Rip out grubby code from a previous attempt to fix the multipacket problem.Eric S. Raymond2010-06-041-1/+0
* Dead-code removal.Eric S. Raymond2010-05-061-5/+1
* Implement a -u switch to force the test framework to use UDP, not ptys.Eric S. Raymond2010-05-041-2/+5
* Typo fix.Eric S. Raymond2010-04-291-1/+1
* The gpsfake.py module can broadcacst on UDP rather than using a pty.Eric S. Raymond2010-04-251-1/+1
* Give gpsfake a way to prepare gpsd for graceful shutdown.Eric S. Raymond2010-04-201-0/+1
* Use setup.py to handle the Python shebangs.Bernd Zeimetz2010-04-201-0/+208
* Substitute $PYTHON instead of assuming 'python' is python. Greg Troxel2009-12-021-194/+0
* The NMEA-dump flags is now properly separated from the raw flag. Eric S. Raymond2009-09-181-1/+1
* Fix a race condition in the test framework.Eric S. Raymond2009-08-261-2/+7
* This may fix the race window in the regression tests.Eric S. Raymond2009-08-261-2/+2
* Give gpsfake a proper main sequence.Eric S. Raymond2009-08-261-39/+41
* Switch regression tests and gpsfake over to new protocol.Eric S. Raymond2009-08-171-2/+1
* Prepare to switch regression tests over to using new protocol.Eric S. Raymond2009-08-171-0/+1
* In gpsfake, only send w+r to the slave daemon in pipe mode. Eric S. Raymond2009-08-011-4/+5
* Allow gpsfake to accept multiple logfiles. Eric S. Raymond2009-07-291-21/+21