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