summaryrefslogtreecommitdiff
path: root/gpsfake.py
Commit message (Expand)AuthorAgeFilesLines
* Diego Burge's driver builds, but it messes up some regression tests...Eric S. Raymond2006-12-151-0/+12
* Add a new regression test, speed up all existing regression tests.Eric S. Raymond2006-12-121-1/+1
* This patch solve the OpenBSD TIOCDRAIN problem.Eric S. Raymond2006-12-071-4/+6
* Change gpsfake to flush data written from gpsd before each feed. Eric S. Raymond2006-12-071-1/+8
* Reintroduce line buffering in gps.py.Eric S. Raymond2006-12-061-1/+5
* Eliminate threading from gpsfake.py.Eric S. Raymond2006-12-061-151/+128
* Checkpoint of the incomplete and half-tested support for setting serial...Eric S. Raymond2006-12-051-4/+36
* Attempt to avoid an occasional race condition in gpsfake.Eric S. Raymond2006-12-051-0/+6
* Work around a potential race condition...Eric S. Raymond2006-12-051-3/+4
* Have gpsfake set VMIN the same way serial.c does.Eric S. Raymond2006-12-051-0/+1
* Modified the gpsfake.py code to set serial-device modes...Eric S. Raymond2006-12-051-10/+22
* Fix a comment.Eric S. Raymond2006-12-051-1/+1
* lsof is nasty. fstat is the way to go.Chris Kuethe2006-12-051-2/+2
* First cut at making gpsfake.py work using lsof(1) rather thanEric S. Raymond2006-12-021-12/+36
* Make the -l option of gpsfake more useful.Eric S. Raymond2006-11-291-4/+9
* Fix a comment.Eric S. Raymond2006-11-291-2/+2
* gpsfake can now recognize and gather TSIP packets.Eric S. Raymond2006-11-291-0/+20
* Fix a minor bug: spurious "no probe matched" report.Eric S. Raymond2006-11-261-1/+1
* Fix a long-standing bug in NMEA processing.Eric S. Raymond2006-11-241-1/+1
* Better recovery from a bad pid file.Eric S. Raymond2006-11-231-1/+6
* Add subversion ID tags near the beginning of every file.Chris Kuethe2006-09-211-0/+2
* SiRF name cleanup.Chris Kuethe2006-08-171-1/+1
* Eliminate use of fuser(1) from gpsfake.Eric S. Raymond2006-07-291-28/+44
* Fix breakage in a test, handle faking a port for regression Eric S. Raymond2006-07-251-11/+9
* Gracefully degrade testing on non-Linux systems...Eric S. Raymond2006-06-181-4/+7
* Documentation updates.Eric S. Raymond2006-06-141-7/+7
* Better documentation of some bugs.Eric S. Raymond2006-06-101-0/+1
* Work around the bugginess of fuser -s prior to version 23 of psmisc.Eric S. Raymond2006-06-101-1/+1
* Make gpsfake use a port that doesn't collide with a production gpsd.Eric S. Raymond2006-06-091-2/+8
* Add -v option to gpsfake.Eric S. Raymond2006-06-091-6/+13
* Allow gpsfake to read from stdin.Eric S. Raymond2006-03-121-2/+6
* We now pass all regression tests with a test frame...Eric S. Raymond2005-09-131-16/+7
* Add explanatory comment.Eric S. Raymond2005-09-081-0/+3
* A step towards getting rid of the rather bogus "of" probe in gpsfake.pyEric S. Raymond2005-09-071-5/+4
* Sanity check...Eric S. Raymond2005-09-071-0/+2
* With the bug in the framework code fixed, some delays are not necessary.Eric S. Raymond2005-07-271-1/+1
* Documentation improvements.Eric S. Raymond2005-07-231-1/+1
* Fix a small but nasty bug.Eric S. Raymond2005-07-161-1/+1
* gpsfake can feed the daemon an RTCM stream...Eric S. Raymond2005-07-161-2/+18
* Don't add .log, it just confuses matters.Eric S. Raymond2005-07-131-7/+3
* Hm...this has turned up a file descriptor leak.Eric S. Raymond2005-07-021-0/+1
* Slightly better unstrumentation of file descriptor operations.Eric S. Raymond2005-07-021-1/+1
* Add gpsfake code for detecting file decriptor leaks in the daemon.Eric S. Raymond2005-07-021-1/+23
* Another test case is firm.Eric S. Raymond2005-06-271-5/+6
* Fix a subtle error in channel assignment.Eric S. Raymond2005-06-271-4/+14
* Add progress messages to test framework.Eric S. Raymond2005-06-271-8/+24
* This version makes gpsfake work, but valgrind-edit still has problems.Eric S. Raymond2005-06-261-7/+66
* First version of valgrind torture test.Eric S. Raymond2005-06-251-9/+3
* TestSession now does its own signal handling.Eric S. Raymond2005-06-251-1/+6
* gpsfake now uses the TestSession object.Eric S. Raymond2005-06-251-20/+38