comparison ChangeLog @ 220:6de9a8280aa4

2003-7-10 Brian Masney <masneyb@gftp.org> * lib/misc.c (insert_commas) - improved calculating # of digits in number. (Not sure if this worked properly for long long's, aka off_t when _LARGEFILE_SOURCE is defined) * src/gtk/transfer.c (update_file_status) - changed type of remaining field to be off_t. (hopefully fixes >2.1GB problem) * lib/protocols.c (gftp_calc_kbs) - improved throttling module.
author masneyb
date Fri, 11 Jul 2003 01:48:08 +0000
parents b9584a877daf
children 007145d7d975
comparison
equal deleted inserted replaced
219:b9584a877daf 220:6de9a8280aa4
1 2003-7-10 Brian Masney <masneyb@gftp.org>
2 * lib/misc.c (insert_commas) - improved calculating # of digits
3 in number. (Not sure if this worked properly for long long's, aka
4 off_t when _LARGEFILE_SOURCE is defined)
5
6 * src/gtk/transfer.c (update_file_status) - changed type of remaining
7 field to be off_t. (hopefully fixes >2.1GB problem)
8
9 * lib/protocols.c (gftp_calc_kbs) - improved throttling module.
10
1 2003-7-9 Brian Masney <masneyb@gftp.org> 11 2003-7-9 Brian Masney <masneyb@gftp.org>
2 * lib/sshv2.c - if we are logging in to the server, and the message 12 * lib/sshv2.c - if we are logging in to the server, and the message
3 size is too big from the server, assume that an error message follows 13 size is too big from the server, assume that an error message follows
4 and log the ASCII text to the log window 14 and log the ASCII text to the log window
5 15
1245 1255
1246 * configure.in - link in gthread 1256 * configure.in - link in gthread
1247 1257
1248 * cvsclean - added this script 1258 * cvsclean - added this script
1249 1259
1250 * *.[ch] - added $Id: ChangeLog,v 1.111 1997/01/01 09:22:34 masneyb Exp $ tags 1260 * *.[ch] - added $Id: ChangeLog,v 1.112 2003/07/11 01:48:07 masneyb Exp $ tags
1251 1261
1252 * debian/* - updated files from Debian maintainer 1262 * debian/* - updated files from Debian maintainer
1253 1263
1254 2002-10-03 Brian Masney <masneyb@gftp.org> 1264 2002-10-03 Brian Masney <masneyb@gftp.org>
1255 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) 1265 * src/gtk/gftp-gtk.c - call g_thread_init (NULL)