summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Released as 3.0.3.v3.0.3Martin Mares2008-11-092-2/+24
* Updated pci.ids to the current snapshot.Martin Mares2008-11-091-29/+252
* Let `lspci -k' display subsystem names.Martin Mares2008-11-091-25/+29
* Fixed building on Cygwin.Martin Mares2008-11-091-1/+1
* Decode HT 1.02 in the same way as HT 1.03.Carl-Daniel Hailfinger2008-11-091-12/+12
* Fix printing of PCIE AER capability.Max Asbock2008-11-091-4/+4
* Better support for cross-compiling.Alon Bar-Lev2008-11-092-6/+9
* Fix spelling of MSI.Martin Mares2008-11-094-5/+5
* Updated pci.ids to the today's snapshot from the new web interface.Martin Mares2008-10-131-181/+1012
* Forgot to bump the version number.v3.0.2Martin Mares2008-09-191-2/+2
* Fixed a minor bug in lib/configure and released as 3.0.2.Martin Mares2008-09-192-1/+8
* Released as v3.0.1.v3.0.1Martin Mares2008-09-112-2/+30
* Updated pci.ids to the most recent snapshot.Martin Mares2008-09-111-451/+2606
* Added a Cygwin port.Martin Mares2008-08-265-1/+35
* Call wget with --no-timestamping.Martin Mares2008-08-261-1/+1
* Use the visibility attributes only when building a shared library.Martin Mares2008-08-263-1/+8
* libresolv is not available on BSD systems, but they have resolver in libc.Martin Mares2008-08-261-1/+5
* Use h_errno instead of _res.h_errno.Martin Mares2008-08-261-1/+2
* Fix printing the MSI capability.Martin Mares2008-08-261-3/+3
* Single Root I/O Virtualization capability supportZhao, Yu2008-08-262-0/+74
* Alternative Routing-ID Interpretation capability supportZhao, Yu2008-08-262-0/+33
* Access Control Services capability supportZhao, Yu2008-08-262-1/+44
* Advanced Error Reporting capability supportZhao, Yu2008-08-262-2/+50
* PCI Express Device, Link and Slot 2 capabilities supportZhao, Yu2008-08-262-2/+186
* Added test cases for new PCIE capabilities.Martin Mares2008-08-262-0/+622
* Let filters accept vendor and device 0xffff.Martin Mares2008-08-261-2/+2
* We have a new linux-pci mailing list.Martin Mares2008-08-261-2/+2
* By mistake, we were setting PCI_USE_DNS on Linux automatically.Martin Mares2008-08-261-1/+0
* Updated API and ABI version and released as 3.0.0.v3.0.0Martin Mares2008-04-104-5/+11
* Merge with git+ssh://git.ucw.cz/home/mj/GIT/pciutils.git#networknetworkMartin Mares2008-02-2038-1154/+2008
|\
| * ID domain names now end with `.pci'.Martin Mares2008-02-201-2/+2
| * Released as 2.99.1-alpha2.Martin Mares2008-02-201-1/+1
| * Changed the default domain for the DNS resolver.Martin Mares2008-02-202-1/+7
| * Released as 2.99.1-alpha1.Martin Mares2008-02-184-6/+8
| * Added symbol versioning to the shared library.Martin Mares2008-02-182-1/+13
| * When installing the shared library, create the appropriate symlinks as well.Martin Mares2008-02-181-0/+7
| * Use `libpci.so.X.Y.Z' instead of `libpci-X.Y.Z.so'.Martin Mares2008-02-181-1/+1
| * Changelogged the build system changes.Martin Mares2008-02-171-0/+14
| * Control symbol exports in libpci.Martin Mares2008-02-174-32/+40
| * Added example to .gitignore.Martin Mares2008-02-171-0/+1
| * Example: Add lookup of names.Martin Mares2008-02-171-1/+6
| * Example: Print device address including domain.Martin Mares2008-02-171-2/+2
| * Example: always print the base addresses as longs.Martin Mares2008-02-171-1/+1
| * Moved the example program from lib/example.c to example.c.Martin Mares2008-02-174-6/+8
| * Including config.mk twice is not necessary.Martin Mares2008-02-171-1/+1
| * Added infrastructure for building libpci as a shared library.Martin Mares2008-02-175-38/+88
| * Cleanup of the Makefile system.Martin Mares2008-02-172-45/+67
| * Enable the i386-ports method on Linux/x86_64 as well.Martin Mares2008-02-172-1/+5
| * Added ChangeLog for the all changes on the network branch.Martin Mares2008-02-171-0/+43
| * Unify usage of u8 vs. byte.Martin Mares2008-02-131-7/+7