10000 Tags · jaypipes/pcidb · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: jaypipes/pcidb

Tags

v1.0.1

Toggle v1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #32 from jaypipes/uplift

uplift Go and harden Github action workflows

v1.0.0

Toggle v1.0.0's commit message
Travis -> GH Actions

Signed-off-by: Jay Pipes <jaypipes@gmail.com>

v1.0

Toggle v1.0's commit message
Travis -> GH Actions

Signed-off-by: Jay Pipes <jaypipes@gmail.com>

v0.6.0

Toggle v0.6.0's commit message
v0.6.0

* Support for gzip-compressed PCIIDS databases
* Option to supply a direct path to PCIIDS database file
* Remove empty file if failure to fetch

v0.5.0

Toggle v0.5.0's commit message
v0.5.0

Gotta have that "v"

0.5.0

Toggle 0.5.0's commit message
0.5.0

- Support for disabling the network fetch behaviour
- Support for go modules and testing matrix of multiple Golang versions

0.4

Toggle 0.4's commit message
0.4

Adds JSON annotations for exported pcidb structs

0.3

Toggle 0.3's commit message
0.3

THIS IS A BACKWARDS-INCOMPATIBLE RELEASE

Removes the PCI prefix from structs in the library, adds the ability to
control pcidb behaviour using optional modifiers in the New()
constructor, and cleans up the path gathering process for finding pciids
files.

0.2

Toggle 0.2's commit message
0.2 - Support for Windows and rename Id -> ID

Support for non-Linux platforms was added in this release. When a PCIIDS
db file cannot be found locally, as is the case on Windows, then pcidb
will attempt to fetch the latest pciids file from the Internet and cache
this file in the $USER's homedir. This cached file will then be parsed
for PCI information.

The fields for `pcidb` structs that were called `Id` are now DEPRECATED.
Corresponding fields called `ID` are now included in each struct and
should be used in favor of the `Id` fields. The `Id` fields will be
REMOVED from the `pcidb` structs in the 1.0 release.

0.1

Toggle 0.1's commit message
Initial release of pcidb library

Contains the Vendor, Product and Class querying and pciids database file
parsing functionality that used to be in the `ghw` library.
0