Mercurial > gftp.yaz
annotate ChangeLog @ 185:cc94bd62d290
2003-6-16 Brian Masney <masneyb@gftp.org>
* lib/protocols.c (_gftp_get_next_charset) - set the separator for
remote charsets to be a comma
* lib/options.h - updated description of remote charsets
| author | masneyb |
|---|---|
| date | Tue, 17 Jun 2003 10:13:26 +0000 |
| parents | 65eb40fb4f03 |
| children | 13ca1defdc75 |
| rev | line source |
|---|---|
| 184 | 1 2003-6-16 Brian Masney <masneyb@gftp.org> |
| 185 | 2 * lib/protocols.c (_gftp_get_next_charset) - set the separator for |
| 3 remote charsets to be a comma | |
| 4 | |
| 5 * lib/options.h - updated description of remote charsets | |
| 6 | |
| 184 | 7 * lib/gftp.h lib/misc.c lib/options.h lib/protocols.c |
| 8 src/gtk/misc-gtk.c - added remote_charsets option. Whenever a file is | |
| 9 read in that is not in UTF-8, it will first attempt to convert it from | |
| 10 the local charset, and if that fails, it will try each of the locales | |
| 11 in this list. I have no idea if this even works, so if someone can test | |
| 12 this, please let me know. | |
| 13 | |
| 182 | 14 2003-6-15 Brian Masney <masneyb@gftp.org> |
| 15 * lib/cache.c lib/gftp.h - added gftp_generate_cache_description(). | |
| 16 | |
| 17 * lib/cache.c lib/gftp.h src/text/gftp-text.c src/gtk/delete-dialog.c | |
| 18 src/gtk/menu-items.c src/gtk/misc-gtk.c src/gtk/mkdir-dialog.c - Added | |
| 19 description parameter to gftp_delete_cache_entry(). | |
| 20 | |
| 21 * lib/protocols.c lib/gftp.h - added gftp_fd_open(). It will call | |
| 22 open() and then set the socket option close on exec | |
| 23 | |
| 24 * lib/cache.c lib/local.c lib/misc.c - use gftp_fd_open() instead of | |
| 25 open() | |
| 26 | |
| 27 * lib/rfc959.c lib/protocols.c - on newly created sockets, make sure | |
| 28 the close on exec socket option is set | |
| 29 | |
| 30 * lib/options.h src/text/gftp-text.c src/gtk/transfer.c - added | |
| 31 preserve_permissions option | |
| 32 | |
| 33 * lib/protocols.c (gftp_parse_url) - allow an @ to be in the username | |
| 34 | |
| 35 * src/text/gftp-text.c - after transfering a file, honor | |
| 36 preserve_permissions if it is set | |
| 37 | |
| 38 * src/gtk/delete-dialog.c - improvments to clearing the expired cache | |
| 39 entries | |
| 40 | |
| 179 | 41 2003-6-14 Brian Masney <masneyb@gftp.org> |
| 42 * lib/cache.c (gftp_delete_cache_entry) - fix for restoring newlines | |
| 43 | |
| 44 * lib/gftp.h lib/protocols.c - added EOF flag for gftp_get_line() | |
| 45 | |
| 46 * lib/gftp.h lib/pty.c - added get_pty_impl() function for each PTY | |
| 47 type | |
| 48 | |
| 49 * src/text/gftp-text.c - after removing files, clear the cache for | |
| 50 that directory | |
| 51 | |
| 178 | 52 2003-6-11 Brian Masney <masneyb@gftp.org> |
| 53 * lib/configure.in lib/gftp.h - portability fix for openpty(). (from | |
| 54 Nathan Robertson <nathanr@nathanr.net>, which he took from | |
| 55 http://mail.python.org/pipermail/patches/2000-June/000953.html) | |
| 56 | |
| 57 * lib/pty.h - found out about #elif preprocessor macro ;) | |
| 58 | |
| 177 | 59 2003-6-9 Brian Masney <masneyb@gftp.org> |
| 60 * lib/bookmark.c lib/gftp.h lib/local.c lib/protocols.c lib/rfc2068.c | |
| 61 lib/rfc959.c lib/sshv2.c - make return value of *_set_config_options() | |
| 62 be an integer | |
| 63 | |
| 64 * lib/rfc2068.c lib/rfc959.c - return the error code of | |
| 65 gftp_connect_server() if there was a connection problem | |
| 66 | |
| 67 2003-6-8 Brian Masney <masneyb@gftp.org> | |
| 68 * lib/rfc959.c lib/rfc2068.c - if gftp_connect_server() returns an | |
| 69 error, make sure the exact error code is returned | |
| 70 | |
| 175 | 71 2003-6-8 Brian Masney <masneyb@gftp.org> |
| 72 * lib/sslcommon.c - added entropy_len option. Added | |
| 73 gftp_ssl_get_index(). Use SSL_get_ex_data() so that we can get the | |
| 74 request structure, and error messages can be logged properly. Changed | |
| 75 the verify depth from 4 to 9 | |
| 76 | |
| 174 | 77 2003-6-8 Brian Masney <masneyb@gftp.org> |
| 78 * lib/gftp.h lib/sslcommon.c - added ssl_register_module(). This | |
| 79 function registers the configuration variables for the SSL engine. | |
| 80 Right now, the only variable is the entropy source | |
| 81 | |
| 82 * lib/https.c (https_register_module) - call ssl_register_module(). | |
| 83 Multiple protocols will be able to call this function, it will only | |
| 84 be initialized once | |
| 85 | |
| 173 | 86 2003-6-8 Brian Masney <masneyb@gftp.org> |
| 87 * lib/bookmark.c lib/gftp.h lib/https.c lib/local.c lib/misc.c | |
| 88 lib/protocols.c lib/rfc2068.c lib/rfc959.c lib/sshv2.c | |
| 89 src/text/gftp-text.c src/gtk/gftp-gtk.c - made the init function for | |
| 90 all the protocols return an integer instead of nothing. If there was an | |
| 91 error setting up the protocol, GFTP_EFATAL should be returned and the | |
| 92 connection should be aborted. The HTTPS protocol uses this to return if | |
| 93 SSL support was not compiled in | |
| 94 | |
| 95 * lib/protocols.c src/text/gftp-text.c src/gtk/dnd.c | |
| 96 src/gtk/gftp-gtk.c src/gtk/menu-items.c - have gftp_parse_url() log the | |
| 97 error messages to the user. This shouldn't have been done in the | |
| 98 individual ports | |
| 99 | |
| 100 * lib/https.c - only initialize the SSL engine the first time a SSL | |
| 101 connection is made. | |
| 102 | |
| 171 | 103 2003-6-8 Brian Masney <masneyb@gftp.org> |
| 104 * aclocal.m4 - removed, this file is automatically generated | |
| 105 | |
| 106 * autogen.sh - just call automake and aclocal, instead of automake-1.4 | |
| 107 and aclocal-1.4 (from Nathan Robertson <nathanr@nathanr.net>) | |
| 108 | |
| 109 2003-6-8 Brian Masney <masneyb@gftp.org> | |
| 110 * lib/https.c lib/options.h lib/sslcommon.c - make sure USE_SSL is | |
| 111 defined before using any SSL functions | |
| 112 | |
| 113 * lib/gftp.h lib/protocols.c lib/rfc2068.c lib/sshv2.c lib/sslcommon.c | |
| 114 lib/rfc959.c - make sure we use request->datafd for the connection. Removed | |
| 115 sockfd from gftp_request structure | |
| 116 | |
| 117 * lib/rfc959.c - add data_connection to rfc959_parms structure. Use | |
| 118 this for the FTP data connection | |
| 119 | |
| 120 * src/text/gftp-text.c - fixes for username/password prompt | |
| 121 | |
| 122 * src/gtk/misc-gtk.c src/gtk/transfer.c - s/sockfd/datafd/g | |
| 123 | |
| 124 * configure.in - added lib/Makefile (forgot to commit last time) | |
| 125 | |
| 126 * Makefile.am - added intl to SUBDIRS | |
| 127 | |
| 128 2003-6-8 Brian Masney <masneyb@gftp.org> | |
| 168 | 129 * lib/gftp.h - if USE_SSL is defined, include the OpenSSL headers. |
| 130 Added read_function, write_function and post_connect function pointers | |
| 131 to gftp_request structure. Added SSL object to gftp_request structure | |
| 132 if USE_SSL is defined. Added protocol number and init function | |
| 133 declarations for the HTTPS protocol | |
| 134 | |
| 135 * lib/options.h - added HTTPS to the list of supported protocols | |
| 136 | |
| 137 * lib/protocols.c lib/cache.c lib/rfc2068.c lib/rfc959.c lib/sshv2.c - | |
| 138 renamed gftp_read(), gftp_write() and gftp_set_sockblocking() to | |
| 139 gftp_fd_read(), gftp_fd_write() and gftp_fd_set_sockblocking() | |
| 140 respectively | |
| 141 | |
| 142 * lib/bookmark.c lib/local.c | |
| 143 | |
| 144 * lib/misc.c lib/rfc2068.c - moved base64_encode() to misc.c | |
| 166 | 145 |
| 168 | 146 * lib/protocols.c - improved parsing of URLs. Rather than calling |
| 147 gftp_read() or gftp_write() directly, call the read_function or | |
| 148 write_function that is set in the request structure. Expanded tabs | |
| 149 to spaces. Cleanup for parsing of timestamps. In | |
| 150 gftp_connect_server(), if a post_connect function pointer is set, | |
| 151 call it after we are connected to the server. Improvements to | |
| 152 gftp_get_line (). | |
| 153 | |
| 154 * lib/httpcommon.h lib/rfc2068.c - moved rfc2068_params structure to | |
| 155 httpcommon.h. Fix for chunked file transfers, they were not handled | |
| 156 at all before. Made the I/O calls a little more generic so that we can | |
| 157 read from either a socket or a SSL connection. | |
| 158 | |
| 159 * lib/sslcommon.c - added generic SSL layer | |
| 160 | |
| 161 * lib/https.c - added support for the HTTPS protocol. It piggy backs | |
| 162 off of the existing HTTP support and uses the generic SSL layer | |
| 163 | |
| 164 * src/gtk/bookmarks.c src/gtk/chmod_dialog.c src/gtk/gftp-gtk.c | |
| 165 src/gtk/menu-items.c src/gtk/misc-gtk.c src/gtk/options_dialog.c | |
| 166 src/gtk/view_dialog.c - set the window icon name to the gFTP <version> | |
| 167 | |
| 168 * configure.in - added lib back to SUBDIRS (oops) | |
| 169 | |
| 170 * lib/Makefile.am - added https.c, sslcommon.c and httpcommon.h | |
| 171 | |
| 172 2003-5-27 Brian Masney <masneyb@gftp.org> | |
| 173 * Makefile.am configure.in autogen.sh - build fixes | |
| 174 | |
| 175 * src/text/gftp-text.c - if the protocol we are connecting to | |
| 176 doesn't need a username/password, don't prompt the user for one | |
| 166 | 177 |
| 162 | 178 2003-5-22 Brian Masney <masneyb@gftp.org> |
| 168 | 179 * lib/misc.c (gftp_usage) - updated usage statement |
| 162 | 180 |
| 168 | 181 * lib/options.h - put terminate options properly |
| 162 | 182 |
| 158 | 183 2003-05-06 Christian Rose <menthos@menthos.com> |
| 184 | |
| 185 * configure.in: Added sr and sr@Latn to ALL_LINGUAS. | |
| 186 | |
| 154 | 187 2003-05-01 Hasbullah Bin Pit <sebol@ikhlas.com> |
| 188 | |
| 189 * configure.in(ALL_LINGUAS): Added "ms". | |
| 190 | |
| 151 | 191 2003-4-27 Brian Masney <masneyb@gftp.org> |
| 192 * lib/config_file.c (gftp_config_file_read_float) - use strtod instead | |
| 193 of strtof(). ANSI C describes strtod, and C99 describes strtof(). Some | |
| 194 older systems don't have strtof() | |
| 195 | |
| 196 * lib/gftp.h - if HAVE_OPENPTY is defined, include pty.h. Fix for | |
| 197 GFTP_GET_AI_FAMILY when request or request->hostp is NULL. Added | |
| 198 free_hostp boolean to struct gftp_request | |
| 199 | |
| 200 * lib/misc.c src/gtk/delete_dialog.c src/gtk/transfer.c - added | |
| 201 copy_local_options parameter. Add a pointer to newreq->hostp from the | |
| 202 source request structure | |
| 203 | |
| 204 * lib/protocols.c - honor free_hostp | |
| 205 | |
| 206 * lib/rfc959.c - fix for IPV4/IPV6 detection | |
| 207 | |
| 208 * src/gtk/misc-gtk.c src/gtk/options_dialog.c - fixed compiler errors | |
| 209 when compiling against GTK+ 1.2 | |
| 210 | |
| 211 * src/gtk/transfer.c - lookup option one_transfer instead of | |
| 212 do_one_transfer_at_a_time | |
| 213 | |
| 149 | 214 2003-04-27 Christian Rose <menthos@menthos.com> |
| 215 | |
| 216 * lib/rfc959.c: Fix bug #111090 by adding | |
| 217 /* xgettext:no-c-format */ comment. This trivial bug prevented any | |
| 218 full localization of gftp. | |
| 219 | |
| 146 | 220 2003-4-25 Brian Masney <masneyb@gftp.org> |
| 221 * lib/rfc959.c - added IPV6 support (RFC2428). The only part of the | |
| 222 project that isn't IPV6 ready is the proxy comparsion functions. | |
| 223 | |
| 224 * lib/protocols.c - change the hints.ai_family paramater from AF_INET | |
| 225 to PF_UNSPEC | |
| 226 | |
| 227 * lib/gftp.h lib/misc.c lib/pty.c - moved the functionality of | |
| 228 pty[ms]_open() to pty.c. Combined these 2 functions into open_ptys(), | |
| 229 and there is one defined for each system type (lots of #define's in | |
| 230 this file!) | |
| 231 | |
| 232 * lib/Makefile.am po/POTFILES.in - added pty.c | |
| 233 | |
| 234 * lib/sshv2.c - when searching for the password prompt, omit the first | |
| 235 character in case it is capitalized. Also, use the new function | |
| 236 open_ptys() | |
| 237 | |
| 238 * configure.in - search for openpty in -lutil. Also, define | |
| 239 HAVE_OPENPTY if this function is present on the system | |
| 240 | |
| 241 | |
| 143 | 242 2003-4-23 Brian Masney <masneyb@gftp.org> |
| 243 * Makefile.am - removed config.rpath from EXTRA_DIST | |
| 244 | |
| 245 * configure.in - added 'sr' to ALL_LINGUAS. Incremented | |
| 246 version to 2.0.15 (will be a little while before this is released. | |
| 247 Still have lots to do) | |
| 248 | |
| 249 * docs/sample.gftp/gftprc - removed old unused SSH options. These were | |
| 250 used by the SSH protocol I ripped out | |
| 251 | |
| 252 * lib/config_file.c - fix for gftp_set_request_option(). Implemented | |
| 253 gftp_lookup_request_options(). Overriding of configuration options now | |
| 254 works across the board :) | |
| 255 | |
| 256 * lib/protocols.c - extra checks for freeing memory | |
| 257 | |
| 258 * src/text/gftp-text.c - renamed ssh_use_sftp_subsys to the proper | |
| 259 name of sshv2_use_sftp_subsys | |
| 260 | |
| 261 * src/gtk/transfer.c - renamed append_file_transfers option | |
| 262 to the proper name of append_transfers. Also, added quick fix for | |
| 263 start_file_transfers option that is still missing | |
| 264 | |
| 265 * debian/gftp-text.postinst - this will add add an alternative for the | |
| 266 ftp command and point it to gftp-text | |
| 267 | |
| 139 | 268 2003-4-21 Brian Masney <masneyb@gftp.org> |
| 269 * lib/gftp.h - added ui_cancel_function to struct gftp_option_type_var | |
| 270 | |
| 271 * src/gtk/gftp-gtk.c - added custom_edit_value to struct | |
| 272 gftp_textcomboedt_widget_data | |
| 273 | |
| 274 * src/gtk/options_dialog.c - fixups for gftp_option_type_textcomboedt. | |
| 275 The value will always convert %n to \n when reading in and then do the | |
| 276 opposite conversion when saving the variable. Also, added tooltips to | |
| 277 the options | |
| 278 | |
| 279 * lib/rfc959.c - remove FIXME comment | |
| 280 | |
| 136 | 281 2003-4-18 Brian Masney <masneyb@gftp.org> |
| 282 * lib/config_file.c lib/gftp.h - removed gftp_option_type_subtree, | |
| 283 gftp_option_type_table and gftp_option_type_newtable | |
| 284 | |
| 285 * lib/config_file.c - implemented gftp_set_request_option() | |
| 286 | |
| 287 * lib/gftp.h lib/config_file.c - changed declaration of | |
| 288 ui_print_function in struct gftp_option_type. Also added | |
| 289 ui_save_function field to this structure | |
| 290 | |
| 291 * lib/gftp.h added local_options_vars num_local_options_vars variables | |
| 292 to gftp_request | |
| 293 | |
| 294 * lib/local.c (local_set_directory) - small improvements to this | |
| 295 function | |
| 296 | |
| 297 * lib/misc.c - added gftp_copy_local_options() | |
| 298 | |
| 299 * lib/options.h - fix declaration of General tab | |
| 300 | |
| 301 * lib/protocols.c - free local options | |
| 302 | |
| 303 * lib/rfc2068.c - check to see if we're connecting to a FTP site via | |
| 304 proxy | |
| 305 | |
| 306 * lib/rfc959.c lib/protocols.c - changes for CRAY directory listings | |
| 307 | |
| 308 * src/gtk/gftp-gtk.h - added struct gftp_options_dialog_data and | |
| 309 struct gftp_textcomboedt_widget_data | |
| 310 | |
| 311 * src/gtk/options_dialog.c - start to use new configuration interface | |
| 312 | |
| 313 * src/gtk/transfer.c - remove FIXME note. This is already in | |
| 314 lib/gftp.h | |
| 315 | |
| 131 | 316 2003-4-13 Brian Masney <masneyb@gftp.org> |
| 317 * lib/config_file.c - fixed float config type | |
| 318 | |
| 319 * lib/gftp.h lib/misc.c - added gftp_gen_ls_string() | |
| 320 | |
| 321 * src/gtk/menu-items.c (dosave_directory_listing) | |
| 322 src/text/gftp-text.c (gftp_text_ls) - use | |
| 323 gftp_gen_ls_string() | |
| 324 | |
| 129 | 325 2003-4-13 Brian Masney <masneyb@gftp.org> |
| 326 * lib/config_file.c - implemented gftp_set_global_option() | |
| 327 | |
| 328 * lib/gftp.h lib/misc.c - added gftp_tdata_new() | |
| 329 | |
| 330 * src/text/gftp-text.c src/gtk/transfer.c - use gftp_tdata_new() | |
| 331 | |
| 332 * src/gtk/bookmarks.c - In run_bookmark(), use gftp_parse_bookmark() | |
| 333 function. Renamed all instances of gftp_bookmarks to | |
| 334 gftp_bookmarks_var | |
| 335 | |
| 336 * src/gtk/gftp-gtk.[ch] - added global variables viewedit_processes | |
| 337 and viewedit_processes_done. These used to be declared in | |
| 338 lib/options.h | |
| 339 | |
| 340 * src/gtk/gftp-gtk.h (struct gftp_window_data) - removed sortcol and | |
| 341 sortasds variables. Added prefix_col_str variable. This will either be | |
| 342 local or remote | |
| 343 | |
| 344 * src/gtk/misc-gtk.c - removed r_gethostbyname() and r_getservbyname() | |
| 345 | |
| 346 * src/gtk/transfer.c - removed gftp_gtk_calc_kbs(), get_status() and | |
| 347 parse_attribs(). These are in the lib/ directory now. Also, use | |
| 348 g_static_mutex_*() functions from glib instead of pthread_mutex_*() | |
| 349 | |
| 350 * src/gtk/bookmark.c src/gtk/dnd.c src/gtk/menu-items.c | |
| 351 src/gtk/transfer.c - use g_strdup() instead of g_malloc()/strcpy() | |
| 352 | |
| 353 * src/gtk/options_dialog.c - commented out large parts of this file. | |
| 354 This file is busted at the moment | |
| 355 | |
| 356 * src/gtk/*.[ch] - Use new configuration interface in all source | |
| 357 files. Updated copyright dates on all source files | |
| 358 | |
| 126 | 359 2003-4-9 Brian Masney <masneyb@gftp.org> |
| 360 * lib/gftp.h lib/config_file.c - reordered config option types. Added | |
| 361 gftp_option_type_textcomboedt type | |
| 362 | |
| 363 * lib/options.h lib/rfc959.c - moved gftp_proxy_type to rfc959.c | |
| 364 | |
| 365 * lib/rfc959.c - added proxy_type that is | |
| 366 gftp_option_type_textcomboedt. Consolidated help text into comment. | |
| 367 In parse_ftp_proxy_string(), improve parsing of proxy config | |
| 368 | |
| 125 | 369 2003-4-8 Brian Masney <masneyb@gftp.org> |
| 370 * src/text/gftp-text.c lib/misc.c - moved r_gethostbyname() and | |
| 371 r_getservbyname() to lib/misc.c. Now uses GMutex functions | |
| 372 | |
| 373 * lib/config_file.c lib/gftp.h lib/options.h - added config | |
| 374 variable type textcombo. default_protocol uses this | |
| 375 | |
| 376 * lib/config_file.c (gftp_read_config_file) - when reading in the | |
| 377 list of supported protocols, add the protocol names to the list | |
| 378 associated with default_protocol. Also, don't try to have | |
| 379 default_protocol fall back to FTP. The code that uses this will fall | |
| 380 back properly | |
| 381 | |
| 382 * lib/gftp.h (struct gftp_transfer) - renamed node to user_data | |
| 383 | |
| 384 * lib/misc.c lib/gftp.h - moved parse_attribs() from | |
| 385 src/gtk/transfer.c to misc.c. Renamed to gftp_parse_attribs() | |
| 386 | |
| 387 * lib/protocols.c lib/gftp.h - moved get_status() from | |
| 388 src/gtk/transfer.c to protocols.c. Renamed to | |
| 389 gftp_get_transfer_status(). Uses GMutex functions | |
| 390 | |
| 391 | |
| 392 2003-4-7 Brian Masney <masneyb@gftp.org> | |
| 393 * src/gtk/bookmarks.c - renamed struct gftp_bookmarks to | |
| 394 gftp_bookmarks_var. In run_bookmark(), use gftp_parse_bookmark() | |
| 395 | |
| 396 * src/gtk/bookmarks.c src/gtk/dnd.c src/gtk/menu-items.c | |
| 397 src/gtk/transfer.c - use g_strdup() instead of g_malloc()/strcpy() | |
| 398 | |
| 399 * src/gtk/dnd.c src/gtk/menu-items.c - don't use depreciated macros | |
| 400 to access the request structure | |
| 401 | |
| 402 * src/gtk/*.c - use new gftp_lookup_global_option() and | |
| 403 gftp_lookup_request_option() functions | |
| 404 | |
| 405 * src/gtk/gftp-gtk.h src/gtk/gftp-gtk.c - moved viewedit_processes and | |
| 406 viewedit_process_done variables from lib/gftp.h and lib/options.h | |
| 407 | |
| 408 * src/gtk/transfer.c - removed gftp_gtk_calc_kbs(). This is now in | |
| 409 lib/protocols.c. Removed Binary/Ascii conversion. This is all done in | |
| 410 lib/rfc959.c | |
| 411 | |
| 124 | 412 2003-4-6 Brian Masney <masneyb@gftp.org> |
| 413 * lib/config_file.c src/text/gftp-text.c - changed arguments of | |
| 414 gftp_read_config_file() and gftp_read_bookmarks() to take an argument | |
| 415 to the path of the global config directory. The text/gtk+ port will | |
| 416 just pass SHARE_DIR. The native MacOS X port that is in the works | |
| 417 needs this (Nathan Robertson is currently working on this port) | |
| 418 | |
| 419 * lib/gftp.h lib/config_file.c - removed config variable type | |
| 420 gftp_option_type_textarray | |
| 421 | |
| 422 * lib/gftp.h lib/config_file.c - removed copy_function from | |
| 423 gftp_option_type_var. This is implemented with memcpy() instead | |
| 424 | |
| 425 * lib/rfc959.c - remember to rename all instances of firewall_* to | |
| 426 ftp_proxy_* | |
| 427 | |
| 428 * lib/sshv2.c - improved generating the argument list for the ssh | |
| 429 client | |
| 430 | |
| 431 * lib/sshv2.c lib/misc.c lib/gftp.h - added len argument to | |
| 432 ptym_open() | |
| 433 | |
| 434 * lib/protocols.c lib/misc.c lib/config_file.c - use g_strdup() | |
| 435 instead of g_malloc()/strcpy() | |
| 436 | |
| 437 2003-4-5 Brian Masney <masneyb@gftp.org> | |
| 438 * lib/config_file.c lib/options.h lib/gftp.h lib/rfc959.c | |
| 439 lib/rfc2068.c lib/ssh.c - added new internal configuration interface. | |
| 440 Rather than having a global variable for each option, I have a global | |
| 441 hash table (gftp_global_options_htable) that I can look up option names | |
| 442 by name using gftp_lookup_global_option(). I also an options hash | |
| 443 associated with a request structure, so I will be able to call | |
| 444 gftp_lookup_request_option(). I will be able to override options with | |
| 445 bookmarks or while transfers are in progress very easily now. Also, all | |
| 446 options no longer have to appear in config_file.c, the per protocol | |
| 447 options can appear inside their own file | |
| 448 | |
| 449 * lib/gftp.h lib/bookmarks.c lib/local.c lib/rfc959.c lib/rfc2068.c - | |
| 450 remove set_data_type and protocol name from struct gftp_request | |
| 451 | |
| 452 * lib/rfc959.c - renamed all firewall_* variables to ftp_proxy_* in | |
| 453 the config file | |
| 454 | |
| 455 * lib/gftp.h lib/protocols.c lib/rfc959.c - renamed all GFTP_TYPE_* | |
| 456 vars to GFTP_DIRTYPE_* | |
| 457 | |
| 458 * lib/gftp.h - removed ascii field and renamed the node pointer to | |
| 459 user_data in struct gftp_file. In gftp_request, removed any setting | |
| 460 that is now stored in the global/local hash tables. Added | |
| 461 register_module() pointer that will be called whenever the protocol is | |
| 462 first loaded into gftp | |
| 463 | |
| 464 * lib/rfc959.c src/text/gftp-text.c - moved the ascii/binary | |
| 465 translation to rfc959.c. Also, moved any instance of automatically | |
| 466 setting the data type to rfc959.c as well. | |
| 467 | |
| 468 * lib/misc.c lib/sshv2.c - moved all ssh functions from misc.c to | |
| 469 sshv2.c. I had these origionally in misc.c because I used to have 2 | |
| 470 different SSH protocols | |
| 471 | |
| 472 * lib/protocols.c src/text/gftp-text.c - added gftp_calc_kbs() to | |
| 473 = protocols.c. This no longer needs to be in the different ports | |
| 474 | |
| 475 * src/text/gftp-text.c - read/write options based on new configuration | |
| 476 interface | |
| 477 | |
| 478 * Use new configuration interface in all source files | |
| 479 | |
| 480 * Updated copyright dates on all source files | |
| 481 | |
| 482 * Note: GTK+ port is completely broken at the moment. I'll upload | |
| 483 those changes whenever I get them done | |
| 484 | |
|
121
1b41e6945e9d
2003-04-05 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
116
diff
changeset
|
485 2003-04-05 Duarte Loreto <happyguy_pt@hotmail.com> |
|
1b41e6945e9d
2003-04-05 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
116
diff
changeset
|
486 |
|
1b41e6945e9d
2003-04-05 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
116
diff
changeset
|
487 * configure.in: Added "pt" to ALL_LINGUAS. |
|
1b41e6945e9d
2003-04-05 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
116
diff
changeset
|
488 |
| 116 | 489 2003-03-04 Yuriy Syrota <rasta renome.rovno.ua> |
| 490 | |
| 491 * configure.in: Added Ukrainian (uk) to ALL_LINGUAS | |
| 492 | |
| 115 | 493 2003-2-25 Brian Masney <masneyb@gftp.org> |
| 494 * src/gtk/gftp-gtk.c - use gtk_container_add() instead of | |
| 495 gtk_scrolled_window_add_with_viewport() | |
| 496 (from Kang Jeong-Hee <Keizi@mail.co.kr>) | |
| 497 | |
| 113 | 498 2003-2-23 Brian Masney <masneyb@gftp.org> |
| 114 | 499 * lib/cache.c - added function gftp_parse_cache_entry(). Save |
| 500 request->server_type (output of SYST in FTP command) to the directory | |
| 501 entry | |
| 502 | |
| 503 * lib/rfc959.c (rfc959_syst) - fix to parse the output correctly | |
| 504 | |
| 505 * src/{text,gtk}/Makefile.am - remove @LIBINTL@. The gettext.m4 | |
| 506 macro should automatically add this to the LIBS variable | |
| 507 | |
| 113 | 508 * acinclude.m4 - put largefile.m4 in here |
| 509 | |
| 110 | 510 2003-02-21 Pablo Saratxaga <pablo@mandrakesoft.com> |
| 511 * configure.in: Added Catalan (ca) to ALL_LINGUAS | |
| 512 | |
| 107 | 513 2003-2-17 Brian Masney <masneyb@gftp.org> |
| 514 * lib/protocols.c lib/rfc959.c - added VMS directory listing support | |
| 515 | |
| 516 * lib/config_file.c lib/protocols.c - extra checks when stripping off | |
| 517 carriage returns and linefeeds | |
| 518 | |
| 105 | 519 2003-2-9 Brian Masney <masneyb@gftp.org> |
| 520 * lib/protocols.c (parse_time) - parse more time formats. Better | |
| 521 error checking. If there was an error parsing this time, | |
| 522 skip ahead to the next token | |
| 523 | |
| 524 * lib/rfc2068.c - this was completely broken. This was broken whenever | |
| 525 I did the conversion over to use the gftp_get_line() function. | |
| 526 | |
| 527 * lib/rfc959.c - use g_strdup instead of g_malloc/strcpy | |
| 528 | |
| 101 | 529 2003-2-6 Brian Masney <masneyb@gftp.org> |
| 102 | 530 * lib/gftp.h lib/protocols.c lib/rfc2068.c - put in new |
| 531 parse_time() function that should work across all locales. | |
| 532 It uses strptime() internally. | |
| 533 | |
| 534 * lib/misc.c - remove note from close statement | |
| 535 | |
| 101 | 536 * lib/config_file.c lib/gftp.h lib/options.h - remove ssh1_sftp_path |
| 537 option | |
| 538 | |
| 96 | 539 2003-02-03 Daniel Yacob <locales@geez.org> |
| 540 * configure.ac: Added "am" (Amharic) to ALL_LINGUAS. | |
| 541 | |
| 93 | 542 2003-1-21 Brian Masney <masneyb@gftp.org> |
| 543 * configure.in - fix for Solaris. Move the initial declaration up | |
| 544 in the source file | |
| 545 | |
| 91 | 546 2003-1-21 Brian Masney <masneyb@gftp.org> |
| 547 * lib/gftp.h - added server type defines. Added server_type field to | |
| 548 gftp_request | |
| 549 | |
| 550 * lib/local.c - use S_ISDIR and S_ISLINK macros | |
| 551 | |
| 552 * lib/protocols.c - (gftp_parse_ls*) - use hints from server_type for | |
| 553 parsing directory listing | |
| 554 | |
| 555 * lib/rfc959.c - added function rfc959_syst. Call this on startup | |
| 556 | |
| 557 * lib/protocols.c lib/rfc959.c lib/sshv2.c - pass request structure | |
| 558 to gftp_parse_ls | |
| 559 | |
| 560 * lib/sshv2.c - set server_type to be GFTP_TYPE_UNIX | |
| 561 | |
| 88 | 562 2003-1-11 Brian Masney <masneyb@gftp.org> |
| 563 * autogen.sh - removed --intl and --no-changelog flags to gettextize | |
| 564 | |
| 565 * aclocal.m4 - updated | |
| 566 | |
| 567 * configure.in - and intl and po directories to AC_OUTPUT | |
| 568 | |
| 569 * cvsclean - remove more stuff | |
| 570 | |
| 571 * lib/bookmark.c (bookmark_parse_url) - use gftp_parse_bookmark | |
| 572 function | |
| 573 | |
| 574 * lib/cache.c - remove gftp_cache_get_url_prefix(). Use | |
| 575 request->url_prefix instead | |
| 576 | |
| 577 * lib/config_file.c - use proper exit codes. Also complain if the | |
| 578 default protocol specified in the config file is invalid | |
| 579 | |
| 580 * lib/gftp.h lib/local.c lib/protocols.c - removed isblock, ischar, | |
| 581 issocket and isfifo in struct gftp_file (not used anymore) | |
| 582 | |
| 583 * lib/gftp.h lib/misc.c - removed file_countlf (not used anymore) | |
| 584 | |
| 585 * lib/local.c lib/misc.c lib/protocols.c - various small cleanups | |
| 586 | |
| 587 * lib/misc.c (string_hash_function) - check key[i] instead of key[0] | |
| 588 | |
| 589 * lib/protocols.c lib/gftp.h - added gftp_parse_bookmark() | |
| 590 | |
| 591 * lib/rfc2068.c - if we are connected to a FTP url via a proxy, set | |
| 592 request->url_prefix to be ftp. Added rfc2068_destroy() to free | |
| 593 url_prefix whenever the structure is to be freed | |
| 594 | |
| 86 | 595 2002-12-29 Brian Masney <masneyb@gftp.org> |
| 596 * lib/gftp.h - don't include sys/sysmacros.h | |
| 597 | |
| 598 * src/gtk/transfer.c - more GFTP_EFATAL checks | |
| 599 | |
| 84 | 600 2002-12-29 Brian Masney <masneyb@gftp.org> |
| 601 * lib/ssh.c lib/config_file.c lib/Makefile.am lib/gftp.h lib/options.h - | |
| 602 removed old legacy SSH protocol and option to enable this protocol | |
| 603 | |
| 604 * lib/gftp.h - added GFTP_ERETRYABLE and GFTP_EFATAL error codes | |
| 605 | |
| 606 * lib/bookmark.c lib/local.c lib/protocols.c lib/rfc959.c lib/rfc2068.c | |
| 607 lib/sshv2.c - return new error codes instead of -1 or -2 | |
| 608 | |
| 609 * lib/misc.c (gftp_*_sort_function_ds) - changed return values | |
| 610 | |
| 611 * src/gtk/transfer.c (connect_thread) - if return value of | |
| 612 gftp_connect() is GFTP_EFATAL, don't attempt to retry the connection | |
| 613 | |
| 81 | 614 2002-12-11 Brian Masney <masneyb@gftp.org> |
| 615 * configure.in - fix for enable/disable gtkport, textport and gtk20 | |
| 616 | |
| 80 | 617 2002-12-10 Brian Masney <masneyb@gftp.org> |
| 618 * configure.in - check for grantpt function | |
| 619 | |
| 620 * lib/misc.c (pty[ms]_open) - use Unix98 PTY allocation if grantpt() | |
| 621 is on the current system | |
| 622 | |
| 623 * lib/gftp.h - include stropts.h if grantpt is here | |
| 624 | |
| 625 2002-12-5 Brian Masney <masneyb@gftp.org> | |
| 626 * Release final 2.0.14 | |
| 627 | |
| 628 * lib/Chagelog-old - brief updates since 2.0.13 | |
| 629 | |
| 77 | 630 2002-12-4 Brian Masney <masneyb@gftp.org> |
| 631 * lib/misc.c (ssh_start_login_sequence) - if the word WARNING appears | |
| 632 in the banner, don't log into the server | |
| 633 | |
| 634 * docs/sample.gftp/gftprc - removed use_default_dl_types line | |
| 635 | |
| 76 | 636 2002-12-4 Brian Masney <masneyb@gftp.org> |
| 637 * lib/protocols.c (gftp_set_data_type) - return 0 if there is no | |
| 638 protocol specific set_data_type function | |
| 639 | |
| 640 * src/gtk/transfer.c (gftp_gtk_transfer_files) - ascii/binary automatic | |
| 641 switching fixes | |
| 642 | |
| 643 2002-12-3 Brian Masney <masneyb@gftp.org> | |
| 75 | 644 * lib/config_file.c lib/gftp.h lib/protocols.c - removed |
| 645 use_default_dl_types option. This is always enabled by default now. | |
| 646 | |
| 647 * src/gtk/dnd.c src/gtk/transfer.c - fix for files that should be | |
| 648 transferred as ascii | |
| 649 | |
| 73 | 650 2002-12-2 Brian Masney <masneyb@gftp.org> |
| 651 * src/gtk/bookmarks.c (run_bookmark) - don't override the value of | |
| 652 need_userpass for SSH transfers | |
| 653 | |
| 654 * ChangeLog-old - clean up list of changes from 2.0.13 to 2.0.14rc1 | |
| 655 | |
| 656 * README - minor fixes | |
| 657 | |
| 658 * configure.in - increment version to 2.0.14 | |
| 659 | |
| 660 * debian/copyright - change my email address and webpage | |
| 661 | |
| 662 * debian/rules - 2 small changes | |
| 663 | |
| 664 * TODO - added 1 item | |
| 665 | |
| 72 | 666 2002-12-2 Brian Masney <masneyb@gftp.org> |
| 667 * src/gtk/misc-gtk.c (MakeEditDialog) - bind to enter and esc keys | |
| 668 | |
| 67 | 669 2002-11-27 Brian Masney <masneyb@gftp.org> |
| 670 * Officially release 2.0.14rc1 | |
| 671 | |
| 672 * lib/cache.c - take out a warning message | |
| 673 | |
| 674 * lib/misc.c lib/protocols.c lib/gftp.h lib/gtk/dnd.c lib/transfer.c - | |
| 675 add second argument (free_request) to gftp_request_destroy | |
| 676 | |
| 677 * lib/protocols.c (gftp_parse_url) - make sure the request structure | |
| 678 is cleared before we start to modify it | |
| 679 | |
| 680 * src/gtk/gftp-text.c - fixed crash if you didn't enter a username | |
| 681 | |
| 66 | 682 2002-11-26 Brian Masney <masneyb@gftp.org> |
| 683 * configure.in - change version to 2.0.14rc1 | |
| 684 | |
| 685 * lib/local.c - fix for uploading files. Move setting of hostname | |
| 686 from local_connect() to local_init() | |
| 687 | |
| 688 * lib/misc.c (gftp_request) - copy only select fields over instead of | |
| 689 whole structure | |
| 690 | |
| 691 * lib/protocols.c (gftp_request_new) - set datafd and cachefd to -1 | |
| 692 | |
| 693 * lib/protocols.c (gftp_set_proxy_config) - allow a NULL proxy_config | |
| 694 to be passed | |
| 695 | |
| 696 * src/gtk/misc-gtk.c (update_window) - don't show the hostname if we | |
| 697 are connected via the local protocol | |
| 698 | |
| 699 * src/gtk/transfer.c (create_transfer) - check to see if this protocol | |
| 700 is always connected | |
| 701 | |
| 65 | 702 2002-11-25 Brian Masney <masneyb@gftp.org> |
| 703 * lib/misc.c (ssh_start_login_sequence) - fixes for when the initial | |
| 704 SSH banner is bigger than 200 characters | |
| 705 | |
| 706 * lib/local.c (local_connect) - set request->hostname to local | |
| 707 filesystem | |
| 708 | |
| 709 * lib/protocols.c (gftp_parse_url) - don't include 2 slashes for | |
| 710 the directory when parsing a local URL | |
| 711 | |
| 712 * src/gtk/chmod_dialog.c (chmod_dialog) - allow multiple files to be | |
| 713 selected | |
| 714 | |
| 715 * src/gtk/dnd.c - small fixes | |
| 716 | |
| 64 | 717 2002-11-23 Brian Masney <masneyb@gftp.org> |
| 718 * lib/sshv2.c - added more error checking so that the user won't get | |
| 719 disconnected if they enter files or directories that don't exist | |
| 720 | |
| 721 2002-11-23 Brian Masney <masneyb@gftp.org> | |
| 63 | 722 * lib/local.c lib/rfc959.c lib/rfc2068.c lib/ssh.c lib/sshv2.c |
| 723 lib/gftp.h - added swap_socks function to gftp_request structure | |
| 724 | |
| 725 * lib/misc.c lib/protocols.c - move swap_socks() from misc.c to | |
| 726 protocols.c (renamed to gftp_swap_socks) | |
| 727 | |
| 728 * src/gtk/misc-gtk.c src/gtk/transfer.c - removed fix_display() | |
| 729 | |
| 730 * src/gtk/delete_dialog.c src/gtk/transfer.c - changed all occurances of | |
| 731 swap_socks() to gftp_swap_socks() | |
| 732 | |
| 733 * src/gtk/gftp-gtk.c src/gtk/gftp-gtk.h - removed gftp_is_started | |
| 734 variable | |
| 735 | |
| 62 | 736 2002-11-21 Brian Masney <masneyb@gftp.org> |
| 737 * lib/local.c (local_put_file) - small fix | |
| 738 | |
| 61 | 739 2002-11-21 Brian Masney <masneyb@gftp.org> |
| 740 * lib/misc.c lib/ssh.c lib/sshv2.c - improvements to the login | |
| 741 sequence for SSH connections | |
| 742 | |
| 743 lib/sshv2.c - SSH transfers now works again | |
| 744 | |
| 60 | 745 2002-11-21 Brian Masney <masneyb@gftp.org> |
| 746 * lib/protocols.c (gftp_get_next_line) - fixed several bugs | |
| 747 | |
| 748 * lib/cache.c - Don't do a cache lookup in gftp_new_cache_entry(). In | |
| 749 gftp_find_cache_entry(), don't log an error to the user if we can't | |
| 750 open up the cache file | |
| 751 | |
| 752 * lib/rfc959.c lib/rfc2068.c lib/protocols.c - small cache fixes | |
| 753 | |
| 754 * lib/cache.c lib/rfc2068.c lib/rfc959.c - pass full buffer size | |
| 755 instead of buffer size - 1 to gftp_get_line | |
| 756 | |
| 59 | 757 2002-11-20 Brian Masney <masneyb@gftp.org> |
| 758 * lib/config_file.c - don't check buf[-1] for blank newlines in | |
| 759 gftp_read_config_file() and gftp_read_bookmarks_file() | |
| 760 | |
| 761 * lib/misc.c (string_hash_function) - Fixes if the string was less | |
| 762 than 2 characters | |
| 763 | |
| 764 * src/gtk/transfer.c - unlock mutex before we destroy (for POSIX | |
| 765 compliance) | |
| 766 | |
| 767 All 3 of these fixes are from Peter Osterlund <petero2@telia.com> | |
| 768 | |
| 58 | 769 2002-11-20 Brian Masney <masneyb@gftp.org> |
| 770 * lib/protocols.c lib/gftp.h - added gftp_get_line(), gftp_read(), | |
| 771 gftp_write(), gftp_writefmt(), and gftp_set_sockblocking() functions. | |
| 772 Added struct_gftp_getline_buffer for gftp_get_line function() | |
| 773 | |
| 774 * lib/cache.c lib/gftp.h lib/local.c lib/misc.c lib/protocols.c | |
| 775 lib/rfc2068.c lib/rfc959.c lib/ssh.c lib/sshv2.c - *_get_file() returns | |
| 776 off_t instead of long. *_{get,put}_next_file_chunk returns ssize_t | |
| 777 instead of size_t. Added *_set_config_options function to gftp_request | |
| 778 structure and protocol files. Use the new network functions | |
| 779 documented above. Convert usage of ANSI C IO (FILE *) to standard BSD | |
| 780 sockets so that I can use timeouts properly with select | |
| 781 | |
| 782 * lib/misc.c (ssh_start_login_sequence) - use gftp_set_sockblock(), | |
| 783 gftp_read() and gftp_write() functions | |
| 784 | |
| 785 * lib/protocols.c - move some protocol specific code to the protocol | |
| 786 specific files | |
| 787 | |
| 788 * lib/local.c - log succesful messages to gftp_logging_misc instead | |
| 789 of gftp_logging_error | |
| 790 | |
| 791 * lib/cache.c - log some more error conditions to the user | |
| 792 | |
| 793 * lib/rfc959.c - added rfc959_getcwd(). In, | |
| 794 rfc959_accept_active_connection(), set set socket to blocking mode | |
| 795 before calling accept() | |
| 796 | |
| 797 * src/text/gftk-text.c - If we get no files in gftp_text_ls(), | |
| 798 return instead of segfaulting | |
| 799 | |
| 800 * src/gtk/gftp-gtk.c - expand the port field in the toolbar to be 45 | |
| 801 pixels wide | |
| 802 | |
| 803 * src/text/gftp-text.c src/gtk/misc-gtk.c src/gtk/transfer.c | |
| 804 src/gtk/view_dialog.c - changes for conversion of request->{sock,data} | |
| 805 from ANSI C IO (FILE *) to standard BSD sockets | |
| 806 | |
| 57 | 807 2002-11-11 Brian Masney <masneyb@gftp.org> |
| 808 * configure.in - compile GTK+ 2.0 port by default | |
| 809 | |
| 56 | 810 2002-11-11 Brian Masney <masneyb@gftp.org> |
| 811 * src/gtk/dnd.c - fixes to DnD code | |
| 812 | |
| 813 * src/gtk/gftp-gtk.[ch] - added main_thread_id variable | |
| 814 | |
| 815 * src/gtk/misc-gtk.c (ftp_log) - don't check the user_data to see if | |
| 816 we're in a child thread, instead compare the value of pthread_self() | |
| 817 with main_thread_id | |
| 818 | |
| 819 * src/gtk/chmod_dialog.c src/gtk/delete_dialog.c src/gtk/menu-items.c | |
| 820 src/gtk/mkdir_dialog.c src/gtk/rename_dialog.c src/gtk/transfer.c - | |
| 821 don't set user_data to 0x1 if we're in a child thread | |
| 822 | |
| 823 * lib/gftp.h src/gtk/misc-gtk.c src/text/gftp-text.c - make | |
| 824 r_getservbyname() available even if HAVE_GERADDRINFO is defined | |
| 825 | |
| 826 * lib/misc.c (make_ssh_exec_args) - if port is zero, lookup the default | |
| 827 port for the ssh service | |
| 828 | |
| 829 * lib/protocols.c (gftp_connect_server) - if the port is zero, store | |
| 830 the default port for that protocol there | |
| 831 | |
| 832 * src/gtk/transfer.c - added function update_window_transfer_bytes(). | |
| 833 Be able to update the directory download progress in window1 now | |
| 834 | |
| 835 * lib/config_file.c lib/misc.c lib/protocols.c lib/ssh.c lib/sshv2.c | |
| 836 src/text/gftp-text.c - use g_strdup() instead of g_strconcat() where | |
| 837 needed | |
| 838 | |
| 54 | 839 2002-11-11 Andras Timar <timar@gnome.hu> |
| 840 * configure.in: added 'hu' to ALL_LINGUAS | |
| 841 | |
| 51 | 842 2002-11-6 Brian Masney <masneyb@gftp.org> |
| 843 * src/gtk/gftp-gtk.c - connect to the select_row signal in the file | |
| 844 listbox to grab the double click event | |
| 845 | |
| 50 | 846 2002-11-5 Brian Masney <masneyb@gftp.org> |
| 847 * src/gtk/dnd.c - some code cleanups. Also, add the file transfer with | |
| 848 the function add_file_transfer() | |
| 849 | |
| 850 * src/gtk/misc-gtk.c - remove several unneeded calls to fix_display() | |
| 851 | |
| 852 * src/gtk/gftp-gtk.c (list_dblclick) - add a note about the double | |
| 853 click stuff not working properly | |
| 854 | |
| 49 | 855 2002-11-5 Brian Masney <masneyb@gftp.org> |
| 856 * src/gtk/transfer.c - use stock icons in GTK+ 2.0 port | |
| 857 | |
| 858 2002-11-5 Brian Masney <masneyb@gftp.org> | |
| 859 * lib/*.c src/gtk/*.c - removed function declarations for the static | |
| 860 functions from the top of the file. I had to rearrange the order of a | |
| 861 bunch of functions to avoid compiler warnings | |
| 862 | |
| 863 * lib/gftp.h - include sys/sysmacros.h. If major() and minor() isn't | |
| 864 defined, give a compiler warning and define our own | |
| 865 | |
| 866 * lib/local.c (local_get_next_file) - if this file is a device, store | |
| 867 the major/minor number in the file size | |
| 868 | |
| 869 * src/gtk/misc-gtk.c (add_file_listbox) - if this file is a device, | |
| 870 use the major() and minor() macros to display the major and minor number | |
| 871 | |
| 47 | 872 2002-11-5 Brian Masney <masneyb@gftp.org> |
| 873 * lib/cache.c lib/gftp.h - added second argument ignore_directory to | |
| 874 gftp_delete_cache_entry | |
| 875 | |
| 876 * src/gtk/menu-items.c (disconnect) - when disconnecting from the | |
| 877 remote site, clear all cache entries for that site | |
| 878 | |
| 879 * src/gtk/delete_dialog.c src/gtk/misc-gtk.c src/gtk/mkdir_dialog.c - | |
| 880 pass a 0 as second argument to gftp_delete_cache_entry | |
| 881 | |
| 46 | 882 2002-10-31 Brian Masney <masneyb@gftp.org> |
| 883 * lib/protocols.c (gftp_get_next_file) - don't use g_filename_to_utf8. | |
| 884 If g_locale_to_utf8 fails, print out a warning to the user on the | |
| 885 console | |
| 886 | |
| 45 | 887 2002-10-31 Brian Masney <masneyb@gftp.org> |
| 888 * src/gtk/*.[ch] - don't check for gtk+ version based on the minor | |
| 889 version. May cause problems later on. | |
| 890 | |
| 891 * lib/protocols.c src/gtk/bookmarks.c src/gtk/misc-gtk.c - use UTF8 | |
| 892 functions for user data when using glib 2.0 | |
| 893 | |
| 44 | 894 2002-10-30 Brian Masney <masneyb@gftp.org> |
| 895 * src/gtk/gftp-gtk.c (CreateMenus) - no longer use depreciated | |
| 896 _gtk_accel_group_attach in GTK+ 2.0 port. Instead use | |
| 897 gtk_window_add_accel_group for both GTK+ ports | |
| 898 (from Nam SungHyun <namsh@kldp.org>) | |
| 899 | |
| 43 | 900 2002-10-30 Brian Masney <masneyb@gftp.org> |
| 901 * src/gtk/transfer.c (getdir_thread) - set use_jmp_environment to 0 instead of 1 | |
| 902 | |
| 903 * src/gtk/misc-gtk.c (signal_handler) - if use_jmp_environment is 0, | |
| 904 and SIGINT is received, terminate the program | |
| 905 | |
| 42 | 906 2002-10-29 Brian Masney <masneyb@gftp.org> |
| 907 * src/gtk/chmod_dialog.c src/gtk/delete_dialog.c src/gtk/gftp-gtk.c | |
| 908 src/gtk/gftp-gtk.h src/gtk/menu-items.c src/gtk/misc-gtk.c | |
| 909 src/gtk/mkdir_dialog.c src/gtk/rename_dialog.c src/gtk/transfer.c - | |
| 910 improved and simplified signal handling code | |
| 911 | |
| 41 | 912 2002-10-29 Brian Masney <masneyb@gftp.org> |
| 913 * lib/config_file.c lib/gftp.h lib/options.h src/gtk/menu-items.c | |
| 914 src/gtk/view_dialog.c - removed tmp_directory variable. Instead use | |
| 915 g_get_tmp_dir () | |
| 916 | |
| 917 * lib/gftp.h (struct gftp_request) - added int cancel : 1 | |
| 918 | |
| 919 * lib/misc.c lib/protocols.c lib/rfc2068.c lib/rfc959.c lib/ssh.c | |
| 920 lib/sshv2.c - check for interrupted signal calls | |
| 921 | |
| 922 * lib/protocols.c - added gftp_fgets() and gftp_fwrite() functions | |
| 923 | |
| 924 * src/gtk/delete_dialog.c src/gtk/misc-gtk.c src/gtk/transfer.c - use | |
| 925 g_main_context_iteration in GTK+ 2.0 port | |
| 926 | |
| 927 * src/gtk/misc-gtk.c - use g_object_unref instead of gdk_drawable_unref | |
| 928 in GTK+ 2.0 port | |
| 929 | |
| 40 | 930 2002-10-17 Brian Masney <masneyb@gftp.org> |
| 931 * lib/protocols.c - add gftp_abort_transfer function. Also, in | |
| 932 gftp_transfer_file, when we do a gftp_put_file, if that fails, | |
| 933 try to abort the transfer. | |
| 934 | |
| 935 * lib/rfc959.c - add rfc959_abort_transfer function | |
| 936 | |
| 937 * lib/rfc2068.c, lib/local.c - point abort_transfer pointer to | |
| 938 rfc2068_end_transfer and local_end_transfer respectively | |
| 939 | |
| 940 * lib/ssh.c, lib/sshv2.c - add FIXME to implement abort function | |
| 941 | |
| 942 * src/gtk/transfer.c - when we stop a transfer, try to abort it | |
| 943 first. If that fails, disconnect from the site completely | |
| 944 | |
| 39 | 945 2002-10-15 Brian Masney <masneyb@gftp.org> |
| 946 * lib/config_file.c - enable combo in GTK port for Proxy server type | |
| 947 | |
| 948 * lib/misc.c (gftp_sort_filelist) - make sure prev pointer to first | |
| 949 entry is NULL | |
| 950 | |
| 951 * lib/protocols.c (copy_token) - when setting the end position of | |
| 952 the token to \0, after we're done set it back to the origional position | |
| 953 | |
| 954 * src/gtk/gftp-gtk.c, src/gtk/menu-items.c - changed g_list_first (list) | |
| 955 to just list | |
| 956 | |
| 37 | 957 2002-10-13 Brian Masney <masneyb@gftp.org> |
| 958 * lib/gftp.h (struct gftp_config_vars_tag) - remove shown flag and | |
| 959 added ports_shown flag. Added GFTP_PORTS_TEXT, GFTP_PORTS_GTK, | |
| 960 and GFTP_PORTS_ALL flags | |
| 961 | |
| 962 * lib/config_file.c - update to use new fields. | |
| 963 | |
| 964 * lib/config_file.c, lib/options.h, lib/gftp.h - added new global | |
| 965 options: local_sortcol, local_sortasds, remote_sortcol, remote_sortasds | |
| 966 | |
| 967 * src/gtk/gftp-gtk.c - sort based on parameters above. Also, if a url | |
| 968 was given on the command line, don't connect to it until the local side | |
| 969 has been setup | |
| 970 | |
| 971 * src/gtk/options_dialog.c - only show variables that have GFTP_PORT_GTK | |
| 972 set | |
| 973 | |
| 974 * src/text/gftp-text.c - add help screen for set command. Added command | |
| 975 clear cache. Sort the filelist based on the configuration options. | |
| 976 | |
| 977 * configure.in - update to version 2.0.14 | |
| 978 | |
| 979 * cvsclean - clean up the Makefile.am file better | |
| 980 | |
| 36 | 981 2002-10-07 Brian Masney <masneyb@gftp.org> |
| 982 * lib/local.c - fixed file uploads | |
| 983 | |
| 984 * lib/rfc959.c - fixed crash if you uploaded/downloaded a file that | |
| 985 you didn't have permission to | |
| 986 | |
| 987 * src/gtk/transfer.c - display fixes for hostname | |
| 988 | |
| 989 * autogen.sh - pass -c to automake | |
| 990 | |
| 34 | 991 2002-10-07 Brian Masney <masneyb@gftp.org> |
| 992 * docs/sample.gftp/gftp-mini-logo.xpm - added mini gFTP logo file | |
| 993 from Debian. This can be used as a menu icon. | |
| 994 | |
| 33 | 995 2002-10-06 Brian Masney <masneyb@gftp.org> |
| 996 * src/gtk/delete_dialog.c, src/gtk/gftp-gtk.c, src/gtk/misc-gtk.c, | |
| 997 src/gtk/transfer.c - Fixed dead-locks with GDK_THREADS_{ENTER,LEAVE} | |
| 998 | |
| 999 * configure.in, src/gtk/Makefile.am - Use GTHREAD_LIBS | |
| 1000 | |
| 1001 2002-10-03 Brian Masney <masneyb@gftp.org> | |
| 1002 * Makefile.am - remove intl and m4 directory from subdirs. autogen.sh | |
| 1003 will automagically add these for me. | |
| 1004 | |
| 1005 * autogen.sh - remove check for libtool | |
| 1006 | |
| 1007 * configure.in - link in gthread | |
| 1008 | |
| 1009 * cvsclean - added this script | |
| 1010 | |
| 185 | 1011 * *.[ch] - added $Id: ChangeLog,v 1.91 2003/06/17 10:13:21 masneyb Exp $ tags |
| 33 | 1012 |
| 1013 * debian/* - updated files from Debian maintainer | |
| 1014 | |
| 32 | 1015 2002-10-03 Brian Masney <masneyb@gftp.org> |
| 1016 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) | |
| 1017 | |
| 1018 * src/gtk/delete_dialog.c, src/gtk/misc-gtk.c, src/gtk/transfer.c - | |
| 1019 call gdk_threads_enter() and gdk_threads_leave() | |
| 1020 | |
| 28 | 1021 2002-09-24 Brian Masney <masneyb@gftp.org> |
| 1022 * configure.in - take [external] off of AM_GNU_GETTEXT | |
| 1023 | |
| 27 | 1024 2002-09-24 Brian Masney <masneyb@gftp.org> |
| 1025 * intl/ - remove this directory | |
| 1026 | |
| 26 | 1027 2002-09-24 gettextize <bug-gnu-gettext@gnu.org> |
| 1028 * Makefile.am (SUBDIRS): Add intl, | |
| 1029 (ACLOCAL_AMFLAGS): New variable. | |
| 1030 (EXTRA_DIST): Add config.rpath mkinstalldirs. | |
| 1031 * configure.in (AC_OUTPUT): Add intl/Makefile, | |
| 1032 | |
| 25 | 1033 2002-09-24 Brian Masney <masneyb@gftp.org> |
| 26 | 1034 * lib/config_file.c - separated saving of bookmarks from |
| 1035 gftp_write_config_file() to gftp_write_bookmarks_file(). Bookmarks will | |
| 1036 no longer be rewritten to disk every time gFTP exits | |
| 1037 | |
| 1038 * src/gtk/bookmarks.c - call gftp_write_bookmarks_file() instead of | |
| 1039 gftp_write_config_file() when altering a bookmark | |
| 1040 | |
| 1041 * configure.in - Fixed problem with the text port being compiled | |
| 1042 against glib 1.2 if we wanted it to be compiled against glib 2.0 | |
| 1043 instead | |
| 1044 | |
| 1045 * autogen.sh - add this build script | |
| 1046 | |
| 1047 2002-09-24 Brian Masney <masneyb@gftp.org> | |
| 25 | 1048 * Remove intl/ directory from CVS |
| 1049 | |
| 23 | 1050 2002-09-18 Brian Masney <masneyb@gftp.org> |
| 1051 * Updated French translation (from Damien Mascr? | |
| 1052 <damienmascre@free.fr>) | |
| 1053 | |
| 1054 * Updated Japanese translation (from Ryoichi INAGAKI | |
| 1055 <inagaki@ryo1.net>) | |
| 1056 | |
| 1057 2002-09-17 Brian Masney <masneyb@gftp.org> | |
| 1058 * src/gtk/bookmarks.c - Fixed crash that would occur if you saved the | |
| 26 | 1059 changes two times in the bookmark editor. Also, fixed several memory |
| 1060 leaks | |
| 23 | 1061 |
| 22 | 1062 2002-09-16 Brian Masney <masneyb@gftp.org> |
| 1063 * po/de.po - Updated German translation (from Matthias Haase | |
| 1064 <matthias_haase@bennewitz.com>) | |
| 1065 | |
| 1066 * po/ru.po - Updated Russian translation (from Vitaly Lipatov | |
| 1067 <LAV@VL3143.spb.edu>) | |
| 1068 | |
| 21 | 1069 2002-09-16 Brian Masney <masneyb@gftp.org> |
| 1070 * src/gtk/gftp-gtk.c, src/gtk/menu-items.c, src/gtk/misc-gtk.c - | |
| 1071 Fixed compile errors when compiling against GTK+ 1.2 | |
| 1072 | |
| 1073 * src/gtk/misc-gtk.c (MakeEditDialog, MakeYesNoDialog) - fixed to work | |
| 1074 with GTK+ 1.2 | |
| 1075 | |
| 19 | 1076 2002-09-15 Brian Masney <masneyb@gftp.org> |
| 1077 * lib/gftp.h (struct gftp_transfer) - changed the type of numfiles and | |
| 1078 numdirs from unsigned long to long. This must be a signed field. This | |
| 1079 is a bug I introduced a few days ago. | |
| 1080 | |
| 1081 * lib/local.c (local_put_file) - remove the + off of the ab mode to | |
| 1082 fdopen. This is also a bug I introduced a few days ago. | |
| 1083 | |
| 1084 * src/gtk/transfer.c (gftp_gtk_calc_kbs) - make sure that the variable | |
| 1085 difftime isn't a negative number when computing the KB/s | |
| 1086 | |
| 1087 * src/gtk/menu-items.c (save_directory_listing) - remove casts to | |
| 1088 GTK_OBJECT for the str variable | |
| 1089 | |
| 1090 * src/gtk/gftp-gtk.c - use GTK_STOCK_* icons in place of left.xpm, | |
| 1091 right.xpm, up.xpm, down.xpm and stop.xpm in GTK+ 2.0 port | |
| 1092 | |
| 1093 * src/gtk/bookmarks.c - show GTK_STOCK_* icons on the popup menu | |
| 1094 | |
| 1095 * src/gtk/bookmarks.c, src/gtk/chmod_dialog.c, src/gtk/menu-items.c, | |
| 1096 src/gtk/misc-gtk.c, src/gtk/options_dialog.c and | |
| 1097 src/gtk/view_dialog.c - use gtk_dialog_new_with_buttons in GTK+ 2.0 | |
| 1098 port to create the dialog. Also, associate gFTP icon with this dialog | |
| 1099 | |
| 1100 * src/gtk/misc-gtk.c - changed the interface of MakeEditDialog and | |
| 1101 MakeYesNoDialog. In the GTK+ 2.0 port, I now use stock icons in the | |
| 1102 dialog buttons. | |
| 1103 | |
| 1104 2002-09-11 Marius Andreiana <mandreiana@yahoo.com> | |
|
18
6b2e606554aa
2002-09-11 Marius Andreiana <mandreiana@yahoo.com>
mandreiana
parents:
17
diff
changeset
|
1105 |
|
6b2e606554aa
2002-09-11 Marius Andreiana <mandreiana@yahoo.com>
mandreiana
parents:
17
diff
changeset
|
1106 * configure.in: added 'ro' to ALL_LINGUAS |
|
6b2e606554aa
2002-09-11 Marius Andreiana <mandreiana@yahoo.com>
mandreiana
parents:
17
diff
changeset
|
1107 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
1108 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
|
1109 * lib/misc.c - added gftp_sort_filelist function |
| 1 | 1110 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
1111 * 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
|
1112 to do the sorting |
| 1 | 1113 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
1114 * 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
|
1115 automake 1.4 |
| 1 | 1116 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
1117 * src/text/gftp-text.c, lib/protocols.c - more large file support |
| 1 | 1118 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
1119 2002-09-04 Brian Masney <masneyb@gftp.org> |
| 19 | 1120 * lib/rfc959.c - FXP fixes (from Tobias Gruetzmacher |
| 1121 <tobias@portfolio16.de>) | |
| 1 | 1122 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
1123 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
|
1124 * lib/rfc2068.c - HTTP fixes when running under Solaris. Read from |
| 19 | 1125 request->sockfd and write to request->sockfd_write (Solaris doesn't |
| 1126 like it when you read/write to the same FILE structure) | |
| 1 | 1127 |
| 19 | 1128 * lib/local.c - encode major/minor numbers for a device in the file |
| 1129 size. This is probably still busted for other platforms | |
| 1 | 1130 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
1131 * lib/rfc2068.c, lib/rfc959.c, lib/ssh.c, lib/sshv2.c - Sanity |
| 19 | 1132 checking on the fdopen() calls. Also make sure that all of them have a |
| 1133 + in their open mode. Doesn't affect UNIX, but it does affect Windows | |
| 1 | 1134 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
1135 * 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
|
1136 function save_directory_listing. It's in the Local and Remote menus |
| 1 | 1137 |
| 19 | 1138 * src/gtk/view_dialog.c - changed log message slightly. The new string |
| 1139 should already be in the po files translated | |
| 1 | 1140 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
1141 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
|
1142 * lib/misc.c - don't allow passing a 0 to log10 |
| 1 | 1143 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
1144 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
|
1145 * 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
|
1146 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
|
1147 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
|
1148 (all from Sung-Hyun Nam <namsh@kldp.org>) |
| 1 | 1149 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
1150 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
|
1151 * po/ko.po - language team change |
| 1 | 1152 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
1153 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
|
1154 * po/ko.po - Updated Korean translation |
| 1 | 1155 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
1156 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
|
1157 * 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
|
1158 |
|
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
1159 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
|
1160 * configure.in - small build fixes |
| 1 | 1161 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
1162 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
|
1163 * 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
|
1164 elsewhere |
| 1 | 1165 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
1166 * 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
|
1167 Removed anonymous FTP stuff |
| 1 | 1168 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
1169 * 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
|
1170 is defined |
| 1 | 1171 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
1172 * lib/protocols.c - removed anonymous FTP stuff |
| 1 | 1173 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
1174 * lib/rfc2068.c - don't check for anonymous username |
| 1 | 1175 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
1176 * 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
|
1177 (from Owen Taylor <otaylor@redhat.com>) |
| 1 | 1178 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
1179 2002-08-23 <baddog@cvs.gnome.org> |
| 19 | 1180 * configure.in - (ALL_LINGUAS): zh_CN.GB2312 -> zh_CN, zh_TW.Big5 -> |
| 1181 zh_TW | |
| 1 | 1182 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
1183 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
|
1184 * zh_TW.Big5.po renamed to zh_TW.po |
| 1 | 1185 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
1186 * zh_CN.GB2312.po renamed to zh_CN.po |
| 1 | 1187 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
1188 * zh_TW.Big5.gmo - Removed. |
| 1 | 1189 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
1190 * Makefile.in.in, gftp.pot - Remove generated file. |
| 1 | 1191 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
1192 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
|
1193 * po/.cvsignore - Shhhhhh |
| 1 | 1194 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
1195 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
|
1196 * po/de.po - Fixed German translation (charset, header) |
| 1 | 1197 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
1198 2002-08-05 Brian Masney <masneyb@gftp.org> |
| 19 | 1199 * lib/protocols.c - When we connect to a remote server, don't change |
| 1200 the hostname to the PTR record of the hostname | |
| 1 | 1201 |
| 19 | 1202 * src/gtk/transfer.c - Fixed crash if you was already transfering a |
| 1203 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
|
1204 Overwrite/Resume/Skip dialog |
| 1 | 1205 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
1206 * docs/sample.gftp/gftprc - put the ext= lines back in the config file |
| 1 | 1207 |
| 19 | 1208 * po/es.po - Spanish updates (from Gustavo D. Vranjes |
| 1209 <gvranjes@softhome.net>) | |
| 1 | 1210 |
| 19 | 1211 * po/nl.po - Dutch updates (from Myckel Habets |
| 1212 <myckelhabets@netscape.net>) | |
| 1 | 1213 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
1214 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
|
1215 * gFTP 2.0.13 released |
| 1 | 1216 |
