summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Do not forget to create the man7 directory.Martin Mares2008-02-131-1/+1
| * Push to the public GIT tree when releasing.Martin Mares2008-02-121-0/+3
| * Bump the API version (the new API is not cast in stone yet, however).Martin Mares2008-02-121-1/+1
| * Merge with git+ssh://git.ucw.cz/home/mj/GIT/pciutils.gitMartin Mares2008-02-122-2/+4
| |\
| | * Released as 2.2.10.Martin Mares2008-02-123-4/+6
| * | Use `Device ABCD' instead of `Unknown device ABCD'.Martin Mares2008-02-122-9/+8
| * | Clean up freeing of the ID tables.Martin Mares2008-02-124-12/+12
| * | Updated the README: mention DNS mode.Martin Mares2008-02-121-4/+8
| * | Improved man pages. Parts related to the library moved to pcilib(7).Martin Mares2008-02-124-136/+224
| * | Tidy up help texts on usage.Martin Mares2008-02-123-15/+39
| * | The `-P' option has been removed.Martin Mares2008-02-122-15/+2
| * | Annotate printf-like functions with format checking attributes.Martin Mares2008-02-124-5/+11
| * | Added an option for selection of access methods.Martin Mares2008-02-122-4/+31
| * | Introduced API for selection of access methods.Martin Mares2008-02-1211-8/+44
| * | Replaced the method_params array by library parameters.Martin Mares2008-02-1210-40/+43
| * | Moved functions related to parameters to params.c.Martin Mares2008-02-124-90/+106
| * | Renamed `net.cache_path' to `net.cache_name', it's more logical.Martin Mares2008-02-122-5/+5
| * | Added options for setting of library parameters.Martin Mares2008-02-122-2/+28
| * | Parameters now have help texts.Martin Mares2008-02-123-4/+6
| * | Settings of the resolving and caching mechanism are now passed as parameters.Martin Mares2008-02-125-58/+62