comparison ChangeLog @ 210:82ebd1b05345

2003-7-6 Brian Masney <masneyb@gftp.org> * lib/pty.c lib/gftp.h - added gftp_exec_with_new_pty() and gftp_exec_without_new_pty() * lib/sshv2.c - use the 2 new functions above * lib/pty.c lib/gftp.h - split open_ptys() to _gftp_ptym_open() and _gftp_ptys_open() * lib/sslcommon.c - don't do thread setup if we are compiling against glib 1.2. I do not want to link against the pthread library because that would make the text port dependant on pthreads being installed on the box
author masneyb
date Sun, 06 Jul 2003 13:52:43 +0000
parents d79e2782eb1b
children 3f2203e70218
comparison
equal deleted inserted replaced
209:d79e2782eb1b 210:82ebd1b05345
1 2003-7-6 Brian Masney <masneyb@gftp.org>
2 * lib/pty.c lib/gftp.h - added gftp_exec_with_new_pty() and
3 gftp_exec_without_new_pty()
4
5 * lib/sshv2.c - use the 2 new functions above
6
7 * lib/pty.c lib/gftp.h - split open_ptys() to _gftp_ptym_open()
8 and _gftp_ptys_open()
9
10 * lib/sslcommon.c - don't do thread setup if we are compiling against
11 glib 1.2. I do not want to link against the pthread library because
12 that would make the text port dependant on pthreads being installed on
13 the box
14
1 2003-7-5 Brian Masney <masneyb@gftp.org> 15 2003-7-5 Brian Masney <masneyb@gftp.org>
2 * lib/protocols.c (gftp_get_line) - fixed bug where the read function 16 * lib/protocols.c (gftp_get_line) - fixed bug where the read function
3 was being called one extra time after the end of file was reached 17 was being called one extra time after the end of file was reached
4 18
5 * lib/rfc2068.c - fixes for chunked file transfers. All known issues with the 19 * lib/rfc2068.c - fixes for chunked file transfers. All known issues with the
1165 1179
1166 * configure.in - link in gthread 1180 * configure.in - link in gthread
1167 1181
1168 * cvsclean - added this script 1182 * cvsclean - added this script
1169 1183
1170 * *.[ch] - added $Id: ChangeLog,v 1.105 2003/07/05 17:30:13 masneyb Exp $ tags 1184 * *.[ch] - added $Id: ChangeLog,v 1.106 2003/07/06 13:52:42 masneyb Exp $ tags
1171 1185
1172 * debian/* - updated files from Debian maintainer 1186 * debian/* - updated files from Debian maintainer
1173 1187
1174 2002-10-03 Brian Masney <masneyb@gftp.org> 1188 2002-10-03 Brian Masney <masneyb@gftp.org>
1175 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) 1189 * src/gtk/gftp-gtk.c - call g_thread_init (NULL)