libdownload is a fork of FreeBSD's libfetch, mainly ported to compile under
linux and so I can add my own nifty features.

Current changes from libfetch include:
* Basic rename from fetch* to download*
* Removal of all List and Put functions.
* Usage of select()s timeout feature, inplace of numerous gettimeofday calls
