• R/O
  • HTTP
  • SSH
  • HTTPS

List of commits

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

FFFTPのソースコードです。


RSS
Rev. Hora Autor
018b2b6 2011-10-13 15:32:55 s_kawamoto

Change documents for 1.98a.

5b5ec56 2011-10-13 15:18:27 s_kawamoto

Change default settings on migration from 1.97b.

94cea45 2011-10-13 14:22:33 s_kawamoto

Add TBSTYLE_FLAT to toolbar style.

48cbbed 2011-10-13 14:16:58 s_kawamoto

Fix bugs of host list dialog.
Fix bugs of printing transfer rate.
Fix bugs of playing sound.

6b286f8 2011-10-13 14:02:13 s_kawamoto

Fix line feed codes.

5b24247 2011-10-13 12:40:10 s_kawamoto

Add PuTTY 0.61 to contrib directory.

93f66de 2011-10-13 11:55:46 s_kawamoto

Fix bugs of playing sound.

484a8d0 2011-10-13 07:31:26 s_kawamoto

Fix line feed codes.

12476c0 2011-10-13 01:07:47 s_kawamoto

Fix bugs of printing transfer rate.

dc9efb9 2011-10-13 00:43:05 s_kawamoto

Fix bugs of host list dialog.

90f1af4 1.98 2011-10-12 18:34:37 hiromichi-m

Delete "FFFTP_Eng_Release" and "Release" directory

1383d53 2011-10-12 01:36:39 s_kawamoto

Fix bugs of process protection on Windows 7.
Restore FFFTP_SUCCESS to SUCCESS that are replaced by mistake.

732108b 2011-10-12 00:36:43 s_kawamoto

Change UI to enter a new master password.
Fix improper error handling of WinVerifyTrust.

1d38d17 2011-10-10 19:23:00 s_kawamoto

Add process protection levels (--protect-high by default but --protect-medium and --protect-low mainly for halfway signed modules).

7fe214a 2011-10-07 19:18:55 hiromichi-m

add "TBSTYLE_FLAT" to toolbar style

f587f01 2011-10-06 17:57:42 s_kawamoto

Change version number of installers.

8073345 2011-10-06 17:41:23 s_kawamoto

Change documents and version data for 1.99.

1f4ca95 2011-10-06 00:57:41 s_kawamoto

Update to f8475368ad26b783d2c8d1605e1223107c50f874 about documents, tools and small fixes.

f847536 2011-10-05 23:02:37 s_kawamoto

Fix inconsistent strings about copyrights.

3b09ef2 2011-10-05 21:46:41 s_kawamoto

Fix inconsistent VC++ Project files.
Add "Microsoft.VC90.CRT.manifest" to installer.
Remove useless files.

e9cf291 2011-10-05 20:04:22 hiromichi-m

change some project settings
* add contrib directory to include path
* change "_WIN32_IE" value to 0x0600

b7f1cb9 2011-10-05 19:54:31 hiromichi-m

add runtime dlls

7631e4e 2011-10-05 19:48:11 hiromichi-m

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

7b1f17a 2011-10-05 19:36:54 hiromichi-m

fix copyright message in about dialog

a891317 2011-10-05 19:28:27 hiromichi-m

fix tiny bug in make_installer_post.bat

6c1a516 2011-10-04 21:29:52 hiromichi-m

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

c7302e7 2011-10-04 19:37:48 s_kawamoto

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.

c30cc85 2011-10-03 23:17:55 s_kawamoto

Fix bugs process protection.
Add support for process protection on Vista/7.
Fix bugs of UTF-8 to UTF-16 API bridge.
Fix inconsistent WINVER, _WIN32_WINNT and _WIN32_IE.

0ebf26e 2011-09-29 19:08:25 s_kawamoto

Fix bugs of simultaneous connection.

7bb0cf5 2011-09-29 18:19:21 hiromichi-m

* 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