File: TODO

package info (click to toggle)
prozgui 2.0.4beta3-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 3,928 kB
  • ctags: 2,085
  • sloc: ansic: 13,694; sh: 12,337; cpp: 2,289; makefile: 345; yacc: 318
file content (29 lines) | stat: -rw-r--r-- 957 bytes parent folder | download
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