annotate ChangeLog @ 124:65048c959029

2003-4-6 Brian Masney <masneyb@gftp.org> * lib/config_file.c src/text/gftp-text.c - changed arguments of gftp_read_config_file() and gftp_read_bookmarks() to take an argument to the path of the global config directory. The text/gtk+ port will just pass SHARE_DIR. The native MacOS X port that is in the works needs this (Nathan Robertson is currently working on this port) * lib/gftp.h lib/config_file.c - removed config variable type gftp_option_type_textarray * lib/gftp.h lib/config_file.c - removed copy_function from gftp_option_type_var. This is implemented with memcpy() instead * lib/rfc959.c - remember to rename all instances of firewall_* to ftp_proxy_* * lib/sshv2.c - improved generating the argument list for the ssh client * lib/sshv2.c lib/misc.c lib/gftp.h - added len argument to ptym_open() * lib/protocols.c lib/misc.c lib/config_file.c - use g_strdup() instead of g_malloc()/strcpy()
author masneyb
date Tue, 08 Apr 2003 01:43:33 +0000
parents 1b41e6945e9d
children b875de05c22d
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
124
65048c959029 2003-4-6 Brian Masney <masneyb@gftp.org>
masneyb
parents: 121
diff changeset
1 2003-4-6 Brian Masney <masneyb@gftp.org>
65048c959029 2003-4-6 Brian Masney <masneyb@gftp.org>
masneyb
parents: 121
diff changeset
2 * lib/config_file.c src/text/gftp-text.c - changed arguments of
65048c959029 2003-4-6 Brian Masney <masneyb@gftp.org>
masneyb
parents: 121
diff changeset
3 gftp_read_config_file() and gftp_read_bookmarks() to take an argument
65048c959029 2003-4-6 Brian Masney <masneyb@gftp.org>
masneyb
parents: 121
diff changeset
4 to the path of the global config directory. The text/gtk+ port will
65048c959029 2003-4-6 Brian Masney <masneyb@gftp.org>
masneyb
parents: 121
diff changeset
5 just pass SHARE_DIR. The native MacOS X port that is in the works
65048c959029 2003-4-6 Brian Masney <masneyb@gftp.org>
masneyb
parents: 121
diff changeset
6 needs this (Nathan Robertson is currently working on this port)
65048c959029 2003-4-6 Brian Masney <masneyb@gftp.org>
masneyb
parents: 121
diff changeset
7
65048c959029 2003-4-6 Brian Masney <masneyb@gftp.org>
masneyb
parents: 121
diff changeset
8 * lib/gftp.h lib/config_file.c - removed config variable type
65048c959029 2003-4-6 Brian Masney <masneyb@gftp.org>
masneyb
parents: 121
diff changeset
9 gftp_option_type_textarray
65048c959029 2003-4-6 Brian Masney <masneyb@gftp.org>
masneyb
parents: 121
diff changeset
10
65048c959029 2003-4-6 Brian Masney <masneyb@gftp.org>
masneyb
parents: 121
diff changeset
11 * lib/gftp.h lib/config_file.c - removed copy_function from
65048c959029 2003-4-6 Brian Masney <masneyb@gftp.org>
masneyb
parents: 121
diff changeset
12 gftp_option_type_var. This is implemented with memcpy() instead
65048c959029 2003-4-6 Brian Masney <masneyb@gftp.org>
masneyb
parents: 121
diff changeset
13
65048c959029 2003-4-6 Brian Masney <masneyb@gftp.org>
masneyb
parents: 121
diff changeset
14 * lib/rfc959.c - remember to rename all instances of firewall_* to
65048c959029 2003-4-6 Brian Masney <masneyb@gftp.org>
masneyb
parents: 121
diff changeset
15 ftp_proxy_*
65048c959029 2003-4-6 Brian Masney <masneyb@gftp.org>
masneyb
parents: 121
diff changeset
16
65048c959029 2003-4-6 Brian Masney <masneyb@gftp.org>
masneyb
parents: 121
diff changeset
17 * lib/sshv2.c - improved generating the argument list for the ssh
65048c959029 2003-4-6 Brian Masney <masneyb@gftp.org>
masneyb
parents: 121
diff changeset
18 client
65048c959029 2003-4-6 Brian Masney <masneyb@gftp.org>
masneyb
parents: 121
diff changeset
19
65048c959029 2003-4-6 Brian Masney <masneyb@gftp.org>
masneyb
parents: 121
diff changeset
20 * lib/sshv2.c lib/misc.c lib/gftp.h - added len argument to
65048c959029 2003-4-6 Brian Masney <masneyb@gftp.org>
masneyb
parents: 121
diff changeset
21 ptym_open()
65048c959029 2003-4-6 Brian Masney <masneyb@gftp.org>
masneyb
parents: 121
diff changeset
22
65048c959029 2003-4-6 Brian Masney <masneyb@gftp.org>
masneyb
parents: 121
diff changeset
23 * lib/protocols.c lib/misc.c lib/config_file.c - use g_strdup()
65048c959029 2003-4-6 Brian Masney <masneyb@gftp.org>
masneyb
parents: 121
diff changeset
24 instead of g_malloc()/strcpy()
65048c959029 2003-4-6 Brian Masney <masneyb@gftp.org>
masneyb
parents: 121
diff changeset
25
65048c959029 2003-4-6 Brian Masney <masneyb@gftp.org>
masneyb
parents: 121
diff changeset
26 2003-4-5 Brian Masney <masneyb@gftp.org>
65048c959029 2003-4-6 Brian Masney <masneyb@gftp.org>
masneyb
parents: 121
diff changeset
27 * lib/config_file.c lib/options.h lib/gftp.h lib/rfc959.c
65048c959029 2003-4-6 Brian Masney <masneyb@gftp.org>
masneyb
parents: 121
diff changeset
28 lib/rfc2068.c lib/ssh.c - added new internal configuration interface.
65048c959029 2003-4-6 Brian Masney <masneyb@gftp.org>
masneyb
parents: 121
diff changeset
29 Rather than having a global variable for each option, I have a global
65048c959029 2003-4-6 Brian Masney <masneyb@gftp.org>
masneyb
parents: 121
diff changeset
30 hash table (gftp_global_options_htable) that I can look up option names
65048c959029 2003-4-6 Brian Masney <masneyb@gftp.org>
masneyb
parents: 121
diff changeset
31 by name using gftp_lookup_global_option(). I also an options hash
65048c959029 2003-4-6 Brian Masney <masneyb@gftp.org>
masneyb
parents: 121
diff changeset
32 associated with a request structure, so I will be able to call
65048c959029 2003-4-6 Brian Masney <masneyb@gftp.org>
masneyb
parents: 121
diff changeset
33 gftp_lookup_request_option(). I will be able to override options with
65048c959029 2003-4-6 Brian Masney <masneyb@gftp.org>
masneyb
parents: 121
diff changeset
34 bookmarks or while transfers are in progress very easily now. Also, all
65048c959029 2003-4-6 Brian Masney <masneyb@gftp.org>
masneyb
parents: 121
diff changeset
35 options no longer have to appear in config_file.c, the per protocol
65048c959029 2003-4-6 Brian Masney <masneyb@gftp.org>
masneyb
parents: 121
diff changeset
36 options can appear inside their own file
65048c959029 2003-4-6 Brian Masney <masneyb@gftp.org>
masneyb
parents: 121
diff changeset
37
65048c959029 2003-4-6 Brian Masney <masneyb@gftp.org>
masneyb
parents: 121
diff changeset
38 * lib/gftp.h lib/bookmarks.c lib/local.c lib/rfc959.c lib/rfc2068.c -
65048c959029 2003-4-6 Brian Masney <masneyb@gftp.org>
masneyb
parents: 121
diff changeset
39 remove set_data_type and protocol name from struct gftp_request
65048c959029 2003-4-6 Brian Masney <masneyb@gftp.org>
masneyb
parents: 121
diff changeset
40
65048c959029 2003-4-6 Brian Masney <masneyb@gftp.org>
masneyb
parents: 121
diff changeset
41 * lib/rfc959.c - renamed all firewall_* variables to ftp_proxy_* in
65048c959029 2003-4-6 Brian Masney <masneyb@gftp.org>
masneyb
parents: 121
diff changeset
42 the config file
65048c959029 2003-4-6 Brian Masney <masneyb@gftp.org>
masneyb
parents: 121
diff changeset
43
65048c959029 2003-4-6 Brian Masney <masneyb@gftp.org>
masneyb
parents: 121
diff changeset
44 * lib/gftp.h lib/protocols.c lib/rfc959.c - renamed all GFTP_TYPE_*
65048c959029 2003-4-6 Brian Masney <masneyb@gftp.org>
masneyb
parents: 121
diff changeset
45 vars to GFTP_DIRTYPE_*
65048c959029 2003-4-6 Brian Masney <masneyb@gftp.org>
masneyb
parents: 121
diff changeset
46
65048c959029 2003-4-6 Brian Masney <masneyb@gftp.org>
masneyb
parents: 121
diff changeset
47 * lib/gftp.h - removed ascii field and renamed the node pointer to
65048c959029 2003-4-6 Brian Masney <masneyb@gftp.org>
masneyb
parents: 121
diff changeset
48 user_data in struct gftp_file. In gftp_request, removed any setting
65048c959029 2003-4-6 Brian Masney <masneyb@gftp.org>
masneyb
parents: 121
diff changeset
49 that is now stored in the global/local hash tables. Added
65048c959029 2003-4-6 Brian Masney <masneyb@gftp.org>
masneyb
parents: 121
diff changeset
50 register_module() pointer that will be called whenever the protocol is
65048c959029 2003-4-6 Brian Masney <masneyb@gftp.org>
masneyb
parents: 121
diff changeset
51 first loaded into gftp
65048c959029 2003-4-6 Brian Masney <masneyb@gftp.org>
masneyb
parents: 121
diff changeset
52
65048c959029 2003-4-6 Brian Masney <masneyb@gftp.org>
masneyb
parents: 121
diff changeset
53 * lib/rfc959.c src/text/gftp-text.c - moved the ascii/binary
65048c959029 2003-4-6 Brian Masney <masneyb@gftp.org>
masneyb
parents: 121
diff changeset
54 translation to rfc959.c. Also, moved any instance of automatically
65048c959029 2003-4-6 Brian Masney <masneyb@gftp.org>
masneyb
parents: 121
diff changeset
55 setting the data type to rfc959.c as well.
65048c959029 2003-4-6 Brian Masney <masneyb@gftp.org>
masneyb
parents: 121
diff changeset
56
65048c959029 2003-4-6 Brian Masney <masneyb@gftp.org>
masneyb
parents: 121
diff changeset
57 * lib/misc.c lib/sshv2.c - moved all ssh functions from misc.c to
65048c959029 2003-4-6 Brian Masney <masneyb@gftp.org>
masneyb
parents: 121
diff changeset
58 sshv2.c. I had these origionally in misc.c because I used to have 2
65048c959029 2003-4-6 Brian Masney <masneyb@gftp.org>
masneyb
parents: 121
diff changeset
59 different SSH protocols
65048c959029 2003-4-6 Brian Masney <masneyb@gftp.org>
masneyb
parents: 121
diff changeset
60
65048c959029 2003-4-6 Brian Masney <masneyb@gftp.org>
masneyb
parents: 121
diff changeset
61 * lib/protocols.c src/text/gftp-text.c - added gftp_calc_kbs() to
65048c959029 2003-4-6 Brian Masney <masneyb@gftp.org>
masneyb
parents: 121
diff changeset
62 = protocols.c. This no longer needs to be in the different ports
65048c959029 2003-4-6 Brian Masney <masneyb@gftp.org>
masneyb
parents: 121
diff changeset
63
65048c959029 2003-4-6 Brian Masney <masneyb@gftp.org>
masneyb
parents: 121
diff changeset
64 * src/text/gftp-text.c - read/write options based on new configuration
65048c959029 2003-4-6 Brian Masney <masneyb@gftp.org>
masneyb
parents: 121
diff changeset
65 interface
65048c959029 2003-4-6 Brian Masney <masneyb@gftp.org>
masneyb
parents: 121
diff changeset
66
65048c959029 2003-4-6 Brian Masney <masneyb@gftp.org>
masneyb
parents: 121
diff changeset
67 * Use new configuration interface in all source files
65048c959029 2003-4-6 Brian Masney <masneyb@gftp.org>
masneyb
parents: 121
diff changeset
68
65048c959029 2003-4-6 Brian Masney <masneyb@gftp.org>
masneyb
parents: 121
diff changeset
69 * Updated copyright dates on all source files
65048c959029 2003-4-6 Brian Masney <masneyb@gftp.org>
masneyb
parents: 121
diff changeset
70
65048c959029 2003-4-6 Brian Masney <masneyb@gftp.org>
masneyb
parents: 121
diff changeset
71 * Note: GTK+ port is completely broken at the moment. I'll upload
65048c959029 2003-4-6 Brian Masney <masneyb@gftp.org>
masneyb
parents: 121
diff changeset
72 those changes whenever I get them done
65048c959029 2003-4-6 Brian Masney <masneyb@gftp.org>
masneyb
parents: 121
diff changeset
73
121
1b41e6945e9d 2003-04-05 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents: 116
diff changeset
74 2003-04-05 Duarte Loreto <happyguy_pt@hotmail.com>
1b41e6945e9d 2003-04-05 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents: 116
diff changeset
75
1b41e6945e9d 2003-04-05 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents: 116
diff changeset
76 * configure.in: Added "pt" to ALL_LINGUAS.
1b41e6945e9d 2003-04-05 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents: 116
diff changeset
77
116
915389849ed9 Added Ukrainian translation
rasta
parents: 115
diff changeset
78 2003-03-04 Yuriy Syrota <rasta renome.rovno.ua>
915389849ed9 Added Ukrainian translation
rasta
parents: 115
diff changeset
79
915389849ed9 Added Ukrainian translation
rasta
parents: 115
diff changeset
80 * configure.in: Added Ukrainian (uk) to ALL_LINGUAS
915389849ed9 Added Ukrainian translation
rasta
parents: 115
diff changeset
81
115
32cbf51617fb 2003-2-25 Brian Masney <masneyb@gftp.org>
masneyb
parents: 114
diff changeset
82 2003-2-25 Brian Masney <masneyb@gftp.org>
32cbf51617fb 2003-2-25 Brian Masney <masneyb@gftp.org>
masneyb
parents: 114
diff changeset
83 * src/gtk/gftp-gtk.c - use gtk_container_add() instead of
32cbf51617fb 2003-2-25 Brian Masney <masneyb@gftp.org>
masneyb
parents: 114
diff changeset
84 gtk_scrolled_window_add_with_viewport()
32cbf51617fb 2003-2-25 Brian Masney <masneyb@gftp.org>
masneyb
parents: 114
diff changeset
85 (from Kang Jeong-Hee <Keizi@mail.co.kr>)
32cbf51617fb 2003-2-25 Brian Masney <masneyb@gftp.org>
masneyb
parents: 114
diff changeset
86
113
b83715e9535c 2003-2-23 Brian Masney <masneyb@gftp.org>
masneyb
parents: 110
diff changeset
87 2003-2-23 Brian Masney <masneyb@gftp.org>
114
fe36ed90aedd 2003-2-23 Brian Masney <masneyb@gftp.org>
masneyb
parents: 113
diff changeset
88 * lib/cache.c - added function gftp_parse_cache_entry(). Save
fe36ed90aedd 2003-2-23 Brian Masney <masneyb@gftp.org>
masneyb
parents: 113
diff changeset
89 request->server_type (output of SYST in FTP command) to the directory
fe36ed90aedd 2003-2-23 Brian Masney <masneyb@gftp.org>
masneyb
parents: 113
diff changeset
90 entry
fe36ed90aedd 2003-2-23 Brian Masney <masneyb@gftp.org>
masneyb
parents: 113
diff changeset
91
fe36ed90aedd 2003-2-23 Brian Masney <masneyb@gftp.org>
masneyb
parents: 113
diff changeset
92 * lib/rfc959.c (rfc959_syst) - fix to parse the output correctly
fe36ed90aedd 2003-2-23 Brian Masney <masneyb@gftp.org>
masneyb
parents: 113
diff changeset
93
fe36ed90aedd 2003-2-23 Brian Masney <masneyb@gftp.org>
masneyb
parents: 113
diff changeset
94 * src/{text,gtk}/Makefile.am - remove @LIBINTL@. The gettext.m4
fe36ed90aedd 2003-2-23 Brian Masney <masneyb@gftp.org>
masneyb
parents: 113
diff changeset
95 macro should automatically add this to the LIBS variable
fe36ed90aedd 2003-2-23 Brian Masney <masneyb@gftp.org>
masneyb
parents: 113
diff changeset
96
113
b83715e9535c 2003-2-23 Brian Masney <masneyb@gftp.org>
masneyb
parents: 110
diff changeset
97 * acinclude.m4 - put largefile.m4 in here
b83715e9535c 2003-2-23 Brian Masney <masneyb@gftp.org>
masneyb
parents: 110
diff changeset
98
110
a90a0e1e2c80 Added Catalan file
pablo
parents: 107
diff changeset
99 2003-02-21 Pablo Saratxaga <pablo@mandrakesoft.com>
a90a0e1e2c80 Added Catalan file
pablo
parents: 107
diff changeset
100 * configure.in: Added Catalan (ca) to ALL_LINGUAS
a90a0e1e2c80 Added Catalan file
pablo
parents: 107
diff changeset
101
107
982e3890e7fe 2003-2-17 Brian Masney <masneyb@gftp.org>
masneyb
parents: 105
diff changeset
102 2003-2-17 Brian Masney <masneyb@gftp.org>
982e3890e7fe 2003-2-17 Brian Masney <masneyb@gftp.org>
masneyb
parents: 105
diff changeset
103 * lib/protocols.c lib/rfc959.c - added VMS directory listing support
982e3890e7fe 2003-2-17 Brian Masney <masneyb@gftp.org>
masneyb
parents: 105
diff changeset
104
982e3890e7fe 2003-2-17 Brian Masney <masneyb@gftp.org>
masneyb
parents: 105
diff changeset
105 * lib/config_file.c lib/protocols.c - extra checks when stripping off
982e3890e7fe 2003-2-17 Brian Masney <masneyb@gftp.org>
masneyb
parents: 105
diff changeset
106 carriage returns and linefeeds
982e3890e7fe 2003-2-17 Brian Masney <masneyb@gftp.org>
masneyb
parents: 105
diff changeset
107
105
ae13b18c9336 2003-2-9 Brian Masney <masneyb@gftp.org>
masneyb
parents: 102
diff changeset
108 2003-2-9 Brian Masney <masneyb@gftp.org>
ae13b18c9336 2003-2-9 Brian Masney <masneyb@gftp.org>
masneyb
parents: 102
diff changeset
109 * lib/protocols.c (parse_time) - parse more time formats. Better
ae13b18c9336 2003-2-9 Brian Masney <masneyb@gftp.org>
masneyb
parents: 102
diff changeset
110 error checking. If there was an error parsing this time,
ae13b18c9336 2003-2-9 Brian Masney <masneyb@gftp.org>
masneyb
parents: 102
diff changeset
111 skip ahead to the next token
ae13b18c9336 2003-2-9 Brian Masney <masneyb@gftp.org>
masneyb
parents: 102
diff changeset
112
ae13b18c9336 2003-2-9 Brian Masney <masneyb@gftp.org>
masneyb
parents: 102
diff changeset
113 * lib/rfc2068.c - this was completely broken. This was broken whenever
ae13b18c9336 2003-2-9 Brian Masney <masneyb@gftp.org>
masneyb
parents: 102
diff changeset
114 I did the conversion over to use the gftp_get_line() function.
ae13b18c9336 2003-2-9 Brian Masney <masneyb@gftp.org>
masneyb
parents: 102
diff changeset
115
ae13b18c9336 2003-2-9 Brian Masney <masneyb@gftp.org>
masneyb
parents: 102
diff changeset
116 * lib/rfc959.c - use g_strdup instead of g_malloc/strcpy
ae13b18c9336 2003-2-9 Brian Masney <masneyb@gftp.org>
masneyb
parents: 102
diff changeset
117
101
5f9ad9facf0e 2003-2-6 Brian Masney <masneyb@gftp.org>
masneyb
parents: 96
diff changeset
118 2003-2-6 Brian Masney <masneyb@gftp.org>
102
3b573c8ef706 2003-2-6 Brian Masney <masneyb@gftp.org>
masneyb
parents: 101
diff changeset
119 * lib/gftp.h lib/protocols.c lib/rfc2068.c - put in new
3b573c8ef706 2003-2-6 Brian Masney <masneyb@gftp.org>
masneyb
parents: 101
diff changeset
120 parse_time() function that should work across all locales.
3b573c8ef706 2003-2-6 Brian Masney <masneyb@gftp.org>
masneyb
parents: 101
diff changeset
121 It uses strptime() internally.
3b573c8ef706 2003-2-6 Brian Masney <masneyb@gftp.org>
masneyb
parents: 101
diff changeset
122
3b573c8ef706 2003-2-6 Brian Masney <masneyb@gftp.org>
masneyb
parents: 101
diff changeset
123 * lib/misc.c - remove note from close statement
3b573c8ef706 2003-2-6 Brian Masney <masneyb@gftp.org>
masneyb
parents: 101
diff changeset
124
101
5f9ad9facf0e 2003-2-6 Brian Masney <masneyb@gftp.org>
masneyb
parents: 96
diff changeset
125 * lib/config_file.c lib/gftp.h lib/options.h - remove ssh1_sftp_path
5f9ad9facf0e 2003-2-6 Brian Masney <masneyb@gftp.org>
masneyb
parents: 96
diff changeset
126 option
5f9ad9facf0e 2003-2-6 Brian Masney <masneyb@gftp.org>
masneyb
parents: 96
diff changeset
127
96
4445f3619032 Adding Amharic translation.
yacob
parents: 93
diff changeset
128 2003-02-03 Daniel Yacob <locales@geez.org>
4445f3619032 Adding Amharic translation.
yacob
parents: 93
diff changeset
129 * configure.ac: Added "am" (Amharic) to ALL_LINGUAS.
4445f3619032 Adding Amharic translation.
yacob
parents: 93
diff changeset
130
93
97b3d5c022af 2003-1-21 Brian Masney <masneyb@gftp.org>
masneyb
parents: 91
diff changeset
131 2003-1-21 Brian Masney <masneyb@gftp.org>
97b3d5c022af 2003-1-21 Brian Masney <masneyb@gftp.org>
masneyb
parents: 91
diff changeset
132 * configure.in - fix for Solaris. Move the initial declaration up
97b3d5c022af 2003-1-21 Brian Masney <masneyb@gftp.org>
masneyb
parents: 91
diff changeset
133 in the source file
97b3d5c022af 2003-1-21 Brian Masney <masneyb@gftp.org>
masneyb
parents: 91
diff changeset
134
91
8c37d73d3f1f 2003-1-21 Brian Masney <masneyb@gftp.org>
masneyb
parents: 88
diff changeset
135 2003-1-21 Brian Masney <masneyb@gftp.org>
8c37d73d3f1f 2003-1-21 Brian Masney <masneyb@gftp.org>
masneyb
parents: 88
diff changeset
136 * lib/gftp.h - added server type defines. Added server_type field to
8c37d73d3f1f 2003-1-21 Brian Masney <masneyb@gftp.org>
masneyb
parents: 88
diff changeset
137 gftp_request
8c37d73d3f1f 2003-1-21 Brian Masney <masneyb@gftp.org>
masneyb
parents: 88
diff changeset
138
8c37d73d3f1f 2003-1-21 Brian Masney <masneyb@gftp.org>
masneyb
parents: 88
diff changeset
139 * lib/local.c - use S_ISDIR and S_ISLINK macros
8c37d73d3f1f 2003-1-21 Brian Masney <masneyb@gftp.org>
masneyb
parents: 88
diff changeset
140
8c37d73d3f1f 2003-1-21 Brian Masney <masneyb@gftp.org>
masneyb
parents: 88
diff changeset
141 * lib/protocols.c - (gftp_parse_ls*) - use hints from server_type for
8c37d73d3f1f 2003-1-21 Brian Masney <masneyb@gftp.org>
masneyb
parents: 88
diff changeset
142 parsing directory listing
8c37d73d3f1f 2003-1-21 Brian Masney <masneyb@gftp.org>
masneyb
parents: 88
diff changeset
143
8c37d73d3f1f 2003-1-21 Brian Masney <masneyb@gftp.org>
masneyb
parents: 88
diff changeset
144 * lib/rfc959.c - added function rfc959_syst. Call this on startup
8c37d73d3f1f 2003-1-21 Brian Masney <masneyb@gftp.org>
masneyb
parents: 88
diff changeset
145
8c37d73d3f1f 2003-1-21 Brian Masney <masneyb@gftp.org>
masneyb
parents: 88
diff changeset
146 * lib/protocols.c lib/rfc959.c lib/sshv2.c - pass request structure
8c37d73d3f1f 2003-1-21 Brian Masney <masneyb@gftp.org>
masneyb
parents: 88
diff changeset
147 to gftp_parse_ls
8c37d73d3f1f 2003-1-21 Brian Masney <masneyb@gftp.org>
masneyb
parents: 88
diff changeset
148
8c37d73d3f1f 2003-1-21 Brian Masney <masneyb@gftp.org>
masneyb
parents: 88
diff changeset
149 * lib/sshv2.c - set server_type to be GFTP_TYPE_UNIX
8c37d73d3f1f 2003-1-21 Brian Masney <masneyb@gftp.org>
masneyb
parents: 88
diff changeset
150
88
fc06dbca0bae forgot to include with last commit
masneyb
parents: 86
diff changeset
151 2003-1-11 Brian Masney <masneyb@gftp.org>
fc06dbca0bae forgot to include with last commit
masneyb
parents: 86
diff changeset
152 * autogen.sh - removed --intl and --no-changelog flags to gettextize
fc06dbca0bae forgot to include with last commit
masneyb
parents: 86
diff changeset
153
fc06dbca0bae forgot to include with last commit
masneyb
parents: 86
diff changeset
154 * aclocal.m4 - updated
fc06dbca0bae forgot to include with last commit
masneyb
parents: 86
diff changeset
155
fc06dbca0bae forgot to include with last commit
masneyb
parents: 86
diff changeset
156 * configure.in - and intl and po directories to AC_OUTPUT
fc06dbca0bae forgot to include with last commit
masneyb
parents: 86
diff changeset
157
fc06dbca0bae forgot to include with last commit
masneyb
parents: 86
diff changeset
158 * cvsclean - remove more stuff
fc06dbca0bae forgot to include with last commit
masneyb
parents: 86
diff changeset
159
fc06dbca0bae forgot to include with last commit
masneyb
parents: 86
diff changeset
160 * lib/bookmark.c (bookmark_parse_url) - use gftp_parse_bookmark
fc06dbca0bae forgot to include with last commit
masneyb
parents: 86
diff changeset
161 function
fc06dbca0bae forgot to include with last commit
masneyb
parents: 86
diff changeset
162
fc06dbca0bae forgot to include with last commit
masneyb
parents: 86
diff changeset
163 * lib/cache.c - remove gftp_cache_get_url_prefix(). Use
fc06dbca0bae forgot to include with last commit
masneyb
parents: 86
diff changeset
164 request->url_prefix instead
fc06dbca0bae forgot to include with last commit
masneyb
parents: 86
diff changeset
165
fc06dbca0bae forgot to include with last commit
masneyb
parents: 86
diff changeset
166 * lib/config_file.c - use proper exit codes. Also complain if the
fc06dbca0bae forgot to include with last commit
masneyb
parents: 86
diff changeset
167 default protocol specified in the config file is invalid
fc06dbca0bae forgot to include with last commit
masneyb
parents: 86
diff changeset
168
fc06dbca0bae forgot to include with last commit
masneyb
parents: 86
diff changeset
169 * lib/gftp.h lib/local.c lib/protocols.c - removed isblock, ischar,
fc06dbca0bae forgot to include with last commit
masneyb
parents: 86
diff changeset
170 issocket and isfifo in struct gftp_file (not used anymore)
fc06dbca0bae forgot to include with last commit
masneyb
parents: 86
diff changeset
171
fc06dbca0bae forgot to include with last commit
masneyb
parents: 86
diff changeset
172 * lib/gftp.h lib/misc.c - removed file_countlf (not used anymore)
fc06dbca0bae forgot to include with last commit
masneyb
parents: 86
diff changeset
173
fc06dbca0bae forgot to include with last commit
masneyb
parents: 86
diff changeset
174 * lib/local.c lib/misc.c lib/protocols.c - various small cleanups
fc06dbca0bae forgot to include with last commit
masneyb
parents: 86
diff changeset
175
fc06dbca0bae forgot to include with last commit
masneyb
parents: 86
diff changeset
176 * lib/misc.c (string_hash_function) - check key[i] instead of key[0]
fc06dbca0bae forgot to include with last commit
masneyb
parents: 86
diff changeset
177
fc06dbca0bae forgot to include with last commit
masneyb
parents: 86
diff changeset
178 * lib/protocols.c lib/gftp.h - added gftp_parse_bookmark()
fc06dbca0bae forgot to include with last commit
masneyb
parents: 86
diff changeset
179
fc06dbca0bae forgot to include with last commit
masneyb
parents: 86
diff changeset
180 * lib/rfc2068.c - if we are connected to a FTP url via a proxy, set
fc06dbca0bae forgot to include with last commit
masneyb
parents: 86
diff changeset
181 request->url_prefix to be ftp. Added rfc2068_destroy() to free
fc06dbca0bae forgot to include with last commit
masneyb
parents: 86
diff changeset
182 url_prefix whenever the structure is to be freed
fc06dbca0bae forgot to include with last commit
masneyb
parents: 86
diff changeset
183
86
759c7d019a89 2002-12-29 Brian Masney <masneyb@gftp.org>
masneyb
parents: 84
diff changeset
184 2002-12-29 Brian Masney <masneyb@gftp.org>
759c7d019a89 2002-12-29 Brian Masney <masneyb@gftp.org>
masneyb
parents: 84
diff changeset
185 * lib/gftp.h - don't include sys/sysmacros.h
759c7d019a89 2002-12-29 Brian Masney <masneyb@gftp.org>
masneyb
parents: 84
diff changeset
186
759c7d019a89 2002-12-29 Brian Masney <masneyb@gftp.org>
masneyb
parents: 84
diff changeset
187 * src/gtk/transfer.c - more GFTP_EFATAL checks
759c7d019a89 2002-12-29 Brian Masney <masneyb@gftp.org>
masneyb
parents: 84
diff changeset
188
84
7ef60ce2bdb2 2002-12-29 Brian Masney <masneyb@gftp.org>
masneyb
parents: 81
diff changeset
189 2002-12-29 Brian Masney <masneyb@gftp.org>
7ef60ce2bdb2 2002-12-29 Brian Masney <masneyb@gftp.org>
masneyb
parents: 81
diff changeset
190 * lib/ssh.c lib/config_file.c lib/Makefile.am lib/gftp.h lib/options.h -
7ef60ce2bdb2 2002-12-29 Brian Masney <masneyb@gftp.org>
masneyb
parents: 81
diff changeset
191 removed old legacy SSH protocol and option to enable this protocol
7ef60ce2bdb2 2002-12-29 Brian Masney <masneyb@gftp.org>
masneyb
parents: 81
diff changeset
192
7ef60ce2bdb2 2002-12-29 Brian Masney <masneyb@gftp.org>
masneyb
parents: 81
diff changeset
193 * lib/gftp.h - added GFTP_ERETRYABLE and GFTP_EFATAL error codes
7ef60ce2bdb2 2002-12-29 Brian Masney <masneyb@gftp.org>
masneyb
parents: 81
diff changeset
194
7ef60ce2bdb2 2002-12-29 Brian Masney <masneyb@gftp.org>
masneyb
parents: 81
diff changeset
195 * lib/bookmark.c lib/local.c lib/protocols.c lib/rfc959.c lib/rfc2068.c
7ef60ce2bdb2 2002-12-29 Brian Masney <masneyb@gftp.org>
masneyb
parents: 81
diff changeset
196 lib/sshv2.c - return new error codes instead of -1 or -2
7ef60ce2bdb2 2002-12-29 Brian Masney <masneyb@gftp.org>
masneyb
parents: 81
diff changeset
197
7ef60ce2bdb2 2002-12-29 Brian Masney <masneyb@gftp.org>
masneyb
parents: 81
diff changeset
198 * lib/misc.c (gftp_*_sort_function_ds) - changed return values
7ef60ce2bdb2 2002-12-29 Brian Masney <masneyb@gftp.org>
masneyb
parents: 81
diff changeset
199
7ef60ce2bdb2 2002-12-29 Brian Masney <masneyb@gftp.org>
masneyb
parents: 81
diff changeset
200 * src/gtk/transfer.c (connect_thread) - if return value of
7ef60ce2bdb2 2002-12-29 Brian Masney <masneyb@gftp.org>
masneyb
parents: 81
diff changeset
201 gftp_connect() is GFTP_EFATAL, don't attempt to retry the connection
7ef60ce2bdb2 2002-12-29 Brian Masney <masneyb@gftp.org>
masneyb
parents: 81
diff changeset
202
81
b124f715e74b 2002-12-11 Brian Masney <masneyb@gftp.org>
masneyb
parents: 80
diff changeset
203 2002-12-11 Brian Masney <masneyb@gftp.org>
b124f715e74b 2002-12-11 Brian Masney <masneyb@gftp.org>
masneyb
parents: 80
diff changeset
204 * configure.in - fix for enable/disable gtkport, textport and gtk20
b124f715e74b 2002-12-11 Brian Masney <masneyb@gftp.org>
masneyb
parents: 80
diff changeset
205
80
f4f6f44225d3 2002-12-10 Brian Masney <masneyb@gftp.org>
masneyb
parents: 77
diff changeset
206 2002-12-10 Brian Masney <masneyb@gftp.org>
f4f6f44225d3 2002-12-10 Brian Masney <masneyb@gftp.org>
masneyb
parents: 77
diff changeset
207 * configure.in - check for grantpt function
f4f6f44225d3 2002-12-10 Brian Masney <masneyb@gftp.org>
masneyb
parents: 77
diff changeset
208
f4f6f44225d3 2002-12-10 Brian Masney <masneyb@gftp.org>
masneyb
parents: 77
diff changeset
209 * lib/misc.c (pty[ms]_open) - use Unix98 PTY allocation if grantpt()
f4f6f44225d3 2002-12-10 Brian Masney <masneyb@gftp.org>
masneyb
parents: 77
diff changeset
210 is on the current system
f4f6f44225d3 2002-12-10 Brian Masney <masneyb@gftp.org>
masneyb
parents: 77
diff changeset
211
f4f6f44225d3 2002-12-10 Brian Masney <masneyb@gftp.org>
masneyb
parents: 77
diff changeset
212 * lib/gftp.h - include stropts.h if grantpt is here
f4f6f44225d3 2002-12-10 Brian Masney <masneyb@gftp.org>
masneyb
parents: 77
diff changeset
213
f4f6f44225d3 2002-12-10 Brian Masney <masneyb@gftp.org>
masneyb
parents: 77
diff changeset
214 2002-12-5 Brian Masney <masneyb@gftp.org>
f4f6f44225d3 2002-12-10 Brian Masney <masneyb@gftp.org>
masneyb
parents: 77
diff changeset
215 * Release final 2.0.14
f4f6f44225d3 2002-12-10 Brian Masney <masneyb@gftp.org>
masneyb
parents: 77
diff changeset
216
f4f6f44225d3 2002-12-10 Brian Masney <masneyb@gftp.org>
masneyb
parents: 77
diff changeset
217 * lib/Chagelog-old - brief updates since 2.0.13
f4f6f44225d3 2002-12-10 Brian Masney <masneyb@gftp.org>
masneyb
parents: 77
diff changeset
218
77
100a4b310c60 2002-12-4 Brian Masney <masneyb@gftp.org>
masneyb
parents: 76
diff changeset
219 2002-12-4 Brian Masney <masneyb@gftp.org>
100a4b310c60 2002-12-4 Brian Masney <masneyb@gftp.org>
masneyb
parents: 76
diff changeset
220 * lib/misc.c (ssh_start_login_sequence) - if the word WARNING appears
100a4b310c60 2002-12-4 Brian Masney <masneyb@gftp.org>
masneyb
parents: 76
diff changeset
221 in the banner, don't log into the server
100a4b310c60 2002-12-4 Brian Masney <masneyb@gftp.org>
masneyb
parents: 76
diff changeset
222
100a4b310c60 2002-12-4 Brian Masney <masneyb@gftp.org>
masneyb
parents: 76
diff changeset
223 * docs/sample.gftp/gftprc - removed use_default_dl_types line
100a4b310c60 2002-12-4 Brian Masney <masneyb@gftp.org>
masneyb
parents: 76
diff changeset
224
76
fe308e435ed5 2002-12-4 Brian Masney <masneyb@gftp.org>
masneyb
parents: 75
diff changeset
225 2002-12-4 Brian Masney <masneyb@gftp.org>
fe308e435ed5 2002-12-4 Brian Masney <masneyb@gftp.org>
masneyb
parents: 75
diff changeset
226 * lib/protocols.c (gftp_set_data_type) - return 0 if there is no
fe308e435ed5 2002-12-4 Brian Masney <masneyb@gftp.org>
masneyb
parents: 75
diff changeset
227 protocol specific set_data_type function
fe308e435ed5 2002-12-4 Brian Masney <masneyb@gftp.org>
masneyb
parents: 75
diff changeset
228
fe308e435ed5 2002-12-4 Brian Masney <masneyb@gftp.org>
masneyb
parents: 75
diff changeset
229 * src/gtk/transfer.c (gftp_gtk_transfer_files) - ascii/binary automatic
fe308e435ed5 2002-12-4 Brian Masney <masneyb@gftp.org>
masneyb
parents: 75
diff changeset
230 switching fixes
fe308e435ed5 2002-12-4 Brian Masney <masneyb@gftp.org>
masneyb
parents: 75
diff changeset
231
fe308e435ed5 2002-12-4 Brian Masney <masneyb@gftp.org>
masneyb
parents: 75
diff changeset
232 2002-12-3 Brian Masney <masneyb@gftp.org>
75
77c77098795a remember to commit changelog
masneyb
parents: 73
diff changeset
233 * lib/config_file.c lib/gftp.h lib/protocols.c - removed
77c77098795a remember to commit changelog
masneyb
parents: 73
diff changeset
234 use_default_dl_types option. This is always enabled by default now.
77c77098795a remember to commit changelog
masneyb
parents: 73
diff changeset
235
77c77098795a remember to commit changelog
masneyb
parents: 73
diff changeset
236 * src/gtk/dnd.c src/gtk/transfer.c - fix for files that should be
77c77098795a remember to commit changelog
masneyb
parents: 73
diff changeset
237 transferred as ascii
77c77098795a remember to commit changelog
masneyb
parents: 73
diff changeset
238
73
c226809c03c8 2002-12-2 Brian Masney <masneyb@gftp.org>
masneyb
parents: 72
diff changeset
239 2002-12-2 Brian Masney <masneyb@gftp.org>
c226809c03c8 2002-12-2 Brian Masney <masneyb@gftp.org>
masneyb
parents: 72
diff changeset
240 * src/gtk/bookmarks.c (run_bookmark) - don't override the value of
c226809c03c8 2002-12-2 Brian Masney <masneyb@gftp.org>
masneyb
parents: 72
diff changeset
241 need_userpass for SSH transfers
c226809c03c8 2002-12-2 Brian Masney <masneyb@gftp.org>
masneyb
parents: 72
diff changeset
242
c226809c03c8 2002-12-2 Brian Masney <masneyb@gftp.org>
masneyb
parents: 72
diff changeset
243 * ChangeLog-old - clean up list of changes from 2.0.13 to 2.0.14rc1
c226809c03c8 2002-12-2 Brian Masney <masneyb@gftp.org>
masneyb
parents: 72
diff changeset
244
c226809c03c8 2002-12-2 Brian Masney <masneyb@gftp.org>
masneyb
parents: 72
diff changeset
245 * README - minor fixes
c226809c03c8 2002-12-2 Brian Masney <masneyb@gftp.org>
masneyb
parents: 72
diff changeset
246
c226809c03c8 2002-12-2 Brian Masney <masneyb@gftp.org>
masneyb
parents: 72
diff changeset
247 * configure.in - increment version to 2.0.14
c226809c03c8 2002-12-2 Brian Masney <masneyb@gftp.org>
masneyb
parents: 72
diff changeset
248
c226809c03c8 2002-12-2 Brian Masney <masneyb@gftp.org>
masneyb
parents: 72
diff changeset
249 * debian/copyright - change my email address and webpage
c226809c03c8 2002-12-2 Brian Masney <masneyb@gftp.org>
masneyb
parents: 72
diff changeset
250
c226809c03c8 2002-12-2 Brian Masney <masneyb@gftp.org>
masneyb
parents: 72
diff changeset
251 * debian/rules - 2 small changes
c226809c03c8 2002-12-2 Brian Masney <masneyb@gftp.org>
masneyb
parents: 72
diff changeset
252
c226809c03c8 2002-12-2 Brian Masney <masneyb@gftp.org>
masneyb
parents: 72
diff changeset
253 * TODO - added 1 item
c226809c03c8 2002-12-2 Brian Masney <masneyb@gftp.org>
masneyb
parents: 72
diff changeset
254
72
c48f19f24050 2002-12-2 Brian Masney <masneyb@gftp.org>
masneyb
parents: 67
diff changeset
255 2002-12-2 Brian Masney <masneyb@gftp.org>
c48f19f24050 2002-12-2 Brian Masney <masneyb@gftp.org>
masneyb
parents: 67
diff changeset
256 * src/gtk/misc-gtk.c (MakeEditDialog) - bind to enter and esc keys
c48f19f24050 2002-12-2 Brian Masney <masneyb@gftp.org>
masneyb
parents: 67
diff changeset
257
67
aa971a4bb16f 2002-11-27 Brian Masney <masneyb@gftp.org>
masneyb
parents: 66
diff changeset
258 2002-11-27 Brian Masney <masneyb@gftp.org>
aa971a4bb16f 2002-11-27 Brian Masney <masneyb@gftp.org>
masneyb
parents: 66
diff changeset
259 * Officially release 2.0.14rc1
aa971a4bb16f 2002-11-27 Brian Masney <masneyb@gftp.org>
masneyb
parents: 66
diff changeset
260
aa971a4bb16f 2002-11-27 Brian Masney <masneyb@gftp.org>
masneyb
parents: 66
diff changeset
261 * lib/cache.c - take out a warning message
aa971a4bb16f 2002-11-27 Brian Masney <masneyb@gftp.org>
masneyb
parents: 66
diff changeset
262
aa971a4bb16f 2002-11-27 Brian Masney <masneyb@gftp.org>
masneyb
parents: 66
diff changeset
263 * lib/misc.c lib/protocols.c lib/gftp.h lib/gtk/dnd.c lib/transfer.c -
aa971a4bb16f 2002-11-27 Brian Masney <masneyb@gftp.org>
masneyb
parents: 66
diff changeset
264 add second argument (free_request) to gftp_request_destroy
aa971a4bb16f 2002-11-27 Brian Masney <masneyb@gftp.org>
masneyb
parents: 66
diff changeset
265
aa971a4bb16f 2002-11-27 Brian Masney <masneyb@gftp.org>
masneyb
parents: 66
diff changeset
266 * lib/protocols.c (gftp_parse_url) - make sure the request structure
aa971a4bb16f 2002-11-27 Brian Masney <masneyb@gftp.org>
masneyb
parents: 66
diff changeset
267 is cleared before we start to modify it
aa971a4bb16f 2002-11-27 Brian Masney <masneyb@gftp.org>
masneyb
parents: 66
diff changeset
268
aa971a4bb16f 2002-11-27 Brian Masney <masneyb@gftp.org>
masneyb
parents: 66
diff changeset
269 * src/gtk/gftp-text.c - fixed crash if you didn't enter a username
aa971a4bb16f 2002-11-27 Brian Masney <masneyb@gftp.org>
masneyb
parents: 66
diff changeset
270
66
cd3e457cbc85 2002-11-26 Brian Masney <masneyb@gftp.org>
masneyb
parents: 65
diff changeset
271 2002-11-26 Brian Masney <masneyb@gftp.org>
cd3e457cbc85 2002-11-26 Brian Masney <masneyb@gftp.org>
masneyb
parents: 65
diff changeset
272 * configure.in - change version to 2.0.14rc1
cd3e457cbc85 2002-11-26 Brian Masney <masneyb@gftp.org>
masneyb
parents: 65
diff changeset
273
cd3e457cbc85 2002-11-26 Brian Masney <masneyb@gftp.org>
masneyb
parents: 65
diff changeset
274 * lib/local.c - fix for uploading files. Move setting of hostname
cd3e457cbc85 2002-11-26 Brian Masney <masneyb@gftp.org>
masneyb
parents: 65
diff changeset
275 from local_connect() to local_init()
cd3e457cbc85 2002-11-26 Brian Masney <masneyb@gftp.org>
masneyb
parents: 65
diff changeset
276
cd3e457cbc85 2002-11-26 Brian Masney <masneyb@gftp.org>
masneyb
parents: 65
diff changeset
277 * lib/misc.c (gftp_request) - copy only select fields over instead of
cd3e457cbc85 2002-11-26 Brian Masney <masneyb@gftp.org>
masneyb
parents: 65
diff changeset
278 whole structure
cd3e457cbc85 2002-11-26 Brian Masney <masneyb@gftp.org>
masneyb
parents: 65
diff changeset
279
cd3e457cbc85 2002-11-26 Brian Masney <masneyb@gftp.org>
masneyb
parents: 65
diff changeset
280 * lib/protocols.c (gftp_request_new) - set datafd and cachefd to -1
cd3e457cbc85 2002-11-26 Brian Masney <masneyb@gftp.org>
masneyb
parents: 65
diff changeset
281
cd3e457cbc85 2002-11-26 Brian Masney <masneyb@gftp.org>
masneyb
parents: 65
diff changeset
282 * lib/protocols.c (gftp_set_proxy_config) - allow a NULL proxy_config
cd3e457cbc85 2002-11-26 Brian Masney <masneyb@gftp.org>
masneyb
parents: 65
diff changeset
283 to be passed
cd3e457cbc85 2002-11-26 Brian Masney <masneyb@gftp.org>
masneyb
parents: 65
diff changeset
284
cd3e457cbc85 2002-11-26 Brian Masney <masneyb@gftp.org>
masneyb
parents: 65
diff changeset
285 * src/gtk/misc-gtk.c (update_window) - don't show the hostname if we
cd3e457cbc85 2002-11-26 Brian Masney <masneyb@gftp.org>
masneyb
parents: 65
diff changeset
286 are connected via the local protocol
cd3e457cbc85 2002-11-26 Brian Masney <masneyb@gftp.org>
masneyb
parents: 65
diff changeset
287
cd3e457cbc85 2002-11-26 Brian Masney <masneyb@gftp.org>
masneyb
parents: 65
diff changeset
288 * src/gtk/transfer.c (create_transfer) - check to see if this protocol
cd3e457cbc85 2002-11-26 Brian Masney <masneyb@gftp.org>
masneyb
parents: 65
diff changeset
289 is always connected
cd3e457cbc85 2002-11-26 Brian Masney <masneyb@gftp.org>
masneyb
parents: 65
diff changeset
290
65
4b5fec7711e9 2002-11-25 Brian Masney <masneyb@gftp.org>
masneyb
parents: 64
diff changeset
291 2002-11-25 Brian Masney <masneyb@gftp.org>
4b5fec7711e9 2002-11-25 Brian Masney <masneyb@gftp.org>
masneyb
parents: 64
diff changeset
292 * lib/misc.c (ssh_start_login_sequence) - fixes for when the initial
4b5fec7711e9 2002-11-25 Brian Masney <masneyb@gftp.org>
masneyb
parents: 64
diff changeset
293 SSH banner is bigger than 200 characters
4b5fec7711e9 2002-11-25 Brian Masney <masneyb@gftp.org>
masneyb
parents: 64
diff changeset
294
4b5fec7711e9 2002-11-25 Brian Masney <masneyb@gftp.org>
masneyb
parents: 64
diff changeset
295 * lib/local.c (local_connect) - set request->hostname to local
4b5fec7711e9 2002-11-25 Brian Masney <masneyb@gftp.org>
masneyb
parents: 64
diff changeset
296 filesystem
4b5fec7711e9 2002-11-25 Brian Masney <masneyb@gftp.org>
masneyb
parents: 64
diff changeset
297
4b5fec7711e9 2002-11-25 Brian Masney <masneyb@gftp.org>
masneyb
parents: 64
diff changeset
298 * lib/protocols.c (gftp_parse_url) - don't include 2 slashes for
4b5fec7711e9 2002-11-25 Brian Masney <masneyb@gftp.org>
masneyb
parents: 64
diff changeset
299 the directory when parsing a local URL
4b5fec7711e9 2002-11-25 Brian Masney <masneyb@gftp.org>
masneyb
parents: 64
diff changeset
300
4b5fec7711e9 2002-11-25 Brian Masney <masneyb@gftp.org>
masneyb
parents: 64
diff changeset
301 * src/gtk/chmod_dialog.c (chmod_dialog) - allow multiple files to be
4b5fec7711e9 2002-11-25 Brian Masney <masneyb@gftp.org>
masneyb
parents: 64
diff changeset
302 selected
4b5fec7711e9 2002-11-25 Brian Masney <masneyb@gftp.org>
masneyb
parents: 64
diff changeset
303
4b5fec7711e9 2002-11-25 Brian Masney <masneyb@gftp.org>
masneyb
parents: 64
diff changeset
304 * src/gtk/dnd.c - small fixes
4b5fec7711e9 2002-11-25 Brian Masney <masneyb@gftp.org>
masneyb
parents: 64
diff changeset
305
64
29128554eb86 2002-11-23 Brian Masney <masneyb@gftp.org>
masneyb
parents: 63
diff changeset
306 2002-11-23 Brian Masney <masneyb@gftp.org>
29128554eb86 2002-11-23 Brian Masney <masneyb@gftp.org>
masneyb
parents: 63
diff changeset
307 * lib/sshv2.c - added more error checking so that the user won't get
29128554eb86 2002-11-23 Brian Masney <masneyb@gftp.org>
masneyb
parents: 63
diff changeset
308 disconnected if they enter files or directories that don't exist
29128554eb86 2002-11-23 Brian Masney <masneyb@gftp.org>
masneyb
parents: 63
diff changeset
309
29128554eb86 2002-11-23 Brian Masney <masneyb@gftp.org>
masneyb
parents: 63
diff changeset
310 2002-11-23 Brian Masney <masneyb@gftp.org>
63
41b71c4e5076 2002-11-2333 Brian Masney <masneyb@gftp.org>
masneyb
parents: 62
diff changeset
311 * lib/local.c lib/rfc959.c lib/rfc2068.c lib/ssh.c lib/sshv2.c
41b71c4e5076 2002-11-2333 Brian Masney <masneyb@gftp.org>
masneyb
parents: 62
diff changeset
312 lib/gftp.h - added swap_socks function to gftp_request structure
41b71c4e5076 2002-11-2333 Brian Masney <masneyb@gftp.org>
masneyb
parents: 62
diff changeset
313
41b71c4e5076 2002-11-2333 Brian Masney <masneyb@gftp.org>
masneyb
parents: 62
diff changeset
314 * lib/misc.c lib/protocols.c - move swap_socks() from misc.c to
41b71c4e5076 2002-11-2333 Brian Masney <masneyb@gftp.org>
masneyb
parents: 62
diff changeset
315 protocols.c (renamed to gftp_swap_socks)
41b71c4e5076 2002-11-2333 Brian Masney <masneyb@gftp.org>
masneyb
parents: 62
diff changeset
316
41b71c4e5076 2002-11-2333 Brian Masney <masneyb@gftp.org>
masneyb
parents: 62
diff changeset
317 * src/gtk/misc-gtk.c src/gtk/transfer.c - removed fix_display()
41b71c4e5076 2002-11-2333 Brian Masney <masneyb@gftp.org>
masneyb
parents: 62
diff changeset
318
41b71c4e5076 2002-11-2333 Brian Masney <masneyb@gftp.org>
masneyb
parents: 62
diff changeset
319 * src/gtk/delete_dialog.c src/gtk/transfer.c - changed all occurances of
41b71c4e5076 2002-11-2333 Brian Masney <masneyb@gftp.org>
masneyb
parents: 62
diff changeset
320 swap_socks() to gftp_swap_socks()
41b71c4e5076 2002-11-2333 Brian Masney <masneyb@gftp.org>
masneyb
parents: 62
diff changeset
321
41b71c4e5076 2002-11-2333 Brian Masney <masneyb@gftp.org>
masneyb
parents: 62
diff changeset
322 * src/gtk/gftp-gtk.c src/gtk/gftp-gtk.h - removed gftp_is_started
41b71c4e5076 2002-11-2333 Brian Masney <masneyb@gftp.org>
masneyb
parents: 62
diff changeset
323 variable
41b71c4e5076 2002-11-2333 Brian Masney <masneyb@gftp.org>
masneyb
parents: 62
diff changeset
324
62
1af41fb08509 2002-11-21 Brian Masney <masneyb@gftp.org>
masneyb
parents: 61
diff changeset
325 2002-11-21 Brian Masney <masneyb@gftp.org>
1af41fb08509 2002-11-21 Brian Masney <masneyb@gftp.org>
masneyb
parents: 61
diff changeset
326 * lib/local.c (local_put_file) - small fix
1af41fb08509 2002-11-21 Brian Masney <masneyb@gftp.org>
masneyb
parents: 61
diff changeset
327
61
42df9e4be8e0 2002-11-21 Brian Masney <masneyb@gftp.org>
masneyb
parents: 60
diff changeset
328 2002-11-21 Brian Masney <masneyb@gftp.org>
42df9e4be8e0 2002-11-21 Brian Masney <masneyb@gftp.org>
masneyb
parents: 60
diff changeset
329 * lib/misc.c lib/ssh.c lib/sshv2.c - improvements to the login
42df9e4be8e0 2002-11-21 Brian Masney <masneyb@gftp.org>
masneyb
parents: 60
diff changeset
330 sequence for SSH connections
42df9e4be8e0 2002-11-21 Brian Masney <masneyb@gftp.org>
masneyb
parents: 60
diff changeset
331
42df9e4be8e0 2002-11-21 Brian Masney <masneyb@gftp.org>
masneyb
parents: 60
diff changeset
332 lib/sshv2.c - SSH transfers now works again
42df9e4be8e0 2002-11-21 Brian Masney <masneyb@gftp.org>
masneyb
parents: 60
diff changeset
333
60
8a9324fb63a4 2002-11-21 Brian Masney <masneyb@gftp.org>
masneyb
parents: 59
diff changeset
334 2002-11-21 Brian Masney <masneyb@gftp.org>
8a9324fb63a4 2002-11-21 Brian Masney <masneyb@gftp.org>
masneyb
parents: 59
diff changeset
335 * lib/protocols.c (gftp_get_next_line) - fixed several bugs
8a9324fb63a4 2002-11-21 Brian Masney <masneyb@gftp.org>
masneyb
parents: 59
diff changeset
336
8a9324fb63a4 2002-11-21 Brian Masney <masneyb@gftp.org>
masneyb
parents: 59
diff changeset
337 * lib/cache.c - Don't do a cache lookup in gftp_new_cache_entry(). In
8a9324fb63a4 2002-11-21 Brian Masney <masneyb@gftp.org>
masneyb
parents: 59
diff changeset
338 gftp_find_cache_entry(), don't log an error to the user if we can't
8a9324fb63a4 2002-11-21 Brian Masney <masneyb@gftp.org>
masneyb
parents: 59
diff changeset
339 open up the cache file
8a9324fb63a4 2002-11-21 Brian Masney <masneyb@gftp.org>
masneyb
parents: 59
diff changeset
340
8a9324fb63a4 2002-11-21 Brian Masney <masneyb@gftp.org>
masneyb
parents: 59
diff changeset
341 * lib/rfc959.c lib/rfc2068.c lib/protocols.c - small cache fixes
8a9324fb63a4 2002-11-21 Brian Masney <masneyb@gftp.org>
masneyb
parents: 59
diff changeset
342
8a9324fb63a4 2002-11-21 Brian Masney <masneyb@gftp.org>
masneyb
parents: 59
diff changeset
343 * lib/cache.c lib/rfc2068.c lib/rfc959.c - pass full buffer size
8a9324fb63a4 2002-11-21 Brian Masney <masneyb@gftp.org>
masneyb
parents: 59
diff changeset
344 instead of buffer size - 1 to gftp_get_line
8a9324fb63a4 2002-11-21 Brian Masney <masneyb@gftp.org>
masneyb
parents: 59
diff changeset
345
59
618423504fe0 2002-11-20 Brian Masney <masneyb@gftp.org>
masneyb
parents: 58
diff changeset
346 2002-11-20 Brian Masney <masneyb@gftp.org>
618423504fe0 2002-11-20 Brian Masney <masneyb@gftp.org>
masneyb
parents: 58
diff changeset
347 * lib/config_file.c - don't check buf[-1] for blank newlines in
618423504fe0 2002-11-20 Brian Masney <masneyb@gftp.org>
masneyb
parents: 58
diff changeset
348 gftp_read_config_file() and gftp_read_bookmarks_file()
618423504fe0 2002-11-20 Brian Masney <masneyb@gftp.org>
masneyb
parents: 58
diff changeset
349
618423504fe0 2002-11-20 Brian Masney <masneyb@gftp.org>
masneyb
parents: 58
diff changeset
350 * lib/misc.c (string_hash_function) - Fixes if the string was less
618423504fe0 2002-11-20 Brian Masney <masneyb@gftp.org>
masneyb
parents: 58
diff changeset
351 than 2 characters
618423504fe0 2002-11-20 Brian Masney <masneyb@gftp.org>
masneyb
parents: 58
diff changeset
352
618423504fe0 2002-11-20 Brian Masney <masneyb@gftp.org>
masneyb
parents: 58
diff changeset
353 * src/gtk/transfer.c - unlock mutex before we destroy (for POSIX
618423504fe0 2002-11-20 Brian Masney <masneyb@gftp.org>
masneyb
parents: 58
diff changeset
354 compliance)
618423504fe0 2002-11-20 Brian Masney <masneyb@gftp.org>
masneyb
parents: 58
diff changeset
355
618423504fe0 2002-11-20 Brian Masney <masneyb@gftp.org>
masneyb
parents: 58
diff changeset
356 All 3 of these fixes are from Peter Osterlund <petero2@telia.com>
618423504fe0 2002-11-20 Brian Masney <masneyb@gftp.org>
masneyb
parents: 58
diff changeset
357
58
c01d91c10f6c 2002-11-20 Brian Masney <masneyb@gftp.org>
masneyb
parents: 57
diff changeset
358 2002-11-20 Brian Masney <masneyb@gftp.org>
c01d91c10f6c 2002-11-20 Brian Masney <masneyb@gftp.org>
masneyb
parents: 57
diff changeset
359 * lib/protocols.c lib/gftp.h - added gftp_get_line(), gftp_read(),
c01d91c10f6c 2002-11-20 Brian Masney <masneyb@gftp.org>
masneyb
parents: 57
diff changeset
360 gftp_write(), gftp_writefmt(), and gftp_set_sockblocking() functions.
c01d91c10f6c 2002-11-20 Brian Masney <masneyb@gftp.org>
masneyb
parents: 57
diff changeset
361 Added struct_gftp_getline_buffer for gftp_get_line function()
c01d91c10f6c 2002-11-20 Brian Masney <masneyb@gftp.org>
masneyb
parents: 57
diff changeset
362
c01d91c10f6c 2002-11-20 Brian Masney <masneyb@gftp.org>
masneyb
parents: 57
diff changeset
363 * lib/cache.c lib/gftp.h lib/local.c lib/misc.c lib/protocols.c
c01d91c10f6c 2002-11-20 Brian Masney <masneyb@gftp.org>
masneyb
parents: 57
diff changeset
364 lib/rfc2068.c lib/rfc959.c lib/ssh.c lib/sshv2.c - *_get_file() returns
c01d91c10f6c 2002-11-20 Brian Masney <masneyb@gftp.org>
masneyb
parents: 57
diff changeset
365 off_t instead of long. *_{get,put}_next_file_chunk returns ssize_t
c01d91c10f6c 2002-11-20 Brian Masney <masneyb@gftp.org>
masneyb
parents: 57
diff changeset
366 instead of size_t. Added *_set_config_options function to gftp_request
c01d91c10f6c 2002-11-20 Brian Masney <masneyb@gftp.org>
masneyb
parents: 57
diff changeset
367 structure and protocol files. Use the new network functions
c01d91c10f6c 2002-11-20 Brian Masney <masneyb@gftp.org>
masneyb
parents: 57
diff changeset
368 documented above. Convert usage of ANSI C IO (FILE *) to standard BSD
c01d91c10f6c 2002-11-20 Brian Masney <masneyb@gftp.org>
masneyb
parents: 57
diff changeset
369 sockets so that I can use timeouts properly with select
c01d91c10f6c 2002-11-20 Brian Masney <masneyb@gftp.org>
masneyb
parents: 57
diff changeset
370
c01d91c10f6c 2002-11-20 Brian Masney <masneyb@gftp.org>
masneyb
parents: 57
diff changeset
371 * lib/misc.c (ssh_start_login_sequence) - use gftp_set_sockblock(),
c01d91c10f6c 2002-11-20 Brian Masney <masneyb@gftp.org>
masneyb
parents: 57
diff changeset
372 gftp_read() and gftp_write() functions
c01d91c10f6c 2002-11-20 Brian Masney <masneyb@gftp.org>
masneyb
parents: 57
diff changeset
373
c01d91c10f6c 2002-11-20 Brian Masney <masneyb@gftp.org>
masneyb
parents: 57
diff changeset
374 * lib/protocols.c - move some protocol specific code to the protocol
c01d91c10f6c 2002-11-20 Brian Masney <masneyb@gftp.org>
masneyb
parents: 57
diff changeset
375 specific files
c01d91c10f6c 2002-11-20 Brian Masney <masneyb@gftp.org>
masneyb
parents: 57
diff changeset
376
c01d91c10f6c 2002-11-20 Brian Masney <masneyb@gftp.org>
masneyb
parents: 57
diff changeset
377 * lib/local.c - log succesful messages to gftp_logging_misc instead
c01d91c10f6c 2002-11-20 Brian Masney <masneyb@gftp.org>
masneyb
parents: 57
diff changeset
378 of gftp_logging_error
c01d91c10f6c 2002-11-20 Brian Masney <masneyb@gftp.org>
masneyb
parents: 57
diff changeset
379
c01d91c10f6c 2002-11-20 Brian Masney <masneyb@gftp.org>
masneyb
parents: 57
diff changeset
380 * lib/cache.c - log some more error conditions to the user
c01d91c10f6c 2002-11-20 Brian Masney <masneyb@gftp.org>
masneyb
parents: 57
diff changeset
381
c01d91c10f6c 2002-11-20 Brian Masney <masneyb@gftp.org>
masneyb
parents: 57
diff changeset
382 * lib/rfc959.c - added rfc959_getcwd(). In,
c01d91c10f6c 2002-11-20 Brian Masney <masneyb@gftp.org>
masneyb
parents: 57
diff changeset
383 rfc959_accept_active_connection(), set set socket to blocking mode
c01d91c10f6c 2002-11-20 Brian Masney <masneyb@gftp.org>
masneyb
parents: 57
diff changeset
384 before calling accept()
c01d91c10f6c 2002-11-20 Brian Masney <masneyb@gftp.org>
masneyb
parents: 57
diff changeset
385
c01d91c10f6c 2002-11-20 Brian Masney <masneyb@gftp.org>
masneyb
parents: 57
diff changeset
386 * src/text/gftk-text.c - If we get no files in gftp_text_ls(),
c01d91c10f6c 2002-11-20 Brian Masney <masneyb@gftp.org>
masneyb
parents: 57
diff changeset
387 return instead of segfaulting
c01d91c10f6c 2002-11-20 Brian Masney <masneyb@gftp.org>
masneyb
parents: 57
diff changeset
388
c01d91c10f6c 2002-11-20 Brian Masney <masneyb@gftp.org>
masneyb
parents: 57
diff changeset
389 * src/gtk/gftp-gtk.c - expand the port field in the toolbar to be 45
c01d91c10f6c 2002-11-20 Brian Masney <masneyb@gftp.org>
masneyb
parents: 57
diff changeset
390 pixels wide
c01d91c10f6c 2002-11-20 Brian Masney <masneyb@gftp.org>
masneyb
parents: 57
diff changeset
391
c01d91c10f6c 2002-11-20 Brian Masney <masneyb@gftp.org>
masneyb
parents: 57
diff changeset
392 * src/text/gftp-text.c src/gtk/misc-gtk.c src/gtk/transfer.c
c01d91c10f6c 2002-11-20 Brian Masney <masneyb@gftp.org>
masneyb
parents: 57
diff changeset
393 src/gtk/view_dialog.c - changes for conversion of request->{sock,data}
c01d91c10f6c 2002-11-20 Brian Masney <masneyb@gftp.org>
masneyb
parents: 57
diff changeset
394 from ANSI C IO (FILE *) to standard BSD sockets
c01d91c10f6c 2002-11-20 Brian Masney <masneyb@gftp.org>
masneyb
parents: 57
diff changeset
395
57
72f6ca02c83a 2002-11-11 Brian Masney <masneyb@gftp.org>
masneyb
parents: 56
diff changeset
396 2002-11-11 Brian Masney <masneyb@gftp.org>
72f6ca02c83a 2002-11-11 Brian Masney <masneyb@gftp.org>
masneyb
parents: 56
diff changeset
397 * configure.in - compile GTK+ 2.0 port by default
72f6ca02c83a 2002-11-11 Brian Masney <masneyb@gftp.org>
masneyb
parents: 56
diff changeset
398
56
a12bcbc2fce4 2002-11-11 Brian Masney <masneyb@gftp.org>
masneyb
parents: 54
diff changeset
399 2002-11-11 Brian Masney <masneyb@gftp.org>
a12bcbc2fce4 2002-11-11 Brian Masney <masneyb@gftp.org>
masneyb
parents: 54
diff changeset
400 * src/gtk/dnd.c - fixes to DnD code
a12bcbc2fce4 2002-11-11 Brian Masney <masneyb@gftp.org>
masneyb
parents: 54
diff changeset
401
a12bcbc2fce4 2002-11-11 Brian Masney <masneyb@gftp.org>
masneyb
parents: 54
diff changeset
402 * src/gtk/gftp-gtk.[ch] - added main_thread_id variable
a12bcbc2fce4 2002-11-11 Brian Masney <masneyb@gftp.org>
masneyb
parents: 54
diff changeset
403
a12bcbc2fce4 2002-11-11 Brian Masney <masneyb@gftp.org>
masneyb
parents: 54
diff changeset
404 * src/gtk/misc-gtk.c (ftp_log) - don't check the user_data to see if
a12bcbc2fce4 2002-11-11 Brian Masney <masneyb@gftp.org>
masneyb
parents: 54
diff changeset
405 we're in a child thread, instead compare the value of pthread_self()
a12bcbc2fce4 2002-11-11 Brian Masney <masneyb@gftp.org>
masneyb
parents: 54
diff changeset
406 with main_thread_id
a12bcbc2fce4 2002-11-11 Brian Masney <masneyb@gftp.org>
masneyb
parents: 54
diff changeset
407
a12bcbc2fce4 2002-11-11 Brian Masney <masneyb@gftp.org>
masneyb
parents: 54
diff changeset
408 * src/gtk/chmod_dialog.c src/gtk/delete_dialog.c src/gtk/menu-items.c
a12bcbc2fce4 2002-11-11 Brian Masney <masneyb@gftp.org>
masneyb
parents: 54
diff changeset
409 src/gtk/mkdir_dialog.c src/gtk/rename_dialog.c src/gtk/transfer.c -
a12bcbc2fce4 2002-11-11 Brian Masney <masneyb@gftp.org>
masneyb
parents: 54
diff changeset
410 don't set user_data to 0x1 if we're in a child thread
a12bcbc2fce4 2002-11-11 Brian Masney <masneyb@gftp.org>
masneyb
parents: 54
diff changeset
411
a12bcbc2fce4 2002-11-11 Brian Masney <masneyb@gftp.org>
masneyb
parents: 54
diff changeset
412 * lib/gftp.h src/gtk/misc-gtk.c src/text/gftp-text.c - make
a12bcbc2fce4 2002-11-11 Brian Masney <masneyb@gftp.org>
masneyb
parents: 54
diff changeset
413 r_getservbyname() available even if HAVE_GERADDRINFO is defined
a12bcbc2fce4 2002-11-11 Brian Masney <masneyb@gftp.org>
masneyb
parents: 54
diff changeset
414
a12bcbc2fce4 2002-11-11 Brian Masney <masneyb@gftp.org>
masneyb
parents: 54
diff changeset
415 * lib/misc.c (make_ssh_exec_args) - if port is zero, lookup the default
a12bcbc2fce4 2002-11-11 Brian Masney <masneyb@gftp.org>
masneyb
parents: 54
diff changeset
416 port for the ssh service
a12bcbc2fce4 2002-11-11 Brian Masney <masneyb@gftp.org>
masneyb
parents: 54
diff changeset
417
a12bcbc2fce4 2002-11-11 Brian Masney <masneyb@gftp.org>
masneyb
parents: 54
diff changeset
418 * lib/protocols.c (gftp_connect_server) - if the port is zero, store
a12bcbc2fce4 2002-11-11 Brian Masney <masneyb@gftp.org>
masneyb
parents: 54
diff changeset
419 the default port for that protocol there
a12bcbc2fce4 2002-11-11 Brian Masney <masneyb@gftp.org>
masneyb
parents: 54
diff changeset
420
a12bcbc2fce4 2002-11-11 Brian Masney <masneyb@gftp.org>
masneyb
parents: 54
diff changeset
421 * src/gtk/transfer.c - added function update_window_transfer_bytes().
a12bcbc2fce4 2002-11-11 Brian Masney <masneyb@gftp.org>
masneyb
parents: 54
diff changeset
422 Be able to update the directory download progress in window1 now
a12bcbc2fce4 2002-11-11 Brian Masney <masneyb@gftp.org>
masneyb
parents: 54
diff changeset
423
a12bcbc2fce4 2002-11-11 Brian Masney <masneyb@gftp.org>
masneyb
parents: 54
diff changeset
424 * lib/config_file.c lib/misc.c lib/protocols.c lib/ssh.c lib/sshv2.c
a12bcbc2fce4 2002-11-11 Brian Masney <masneyb@gftp.org>
masneyb
parents: 54
diff changeset
425 src/text/gftp-text.c - use g_strdup() instead of g_strconcat() where
a12bcbc2fce4 2002-11-11 Brian Masney <masneyb@gftp.org>
masneyb
parents: 54
diff changeset
426 needed
a12bcbc2fce4 2002-11-11 Brian Masney <masneyb@gftp.org>
masneyb
parents: 54
diff changeset
427
54
450dbe540dd8 2002-11-11 Andras Timar <timar@gnome.hu>
bansz
parents: 51
diff changeset
428 2002-11-11 Andras Timar <timar@gnome.hu>
450dbe540dd8 2002-11-11 Andras Timar <timar@gnome.hu>
bansz
parents: 51
diff changeset
429 * configure.in: added 'hu' to ALL_LINGUAS
450dbe540dd8 2002-11-11 Andras Timar <timar@gnome.hu>
bansz
parents: 51
diff changeset
430
51
33a0ba7f52d1 2002-11-6 Brian Masney <masneyb@gftp.org>
masneyb
parents: 50
diff changeset
431 2002-11-6 Brian Masney <masneyb@gftp.org>
33a0ba7f52d1 2002-11-6 Brian Masney <masneyb@gftp.org>
masneyb
parents: 50
diff changeset
432 * src/gtk/gftp-gtk.c - connect to the select_row signal in the file
33a0ba7f52d1 2002-11-6 Brian Masney <masneyb@gftp.org>
masneyb
parents: 50
diff changeset
433 listbox to grab the double click event
33a0ba7f52d1 2002-11-6 Brian Masney <masneyb@gftp.org>
masneyb
parents: 50
diff changeset
434
50
d433c1417d7d 2002-11-5 Brian Masney <masneyb@gftp.org>
masneyb
parents: 49
diff changeset
435 2002-11-5 Brian Masney <masneyb@gftp.org>
d433c1417d7d 2002-11-5 Brian Masney <masneyb@gftp.org>
masneyb
parents: 49
diff changeset
436 * src/gtk/dnd.c - some code cleanups. Also, add the file transfer with
d433c1417d7d 2002-11-5 Brian Masney <masneyb@gftp.org>
masneyb
parents: 49
diff changeset
437 the function add_file_transfer()
d433c1417d7d 2002-11-5 Brian Masney <masneyb@gftp.org>
masneyb
parents: 49
diff changeset
438
d433c1417d7d 2002-11-5 Brian Masney <masneyb@gftp.org>
masneyb
parents: 49
diff changeset
439 * src/gtk/misc-gtk.c - remove several unneeded calls to fix_display()
d433c1417d7d 2002-11-5 Brian Masney <masneyb@gftp.org>
masneyb
parents: 49
diff changeset
440
d433c1417d7d 2002-11-5 Brian Masney <masneyb@gftp.org>
masneyb
parents: 49
diff changeset
441 * src/gtk/gftp-gtk.c (list_dblclick) - add a note about the double
d433c1417d7d 2002-11-5 Brian Masney <masneyb@gftp.org>
masneyb
parents: 49
diff changeset
442 click stuff not working properly
d433c1417d7d 2002-11-5 Brian Masney <masneyb@gftp.org>
masneyb
parents: 49
diff changeset
443
49
0fec02fb9e54 2002-11-5 Brian Masney <masneyb@gftp.org>
masneyb
parents: 47
diff changeset
444 2002-11-5 Brian Masney <masneyb@gftp.org>
0fec02fb9e54 2002-11-5 Brian Masney <masneyb@gftp.org>
masneyb
parents: 47
diff changeset
445 * src/gtk/transfer.c - use stock icons in GTK+ 2.0 port
0fec02fb9e54 2002-11-5 Brian Masney <masneyb@gftp.org>
masneyb
parents: 47
diff changeset
446
0fec02fb9e54 2002-11-5 Brian Masney <masneyb@gftp.org>
masneyb
parents: 47
diff changeset
447 2002-11-5 Brian Masney <masneyb@gftp.org>
0fec02fb9e54 2002-11-5 Brian Masney <masneyb@gftp.org>
masneyb
parents: 47
diff changeset
448 * lib/*.c src/gtk/*.c - removed function declarations for the static
0fec02fb9e54 2002-11-5 Brian Masney <masneyb@gftp.org>
masneyb
parents: 47
diff changeset
449 functions from the top of the file. I had to rearrange the order of a
0fec02fb9e54 2002-11-5 Brian Masney <masneyb@gftp.org>
masneyb
parents: 47
diff changeset
450 bunch of functions to avoid compiler warnings
0fec02fb9e54 2002-11-5 Brian Masney <masneyb@gftp.org>
masneyb
parents: 47
diff changeset
451
0fec02fb9e54 2002-11-5 Brian Masney <masneyb@gftp.org>
masneyb
parents: 47
diff changeset
452 * lib/gftp.h - include sys/sysmacros.h. If major() and minor() isn't
0fec02fb9e54 2002-11-5 Brian Masney <masneyb@gftp.org>
masneyb
parents: 47
diff changeset
453 defined, give a compiler warning and define our own
0fec02fb9e54 2002-11-5 Brian Masney <masneyb@gftp.org>
masneyb
parents: 47
diff changeset
454
0fec02fb9e54 2002-11-5 Brian Masney <masneyb@gftp.org>
masneyb
parents: 47
diff changeset
455 * lib/local.c (local_get_next_file) - if this file is a device, store
0fec02fb9e54 2002-11-5 Brian Masney <masneyb@gftp.org>
masneyb
parents: 47
diff changeset
456 the major/minor number in the file size
0fec02fb9e54 2002-11-5 Brian Masney <masneyb@gftp.org>
masneyb
parents: 47
diff changeset
457
0fec02fb9e54 2002-11-5 Brian Masney <masneyb@gftp.org>
masneyb
parents: 47
diff changeset
458 * src/gtk/misc-gtk.c (add_file_listbox) - if this file is a device,
0fec02fb9e54 2002-11-5 Brian Masney <masneyb@gftp.org>
masneyb
parents: 47
diff changeset
459 use the major() and minor() macros to display the major and minor number
0fec02fb9e54 2002-11-5 Brian Masney <masneyb@gftp.org>
masneyb
parents: 47
diff changeset
460
47
eec25f215772 2002-11-5 Brian Masney <masneyb@gftp.org>
masneyb
parents: 46
diff changeset
461 2002-11-5 Brian Masney <masneyb@gftp.org>
eec25f215772 2002-11-5 Brian Masney <masneyb@gftp.org>
masneyb
parents: 46
diff changeset
462 * lib/cache.c lib/gftp.h - added second argument ignore_directory to
eec25f215772 2002-11-5 Brian Masney <masneyb@gftp.org>
masneyb
parents: 46
diff changeset
463 gftp_delete_cache_entry
eec25f215772 2002-11-5 Brian Masney <masneyb@gftp.org>
masneyb
parents: 46
diff changeset
464
eec25f215772 2002-11-5 Brian Masney <masneyb@gftp.org>
masneyb
parents: 46
diff changeset
465 * src/gtk/menu-items.c (disconnect) - when disconnecting from the
eec25f215772 2002-11-5 Brian Masney <masneyb@gftp.org>
masneyb
parents: 46
diff changeset
466 remote site, clear all cache entries for that site
eec25f215772 2002-11-5 Brian Masney <masneyb@gftp.org>
masneyb
parents: 46
diff changeset
467
eec25f215772 2002-11-5 Brian Masney <masneyb@gftp.org>
masneyb
parents: 46
diff changeset
468 * src/gtk/delete_dialog.c src/gtk/misc-gtk.c src/gtk/mkdir_dialog.c -
eec25f215772 2002-11-5 Brian Masney <masneyb@gftp.org>
masneyb
parents: 46
diff changeset
469 pass a 0 as second argument to gftp_delete_cache_entry
eec25f215772 2002-11-5 Brian Masney <masneyb@gftp.org>
masneyb
parents: 46
diff changeset
470
46
3da7765bc439 2002-10-31 Brian Masney <masneyb@gftp.org>
masneyb
parents: 45
diff changeset
471 2002-10-31 Brian Masney <masneyb@gftp.org>
3da7765bc439 2002-10-31 Brian Masney <masneyb@gftp.org>
masneyb
parents: 45
diff changeset
472 * lib/protocols.c (gftp_get_next_file) - don't use g_filename_to_utf8.
3da7765bc439 2002-10-31 Brian Masney <masneyb@gftp.org>
masneyb
parents: 45
diff changeset
473 If g_locale_to_utf8 fails, print out a warning to the user on the
3da7765bc439 2002-10-31 Brian Masney <masneyb@gftp.org>
masneyb
parents: 45
diff changeset
474 console
3da7765bc439 2002-10-31 Brian Masney <masneyb@gftp.org>
masneyb
parents: 45
diff changeset
475
45
311e29c40ed6 2002-10-31 Brian Masney <masneyb@gftp.org>
masneyb
parents: 44
diff changeset
476 2002-10-31 Brian Masney <masneyb@gftp.org>
311e29c40ed6 2002-10-31 Brian Masney <masneyb@gftp.org>
masneyb
parents: 44
diff changeset
477 * src/gtk/*.[ch] - don't check for gtk+ version based on the minor
311e29c40ed6 2002-10-31 Brian Masney <masneyb@gftp.org>
masneyb
parents: 44
diff changeset
478 version. May cause problems later on.
311e29c40ed6 2002-10-31 Brian Masney <masneyb@gftp.org>
masneyb
parents: 44
diff changeset
479
311e29c40ed6 2002-10-31 Brian Masney <masneyb@gftp.org>
masneyb
parents: 44
diff changeset
480 * lib/protocols.c src/gtk/bookmarks.c src/gtk/misc-gtk.c - use UTF8
311e29c40ed6 2002-10-31 Brian Masney <masneyb@gftp.org>
masneyb
parents: 44
diff changeset
481 functions for user data when using glib 2.0
311e29c40ed6 2002-10-31 Brian Masney <masneyb@gftp.org>
masneyb
parents: 44
diff changeset
482
44
9c0825c047e7 2002-10-30 Brian Masney <masneyb@gftp.org>
masneyb
parents: 43
diff changeset
483 2002-10-30 Brian Masney <masneyb@gftp.org>
9c0825c047e7 2002-10-30 Brian Masney <masneyb@gftp.org>
masneyb
parents: 43
diff changeset
484 * src/gtk/gftp-gtk.c (CreateMenus) - no longer use depreciated
9c0825c047e7 2002-10-30 Brian Masney <masneyb@gftp.org>
masneyb
parents: 43
diff changeset
485 _gtk_accel_group_attach in GTK+ 2.0 port. Instead use
9c0825c047e7 2002-10-30 Brian Masney <masneyb@gftp.org>
masneyb
parents: 43
diff changeset
486 gtk_window_add_accel_group for both GTK+ ports
9c0825c047e7 2002-10-30 Brian Masney <masneyb@gftp.org>
masneyb
parents: 43
diff changeset
487 (from Nam SungHyun <namsh@kldp.org>)
9c0825c047e7 2002-10-30 Brian Masney <masneyb@gftp.org>
masneyb
parents: 43
diff changeset
488
43
36e2868ce8b7 2002-10-30 Brian Masney <masneyb@gftp.org>
masneyb
parents: 42
diff changeset
489 2002-10-30 Brian Masney <masneyb@gftp.org>
36e2868ce8b7 2002-10-30 Brian Masney <masneyb@gftp.org>
masneyb
parents: 42
diff changeset
490 * src/gtk/transfer.c (getdir_thread) - set use_jmp_environment to 0 instead of 1
36e2868ce8b7 2002-10-30 Brian Masney <masneyb@gftp.org>
masneyb
parents: 42
diff changeset
491
36e2868ce8b7 2002-10-30 Brian Masney <masneyb@gftp.org>
masneyb
parents: 42
diff changeset
492 * src/gtk/misc-gtk.c (signal_handler) - if use_jmp_environment is 0,
36e2868ce8b7 2002-10-30 Brian Masney <masneyb@gftp.org>
masneyb
parents: 42
diff changeset
493 and SIGINT is received, terminate the program
36e2868ce8b7 2002-10-30 Brian Masney <masneyb@gftp.org>
masneyb
parents: 42
diff changeset
494
42
cd169e4789df 2002-10-29 Brian Masney <masneyb@gftp.org>
masneyb
parents: 41
diff changeset
495 2002-10-29 Brian Masney <masneyb@gftp.org>
cd169e4789df 2002-10-29 Brian Masney <masneyb@gftp.org>
masneyb
parents: 41
diff changeset
496 * src/gtk/chmod_dialog.c src/gtk/delete_dialog.c src/gtk/gftp-gtk.c
cd169e4789df 2002-10-29 Brian Masney <masneyb@gftp.org>
masneyb
parents: 41
diff changeset
497 src/gtk/gftp-gtk.h src/gtk/menu-items.c src/gtk/misc-gtk.c
cd169e4789df 2002-10-29 Brian Masney <masneyb@gftp.org>
masneyb
parents: 41
diff changeset
498 src/gtk/mkdir_dialog.c src/gtk/rename_dialog.c src/gtk/transfer.c -
cd169e4789df 2002-10-29 Brian Masney <masneyb@gftp.org>
masneyb
parents: 41
diff changeset
499 improved and simplified signal handling code
cd169e4789df 2002-10-29 Brian Masney <masneyb@gftp.org>
masneyb
parents: 41
diff changeset
500
41
4bcfaf6307b5 2002-10-29 Brian Masney <masneyb@gftp.org>
masneyb
parents: 40
diff changeset
501 2002-10-29 Brian Masney <masneyb@gftp.org>
4bcfaf6307b5 2002-10-29 Brian Masney <masneyb@gftp.org>
masneyb
parents: 40
diff changeset
502 * lib/config_file.c lib/gftp.h lib/options.h src/gtk/menu-items.c
4bcfaf6307b5 2002-10-29 Brian Masney <masneyb@gftp.org>
masneyb
parents: 40
diff changeset
503 src/gtk/view_dialog.c - removed tmp_directory variable. Instead use
4bcfaf6307b5 2002-10-29 Brian Masney <masneyb@gftp.org>
masneyb
parents: 40
diff changeset
504 g_get_tmp_dir ()
4bcfaf6307b5 2002-10-29 Brian Masney <masneyb@gftp.org>
masneyb
parents: 40
diff changeset
505
4bcfaf6307b5 2002-10-29 Brian Masney <masneyb@gftp.org>
masneyb
parents: 40
diff changeset
506 * lib/gftp.h (struct gftp_request) - added int cancel : 1
4bcfaf6307b5 2002-10-29 Brian Masney <masneyb@gftp.org>
masneyb
parents: 40
diff changeset
507
4bcfaf6307b5 2002-10-29 Brian Masney <masneyb@gftp.org>
masneyb
parents: 40
diff changeset
508 * lib/misc.c lib/protocols.c lib/rfc2068.c lib/rfc959.c lib/ssh.c
4bcfaf6307b5 2002-10-29 Brian Masney <masneyb@gftp.org>
masneyb
parents: 40
diff changeset
509 lib/sshv2.c - check for interrupted signal calls
4bcfaf6307b5 2002-10-29 Brian Masney <masneyb@gftp.org>
masneyb
parents: 40
diff changeset
510
4bcfaf6307b5 2002-10-29 Brian Masney <masneyb@gftp.org>
masneyb
parents: 40
diff changeset
511 * lib/protocols.c - added gftp_fgets() and gftp_fwrite() functions
4bcfaf6307b5 2002-10-29 Brian Masney <masneyb@gftp.org>
masneyb
parents: 40
diff changeset
512
4bcfaf6307b5 2002-10-29 Brian Masney <masneyb@gftp.org>
masneyb
parents: 40
diff changeset
513 * src/gtk/delete_dialog.c src/gtk/misc-gtk.c src/gtk/transfer.c - use
4bcfaf6307b5 2002-10-29 Brian Masney <masneyb@gftp.org>
masneyb
parents: 40
diff changeset
514 g_main_context_iteration in GTK+ 2.0 port
4bcfaf6307b5 2002-10-29 Brian Masney <masneyb@gftp.org>
masneyb
parents: 40
diff changeset
515
4bcfaf6307b5 2002-10-29 Brian Masney <masneyb@gftp.org>
masneyb
parents: 40
diff changeset
516 * src/gtk/misc-gtk.c - use g_object_unref instead of gdk_drawable_unref
4bcfaf6307b5 2002-10-29 Brian Masney <masneyb@gftp.org>
masneyb
parents: 40
diff changeset
517 in GTK+ 2.0 port
4bcfaf6307b5 2002-10-29 Brian Masney <masneyb@gftp.org>
masneyb
parents: 40
diff changeset
518
40
66c064fd05bc 2002-10-17 Brian Masney <masneyb@gftp.org>
masneyb
parents: 39
diff changeset
519 2002-10-17 Brian Masney <masneyb@gftp.org>
66c064fd05bc 2002-10-17 Brian Masney <masneyb@gftp.org>
masneyb
parents: 39
diff changeset
520 * lib/protocols.c - add gftp_abort_transfer function. Also, in
66c064fd05bc 2002-10-17 Brian Masney <masneyb@gftp.org>
masneyb
parents: 39
diff changeset
521 gftp_transfer_file, when we do a gftp_put_file, if that fails,
66c064fd05bc 2002-10-17 Brian Masney <masneyb@gftp.org>
masneyb
parents: 39
diff changeset
522 try to abort the transfer.
66c064fd05bc 2002-10-17 Brian Masney <masneyb@gftp.org>
masneyb
parents: 39
diff changeset
523
66c064fd05bc 2002-10-17 Brian Masney <masneyb@gftp.org>
masneyb
parents: 39
diff changeset
524 * lib/rfc959.c - add rfc959_abort_transfer function
66c064fd05bc 2002-10-17 Brian Masney <masneyb@gftp.org>
masneyb
parents: 39
diff changeset
525
66c064fd05bc 2002-10-17 Brian Masney <masneyb@gftp.org>
masneyb
parents: 39
diff changeset
526 * lib/rfc2068.c, lib/local.c - point abort_transfer pointer to
66c064fd05bc 2002-10-17 Brian Masney <masneyb@gftp.org>
masneyb
parents: 39
diff changeset
527 rfc2068_end_transfer and local_end_transfer respectively
66c064fd05bc 2002-10-17 Brian Masney <masneyb@gftp.org>
masneyb
parents: 39
diff changeset
528
66c064fd05bc 2002-10-17 Brian Masney <masneyb@gftp.org>
masneyb
parents: 39
diff changeset
529 * lib/ssh.c, lib/sshv2.c - add FIXME to implement abort function
66c064fd05bc 2002-10-17 Brian Masney <masneyb@gftp.org>
masneyb
parents: 39
diff changeset
530
66c064fd05bc 2002-10-17 Brian Masney <masneyb@gftp.org>
masneyb
parents: 39
diff changeset
531 * src/gtk/transfer.c - when we stop a transfer, try to abort it
66c064fd05bc 2002-10-17 Brian Masney <masneyb@gftp.org>
masneyb
parents: 39
diff changeset
532 first. If that fails, disconnect from the site completely
66c064fd05bc 2002-10-17 Brian Masney <masneyb@gftp.org>
masneyb
parents: 39
diff changeset
533
39
474d562c7268 2002-10-15 Brian Masney <masneyb@gftp.org>
masneyb
parents: 37
diff changeset
534 2002-10-15 Brian Masney <masneyb@gftp.org>
474d562c7268 2002-10-15 Brian Masney <masneyb@gftp.org>
masneyb
parents: 37
diff changeset
535 * lib/config_file.c - enable combo in GTK port for Proxy server type
474d562c7268 2002-10-15 Brian Masney <masneyb@gftp.org>
masneyb
parents: 37
diff changeset
536
474d562c7268 2002-10-15 Brian Masney <masneyb@gftp.org>
masneyb
parents: 37
diff changeset
537 * lib/misc.c (gftp_sort_filelist) - make sure prev pointer to first
474d562c7268 2002-10-15 Brian Masney <masneyb@gftp.org>
masneyb
parents: 37
diff changeset
538 entry is NULL
474d562c7268 2002-10-15 Brian Masney <masneyb@gftp.org>
masneyb
parents: 37
diff changeset
539
474d562c7268 2002-10-15 Brian Masney <masneyb@gftp.org>
masneyb
parents: 37
diff changeset
540 * lib/protocols.c (copy_token) - when setting the end position of
474d562c7268 2002-10-15 Brian Masney <masneyb@gftp.org>
masneyb
parents: 37
diff changeset
541 the token to \0, after we're done set it back to the origional position
474d562c7268 2002-10-15 Brian Masney <masneyb@gftp.org>
masneyb
parents: 37
diff changeset
542
474d562c7268 2002-10-15 Brian Masney <masneyb@gftp.org>
masneyb
parents: 37
diff changeset
543 * src/gtk/gftp-gtk.c, src/gtk/menu-items.c - changed g_list_first (list)
474d562c7268 2002-10-15 Brian Masney <masneyb@gftp.org>
masneyb
parents: 37
diff changeset
544 to just list
474d562c7268 2002-10-15 Brian Masney <masneyb@gftp.org>
masneyb
parents: 37
diff changeset
545
37
5a178bd04ca5 2002-10-13 Brian Masney <masneyb@gftp.org>
masneyb
parents: 36
diff changeset
546 2002-10-13 Brian Masney <masneyb@gftp.org>
5a178bd04ca5 2002-10-13 Brian Masney <masneyb@gftp.org>
masneyb
parents: 36
diff changeset
547 * lib/gftp.h (struct gftp_config_vars_tag) - remove shown flag and
5a178bd04ca5 2002-10-13 Brian Masney <masneyb@gftp.org>
masneyb
parents: 36
diff changeset
548 added ports_shown flag. Added GFTP_PORTS_TEXT, GFTP_PORTS_GTK,
5a178bd04ca5 2002-10-13 Brian Masney <masneyb@gftp.org>
masneyb
parents: 36
diff changeset
549 and GFTP_PORTS_ALL flags
5a178bd04ca5 2002-10-13 Brian Masney <masneyb@gftp.org>
masneyb
parents: 36
diff changeset
550
5a178bd04ca5 2002-10-13 Brian Masney <masneyb@gftp.org>
masneyb
parents: 36
diff changeset
551 * lib/config_file.c - update to use new fields.
5a178bd04ca5 2002-10-13 Brian Masney <masneyb@gftp.org>
masneyb
parents: 36
diff changeset
552
5a178bd04ca5 2002-10-13 Brian Masney <masneyb@gftp.org>
masneyb
parents: 36
diff changeset
553 * lib/config_file.c, lib/options.h, lib/gftp.h - added new global
5a178bd04ca5 2002-10-13 Brian Masney <masneyb@gftp.org>
masneyb
parents: 36
diff changeset
554 options: local_sortcol, local_sortasds, remote_sortcol, remote_sortasds
5a178bd04ca5 2002-10-13 Brian Masney <masneyb@gftp.org>
masneyb
parents: 36
diff changeset
555
5a178bd04ca5 2002-10-13 Brian Masney <masneyb@gftp.org>
masneyb
parents: 36
diff changeset
556 * src/gtk/gftp-gtk.c - sort based on parameters above. Also, if a url
5a178bd04ca5 2002-10-13 Brian Masney <masneyb@gftp.org>
masneyb
parents: 36
diff changeset
557 was given on the command line, don't connect to it until the local side
5a178bd04ca5 2002-10-13 Brian Masney <masneyb@gftp.org>
masneyb
parents: 36
diff changeset
558 has been setup
5a178bd04ca5 2002-10-13 Brian Masney <masneyb@gftp.org>
masneyb
parents: 36
diff changeset
559
5a178bd04ca5 2002-10-13 Brian Masney <masneyb@gftp.org>
masneyb
parents: 36
diff changeset
560 * src/gtk/options_dialog.c - only show variables that have GFTP_PORT_GTK
5a178bd04ca5 2002-10-13 Brian Masney <masneyb@gftp.org>
masneyb
parents: 36
diff changeset
561 set
5a178bd04ca5 2002-10-13 Brian Masney <masneyb@gftp.org>
masneyb
parents: 36
diff changeset
562
5a178bd04ca5 2002-10-13 Brian Masney <masneyb@gftp.org>
masneyb
parents: 36
diff changeset
563 * src/text/gftp-text.c - add help screen for set command. Added command
5a178bd04ca5 2002-10-13 Brian Masney <masneyb@gftp.org>
masneyb
parents: 36
diff changeset
564 clear cache. Sort the filelist based on the configuration options.
5a178bd04ca5 2002-10-13 Brian Masney <masneyb@gftp.org>
masneyb
parents: 36
diff changeset
565
5a178bd04ca5 2002-10-13 Brian Masney <masneyb@gftp.org>
masneyb
parents: 36
diff changeset
566 * configure.in - update to version 2.0.14
5a178bd04ca5 2002-10-13 Brian Masney <masneyb@gftp.org>
masneyb
parents: 36
diff changeset
567
5a178bd04ca5 2002-10-13 Brian Masney <masneyb@gftp.org>
masneyb
parents: 36
diff changeset
568 * cvsclean - clean up the Makefile.am file better
5a178bd04ca5 2002-10-13 Brian Masney <masneyb@gftp.org>
masneyb
parents: 36
diff changeset
569
36
bc9473ba9a90 2002-10-07 Brian Masney <masneyb@gftp.org>
masneyb
parents: 34
diff changeset
570 2002-10-07 Brian Masney <masneyb@gftp.org>
bc9473ba9a90 2002-10-07 Brian Masney <masneyb@gftp.org>
masneyb
parents: 34
diff changeset
571 * lib/local.c - fixed file uploads
bc9473ba9a90 2002-10-07 Brian Masney <masneyb@gftp.org>
masneyb
parents: 34
diff changeset
572
bc9473ba9a90 2002-10-07 Brian Masney <masneyb@gftp.org>
masneyb
parents: 34
diff changeset
573 * lib/rfc959.c - fixed crash if you uploaded/downloaded a file that
bc9473ba9a90 2002-10-07 Brian Masney <masneyb@gftp.org>
masneyb
parents: 34
diff changeset
574 you didn't have permission to
bc9473ba9a90 2002-10-07 Brian Masney <masneyb@gftp.org>
masneyb
parents: 34
diff changeset
575
bc9473ba9a90 2002-10-07 Brian Masney <masneyb@gftp.org>
masneyb
parents: 34
diff changeset
576 * src/gtk/transfer.c - display fixes for hostname
bc9473ba9a90 2002-10-07 Brian Masney <masneyb@gftp.org>
masneyb
parents: 34
diff changeset
577
bc9473ba9a90 2002-10-07 Brian Masney <masneyb@gftp.org>
masneyb
parents: 34
diff changeset
578 * autogen.sh - pass -c to automake
bc9473ba9a90 2002-10-07 Brian Masney <masneyb@gftp.org>
masneyb
parents: 34
diff changeset
579
34
87a94b93c36c 2002-10-07 Brian Masney <masneyb@gftp.org>
masneyb
parents: 33
diff changeset
580 2002-10-07 Brian Masney <masneyb@gftp.org>
87a94b93c36c 2002-10-07 Brian Masney <masneyb@gftp.org>
masneyb
parents: 33
diff changeset
581 * docs/sample.gftp/gftp-mini-logo.xpm - added mini gFTP logo file
87a94b93c36c 2002-10-07 Brian Masney <masneyb@gftp.org>
masneyb
parents: 33
diff changeset
582 from Debian. This can be used as a menu icon.
87a94b93c36c 2002-10-07 Brian Masney <masneyb@gftp.org>
masneyb
parents: 33
diff changeset
583
33
c8ec7877432e 2002-10-06 Brian Masney <masneyb@gftp.org>
masneyb
parents: 32
diff changeset
584 2002-10-06 Brian Masney <masneyb@gftp.org>
c8ec7877432e 2002-10-06 Brian Masney <masneyb@gftp.org>
masneyb
parents: 32
diff changeset
585 * src/gtk/delete_dialog.c, src/gtk/gftp-gtk.c, src/gtk/misc-gtk.c,
c8ec7877432e 2002-10-06 Brian Masney <masneyb@gftp.org>
masneyb
parents: 32
diff changeset
586 src/gtk/transfer.c - Fixed dead-locks with GDK_THREADS_{ENTER,LEAVE}
c8ec7877432e 2002-10-06 Brian Masney <masneyb@gftp.org>
masneyb
parents: 32
diff changeset
587
c8ec7877432e 2002-10-06 Brian Masney <masneyb@gftp.org>
masneyb
parents: 32
diff changeset
588 * configure.in, src/gtk/Makefile.am - Use GTHREAD_LIBS
c8ec7877432e 2002-10-06 Brian Masney <masneyb@gftp.org>
masneyb
parents: 32
diff changeset
589
c8ec7877432e 2002-10-06 Brian Masney <masneyb@gftp.org>
masneyb
parents: 32
diff changeset
590 2002-10-03 Brian Masney <masneyb@gftp.org>
c8ec7877432e 2002-10-06 Brian Masney <masneyb@gftp.org>
masneyb
parents: 32
diff changeset
591 * Makefile.am - remove intl and m4 directory from subdirs. autogen.sh
c8ec7877432e 2002-10-06 Brian Masney <masneyb@gftp.org>
masneyb
parents: 32
diff changeset
592 will automagically add these for me.
c8ec7877432e 2002-10-06 Brian Masney <masneyb@gftp.org>
masneyb
parents: 32
diff changeset
593
c8ec7877432e 2002-10-06 Brian Masney <masneyb@gftp.org>
masneyb
parents: 32
diff changeset
594 * autogen.sh - remove check for libtool
c8ec7877432e 2002-10-06 Brian Masney <masneyb@gftp.org>
masneyb
parents: 32
diff changeset
595
c8ec7877432e 2002-10-06 Brian Masney <masneyb@gftp.org>
masneyb
parents: 32
diff changeset
596 * configure.in - link in gthread
c8ec7877432e 2002-10-06 Brian Masney <masneyb@gftp.org>
masneyb
parents: 32
diff changeset
597
c8ec7877432e 2002-10-06 Brian Masney <masneyb@gftp.org>
masneyb
parents: 32
diff changeset
598 * cvsclean - added this script
c8ec7877432e 2002-10-06 Brian Masney <masneyb@gftp.org>
masneyb
parents: 32
diff changeset
599
124
65048c959029 2003-4-6 Brian Masney <masneyb@gftp.org>
masneyb
parents: 121
diff changeset
600 * *.[ch] - added $Id: ChangeLog,v 1.66 2003/04/08 01:43:31 masneyb Exp $ tags
33
c8ec7877432e 2002-10-06 Brian Masney <masneyb@gftp.org>
masneyb
parents: 32
diff changeset
601
c8ec7877432e 2002-10-06 Brian Masney <masneyb@gftp.org>
masneyb
parents: 32
diff changeset
602 * debian/* - updated files from Debian maintainer
c8ec7877432e 2002-10-06 Brian Masney <masneyb@gftp.org>
masneyb
parents: 32
diff changeset
603
32
741f7aefa9aa changelog entry for last commit
masneyb
parents: 28
diff changeset
604 2002-10-03 Brian Masney <masneyb@gftp.org>
741f7aefa9aa changelog entry for last commit
masneyb
parents: 28
diff changeset
605 * src/gtk/gftp-gtk.c - call g_thread_init (NULL)
741f7aefa9aa changelog entry for last commit
masneyb
parents: 28
diff changeset
606
741f7aefa9aa changelog entry for last commit
masneyb
parents: 28
diff changeset
607 * src/gtk/delete_dialog.c, src/gtk/misc-gtk.c, src/gtk/transfer.c -
741f7aefa9aa changelog entry for last commit
masneyb
parents: 28
diff changeset
608 call gdk_threads_enter() and gdk_threads_leave()
741f7aefa9aa changelog entry for last commit
masneyb
parents: 28
diff changeset
609
28
b3e16d1f19c9 2002-09-24 Brian Masney <masneyb@gftp.org>
masneyb
parents: 27
diff changeset
610 2002-09-24 Brian Masney <masneyb@gftp.org>
b3e16d1f19c9 2002-09-24 Brian Masney <masneyb@gftp.org>
masneyb
parents: 27
diff changeset
611 * configure.in - take [external] off of AM_GNU_GETTEXT
b3e16d1f19c9 2002-09-24 Brian Masney <masneyb@gftp.org>
masneyb
parents: 27
diff changeset
612
27
6db3583f538a 2002-09-24 Brian Masney <masneyb@gftp.org>
masneyb
parents: 26
diff changeset
613 2002-09-24 Brian Masney <masneyb@gftp.org>
6db3583f538a 2002-09-24 Brian Masney <masneyb@gftp.org>
masneyb
parents: 26
diff changeset
614 * intl/ - remove this directory
6db3583f538a 2002-09-24 Brian Masney <masneyb@gftp.org>
masneyb
parents: 26
diff changeset
615
26
d74bfa342116 2002-09-24 gettextize <bug-gnu-gettext@gnu.org>
masneyb
parents: 25
diff changeset
616 2002-09-24 gettextize <bug-gnu-gettext@gnu.org>
d74bfa342116 2002-09-24 gettextize <bug-gnu-gettext@gnu.org>
masneyb
parents: 25
diff changeset
617 * Makefile.am (SUBDIRS): Add intl,
d74bfa342116 2002-09-24 gettextize <bug-gnu-gettext@gnu.org>
masneyb
parents: 25
diff changeset
618 (ACLOCAL_AMFLAGS): New variable.
d74bfa342116 2002-09-24 gettextize <bug-gnu-gettext@gnu.org>
masneyb
parents: 25
diff changeset
619 (EXTRA_DIST): Add config.rpath mkinstalldirs.
d74bfa342116 2002-09-24 gettextize <bug-gnu-gettext@gnu.org>
masneyb
parents: 25
diff changeset
620 * configure.in (AC_OUTPUT): Add intl/Makefile,
d74bfa342116 2002-09-24 gettextize <bug-gnu-gettext@gnu.org>
masneyb
parents: 25
diff changeset
621
25
8ded3af0172c 2002-09-24 Brian Masney <masneyb@gftp.org>
masneyb
parents: 23
diff changeset
622 2002-09-24 Brian Masney <masneyb@gftp.org>
26
d74bfa342116 2002-09-24 gettextize <bug-gnu-gettext@gnu.org>
masneyb
parents: 25
diff changeset
623 * lib/config_file.c - separated saving of bookmarks from
d74bfa342116 2002-09-24 gettextize <bug-gnu-gettext@gnu.org>
masneyb
parents: 25
diff changeset
624 gftp_write_config_file() to gftp_write_bookmarks_file(). Bookmarks will
d74bfa342116 2002-09-24 gettextize <bug-gnu-gettext@gnu.org>
masneyb
parents: 25
diff changeset
625 no longer be rewritten to disk every time gFTP exits
d74bfa342116 2002-09-24 gettextize <bug-gnu-gettext@gnu.org>
masneyb
parents: 25
diff changeset
626
d74bfa342116 2002-09-24 gettextize <bug-gnu-gettext@gnu.org>
masneyb
parents: 25
diff changeset
627 * src/gtk/bookmarks.c - call gftp_write_bookmarks_file() instead of
d74bfa342116 2002-09-24 gettextize <bug-gnu-gettext@gnu.org>
masneyb
parents: 25
diff changeset
628 gftp_write_config_file() when altering a bookmark
d74bfa342116 2002-09-24 gettextize <bug-gnu-gettext@gnu.org>
masneyb
parents: 25
diff changeset
629
d74bfa342116 2002-09-24 gettextize <bug-gnu-gettext@gnu.org>
masneyb
parents: 25
diff changeset
630 * configure.in - Fixed problem with the text port being compiled
d74bfa342116 2002-09-24 gettextize <bug-gnu-gettext@gnu.org>
masneyb
parents: 25
diff changeset
631 against glib 1.2 if we wanted it to be compiled against glib 2.0
d74bfa342116 2002-09-24 gettextize <bug-gnu-gettext@gnu.org>
masneyb
parents: 25
diff changeset
632 instead
d74bfa342116 2002-09-24 gettextize <bug-gnu-gettext@gnu.org>
masneyb
parents: 25
diff changeset
633
d74bfa342116 2002-09-24 gettextize <bug-gnu-gettext@gnu.org>
masneyb
parents: 25
diff changeset
634 * autogen.sh - add this build script
d74bfa342116 2002-09-24 gettextize <bug-gnu-gettext@gnu.org>
masneyb
parents: 25
diff changeset
635
d74bfa342116 2002-09-24 gettextize <bug-gnu-gettext@gnu.org>
masneyb
parents: 25
diff changeset
636 2002-09-24 Brian Masney <masneyb@gftp.org>
25
8ded3af0172c 2002-09-24 Brian Masney <masneyb@gftp.org>
masneyb
parents: 23
diff changeset
637 * Remove intl/ directory from CVS
8ded3af0172c 2002-09-24 Brian Masney <masneyb@gftp.org>
masneyb
parents: 23
diff changeset
638
23
e19785b088d7 2002-09-18 Brian Masney <masneyb@gftp.org>
masneyb
parents: 22
diff changeset
639 2002-09-18 Brian Masney <masneyb@gftp.org>
e19785b088d7 2002-09-18 Brian Masney <masneyb@gftp.org>
masneyb
parents: 22
diff changeset
640 * Updated French translation (from Damien Mascr?
e19785b088d7 2002-09-18 Brian Masney <masneyb@gftp.org>
masneyb
parents: 22
diff changeset
641 <damienmascre@free.fr>)
e19785b088d7 2002-09-18 Brian Masney <masneyb@gftp.org>
masneyb
parents: 22
diff changeset
642
e19785b088d7 2002-09-18 Brian Masney <masneyb@gftp.org>
masneyb
parents: 22
diff changeset
643 * Updated Japanese translation (from Ryoichi INAGAKI
e19785b088d7 2002-09-18 Brian Masney <masneyb@gftp.org>
masneyb
parents: 22
diff changeset
644 <inagaki@ryo1.net>)
e19785b088d7 2002-09-18 Brian Masney <masneyb@gftp.org>
masneyb
parents: 22
diff changeset
645
e19785b088d7 2002-09-18 Brian Masney <masneyb@gftp.org>
masneyb
parents: 22
diff changeset
646 2002-09-17 Brian Masney <masneyb@gftp.org>
e19785b088d7 2002-09-18 Brian Masney <masneyb@gftp.org>
masneyb
parents: 22
diff changeset
647 * src/gtk/bookmarks.c - Fixed crash that would occur if you saved the
26
d74bfa342116 2002-09-24 gettextize <bug-gnu-gettext@gnu.org>
masneyb
parents: 25
diff changeset
648 changes two times in the bookmark editor. Also, fixed several memory
d74bfa342116 2002-09-24 gettextize <bug-gnu-gettext@gnu.org>
masneyb
parents: 25
diff changeset
649 leaks
23
e19785b088d7 2002-09-18 Brian Masney <masneyb@gftp.org>
masneyb
parents: 22
diff changeset
650
22
cc6431f1ca55 2002-09-16 Brian Masney <masneyb@gftp.org>
masneyb
parents: 21
diff changeset
651 2002-09-16 Brian Masney <masneyb@gftp.org>
cc6431f1ca55 2002-09-16 Brian Masney <masneyb@gftp.org>
masneyb
parents: 21
diff changeset
652 * po/de.po - Updated German translation (from Matthias Haase
cc6431f1ca55 2002-09-16 Brian Masney <masneyb@gftp.org>
masneyb
parents: 21
diff changeset
653 <matthias_haase@bennewitz.com>)
cc6431f1ca55 2002-09-16 Brian Masney <masneyb@gftp.org>
masneyb
parents: 21
diff changeset
654
cc6431f1ca55 2002-09-16 Brian Masney <masneyb@gftp.org>
masneyb
parents: 21
diff changeset
655 * po/ru.po - Updated Russian translation (from Vitaly Lipatov
cc6431f1ca55 2002-09-16 Brian Masney <masneyb@gftp.org>
masneyb
parents: 21
diff changeset
656 <LAV@VL3143.spb.edu>)
cc6431f1ca55 2002-09-16 Brian Masney <masneyb@gftp.org>
masneyb
parents: 21
diff changeset
657
21
4b244bf9d84d 2002-09-16 Brian Masney <masneyb@gftp.org>
masneyb
parents: 19
diff changeset
658 2002-09-16 Brian Masney <masneyb@gftp.org>
4b244bf9d84d 2002-09-16 Brian Masney <masneyb@gftp.org>
masneyb
parents: 19
diff changeset
659 * src/gtk/gftp-gtk.c, src/gtk/menu-items.c, src/gtk/misc-gtk.c -
4b244bf9d84d 2002-09-16 Brian Masney <masneyb@gftp.org>
masneyb
parents: 19
diff changeset
660 Fixed compile errors when compiling against GTK+ 1.2
4b244bf9d84d 2002-09-16 Brian Masney <masneyb@gftp.org>
masneyb
parents: 19
diff changeset
661
4b244bf9d84d 2002-09-16 Brian Masney <masneyb@gftp.org>
masneyb
parents: 19
diff changeset
662 * src/gtk/misc-gtk.c (MakeEditDialog, MakeYesNoDialog) - fixed to work
4b244bf9d84d 2002-09-16 Brian Masney <masneyb@gftp.org>
masneyb
parents: 19
diff changeset
663 with GTK+ 1.2
4b244bf9d84d 2002-09-16 Brian Masney <masneyb@gftp.org>
masneyb
parents: 19
diff changeset
664
19
3b2dcdefc7e9 2002-09-15 Brian Masney <masneyb@gftp.org>
masneyb
parents: 18
diff changeset
665 2002-09-15 Brian Masney <masneyb@gftp.org>
3b2dcdefc7e9 2002-09-15 Brian Masney <masneyb@gftp.org>
masneyb
parents: 18
diff changeset
666 * lib/gftp.h (struct gftp_transfer) - changed the type of numfiles and
3b2dcdefc7e9 2002-09-15 Brian Masney <masneyb@gftp.org>
masneyb
parents: 18
diff changeset
667 numdirs from unsigned long to long. This must be a signed field. This
3b2dcdefc7e9 2002-09-15 Brian Masney <masneyb@gftp.org>
masneyb
parents: 18
diff changeset
668 is a bug I introduced a few days ago.
3b2dcdefc7e9 2002-09-15 Brian Masney <masneyb@gftp.org>
masneyb
parents: 18
diff changeset
669
3b2dcdefc7e9 2002-09-15 Brian Masney <masneyb@gftp.org>
masneyb
parents: 18
diff changeset
670 * lib/local.c (local_put_file) - remove the + off of the ab mode to
3b2dcdefc7e9 2002-09-15 Brian Masney <masneyb@gftp.org>
masneyb
parents: 18
diff changeset
671 fdopen. This is also a bug I introduced a few days ago.
3b2dcdefc7e9 2002-09-15 Brian Masney <masneyb@gftp.org>
masneyb
parents: 18
diff changeset
672
3b2dcdefc7e9 2002-09-15 Brian Masney <masneyb@gftp.org>
masneyb
parents: 18
diff changeset
673 * src/gtk/transfer.c (gftp_gtk_calc_kbs) - make sure that the variable
3b2dcdefc7e9 2002-09-15 Brian Masney <masneyb@gftp.org>
masneyb
parents: 18
diff changeset
674 difftime isn't a negative number when computing the KB/s
3b2dcdefc7e9 2002-09-15 Brian Masney <masneyb@gftp.org>
masneyb
parents: 18
diff changeset
675
3b2dcdefc7e9 2002-09-15 Brian Masney <masneyb@gftp.org>
masneyb
parents: 18
diff changeset
676 * src/gtk/menu-items.c (save_directory_listing) - remove casts to
3b2dcdefc7e9 2002-09-15 Brian Masney <masneyb@gftp.org>
masneyb
parents: 18
diff changeset
677 GTK_OBJECT for the str variable
3b2dcdefc7e9 2002-09-15 Brian Masney <masneyb@gftp.org>
masneyb
parents: 18
diff changeset
678
3b2dcdefc7e9 2002-09-15 Brian Masney <masneyb@gftp.org>
masneyb
parents: 18
diff changeset
679 * src/gtk/gftp-gtk.c - use GTK_STOCK_* icons in place of left.xpm,
3b2dcdefc7e9 2002-09-15 Brian Masney <masneyb@gftp.org>
masneyb
parents: 18
diff changeset
680 right.xpm, up.xpm, down.xpm and stop.xpm in GTK+ 2.0 port
3b2dcdefc7e9 2002-09-15 Brian Masney <masneyb@gftp.org>
masneyb
parents: 18
diff changeset
681
3b2dcdefc7e9 2002-09-15 Brian Masney <masneyb@gftp.org>
masneyb
parents: 18
diff changeset
682 * src/gtk/bookmarks.c - show GTK_STOCK_* icons on the popup menu
3b2dcdefc7e9 2002-09-15 Brian Masney <masneyb@gftp.org>
masneyb
parents: 18
diff changeset
683
3b2dcdefc7e9 2002-09-15 Brian Masney <masneyb@gftp.org>
masneyb
parents: 18
diff changeset
684 * src/gtk/bookmarks.c, src/gtk/chmod_dialog.c, src/gtk/menu-items.c,
3b2dcdefc7e9 2002-09-15 Brian Masney <masneyb@gftp.org>
masneyb
parents: 18
diff changeset
685 src/gtk/misc-gtk.c, src/gtk/options_dialog.c and
3b2dcdefc7e9 2002-09-15 Brian Masney <masneyb@gftp.org>
masneyb
parents: 18
diff changeset
686 src/gtk/view_dialog.c - use gtk_dialog_new_with_buttons in GTK+ 2.0
3b2dcdefc7e9 2002-09-15 Brian Masney <masneyb@gftp.org>
masneyb
parents: 18
diff changeset
687 port to create the dialog. Also, associate gFTP icon with this dialog
3b2dcdefc7e9 2002-09-15 Brian Masney <masneyb@gftp.org>
masneyb
parents: 18
diff changeset
688
3b2dcdefc7e9 2002-09-15 Brian Masney <masneyb@gftp.org>
masneyb
parents: 18
diff changeset
689 * src/gtk/misc-gtk.c - changed the interface of MakeEditDialog and
3b2dcdefc7e9 2002-09-15 Brian Masney <masneyb@gftp.org>
masneyb
parents: 18
diff changeset
690 MakeYesNoDialog. In the GTK+ 2.0 port, I now use stock icons in the
3b2dcdefc7e9 2002-09-15 Brian Masney <masneyb@gftp.org>
masneyb
parents: 18
diff changeset
691 dialog buttons.
3b2dcdefc7e9 2002-09-15 Brian Masney <masneyb@gftp.org>
masneyb
parents: 18
diff changeset
692
3b2dcdefc7e9 2002-09-15 Brian Masney <masneyb@gftp.org>
masneyb
parents: 18
diff changeset
693 2002-09-11 Marius Andreiana <mandreiana@yahoo.com>
18
6b2e606554aa 2002-09-11 Marius Andreiana <mandreiana@yahoo.com>
mandreiana
parents: 17
diff changeset
694
6b2e606554aa 2002-09-11 Marius Andreiana <mandreiana@yahoo.com>
mandreiana
parents: 17
diff changeset
695 * configure.in: added 'ro' to ALL_LINGUAS
6b2e606554aa 2002-09-11 Marius Andreiana <mandreiana@yahoo.com>
mandreiana
parents: 17
diff changeset
696
17
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents: 2
diff changeset
697 2002-09-08 Brian Masney <masneyb@gftp.org>
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents: 2
diff changeset
698 * lib/misc.c - added gftp_sort_filelist function
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
699
17
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents: 2
diff changeset
700 * src/gtk/gftp-gtk.c (sortrows) - call gftp_sort_filelist now
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents: 2
diff changeset
701 to do the sorting
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
702
17
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents: 2
diff changeset
703 * config.sub, install-sh, missing, mkinstalldirs - new versions from
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents: 2
diff changeset
704 automake 1.4
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
705
17
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents: 2
diff changeset
706 * src/text/gftp-text.c, lib/protocols.c - more large file support
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
707
17
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents: 2
diff changeset
708 2002-09-04 Brian Masney <masneyb@gftp.org>
19
3b2dcdefc7e9 2002-09-15 Brian Masney <masneyb@gftp.org>
masneyb
parents: 18
diff changeset
709 * lib/rfc959.c - FXP fixes (from Tobias Gruetzmacher
3b2dcdefc7e9 2002-09-15 Brian Masney <masneyb@gftp.org>
masneyb
parents: 18
diff changeset
710 <tobias@portfolio16.de>)
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
711
17
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents: 2
diff changeset
712 2002-09-03 Brian Masney <masneyb@gftp.org>
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents: 2
diff changeset
713 * lib/rfc2068.c - HTTP fixes when running under Solaris. Read from
19
3b2dcdefc7e9 2002-09-15 Brian Masney <masneyb@gftp.org>
masneyb
parents: 18
diff changeset
714 request->sockfd and write to request->sockfd_write (Solaris doesn't
3b2dcdefc7e9 2002-09-15 Brian Masney <masneyb@gftp.org>
masneyb
parents: 18
diff changeset
715 like it when you read/write to the same FILE structure)
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
716
19
3b2dcdefc7e9 2002-09-15 Brian Masney <masneyb@gftp.org>
masneyb
parents: 18
diff changeset
717 * lib/local.c - encode major/minor numbers for a device in the file
3b2dcdefc7e9 2002-09-15 Brian Masney <masneyb@gftp.org>
masneyb
parents: 18
diff changeset
718 size. This is probably still busted for other platforms
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
719
17
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents: 2
diff changeset
720 * lib/rfc2068.c, lib/rfc959.c, lib/ssh.c, lib/sshv2.c - Sanity
19
3b2dcdefc7e9 2002-09-15 Brian Masney <masneyb@gftp.org>
masneyb
parents: 18
diff changeset
721 checking on the fdopen() calls. Also make sure that all of them have a
3b2dcdefc7e9 2002-09-15 Brian Masney <masneyb@gftp.org>
masneyb
parents: 18
diff changeset
722 + in their open mode. Doesn't affect UNIX, but it does affect Windows
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
723
17
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents: 2
diff changeset
724 * src/gtk/menu-items.c, src/gtk/gftp-gtk.c, src/gtk/misc-gtk.c - added
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents: 2
diff changeset
725 function save_directory_listing. It's in the Local and Remote menus
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
726
19
3b2dcdefc7e9 2002-09-15 Brian Masney <masneyb@gftp.org>
masneyb
parents: 18
diff changeset
727 * src/gtk/view_dialog.c - changed log message slightly. The new string
3b2dcdefc7e9 2002-09-15 Brian Masney <masneyb@gftp.org>
masneyb
parents: 18
diff changeset
728 should already be in the po files translated
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
729
17
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents: 2
diff changeset
730 2002-08-30 Brian Masney <masneyb@gftp.org>
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents: 2
diff changeset
731 * lib/misc.c - don't allow passing a 0 to log10
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
732
17
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents: 2
diff changeset
733 2002-08-30 Brian Masney <masneyb@gftp.org>
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents: 2
diff changeset
734 * src/gtk/gftp-gtk.c - Use stockitem for menu items in gtk+ 2.0.
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents: 2
diff changeset
735 Use _gtk_accel_group_attach for gtk 2.0 (removes FIXME). Only call
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents: 2
diff changeset
736 bind_textdomain_codeset if we're in gtk 2.0
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents: 2
diff changeset
737 (all from Sung-Hyun Nam <namsh@kldp.org>)
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
738
17
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents: 2
diff changeset
739 2002-08-29 Sung-Hyun Nam <namsh@kldp.org>
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents: 2
diff changeset
740 * po/ko.po - language team change
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
741
17
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents: 2
diff changeset
742 2002-08-29 Sung-Hyun Nam <namsh@kldp.org>
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents: 2
diff changeset
743 * po/ko.po - Updated Korean translation
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
744
17
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents: 2
diff changeset
745 2002-08-29 Yanko Kaneti <yaneti@declera.com>
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents: 2
diff changeset
746 * po/bg.po - Updated Bulgarian translation
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents: 2
diff changeset
747
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents: 2
diff changeset
748 2002-08-23 Brian Masney <masneyb@gftp.org>
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents: 2
diff changeset
749 * configure.in - small build fixes
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
750
17
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents: 2
diff changeset
751 2002-08-23 Brian Masney <masneyb@gftp.org>
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents: 2
diff changeset
752 * lib/rfc959.c - put anonymous ftp checks in here instead of scattered
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents: 2
diff changeset
753 elsewhere
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
754
17
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents: 2
diff changeset
755 * src/gtk/gftp-gtk.c - call bind_textdomain_codeset in gtk+ port.
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents: 2
diff changeset
756 Removed anonymous FTP stuff
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
757
17
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents: 2
diff changeset
758 * lib/local.c - open files with O_LARGEFILE if _LARGEFILE_SOURCE
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents: 2
diff changeset
759 is defined
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
760
17
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents: 2
diff changeset
761 * lib/protocols.c - removed anonymous FTP stuff
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
762
17
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents: 2
diff changeset
763 * lib/rfc2068.c - don't check for anonymous username
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
764
17
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents: 2
diff changeset
765 * src/gtk/misc-gtk.c - translation fixes for menus
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents: 2
diff changeset
766 (from Owen Taylor <otaylor@redhat.com>)
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
767
17
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents: 2
diff changeset
768 2002-08-23 <baddog@cvs.gnome.org>
19
3b2dcdefc7e9 2002-09-15 Brian Masney <masneyb@gftp.org>
masneyb
parents: 18
diff changeset
769 * configure.in - (ALL_LINGUAS): zh_CN.GB2312 -> zh_CN, zh_TW.Big5 ->
3b2dcdefc7e9 2002-09-15 Brian Masney <masneyb@gftp.org>
masneyb
parents: 18
diff changeset
770 zh_TW
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
771
17
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents: 2
diff changeset
772 2002-08-23 Abel Cheung <maddog@linux.org.hk>
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents: 2
diff changeset
773 * zh_TW.Big5.po renamed to zh_TW.po
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
774
17
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents: 2
diff changeset
775 * zh_CN.GB2312.po renamed to zh_CN.po
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
776
17
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents: 2
diff changeset
777 * zh_TW.Big5.gmo - Removed.
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
778
17
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents: 2
diff changeset
779 * Makefile.in.in, gftp.pot - Remove generated file.
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
780
17
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents: 2
diff changeset
781 2002-08-23 <baddog@cvs.gnome.org>
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents: 2
diff changeset
782 * po/.cvsignore - Shhhhhh
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
783
17
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents: 2
diff changeset
784 2002-08-14 <cneumair@cvs.gnome.org>
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents: 2
diff changeset
785 * po/de.po - Fixed German translation (charset, header)
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
786
17
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents: 2
diff changeset
787 2002-08-05 Brian Masney <masneyb@gftp.org>
19
3b2dcdefc7e9 2002-09-15 Brian Masney <masneyb@gftp.org>
masneyb
parents: 18
diff changeset
788 * lib/protocols.c - When we connect to a remote server, don't change
3b2dcdefc7e9 2002-09-15 Brian Masney <masneyb@gftp.org>
masneyb
parents: 18
diff changeset
789 the hostname to the PTR record of the hostname
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
790
19
3b2dcdefc7e9 2002-09-15 Brian Masney <masneyb@gftp.org>
masneyb
parents: 18
diff changeset
791 * src/gtk/transfer.c - Fixed crash if you was already transfering a
3b2dcdefc7e9 2002-09-15 Brian Masney <masneyb@gftp.org>
masneyb
parents: 18
diff changeset
792 file, and you started another transfer, and if you hit cancel at the
17
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents: 2
diff changeset
793 Overwrite/Resume/Skip dialog
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
794
17
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents: 2
diff changeset
795 * docs/sample.gftp/gftprc - put the ext= lines back in the config file
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
796
19
3b2dcdefc7e9 2002-09-15 Brian Masney <masneyb@gftp.org>
masneyb
parents: 18
diff changeset
797 * po/es.po - Spanish updates (from Gustavo D. Vranjes
3b2dcdefc7e9 2002-09-15 Brian Masney <masneyb@gftp.org>
masneyb
parents: 18
diff changeset
798 <gvranjes@softhome.net>)
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
799
19
3b2dcdefc7e9 2002-09-15 Brian Masney <masneyb@gftp.org>
masneyb
parents: 18
diff changeset
800 * po/nl.po - Dutch updates (from Myckel Habets
3b2dcdefc7e9 2002-09-15 Brian Masney <masneyb@gftp.org>
masneyb
parents: 18
diff changeset
801 <myckelhabets@netscape.net>)
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
802
17
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents: 2
diff changeset
803 2002-07-19 Brian Masney <masneyb@gftp.org>
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents: 2
diff changeset
804 * gFTP 2.0.13 released
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
805