summaryrefslogtreecommitdiff
path: root/gpsfake.py
Commit message (Expand)AuthorAgeFilesLines
* Python interface needs to track that last change, too.Eric S. Raymond2009-03-271-3/+3
* Tightening up the timing on the regressions a bit doesn't break them.Eric S. Raymond2009-01-211-2/+2
* Another try at defeating regression-timing bug.Eric S. Raymond2009-01-181-2/+2
* Documentation fix.Eric S. Raymond2009-01-181-4/+1
* Forcing each pty to drain before closing appears to be helpful.Eric S. Raymond2009-01-161-0/+5
* Increasing the close timeout to 3 appears to banish timing errors.Eric S. Raymond2009-01-161-3/+3
* Make gpsfake use the C packet-getter...Eric S. Raymond2009-01-121-145/+28
* Instrument gpsfake, in an attempt to track down an apparent bug in this module.Eric S. Raymond2009-01-121-8/+10
* More instrumentation.Eric S. Raymond2009-01-121-2/+5
* Beef up instrumentation a little.Eric S. Raymond2009-01-121-2/+2
* bzed's buffering fix makes it possible to cut the write padding a lot.Eric S. Raymond2009-01-121-1/+1
* Add some instrumentation.Eric S. Raymond2009-01-111-0/+3
* Remove a layer of code that was unecessary... Eric S. Raymond2009-01-101-3/+2
* Fixing broken identation as '\t' != ' 'Bernd Zeimetz2008-12-311-11/+11
* Ignore comments in NMEA test loads.Eric S. Raymond2008-12-311-1/+3
* I hade WRITE_PAD set too low, alas.Eric S. Raymond2008-12-311-1/+1
* Backing down to Python 2.4...Eric S. Raymond2008-12-301-1/+1
* The fix from 15 Jul ("Bugs can lurk indefinitely in the damnedest places.")...Eric S. Raymond2008-12-301-1/+1
* teach gpsfake how to play back itrax logs too...Chris Kuethe2007-12-281-0/+17
* This change will make gpsfake less fussy about trailing \n on binary logs.Eric S. Raymond2007-12-281-1/+3
* An attempt at ubx support in gpsfake.Eric S. Raymond2007-12-281-0/+14
* String typo fix in bzed's code.Eric S. Raymond2007-12-201-1/+1
* Better path handling for gpsfake (patch by bzed).Eric S. Raymond2007-12-191-1/+14
* Sanity-check the Python modules with pychecker.Eric S. Raymond2007-12-141-16/+16
* Improvements to the test machinery, and another test.Eric S. Raymond2007-12-131-7/+10
* Portability tweaks.Eric S. Raymond2007-12-101-8/+11
* Avoid the regression hang on OpenBSD.Eric S. Raymond2007-12-101-11/+15
* Replace tcflush(..., TCIFLUSH) with ioctl(..., FIONREAD, ...)/read()...Eric S. Raymond2007-12-101-2/+11
* Add more write padding to banish some fluky test failures.Eric S. Raymond2007-12-101-2/+6
* 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