• 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
8b396c9 2011-09-29 18:12:38 s_kawamoto

Add support for process protection (prevents from loading untrustworthy DLLs with "--protect" command line option).
Fix bugs of UTF-8 to UTF-16 API bridge.

1c37c2a 2011-09-23 14:46:01 s_kawamoto

Fix bugs of parsing MLSD response.

3f3fe97 2011-09-23 14:29:36 s_kawamoto

Fix bugs of parsing MLSD response.

f9a20c3 2011-09-23 01:10:11 s_kawamoto

Fix bugs of UTF-8 to UTF-16 API bridge.
Add support for additional features of hosts.
Add support for MLSD command.

df6e9e7 2011-09-20 01:48:53 s_kawamoto

This version is stable.
Add packages to release 1.98.
Fix bugs of UTF-8 to UTF-16 API bridge.

dce7487 2011-09-19 15:01:12 s_kawamoto

Fix bugs of deadlock around simultaneous connection.
Fix bugs of deadlock around getting host names.

3456a73 2011-09-19 13:26:00 s_kawamoto

Add support for simultaneous connection for file transfer (sometimes freezes).

dbcd3f7 2011-09-16 22:12:00 s_kawamoto

Convert source codes' encoding to UTF-8.
Replace SUCCESS and FAIL macros to FFFTP_SUCCESS and FFFTP_FAIL.

f875ec4 hiromichi-m 2011-09-16 19:53:00 hylom

replace 'SUCCESS' and 'FAIL' macro to 'FFFTP_SUCCESS' and 'FFFTP_FAIL' to suppress warning

94e2af8 2011-09-16 19:28:04 hylom

remove .exe from repos, change configs to generate .exe in Release directory

d8d130d 2011-09-16 19:16:20 hylom

convert source code's character encoding to UTF-8 with BOM

4d0ff56 2011-09-15 14:09:57 s_kawamoto

Replace UTF-8N to UTF-8 (UTF-8N is obscure and identical to UTF-8 in this case).
Correct spelling mistakes.

c77292a 2011-09-15 09:31:52 s_kawamoto

Fix small bugs (they usually do not occur).

6ce774f 2011-09-14 11:49:10 s_kawamoto

Fix documents about license terms.

0fe7b7b 2011-09-14 01:59:47 s_kawamoto

Modify resources for 1.98.
Modify documents for 1.98.

ad3b10e 2011-09-13 12:14:29 s_kawamoto

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.

3efb66a 2011-09-12 21:49:27 s_kawamoto

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.

92bf5e4 2011-09-12 00:58:55 s_kawamoto

Bug fix of support for FTP over Explicit SSL/TLS (OpenSSL is required).

756eb24 2011-09-11 23:59:43 s_kawamoto

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.

ace5228 2011-09-09 18:07:23 s_kawamoto

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.

791b047 2011-09-09 00:05:08 s_kawamoto

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.

9006805 2011-09-06 01:11:25 s_kawamoto

Bug fix

2bf85c0 master 2011-09-01 13:44:19 hylom

initial commit from 1.97b zip archive