OSDN Git Service

ffftp/ffftp.git
12 years agoFix bugs of timeout of FTPS negotiation. 1.98a
s_kawamoto [Thu, 13 Oct 2011 12:15:23 +0000 (21:15 +0900)]
Fix bugs of timeout of FTPS negotiation.

12 years agoFix bugs of printing transfer rate.
s_kawamoto [Thu, 13 Oct 2011 11:20:03 +0000 (20:20 +0900)]
Fix bugs of printing transfer rate.

12 years agoChange documents for 1.98a.
s_kawamoto [Thu, 13 Oct 2011 10:56:44 +0000 (19:56 +0900)]
Change documents for 1.98a.

12 years agoUpdate to 98a8ff5f501726ce2f71296138ab21e98eb68173 about bug fixes.
s_kawamoto [Thu, 13 Oct 2011 10:33:15 +0000 (19:33 +0900)]
Update to 98a8ff5f501726ce2f71296138ab21e98eb68173 about bug fixes.

12 years agoChange installer for 1.98a.
s_kawamoto [Thu, 13 Oct 2011 06:41:00 +0000 (15:41 +0900)]
Change installer for 1.98a.

12 years agoChange documents for 1.98a.
s_kawamoto [Thu, 13 Oct 2011 06:32:55 +0000 (15:32 +0900)]
Change documents for 1.98a.

12 years agoChange default settings on migration from 1.97b.
s_kawamoto [Thu, 13 Oct 2011 06:18:27 +0000 (15:18 +0900)]
Change default settings on migration from 1.97b.

12 years agoAdd TBSTYLE_FLAT to toolbar style.
s_kawamoto [Thu, 13 Oct 2011 05:22:33 +0000 (14:22 +0900)]
Add TBSTYLE_FLAT to toolbar style.

12 years agoFix bugs of host list dialog.
s_kawamoto [Thu, 13 Oct 2011 05:16:58 +0000 (14:16 +0900)]
Fix bugs of host list dialog.
Fix bugs of printing transfer rate.
Fix bugs of playing sound.

12 years agoFix line feed codes.
s_kawamoto [Thu, 13 Oct 2011 05:02:13 +0000 (14:02 +0900)]
Fix line feed codes.

12 years agoFix inconsistent strings about copyrights.
s_kawamoto [Wed, 5 Oct 2011 14:02:37 +0000 (23:02 +0900)]
Fix inconsistent strings about copyrights.

12 years agoFix inconsistent VC++ Project files.
s_kawamoto [Wed, 5 Oct 2011 12:46:41 +0000 (21:46 +0900)]
Fix inconsistent VC++ Project files.
Add "Microsoft.VC90.CRT.manifest" to installer.
Remove useless files.

12 years agochange some project settings
hiromichi-m [Wed, 5 Oct 2011 11:04:22 +0000 (20:04 +0900)]
change some project settings
 * add contrib directory to include path
 * change "_WIN32_IE" value to 0x0600

12 years agoadd runtime dlls
hiromichi-m [Wed, 5 Oct 2011 10:54:31 +0000 (19:54 +0900)]
add runtime dlls

12 years agoMerge branch '1.98' of git.sourceforge.jp:/gitroot/ffftp/ffftp into 1.98
hiromichi-m [Wed, 5 Oct 2011 10:48:11 +0000 (19:48 +0900)]
Merge branch '1.98' of git.sourceforge.jp:/gitroot/ffftp/ffftp into 1.98

Conflicts:
FFFTP.vc90.vcproj
FFFTP_Eng_Release/FFFTP.exe
FFFTP_English.vc90.vcproj
Release/FFFTP.exe
connect.c

12 years agofix copyright message in about dialog
hiromichi-m [Wed, 5 Oct 2011 10:36:54 +0000 (19:36 +0900)]
fix copyright message in about dialog

12 years agofix tiny bug in make_installer_post.bat
hiromichi-m [Wed, 5 Oct 2011 10:28:27 +0000 (19:28 +0900)]
fix tiny bug in make_installer_post.bat

12 years agoChange some installer related files:
hiromichi-m [Tue, 4 Oct 2011 12:29:52 +0000 (21:29 +0900)]
Change some installer related files:
 * Add openssl include and binary files to dist/ directory
 * Move documents to doc/eng and doc/jpn directory
 * Create dist directory for binary .dll files originate at other project like msvcr90.dll, libeay32.dll, ssleay32.dll
 * Create batch files in Package directory to make installers
 * Tiny fix in .ini files for EXEpress
 * Remove Package/zip directory. This directory is automatically created by bach  scripts
 * Remove some files in Package/EXRpress directory. Those files is automatically crated by batch script

12 years agoUpdate to c30cc851b60a7c4006cd02b4718d9738a6c4049a about bug fixes.
s_kawamoto [Tue, 4 Oct 2011 10:37:48 +0000 (19:37 +0900)]
Update to c30cc851b60a7c4006cd02b4718d9738a6c4049a about bug fixes.
Fix bugs of UTF-8 to UTF-16 API bridge.
Fix bugs of simultaneous connection.
Add support for additional features of hosts.
Fix inconsistent WINVER, _WIN32_WINNT and _WIN32_IE.

12 years ago * modify and edit readme.txt and history.txt
hiromichi-m [Thu, 29 Sep 2011 09:14:01 +0000 (18:14 +0900)]
 * modify and edit readme.txt and history.txt
 * add openssl files in "./contrib/openssl" directory
 * fix some warnings
 * change _WIN32_IE value for IE6.0 or later
 * change toolbar style to flat (add TBSTYLE_FLAT) to make separator visible

12 years agoThis version is stable.
s_kawamoto [Mon, 19 Sep 2011 16:48:53 +0000 (01:48 +0900)]
This version is stable.
Add packages to release 1.98.
Fix bugs of UTF-8 to UTF-16 API bridge.

12 years agoFix bugs of deadlock around simultaneous connection.
s_kawamoto [Mon, 19 Sep 2011 06:01:12 +0000 (15:01 +0900)]
Fix bugs of deadlock around simultaneous connection.
Fix bugs of deadlock around getting host names.

12 years agoAdd support for simultaneous connection for file transfer (sometimes freezes).
s_kawamoto [Mon, 19 Sep 2011 04:26:00 +0000 (13:26 +0900)]
Add support for simultaneous connection for file transfer (sometimes freezes).

12 years agoConvert source codes' encoding to UTF-8.
s_kawamoto [Fri, 16 Sep 2011 13:12:00 +0000 (22:12 +0900)]
Convert source codes' encoding to UTF-8.
Replace SUCCESS and FAIL macros to FFFTP_SUCCESS and FFFTP_FAIL.

12 years agoReplace UTF-8N to UTF-8 (UTF-8N is obscure and identical to UTF-8 in this case).
s_kawamoto [Thu, 15 Sep 2011 05:09:57 +0000 (14:09 +0900)]
Replace UTF-8N to UTF-8 (UTF-8N is obscure and identical to UTF-8 in this case).
Correct spelling mistakes.

12 years agoFix small bugs (they usually do not occur).
s_kawamoto [Thu, 15 Sep 2011 00:31:52 +0000 (09:31 +0900)]
Fix small bugs (they usually do not occur).

12 years agoFix documents about license terms.
s_kawamoto [Wed, 14 Sep 2011 02:49:10 +0000 (11:49 +0900)]
Fix documents about license terms.

12 years agoModify resources for 1.98.
s_kawamoto [Tue, 13 Sep 2011 16:59:47 +0000 (01:59 +0900)]
Modify resources for 1.98.
Modify documents for 1.98.

12 years agoThis version may be nearly stable.
s_kawamoto [Tue, 13 Sep 2011 03:14:29 +0000 (12:14 +0900)]
This version may be nearly stable.
Fix bugs of UTF-8 to UTF-16 API bridge.
Fix definition of calling convention for OpenSSL.
Apply most patches from ticket #26185.
Fix settings of project files.
Fix bugs on FFFTP_English Debug build.

12 years agoThis version may be nearly stable.
s_kawamoto [Mon, 12 Sep 2011 12:49:27 +0000 (21:49 +0900)]
This version may be nearly stable.
Fix bugs of UTF-8 to UTF-16 API bridge.
Fix bugs of behavior caused by uninitialized variables.
Disable regular expression (JRE32.DLL does not support UTF-8).
Fix bugs of remote file list view.
Change default settings to discard file list cache.

12 years agoBug fix of support for FTP over Explicit SSL/TLS (OpenSSL is required).
s_kawamoto [Sun, 11 Sep 2011 15:58:55 +0000 (00:58 +0900)]
Bug fix of support for FTP over Explicit SSL/TLS (OpenSSL is required).

12 years agoFix bugs of UTF-8 to UTF-16 API bridge.
s_kawamoto [Sun, 11 Sep 2011 14:59:43 +0000 (23:59 +0900)]
Fix bugs of UTF-8 to UTF-16 API bridge.
Add UIs for encryption.
Add support for FTP over Explicit SSL/TLS (OpenSSL is required).
Fix bugs of synchronization between threads.
Fix bugs of behavior caused by uninitialized variables.
Fix bugs of algorithm to wait for SOCKET signals.

12 years agoFix bugs of text encoding routines.
s_kawamoto [Fri, 9 Sep 2011 09:07:23 +0000 (18:07 +0900)]
Fix bugs of text encoding routines.
Fix bugs of UTF-8 to UTF-16 API bridge.
Recover compatibility of registry settings.
Fix bugs of behavior of toolbar buttons.
Add support for JIS and EUC text mode transfer.

12 years agoAdd UTF-8 to UTF-16 API bridge.
s_kawamoto [Thu, 8 Sep 2011 15:05:08 +0000 (00:05 +0900)]
Add UTF-8 to UTF-16 API bridge.
Change internal chars to UTF-8.
Add support for UTF-8 to text transfer mode.
Add support for UTF-8 filenames (some buggy).
Add UIs for UTF-8.

12 years agoBug fix
s_kawamoto [Mon, 5 Sep 2011 16:11:25 +0000 (01:11 +0900)]
Bug fix

12 years agoinitial commit from 1.97b zip archive master
hylom [Thu, 1 Sep 2011 04:44:19 +0000 (13:44 +0900)]
initial commit from 1.97b zip archive