diff 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
line wrap: on
line diff
--- a/TODO	Wed Jun 25 10:57:06 2003 +0000
+++ b/TODO	Thu Jun 26 01:04:12 2003 +0000
@@ -3,11 +3,13 @@
 version of gFTP, please email me about it.
 
 *** TODO FOR 2.0.15 ***
+* socklen_t to configure.in
+* Check for memory leaks with dmalloc
+* text port - cd .. is busted
 * DND - be able to resume transfers
 * HTTP - keepalive
 * HTTP - chdir .. is busted
 * HTTP - I am getting complaints about HTTP proxy support is busted
-* Finish generic SSL layer
 * Profile SSHV2 transfers, they seem really slow to me
 * Override options on a per site basis (backend is done, I just have to make
   a user interface for the text and gtk+ port)