comparison TODO @ 213:06cdf06a0f31

2003-7-6 Brian Masney <masneyb@gftp.org> * lib/configure.in - check for getdtablesize() * TODO - updated
author masneyb
date Sun, 06 Jul 2003 14:24:52 +0000
parents 9b2de8d3fafe
children b9584a877daf
comparison
equal deleted inserted replaced
212:f04f6bedaf19 213:06cdf06a0f31
2 of gFTP. If there is something you feel should be included in a future 2 of gFTP. If there is something you feel should be included in a future
3 version of gFTP, please email me about it. 3 version of gFTP, please email me about it.
4 4
5 *** TODO FOR 2.0.15 *** 5 *** TODO FOR 2.0.15 ***
6 * Check for memory leaks with dmalloc 6 * Check for memory leaks with dmalloc
7 * DND - be able to resume transfers
8 * HTTP - keepalive
9 * HTTP - I am getting complaints about HTTP proxy support is busted 7 * HTTP - I am getting complaints about HTTP proxy support is busted
10 * Profile SSHV2 transfers, they seem really slow to me
11 * Override options on a per site basis (backend is done, I just have to make 8 * Override options on a per site basis (backend is done, I just have to make
12 a user interface for the text and gtk+ port) 9 a user interface for the gtk+ port)
13 * Fix most FIXME's in the code 10 * Finish going through my email and check GNOME's Bugzilla
14 *** END TODO FOR 2.0.15 11 *** END TODO FOR 2.0.15
15 12
16 * I need to be able to send an event from the core library to the presentation 13 * I need to be able to send an event from the core library to the presentation
17 layer to have it ask the user a question. I need this for the SSL layer so 14 layer to have it ask the user a question. I need this for the SSL layer so
18 that if an unknown certificate authority signed the certificate, the user 15 that if an unknown certificate authority signed the certificate, the user
19 can be prompted whether or not to accept it. Also, it would be handy to 16 can be prompted whether or not to accept it. Also, it would be handy to
20 prompt the user for their password if a bad password was entered. 17 prompt the user for their password if a bad password was entered.
18 * DND - be able to resume transfers
19 * HTTP - keepalive
21 * Support tabbed interface in GTK+ port 20 * Support tabbed interface in GTK+ port
22 * Parallel chdir in GTK+ port 21 * Parallel chdir in GTK+ port
23 * GTK 2.0 port - make 2 buttons in toolbar be the same size as the gnome 2 22 * GTK 2.0 port - make 2 buttons in toolbar be the same size as the gnome 2
24 icons 23 icons
25 * Add option to hide certain files 24 * Add option to hide certain files