summaryrefslogtreecommitdiff
path: root/gps/fake.py
Commit message (Expand)AuthorAgeFilesLines
* Have the Python packet-module interface export the character counter.Eric S. Raymond2011-03-011-1/+1
* Greg Troxel says CLOSE_DELAY needed to go to 0.2 on his sytem to avoid trouble.Eric S. Raymond2011-02-181-2/+3
* Reduce the amount of padding time in the regression tests.Eric S. Raymond2011-01-231-2/+2
* Fixing several Python identation errors.Bernd Zeimetz2010-08-291-2/+2
* Carry through and document the poll() -> read() change.Eric S. Raymond2010-07-141-1/+1
* Comment fix.Eric S. Raymond2010-06-101-1/+1
* Incorporate the tesults of a test by Greg Troxel (comment fix only).Eric S. Raymond2010-06-091-4/+3
* Comment fixes and clarifications.Eric S. Raymond2010-06-091-8/+11
* Fix wordo from previous edit.Greg Troxel2010-06-091-3/+3
* Set CLOSE_DELAY to 1 second.Greg Troxel2010-06-091-2/+4
* Reintroduce write padding in hopes of making the test suite work under NetBSD.Eric S. Raymond2010-06-071-5/+21
* regress-driver fixesBeat Bolli2010-06-061-1/+1
* add GPSD_HOME environment variable support to gpsfakeJon Schlueter2010-06-051-8/+19
* Use 127.0.0.1 for loopback tests.Greg Troxel2010-06-041-1/+1
* Speed up the test suite by killing the daemon faster.M Joonas Pihlaja2010-06-041-2/+5
* Rip out grubby code from a previous attempt to fix the multipacket problem.Eric S. Raymond2010-06-041-11/+1
* Following the multipacket fix, all tests now pass without write padding.Eric S. Raymond2010-06-041-10/+0
* Make packet sniffer pass packets with bad checksums with type BAD_PACKET.Eric S. Raymond2010-05-081-2/+0
* Make gpsfake detect when it pulls a 0-length packet from a logfile.Eric S. Raymond2010-05-071-0/+3
* NUL-terminate write to control socket to avoid junk in log messages.Eric S. Raymond2010-05-051-3/+3
* Implement a -u switch to force the test framework to use UDP, not ptys.Eric S. Raymond2010-05-041-2/+3
* Shutdown fails on a UDP socket.Eric S. Raymond2010-04-291-1/+1
* Remove obsolete FIXME.Eric S. Raymond2010-04-261-1/+0
* Restore interpretation of Serial: headers inb test loads.Eric S. Raymond2010-04-261-3/+3
* The gpsfake.py module can broadcacst on UDP rather than using a pty.Eric S. Raymond2010-04-251-37/+74
* Back off the last change to gps.fake.py to make regressions pass again.Eric S. Raymond2010-04-221-6/+29
* No more write padding in gpsfake. either.Eric S. Raymond2010-04-201-10/+0
* gpsfake no longer relies on timeouts. All regression tests pass.Eric S. Raymond2010-04-201-19/+6
* Give gpsfake a way to prepare gpsd for graceful shutdown.Eric S. Raymond2010-04-201-2/+12
* Vanish away Id and Rev $ keywords, git won't expand them to anything useful.Eric S. Raymond2010-03-131-5/+2
* Copyright stamps everywhere. No code changes.Eric S. Raymond2010-03-111-0/+3
* Fix some Python import problems.Eric S. Raymond2009-12-171-5/+6
* Move the framework for faking a GPS so it's a submodule of the gps package.Eric S. Raymond2009-12-171-0/+530