• R/O
  • HTTP
  • SSH
  • HTTPS

Liste der Commits

Tags
Keine Tags

Frequently used words (click to add to your profile)

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

FFFTPのソースコードです。


RSS
Rev. Zeit Autor
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

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.