summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* GPSes in the hardware table now feature Michelin rating...Eric S. Raymond2009-01-206-16/+59
| | | | ...and the occasional bomb :-)
* send new gps reports to me and the gpsd-dev listChris Kuethe2009-01-201-1/+1
|
* Explain the discontinued icon and link to Chris's web form.Eric S. Raymond2009-01-202-7/+6
|
* Add packaging field to the CGI for gathering GPS data.Eric S. Raymond2009-01-201-3/+34
|
* silence some unused variable warningsChris Kuethe2009-01-202-8/+8
|
* Show PPS in the hardware table.Eric S. Raymond2009-01-202-7/+13
|
* Reintroduce the status field. Factor out more engine entries.Eric S. Raymond2009-01-203-50/+114
|
* Reduce logging verbosity.Eric S. Raymond2009-01-201-4/+6
|
* Comment fix.Eric S. Raymond2009-01-201-1/+1
|
* Typo fix.Eric S. Raymond2009-01-201-1/+1
|
* Move to generating the hardware table from the master database.Eric S. Raymond2009-01-204-1614/+288
|
* Now in brilliant color...Eric S. Raymond2009-01-201-2/+14
|
* We can now generate a better hardware data dable fom the database.Eric S. Raymond2009-01-203-9/+67
|
* Add some sanity checks in the wrapper class, and tweak the DB so it passes.Eric S. Raymond2009-01-202-6/+30
|
* The database now captures all data in the HTML hardware table.Eric S. Raymond2009-01-202-62/+422
|
* More hardware entries moves to the database.Eric S. Raymond2009-01-192-71/+439
|
* Part-conversion of hardware reference page to capability database...Eric S. Raymond2009-01-193-43/+670
| | | | ..and a Python wrapper class that parses it.
* Magic-number elimination.Eric S. Raymond2009-01-193-4/+6
|
* Another try at defeating regression-timing bug.Eric S. Raymond2009-01-182-5/+9
| | | | | | | | | | This turns out to be at least a triple-point failure. Previous changes reduced the frequency and made it less random, but it appears gpsd has an unavoidable race condition when feeding through PTYs that can lose the last input packet. Workaround: compare test output with both the checkfile and the checkfile with its last line removed.
* Documentation fix.Eric S. Raymond2009-01-181-4/+1
|
* Allow the regression-test driver to operate with debugging set high.Eric S. Raymond2009-01-181-2/+5
|
* Add option to avoid noise from the baton in batch-mode testing.Eric S. Raymond2009-01-162-3/+6
|
* Simplify the regression-test driver.Eric S. Raymond2009-01-161-3/+3
|
* 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
|
* Fixes all deterministic errors in the regression tests.Eric S. Raymond2009-01-163-13/+0
|
* Before my 12 Jan change to the throttled_write() logic...Eric S. Raymond2009-01-165-7/+0
| | | | | ...these checkfiles were getting a spurious empty packet report on the end. This accounts for part of the regression-test failures.
* We can no longer count on being able to extract a packet type for gpsfake.Eric S. Raymond2009-01-161-5/+1
|
* fix reporting of a device going offline. from Michael LedfordChris Kuethe2009-01-152-8/+9
|
* Look for Xaw8 first, then Xaw7, then Xaw.Greg Troxel2009-01-151-3/+3
| | | | | | This makes sense because Xaw8 seems to be the preferred xorg name, and it should work around an issue on Mac OS X where libXaw exists and is a symlink to libXaw8, but the .la symlink isn't present.
* Explain how to run regression tests, and that one don't has to installGreg Troxel2009-01-141-1/+5
| | | | first.
* let the user specify a particular LIBTOOL... mostly for OSX usersChris Kuethe2009-01-131-2/+8
|
* Add a reference.Eric S. Raymond2009-01-131-1/+7
|
* hushChris Kuethe2009-01-131-1/+1
|
* Transfer mask dumping is not very useful since we solved the J problem.Eric S. Raymond2009-01-131-2/+2
|
* Fix buggy termination test,Eric S. Raymond2009-01-131-2/+4
|
* Fix misleading comments.Eric S. Raymond2009-01-131-1/+1
|
* Improve the packet instrumentation slightly.Eric S. Raymond2009-01-125-10/+20
|
* Make gpsfake use the C packet-getter...Eric S. Raymond2009-01-121-145/+28
| | | | | ...so it will no longer need to have its own duplicate knowledge of packet types wired in.
* Instrument gpsfake, in an attempt to track down an apparent bug in this module.Eric S. Raymond2009-01-121-8/+10
|
* Fix instrumentation so it reports atomic chunks as well as writing them.Eric S. Raymond2009-01-121-4/+5
|
* Change the throttled_write() logic so each sentence shipped is an atomic write.Eric S. Raymond2009-01-121-29/+44
|
* Revert an inadvertent inclusion of test scaffolding.Eric S. Raymond2009-01-121-1/+1
|
* Make the RTCM2 dump format self-describing with a trailing sentinel line.Eric S. Raymond2009-01-127-6/+175
| | | | Teach gps.py to consume it properly -- eliminates a regression-test error.
* More instrumentation.Eric S. Raymond2009-01-121-2/+5
|
* Beef up instrumentation a little.Eric S. Raymond2009-01-122-7/+8
|
* bzed's buffering fix makes it possible to cut the write padding a lot.Eric S. Raymond2009-01-121-1/+1
|
* Fix the gpsfake hang under 2.5. Eric S. Raymond2009-01-122-158/+153
| | | | This does not eliminate all timing problems yet.
* Add some instrumentation.Eric S. Raymond2009-01-112-1/+5
|
* prolific driver bugs are still hurting OS X users.Chris Kuethe2009-01-111-1/+4
|