summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * The automatic test for zlib searches in /usr/local/include, too.Martin Mares2008-02-131-1/+1
| * Use <stdint.h> for precise integer types if the compiler claims C99 support.Martin Mares2008-02-131-2/+2
| * Do not forget pcilib.7 in `make uninstall'.Martin Mares2008-02-131-0/+1
| * Added man pages to .gitignore.Martin Mares2008-02-131-1/+1
| * Last few items from the DNS TODO list solved, releasing -net2.Martin Mares2008-02-132-7/+2
| * Use LDLIBS for all libraries on which libpci depends.Martin Mares2008-02-134-6/+11
| * ns_parserr() and friends are not portable, so implement our own trivial parse...Martin Mares2008-02-131-12/+141
| * Call res_init() only once.Martin Mares2008-02-131-1/+6
| * The `-s' (strip) option passed to `install' can be overriden by the STRIP var...Martin Mares2008-02-131-1/+2