Mercurial > gftp.yaz
comparison ChangeLog @ 199:75eebb3b0592
2003-6-24 Brian Masney <masneyb@gftp.org>
* lib/config_file.c lib/gftp.h lib/protocols.c - added backend for
overriding options on a per bookmark basis. Also added
gftp_copy_local_options() to config_file.c
* lib/gftp.h lib/misc.c src/gtk/bookmarks.c - added
gftp_free_bookmark() to misc.c. It was taken from the function
free_bookmark_entry_items() in bookmarks.c
* lib/sslcommon.c - formatting fixes. Added thread functions (mostly
from the OReilly SSL book)
author | masneyb |
---|---|
date | Wed, 25 Jun 2003 01:53:45 +0000 |
parents | 8fea1b1a2ec6 |
children | 0098dae654a5 |
comparison
equal
deleted
inserted
replaced
198:8fea1b1a2ec6 | 199:75eebb3b0592 |
---|---|
1 2003-6-24 Brian Masney <masneyb@gftp.org> | |
2 * lib/config_file.c lib/gftp.h lib/protocols.c - added backend for | |
3 overriding options on a per bookmark basis. Also added | |
4 gftp_copy_local_options() to config_file.c | |
5 | |
6 * lib/gftp.h lib/misc.c src/gtk/bookmarks.c - added | |
7 gftp_free_bookmark() to misc.c. It was taken from the function | |
8 free_bookmark_entry_items() in bookmarks.c | |
9 | |
10 * lib/sslcommon.c - formatting fixes. Added thread functions (mostly | |
11 from the OReilly SSL book) | |
12 | |
1 2003-6-22 Brian Masney <masneyb@gftp.org> | 13 2003-6-22 Brian Masney <masneyb@gftp.org> |
2 * lib/config_file.c lib/gftp.h - renamed parse_args to | 14 * lib/config_file.c lib/gftp.h - renamed parse_args to |
3 gftp_config_parse_args() and removed the static declaration | 15 gftp_config_parse_args() and removed the static declaration |
4 | 16 |
5 * lib/protocols.c (gftp_request_destroy) - fixed memory problem with | 17 * lib/protocols.c (gftp_request_destroy) - fixed memory problem with |
1068 | 1080 |
1069 * configure.in - link in gthread | 1081 * configure.in - link in gthread |
1070 | 1082 |
1071 * cvsclean - added this script | 1083 * cvsclean - added this script |
1072 | 1084 |
1073 * *.[ch] - added $Id: ChangeLog,v 1.98 2003/06/23 01:07:04 masneyb Exp $ tags | 1085 * *.[ch] - added $Id: ChangeLog,v 1.99 2003/06/25 01:53:44 masneyb Exp $ tags |
1074 | 1086 |
1075 * debian/* - updated files from Debian maintainer | 1087 * debian/* - updated files from Debian maintainer |
1076 | 1088 |
1077 2002-10-03 Brian Masney <masneyb@gftp.org> | 1089 2002-10-03 Brian Masney <masneyb@gftp.org> |
1078 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) | 1090 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) |