summaryrefslogtreecommitdiff
path: root/gpsfake
Commit message (Expand)AuthorAgeFilesLines
* Add -i option to gpsfake.Eric S. Raymond2005-07-231-3/+10
* gpsfake can feed the daemon an RTCM stream...Eric S. Raymond2005-07-161-1/+1
* gpsfake -v no longer does anything, so remove it. Ship valgrind-audit.Eric S. Raymond2005-06-261-17/+15
* First version of valgrind torture test.Eric S. Raymond2005-06-251-0/+1
* TestSession now does its own signal handling.Eric S. Raymond2005-06-251-8/+2
* gpsfake now uses the TestSession object.Eric S. Raymond2005-06-251-61/+39
* gpsfake progress prompt is now optional.Eric S. Raymond2005-06-241-6/+11
* Predicate unification.Eric S. Raymond2005-06-241-1/+2
* Start of TestSession class -- not working yet.Eric S. Raymond2005-06-241-4/+3
* Correct the arguments to gpsfake's daemon invocation.Eric S. Raymond2005-06-241-2/+2
* Small cleanup in gpsfake.Eric S. Raymond2005-06-241-1/+1
* Make the spawn command that launched the test daemon visible.Eric S. Raymond2005-06-241-2/+2
* gpsfake.py is now a separate loadable module, so we can write more test loads.Eric S. Raymond2005-06-241-298/+126
* Freeze before pulling the session-faking stuff into its own module.Eric S. Raymond2005-06-241-1/+1
* gpsfake acquires -m (monitor) option.Eric S. Raymond2005-06-231-12/+12
* Switch gpsfake to using the control socket.Eric S. Raymond2005-06-231-2/+2
* Fixes for the hotplug/control-socket mechanism.Eric S. Raymond2005-06-231-18/+18
* Add methods for editing the internal device list, but don't try to use them yet.Eric S. Raymond2005-06-221-0/+9
* More gpsfake cleanup.Eric S. Raymond2005-06-221-133/+132
* Factor out more predicates.Eric S. Raymond2005-06-221-22/+29
* Get a control socket for the gpsfake daemon instance.Eric S. Raymond2005-06-221-14/+12
* Daemon control is now encapsulated.Eric S. Raymond2005-06-221-19/+54
* Gather more gpsfake logic into classes.Eric S. Raymond2005-06-221-30/+29
* gpsfake refactoring continues.Eric S. Raymond2005-06-221-17/+22
* Next step in gpsfake refactoring.Eric S. Raymond2005-06-221-21/+22
* Refactor, moving towards supporting multiple fake GPSes.Eric S. Raymond2005-06-221-65/+71
* Now we can run instances under gdb.Eric S. Raymond2005-06-211-2/+11
* Abolish -n option.Eric S. Raymond2005-06-211-6/+11
* We now use forking to allow the daemon to run in foreground.Eric S. Raymond2005-06-211-26/+28
* More gpsfake refactoring.Eric S. Raymond2005-06-211-11/+11
* Second step in refactoring gpsfake...Eric S. Raymond2005-06-211-82/+88
* gpsfake output can be piped.Eric S. Raymond2005-06-211-1/+3
* First step in rebuilding gpsfake so we can use a debugger.Eric S. Raymond2005-06-211-128/+133
* Make gpsfake terminate more cleanly when the logfile doesn't exist.Eric S. Raymond2005-06-201-2/+6
* Add Zodiac log to regression test.Eric S. Raymond2005-06-131-4/+23
* More log-trimming. Also we can droop the delay another step.Eric S. Raymond2005-06-091-1/+1
* Add Magellan EC-10 logs to the test suite.Eric S. Raymond2005-06-091-1/+1
* Regression-testing is fully functional.Eric S. Raymond2005-06-091-1/+1
* Regression-test machinery is working -- and seems to have turned up a bug.Eric S. Raymond2005-06-091-5/+47
* The new packet-getter in gpsfake seems to work now.Eric S. Raymond2005-06-081-18/+47
* Python library has thread support.Eric S. Raymond2005-06-081-7/+23
* Fix compile error when all of SiRF, Garmin, and TSIP are disables.Eric S. Raymond2005-06-031-3/+3
* Minor cleanups.Eric S. Raymond2005-05-221-1/+1
* -f option is deprecated.Eric S. Raymond2005-05-181-1/+1
* More graceful handling of illegal speeds.Eric S. Raymond2005-04-261-1/+5
* Use the pidfile variable everywhere.Eric S. Raymond2005-04-061-3/+3
* Device list editing through a separate control socket.Eric S. Raymond2005-04-031-2/+4
* Clean up the gpsfake progress messages.Eric S. Raymond2005-03-261-5/+5
* Make -n option work better.Eric S. Raymond2005-03-261-6/+7
* gpsfake now detects when the subordinate gpsd croaks, and terminates.Eric S. Raymond2005-03-261-11/+26