Mercurial > gftp.yaz
comparison ChangeLog @ 125:b875de05c22d
2003-4-8 Brian Masney <masneyb@gftp.org>
* src/text/gftp-text.c lib/misc.c - moved r_gethostbyname() and
r_getservbyname() to lib/misc.c. Now uses GMutex functions
* lib/config_file.c lib/gftp.h lib/options.h - added config
variable type textcombo. default_protocol uses this
* lib/config_file.c (gftp_read_config_file) - when reading in the
list of supported protocols, add the protocol names to the list
associated with default_protocol. Also, don't try to have
default_protocol fall back to FTP. The code that uses this will fall
back properly
* lib/gftp.h (struct gftp_transfer) - renamed node to user_data
* lib/misc.c lib/gftp.h - moved parse_attribs() from
src/gtk/transfer.c to misc.c. Renamed to gftp_parse_attribs()
* lib/protocols.c lib/gftp.h - moved get_status() from
src/gtk/transfer.c to protocols.c. Renamed to
gftp_get_transfer_status(). Uses GMutex functions
author | masneyb |
---|---|
date | Tue, 08 Apr 2003 22:28:17 +0000 |
parents | 65048c959029 |
children | 1e65871fdfa1 |
comparison
equal
deleted
inserted
replaced
124:65048c959029 | 125:b875de05c22d |
---|---|
1 2003-4-8 Brian Masney <masneyb@gftp.org> | |
2 * src/text/gftp-text.c lib/misc.c - moved r_gethostbyname() and | |
3 r_getservbyname() to lib/misc.c. Now uses GMutex functions | |
4 | |
5 * lib/config_file.c lib/gftp.h lib/options.h - added config | |
6 variable type textcombo. default_protocol uses this | |
7 | |
8 * lib/config_file.c (gftp_read_config_file) - when reading in the | |
9 list of supported protocols, add the protocol names to the list | |
10 associated with default_protocol. Also, don't try to have | |
11 default_protocol fall back to FTP. The code that uses this will fall | |
12 back properly | |
13 | |
14 * lib/gftp.h (struct gftp_transfer) - renamed node to user_data | |
15 | |
16 * lib/misc.c lib/gftp.h - moved parse_attribs() from | |
17 src/gtk/transfer.c to misc.c. Renamed to gftp_parse_attribs() | |
18 | |
19 * lib/protocols.c lib/gftp.h - moved get_status() from | |
20 src/gtk/transfer.c to protocols.c. Renamed to | |
21 gftp_get_transfer_status(). Uses GMutex functions | |
22 | |
23 | |
24 2003-4-7 Brian Masney <masneyb@gftp.org> | |
25 * src/gtk/bookmarks.c - renamed struct gftp_bookmarks to | |
26 gftp_bookmarks_var. In run_bookmark(), use gftp_parse_bookmark() | |
27 | |
28 * src/gtk/bookmarks.c src/gtk/dnd.c src/gtk/menu-items.c | |
29 src/gtk/transfer.c - use g_strdup() instead of g_malloc()/strcpy() | |
30 | |
31 * src/gtk/dnd.c src/gtk/menu-items.c - don't use depreciated macros | |
32 to access the request structure | |
33 | |
34 * src/gtk/*.c - use new gftp_lookup_global_option() and | |
35 gftp_lookup_request_option() functions | |
36 | |
37 * src/gtk/gftp-gtk.h src/gtk/gftp-gtk.c - moved viewedit_processes and | |
38 viewedit_process_done variables from lib/gftp.h and lib/options.h | |
39 | |
40 * src/gtk/transfer.c - removed gftp_gtk_calc_kbs(). This is now in | |
41 lib/protocols.c. Removed Binary/Ascii conversion. This is all done in | |
42 lib/rfc959.c | |
43 | |
1 2003-4-6 Brian Masney <masneyb@gftp.org> | 44 2003-4-6 Brian Masney <masneyb@gftp.org> |
2 * lib/config_file.c src/text/gftp-text.c - changed arguments of | 45 * lib/config_file.c src/text/gftp-text.c - changed arguments of |
3 gftp_read_config_file() and gftp_read_bookmarks() to take an argument | 46 gftp_read_config_file() and gftp_read_bookmarks() to take an argument |
4 to the path of the global config directory. The text/gtk+ port will | 47 to the path of the global config directory. The text/gtk+ port will |
5 just pass SHARE_DIR. The native MacOS X port that is in the works | 48 just pass SHARE_DIR. The native MacOS X port that is in the works |
595 | 638 |
596 * configure.in - link in gthread | 639 * configure.in - link in gthread |
597 | 640 |
598 * cvsclean - added this script | 641 * cvsclean - added this script |
599 | 642 |
600 * *.[ch] - added $Id: ChangeLog,v 1.66 2003/04/08 01:43:31 masneyb Exp $ tags | 643 * *.[ch] - added $Id: ChangeLog,v 1.67 2003/04/08 22:28:16 masneyb Exp $ tags |
601 | 644 |
602 * debian/* - updated files from Debian maintainer | 645 * debian/* - updated files from Debian maintainer |
603 | 646 |
604 2002-10-03 Brian Masney <masneyb@gftp.org> | 647 2002-10-03 Brian Masney <masneyb@gftp.org> |
605 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) | 648 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) |