Develop and Download Open Source Software

Browse Subversion Repository

Log of /trunk/teraterm/teraterm/filesys.cpp

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Revision:

Revision 5139 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Mar 9 14:53:41 2013 UTC (11 years, 1 month ago) by yutakapon
File length: 32713 byte(s)
Diff to previous 4786
チケット #30937
デフォルトログファイル名に&hを含めている時、接続先指定がIPv6 raw addressだとログファイルが作成できない。 
ファイル名には:が使えないので、他の文字に置き換える等の対処が必要。

不正な文字は削除するようにした。


Revision 4786 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Dec 29 12:29:38 2011 UTC (12 years, 3 months ago) by maya
File length: 32342 byte(s)
Diff to previous 4551
LogStart でログファイルを開くときに排他ロックするかどうかのオプションを作成
  http://sourceforge.jp/ticket/browse.php?group_id=1412&tid=27016
  http://logmett.com/forum/viewtopic.php?f=8&t=1829

Revision 4551 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jul 28 16:16:39 2011 UTC (12 years, 8 months ago) by maya
File length: 32162 byte(s)
Diff to previous 4461
ミリ秒を含む現在時刻を返す処理を関数化

Revision 4461 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Apr 27 07:52:07 2011 UTC (12 years, 11 months ago) by doda
File length: 32829 byte(s)
Diff to previous 4454
ファイル転送ダイアログの経過時間の I18N 対応。


Revision 4454 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Apr 19 13:23:37 2011 UTC (12 years, 11 months ago) by doda
File length: 32406 byte(s)
Diff to previous 4328
ファイル転送ダイアログ/ファイル送信ダイアログで、経過時間と転送速度を表示するようにした。


Revision 4328 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Feb 20 05:38:34 2011 UTC (13 years, 1 month ago) by maya
File length: 32302 byte(s)
Diff to previous 3904
ログファイルを開いたとき、書き込み中の同名ファイルを開ける問題を修正
  http://sourceforge.jp/ticket/browse.php?group_id=1412&tid=24365

ログファイルを開くのに _lopen と _lcreat を使っていたが、CreateFile を使い dwShareMode で共有モードを渡すようにした。
  書き込み用に開き、読み込みのみ許すようになる。
LogVar->FileHandle が int なのはおそらく Win16 関数を使っているためで、HANDLE にキャストして Win32 API を使っている箇所もある。
  _lopen, _lcreat, _lclose, _llseek, _lread, _lwrite などが使われているが、Win32 API に切り替えるのが望ましい。

Revision 3904 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat May 22 06:57:02 2010 UTC (13 years, 10 months ago) by doda
File length: 32110 byte(s)
Diff to previous 3887
ファイル送信も Bracketed Paste Mode の適用対象に。


Revision 3887 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri May 14 12:21:04 2010 UTC (13 years, 11 months ago) by doda
File length: 30934 byte(s)
Diff to previous 3861
"ファイル送信" と "ログ" の binary flag を分離。
http://sourceforge.jp/ticket/browse.php?group_id=1412&tid=20881


Revision 3861 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Apr 15 13:15:43 2010 UTC (13 years, 11 months ago) by doda
File length: 30930 byte(s)
Diff to previous 3821
外部からコールされなくなったので、コールされる為の設定を削除。


Revision 3821 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Mar 25 10:02:44 2010 UTC (14 years ago) by yutakapon
File length: 31024 byte(s)
Diff to previous 3820
YMODEM プロトコル
 ・複数ファイル受信に対応した
 ・受信ファイルの末尾に、余分な EOF(0x1A) が付加されていた場合、除去するようにした。


Revision 3820 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Mar 24 05:32:01 2010 UTC (14 years ago) by yutakapon
File length: 30997 byte(s)
Diff to previous 3819
YMODEM: ファイル受信処理のリファクタリング
*複数ファイルの受信は未サポート


Revision 3819 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Mar 24 04:28:46 2010 UTC (14 years ago) by yutakapon
File length: 30920 byte(s)
Diff to previous 3709
YMODEM: 複数ファイルの送信をサポートした。


Revision 3709 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Dec 6 15:14:26 2009 UTC (14 years, 4 months ago) by maya
File length: 30793 byte(s)
Diff to previous 3602
[File]-[Show Log dialog] を、ダイアログ非表示でなくても押せるようにした。

Revision 3602 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Aug 16 03:05:42 2009 UTC (14 years, 7 months ago) by maya
File length: 30695 byte(s)
Diff to previous 3473
ファイル転送ダイアログの Close に割り当てるメッセージを追加した。

Revision 3473 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jun 12 14:58:12 2009 UTC (14 years, 10 months ago) by maya
File length: 30686 byte(s)
Diff to previous 3418
ログファイル名の &p を TCP ポート番号に置換するようにした。
  http://sourceforge.jp/ticket/browse.php?group_id=1412&tid=17273

Revision 3418 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat May 23 15:09:38 2009 UTC (14 years, 10 months ago) by maya
File length: 30402 byte(s)
Diff to previous 3227
ログにタイムスタンプを書き込むときにミリ秒も記録するようにした。

Revision 3227 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Mar 24 15:10:33 2009 UTC (15 years ago) by maya
File length: 29693 byte(s)
Diff to previous 3221
CVS から SVN へ移行: 改行コードを LF から CR+LF へ変換

Revision 3221 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Mar 24 09:37:20 2009 UTC (15 years ago) by maya
File length: 28290 byte(s)
Diff to previous 2653
CVS から SVN へ移行: trunk に集約

Revision 2653 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Feb 7 02:51:12 2009 UTC (15 years, 2 months ago) by maya
Original Path: teraterm/trunk/teraterm/filesys.cpp
File length: 28290 byte(s)
Diff to previous 2635
ログ転送ダイアログの表示から SW_HIDE, SW_MINIMIZE の設定までを最短にした。
  http://sourceforge.jp/tracker/index.php?func=detail&aid=14960&group_id=1412&atid=5336


Revision 2635 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jan 21 04:12:28 2009 UTC (15 years, 2 months ago) by maya
Original Path: teraterm/trunk/teraterm/filesys.cpp
File length: 28383 byte(s)
Diff to previous 2602
LogStart 関数が、ログファイルを開けたかどうかを返すようにした。


Revision 2602 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Oct 31 23:45:27 2008 UTC (15 years, 5 months ago) by maya
Original Path: teraterm/trunk/teraterm/filesys.cpp
File length: 28305 byte(s)
Diff to previous 2576
ログで Binary が有効なときは Plain text と Timestamp を無効にするようにした。


Revision 2576 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Aug 8 01:28:34 2008 UTC (15 years, 8 months ago) by doda
Original Path: teraterm/trunk/teraterm/filesys.cpp
File length: 28180 byte(s)
Diff to previous 2557
ファイル送信時のダイアログボックスにプログレスバーを表示するようにした。


Revision 2557 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jul 8 16:43:56 2008 UTC (15 years, 9 months ago) by yutakapon
Original Path: teraterm/trunk/teraterm/filesys.cpp
File length: 27982 byte(s)
Diff to previous 2512
ログファイルがオープンできない場合に、エラーメッセージ表示するようにした。ただし、マクロからlogopenした場合は
何も表示しない。


Revision 2512 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu May 15 13:52:39 2008 UTC (15 years, 10 months ago) by yutakapon
Original Path: teraterm/trunk/teraterm/filesys.cpp
File length: 27659 byte(s)
Diff to previous 2511
YMODEM関連の定義を追加した。


Revision 2511 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed May 14 16:33:09 2008 UTC (15 years, 11 months ago) by yutakapon
Original Path: teraterm/trunk/teraterm/filesys.cpp
File length: 28048 byte(s)
Diff to previous 2476
YMODEMメニュー呼び出しの追加。まだ動かないので、子メニューは隠蔽してあります。


Revision 2476 - (view) (download) (as text) (annotate) - [select for diffs]
Added Mon Apr 14 17:35:50 2008 UTC (16 years ago) by maya
Original Path: teraterm/trunk/teraterm/filesys.cpp
File length: 26854 byte(s)
ファイル移動に伴う修正


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26