1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
-------------------------------------------------------------------------------
Todo
-------------------------------------------------------------------------------
* Write or generate API documentation.
* Honor the environment variables http_proxy and ftp_proxy.
NOTE: Should this be part of libprozilla or the interface?
* Port to other platforms than GNU/Linux, e.g. SunOS/Solaris, FreeBSD etc...
* Add cookies support.
* Make the threads download to a single file, will need a state monitor
which saves the state of each thread to resume properly.
* DONE: Bandwidth throttling?
* DONE: Use libtool.
* I need to stat the file's size, so we have to check and include
sys/stat.h in common.h
* DONE: refreer support ftp
* The FTP through HTTP proxying needs a bit of chechin on how it would
handle login rejection attempts when the ftp server disallows it
* DONE: write a function for getting the version of libprozilla
|