summaryrefslogtreecommitdiff
path: root/gpscap.py
Commit message (Collapse)AuthorAgeFilesLines
* Contain the assumption that time hinting is done to NTPD.Eric S. Raymond2013-10-311-5/+5
| | | | | | | Because it might be going to chrony. Or something else. No logic changes, just name changes and one new derived #define, TIMEHINT_ENABLE.
* Revert "Separate ntpd support from chrony support, step 1."Eric S. Raymond2013-10-301-5/+5
| | | | We'll have to sneak up on this change more slowly.
* Separate ntpd support from chrony support, step 1.Eric S. Raymond2013-10-301-5/+5
| | | | | | | | | | | | | ntp_offset becomes time_offset. There is a new config symbol CHRONY_ENABLE; most time service code is npw controlled by TIMESERVICE_ENABLE. The file ntpshm.c becomes timeexport.c This change is not complete. More disentanglement has to be done inside timeexport.c itself; at the moment enabling one but not both of ntpshm or chrony will probably break its compile. The point of getting this commit out is so Gary will see the new baseline code ASAP. All regression tests pass.
* Update the hardware database; add a regression test for the GR601-W.Eric S. Raymond2013-10-241-1/+1
|
* Finish website validation.Eric S. Raymond2013-02-251-2/+2
|
* Move NTP information into the main hardware table.Eric S. Raymond2013-01-171-0/+13
|
* Better handling of discontinued attribute.Eric S. Raymond2012-05-301-1/+1
|
* Better recording of configuration sanity.Eric S. Raymond2012-05-301-3/+2
|
* Changed our HTML conformance target from XHTML to HTML 4.01.Eric S. Raymond2011-10-041-10/+10
|
* All pages claimed to be W3C valid actually are (again).Eric S. Raymond2011-10-041-4/+4
|
* More website cleanup.Eric S. Raymond2011-10-041-9/+9
| | | | | Except for bgcolor, width, and border attributes, all pages that claim to be validated actually are valid (again).
* Display vendor notes in the HTML of the hardware table.Eric S. Raymond2011-09-291-2/+6
|
* Improved building of the hardware page.Eric S. Raymond2011-02-171-2/+6
|
* Copyright stamps everywhere. No code changes.Eric S. Raymond2010-03-111-0/+2
|
* Fix a mismatch between gppscap.py and the report CGI.Eric S. Raymond2010-01-021-5/+5
|
* Corrections for Garmin GPS-76b and an HTML bug in code generated by gpscap.pyEric S. Raymond2009-11-191-1/+1
|
* Add a hotplug icon to the capability chart.Eric S. Raymond2009-08-311-6/+9
|
* Make the submitter field a unform feature in gpscap records...Eric S. Raymond2009-08-121-1/+8
| | | | ...rather than stashing it in the Notes field a lot of the time.
* reference -> techdocEric S. Raymond2009-08-111-4/+4
|
* Allow separate reference documents to be specified for the chipset and deviceChris Kuethe2009-01-271-1/+3
|
* Include the -b glitch in the hardware table.Eric S. Raymond2009-01-211-0/+2
|
* Give the compatibility table a useful caption.Eric S. Raymond2009-01-211-2/+3
|
* Add some devices for which we have regression tests.Eric S. Raymond2009-01-211-1/+1
|
* GPSes in the hardware table now feature Michelin rating...Eric S. Raymond2009-01-201-11/+22
| | | | ...and the occasional bomb :-)
* Show PPS in the hardware table.Eric S. Raymond2009-01-201-1/+4
|
* Reintroduce the status field. Factor out more engine entries.Eric S. Raymond2009-01-201-2/+7
|
* 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-201-1/+51
|
* Add some sanity checks in the wrapper class, and tweak the DB so it passes.Eric S. Raymond2009-01-201-1/+19
|
* Part-conversion of hardware reference page to capability database...Eric S. Raymond2009-01-191-0/+35
..and a Python wrapper class that parses it.