Mercurial > gftp.yaz
comparison ChangeLog @ 303:3b9d5797050f
2003-11-2 Brian Masney <masneyb@gftp.org>
* lib/rfc2068.c (rfc2068_chunked_read) - more improvements to this
function so that it will parse more chunked file transfers correctly.
* lib/misc.c lib/gftp.h lib/rfc2068.c src/gtk/bookmarks.c
src/gtk/dnd.c - removed remove_double_slashes(). Call gftp_build_path()
to build the paths. This now allows Novell directory listings with
//server
* lib/protocols.c src/gtk/transfer.c lib/gftp.h - added variable
conn_error_no_timeout to gftp_transfer structure. If this is enabled,
if the remote connection to the server timed out, don't wait and
immediately reconnect. So far, the only time this is used is when the
user was editing a file and it is to be uploaded back to the server.
* src/gtk/gftp-gtk.h src/gtk/transfer.c - add_file_transfer() now
returns the struct gftp_transfer that was just added.
* src/gtk/misc-gtk.c (update_directory_download_progress) - don't
make the window a popup and remove the window decorations
* src/text/gftp-text.c - don't populate the transfer_direction variable
in struct gftp_transfer. This is only needed by the GTK+ port and will
hopefully be taken out soon.
* lib/gftp.h - remove gftp_transfer_type enum. It wasn't used anymore.
author | masneyb |
---|---|
date | Mon, 03 Nov 2003 02:14:05 +0000 |
parents | 0386663f9b1f |
children | 95bcb77d62c1 |
comparison
equal
deleted
inserted
replaced
302:14c0f5c3893c | 303:3b9d5797050f |
---|---|
1 2003-11-2 Brian Masney <masneyb@gftp.org> | |
2 * lib/rfc2068.c (rfc2068_chunked_read) - more improvements to this | |
3 function so that it will parse more chunked file transfers correctly. | |
4 | |
5 * lib/misc.c lib/gftp.h lib/rfc2068.c src/gtk/bookmarks.c | |
6 src/gtk/dnd.c - removed remove_double_slashes(). Call gftp_build_path() | |
7 to build the paths. This now allows Novell directory listings with | |
8 //server | |
9 | |
10 * lib/protocols.c src/gtk/transfer.c lib/gftp.h - added variable | |
11 conn_error_no_timeout to gftp_transfer structure. If this is enabled, | |
12 if the remote connection to the server timed out, don't wait and | |
13 immediately reconnect. So far, the only time this is used is when the | |
14 user was editing a file and it is to be uploaded back to the server. | |
15 | |
16 * src/gtk/gftp-gtk.h src/gtk/transfer.c - add_file_transfer() now | |
17 returns the struct gftp_transfer that was just added. | |
18 | |
19 * src/gtk/misc-gtk.c (update_directory_download_progress) - don't | |
20 make the window a popup and remove the window decorations | |
21 | |
22 * src/text/gftp-text.c - don't populate the transfer_direction variable | |
23 in struct gftp_transfer. This is only needed by the GTK+ port and will | |
24 hopefully be taken out soon. | |
25 | |
26 * lib/gftp.h - remove gftp_transfer_type enum. It wasn't used anymore. | |
27 | |
1 2003-10-27 Brian Masney <masneyb@gftp.org> | 28 2003-10-27 Brian Masney <masneyb@gftp.org> |
2 * lib/rfc959.c (gftp_get_next_file_chunk) - fixed ASCII file corruption | 29 * lib/rfc959.c (gftp_get_next_file_chunk) - fixed ASCII file corruption |
3 bug. | 30 bug. |
4 | 31 |
5 * TODO - the top of this file now contains a list of items that needs | 32 * TODO - the top of this file now contains a list of items that needs |
1643 | 1670 |
1644 * configure.in - link in gthread | 1671 * configure.in - link in gthread |
1645 | 1672 |
1646 * cvsclean - added this script | 1673 * cvsclean - added this script |
1647 | 1674 |
1648 * *.[ch] - added $Id: ChangeLog,v 1.163 2003/10/27 23:21:50 masneyb Exp $ tags | 1675 * *.[ch] - added $Id: ChangeLog,v 1.164 2003/11/03 02:11:16 masneyb Exp $ tags |
1649 | 1676 |
1650 * debian/* - updated files from Debian maintainer | 1677 * debian/* - updated files from Debian maintainer |
1651 | 1678 |
1652 2002-10-03 Brian Masney <masneyb@gftp.org> | 1679 2002-10-03 Brian Masney <masneyb@gftp.org> |
1653 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) | 1680 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) |