comparison TODO @ 201:0098dae654a5

2003-6-25 Brian Masney <masneyb@gftp.org> * configure.in - added mk to ALL_LINGUAS * lib/gftp.h - added several macros for dmalloc * lib/misc.c src/text/gftp-text.c src/gtk/gftp-gtk.c - added gftp_shutdown() to misc.c. This will write out the configuration file, clear the cache, and if dmalloc is enabled, free the memory that was allocated on startup * lib/config_file.c lib/gftp.h lib/misc.c lib/options.h - added gftp_configuration_changed parameter * lib/config_file.c lib/misc.c lib/protocols.c - added gftp_config_free_options() * lib/config_file.c src/gtk/bookmarks.c - added gftp_bookmarks() which is derived mostly from bm_close_dialog() * lib/rfc959.c - added rfc959_request_destroy(). Free the getline buffers in this function * src/gtk/misc-gtk.c (gftp_item_factory_translate) - remove double g_strdup() call * lib/config_file.c lib/gftp.h src/gtk/misc-gtk.c - moved get_xpm_path() to GTK+ port. No longer call it startup when reading the config file
author masneyb
date Thu, 26 Jun 2003 01:04:12 +0000
parents 8fea1b1a2ec6
children 95e669973a84
comparison
equal deleted inserted replaced
200:27ae88b5a55e 201:0098dae654a5
1 This is a list of some of the things I plan to work on for future releases 1 This is a list of some of the things I plan to work on for future releases
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 * socklen_t to configure.in
7 * Check for memory leaks with dmalloc
8 * text port - cd .. is busted
6 * DND - be able to resume transfers 9 * DND - be able to resume transfers
7 * HTTP - keepalive 10 * HTTP - keepalive
8 * HTTP - chdir .. is busted 11 * HTTP - chdir .. is busted
9 * HTTP - I am getting complaints about HTTP proxy support is busted 12 * HTTP - I am getting complaints about HTTP proxy support is busted
10 * Finish generic SSL layer
11 * Profile SSHV2 transfers, they seem really slow to me 13 * Profile SSHV2 transfers, they seem really slow to me
12 * Override options on a per site basis (backend is done, I just have to make 14 * Override options on a per site basis (backend is done, I just have to make
13 a user interface for the text and gtk+ port) 15 a user interface for the text and gtk+ port)
14 * Fix most FIXME's in the code 16 * Fix most FIXME's in the code
15 *** END TODO FOR 2.0.15 17 *** END TODO FOR 2.0.15