• LibGPL

    1. A series of easy to use object-based abstractions written in C.
    2. Most of the library is reentrant.
    3. Used in my own code for per thread (not shared between threads) network service objects.
    4. Each object is well documented at the top of each source file.
    5. Changes had to be made to make the name resolver cache (built into the library) thread-safe.
    6. With the author's permission I will make my modifications to the source code available.
    7. LibGPL can be found at its homepage. It is not up all the time.

  • HTTP Client Library

    1. Reentrant HTTP Client request library.
    2. Handles GET, PUT, HEAD, DELETE methods.
    3. It's original homepage and author have moved recently. Try the new homepage if the first one fails.


If you have comments or suggestions, email me at sdybiec@humanfactor.com