• 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
391e307 1.98a 2011-10-13 21:15:23 s_kawamoto

Fix bugs of timeout of FTPS negotiation.

11e2271 2011-10-13 20:20:03 s_kawamoto

Fix bugs of printing transfer rate.

cee6a18 2011-10-13 19:56:44 s_kawamoto

Change documents for 1.98a.

a0ce2a6 2011-10-13 19:33:15 s_kawamoto

Update to 98a8ff5f501726ce2f71296138ab21e98eb68173 about bug fixes.

6919c06 2011-10-13 15:41:00 s_kawamoto

Change installer for 1.98a.

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.

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.

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

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.

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.