⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 changelog

📁 JAVA版vpn客户端,是在web上实现远程访问的最佳方式.
💻
📖 第 1 页 / 共 5 页
字号:
   M /orig/trunk/vnc_javasrc/VncViewer.javaEnhancements to the exception handling mechanisms, a patch from Harmenvan der Wal.------------------------------------------------------------------------r1190 | const_k | 2002-09-25 04:01:49 +0700 (Wed, 25 Sep 2002) | 5 linesChanged paths:   M /orig/trunk/vnc_javasrc/Makefile   M /orig/trunk/vnc_javasrc/README   M /orig/trunk/vnc_javasrc/RfbProto.java   A /orig/trunk/vnc_javasrc/SocketFactory.java   M /orig/trunk/vnc_javasrc/VncViewer.javaA patch from Harmen van der Wal, which makes it easy to plug-inalternative transport methods to the viewer. It can be useful for forthings like HTTP tunneling, SSL support, or perhaps for integrationwith "zebedee", ssh or other tunneling mechanisms.------------------------------------------------------------------------r1189 | const_k | 2002-09-24 08:52:32 +0700 (Tue, 24 Sep 2002) | 4 linesChanged paths:   M /orig/trunk/vnc_javasrc/VncCanvas.javaReducing max frame size by 30 pixels in each direction, to leave someplace on the screen, e.g. for the menu bar on Macintosh or the taskbar on Windows; a patch from Steve Kann.------------------------------------------------------------------------r1171 | const_k | 2002-08-27 19:23:50 +0700 (Tue, 27 Aug 2002) | 2 linesChanged paths:   M /orig/trunk/vnc_javasrc/READMEVersion string changed, version 1.2.6.------------------------------------------------------------------------r1141 | const | 2002-08-04 23:39:35 +0700 (Sun, 04 Aug 2002) | 2 linesChanged paths:   M /orig/trunk/vnc_javasrc/README   M /orig/trunk/vnc_javasrc/RfbProto.java   M /orig/trunk/vnc_javasrc/VncCanvas.javaVersion string changed, version 1.2.5. Copyrights updated.------------------------------------------------------------------------r1130 | const | 2002-07-05 15:37:32 +0700 (Fri, 05 Jul 2002) | 5 linesChanged paths:   M /orig/trunk/vnc_javasrc/RfbProto.java   M /orig/trunk/vnc_javasrc/VncCanvas.java   M /orig/trunk/vnc_javasrc/VncViewer.javaMore robust and correct methods to determine if Zlib- or Tight-encodeddata should be saved Raw-encoded or re-compressed in recordedsessions. Also, always emit warnings in the Java console if suchrecoding was necessary.------------------------------------------------------------------------r1129 | const | 2002-07-05 15:26:16 +0700 (Fri, 05 Jul 2002) | 2 linesChanged paths:   M /orig/trunk/vnc_javasrc/READMEMinor documentation addition.------------------------------------------------------------------------r1127 | const | 2002-07-05 13:17:23 +0700 (Fri, 05 Jul 2002) | 3 linesChanged paths:   M /orig/trunk/vnc_javasrc/OptionsFrame.javaJPEG quality setting should be enabled in the Options frame only inthe 24-bit color mode.------------------------------------------------------------------------r1126 | const | 2002-07-05 13:02:37 +0700 (Fri, 05 Jul 2002) | 2 linesChanged paths:   M /orig/trunk/vnc_javasrc/OptionsFrame.javaUnused temporary hack was removed.------------------------------------------------------------------------r1125 | const | 2002-07-04 03:25:47 +0700 (Thu, 04 Jul 2002) | 2 linesChanged paths:   M /orig/trunk/vnc_javasrc/READMESome documentation on RFB session recording.------------------------------------------------------------------------r1124 | const | 2002-07-04 02:43:43 +0700 (Thu, 04 Jul 2002) | 2 linesChanged paths:   M /orig/trunk/vnc_javasrc/RfbProto.javaForgot to remove debugging output.------------------------------------------------------------------------r1123 | const | 2002-07-04 02:38:15 +0700 (Thu, 04 Jul 2002) | 4 linesChanged paths:   M /orig/trunk/vnc_javasrc/RfbProto.java   M /orig/trunk/vnc_javasrc/VncCanvas.javaRe-compressing Tight-encoded rectangles when recorded session startsafter the connection was established, to make it possible todecompress the data without knowing prior pixel data.------------------------------------------------------------------------r1122 | const | 2002-07-03 21:11:42 +0700 (Wed, 03 Jul 2002) | 6 linesChanged paths:   M /orig/trunk/vnc_javasrc/RfbProto.java   M /orig/trunk/vnc_javasrc/VncCanvas.java   M /orig/trunk/vnc_javasrc/VncViewer.javaSpecial handling of Zlib-encoded rectangles -- they are written eitherZlib-encoded if it's a beginning of RFB session, or Raw encodedotherwise. This is needed to make sure it will be possible to decodesaved data without knowing the state of zlib compression stream usedby the encoder.------------------------------------------------------------------------r1121 | const | 2002-07-03 17:49:59 +0700 (Wed, 03 Jul 2002) | 5 linesChanged paths:   M /orig/trunk/vnc_javasrc/ButtonPanel.java   M /orig/trunk/vnc_javasrc/RecordingFrame.java   M /orig/trunk/vnc_javasrc/VncViewer.javaThe "Record" button now appears only if current SecurityManager allowsaccess to the local filesystem.Exceptions after an intentional disconnect are not shown in the appletpanel or window any more.------------------------------------------------------------------------r1120 | const | 2002-07-03 16:40:52 +0700 (Wed, 03 Jul 2002) | 2 linesChanged paths:   M /orig/trunk/vnc_javasrc/RecordingFrame.java   M /orig/trunk/vnc_javasrc/RfbProto.java   M /orig/trunk/vnc_javasrc/VncCanvas.java   M /orig/trunk/vnc_javasrc/VncViewer.javaImplement dynamic toggling of session recording.------------------------------------------------------------------------r1119 | const | 2002-07-03 13:34:35 +0700 (Wed, 03 Jul 2002) | 3 linesChanged paths:   M /orig/trunk/vnc_javasrc/VncViewer.javaPreparing to implement dynamic toggling of session recording.The "Save Session" parameter was removed.------------------------------------------------------------------------r1118 | const | 2002-07-01 12:44:17 +0700 (Mon, 01 Jul 2002) | 2 linesChanged paths:   M /orig/trunk/vnc_javasrc/RecordingFrame.javaFixed copyright string.------------------------------------------------------------------------r1114 | const | 2002-06-13 01:45:21 +0700 (Thu, 13 Jun 2002) | 5 linesChanged paths:   M /orig/trunk/vnc_javasrc/ButtonPanel.java   M /orig/trunk/vnc_javasrc/RecordingFrame.java   M /orig/trunk/vnc_javasrc/VncViewer.javaA simple hack to make the RecordingFrame work, at least when therecording is being turned on before making the connection. TheRecordingFrame is still not very useful but at least does allow torecord a whole session in one file.------------------------------------------------------------------------r1113 | const | 2002-06-12 19:03:20 +0700 (Wed, 12 Jun 2002) | 3 linesChanged paths:   M /orig/trunk/vnc_javasrc/ButtonPanel.java   M /orig/trunk/vnc_javasrc/Makefile   A /orig/trunk/vnc_javasrc/RecordingFrame.java   M /orig/trunk/vnc_javasrc/VncViewer.javaAdded new "Record" button and a GUI to control recording of sessionsin FBS files.------------------------------------------------------------------------r1112 | const | 2002-06-05 01:01:58 +0700 (Wed, 05 Jun 2002) | 7 linesChanged paths:   M /orig/trunk/vnc_javasrc/Makefile   M /orig/trunk/vnc_javasrc/OptionsFrame.java   M /orig/trunk/vnc_javasrc/RfbProto.java   A /orig/trunk/vnc_javasrc/SessionRecorder.java   M /orig/trunk/vnc_javasrc/VncCanvas.java   M /orig/trunk/vnc_javasrc/VncViewer.javaImplemented experimental feature to save RFB sessions in FBS filescompatible with rfbproxy, and the new "Save Session" parameter where auser can set a file name. Color format requested from the server waschanged to little-endian to make saved sessions similar to oneswritten by the VNC Reflector, and to make colors compatible with RFBSession Player.------------------------------------------------------------------------r1111 | const | 2002-06-04 12:55:45 +0700 (Tue, 04 Jun 2002) | 2 linesChanged paths:   M /orig/trunk/vnc_javasrc/VncCanvas.javaCleanups in "throws" statements.------------------------------------------------------------------------r1110 | const | 2002-06-04 12:50:35 +0700 (Tue, 04 Jun 2002) | 2 linesChanged paths:   M /orig/trunk/vnc_javasrc/VncCanvas.javaMinor cleanup in comment.------------------------------------------------------------------------r1109 | const | 2002-06-04 12:37:20 +0700 (Tue, 04 Jun 2002) | 3 linesChanged paths:   M /orig/trunk/vnc_javasrc/VncCanvas.javaMajor Code cleanup: each decoder was moved from theprocessNormalProtocol() method to a separate function.------------------------------------------------------------------------r1108 | const | 2002-06-04 12:19:13 +0700 (Tue, 04 Jun 2002) | 2 linesChanged paths:   M /orig/trunk/vnc_javasrc/READMEMinor cleanup.------------------------------------------------------------------------r1107 | const | 2002-05-23 23:58:40 +0700 (Thu, 23 May 2002) | 2 linesChanged paths:   M /orig/trunk/vnc_javasrc/README   M /orig/trunk/vnc_javasrc/VncViewer.javaNew "ENCPASSWORD" parameter, modified patch from Peter Astrand.------------------------------------------------------------------------r1103 | const | 2002-05-19 15:03:47 +0700 (Sun, 19 May 2002) | 3 linesChanged paths:   M /orig/trunk/vnc_javasrc/RfbProto.java   M /orig/trunk/vnc_javasrc/VncCanvas.java   M /orig/trunk/vnc_javasrc/VncViewer.javaThrowing Exception instead of IOException if that was not an I/Oerror.------------------------------------------------------------------------r1102 | const | 2002-05-19 13:38:02 +0700 (Sun, 19 May 2002) | 3 linesChanged paths:   M /orig/trunk/vnc_javasrc/RfbProto.javaApplied patch from Peter Astrand to fix problems with Swedish keys andbroken JVMs.------------------------------------------------------------------------r1091 | const | 2002-04-25 18:51:58 +0700 (Thu, 25 Apr 2002) | 2 linesChanged paths:   M /orig/trunk/vnc_javasrc/READMEUpdated version strings for version 1.2.4.------------------------------------------------------------------------r1090 | const | 2002-04-25 18:49:40 +0700 (Thu, 25 Apr 2002) | 3 linesChanged paths:   M /orig/trunk/vnc_javasrc/READMEDocumented new feature to refresh remote desktop in the view-only modeusing "R"/"r" keys.------------------------------------------------------------------------r1081 | const | 2002-04-23 20:02:45 +0700 (Tue, 23 Apr 2002) | 5 linesChanged paths:   M /orig/trunk/vnc_javasrc/ButtonPanel.javaBugfix: keyboard focus could be set incorrectly. It was returned todesktop even when windows such as Options or Clipboard were created.This looked like new windows had appeared behind the authenticator ordesktop window, if the viewer itself was running in a separate window.------------------------------------------------------------------------r1080 | const | 2002-04-10 02:10:47 +0700 (Wed, 10 Apr 2002) | 3 linesChanged paths:   M /orig/trunk/vnc_javasrc/VncViewer.javaMinor bugfix to prevent the "Refresh" button to disappear after the"Disconnect" button changes to "Hide desktop".------------------------------------------------------------------------r1079 | const | 2002-04-10 02:05:52 +0700 (Wed, 10 Apr 2002) | 2 linesChanged paths:   M /orig/trunk/vnc_javasrc/VncViewer.javaPrevious bugfix was broken.------------------------------------------------------------------------r1078 | const | 2002-04-10 02:01:30 +0700 (Wed, 10 Apr 2002) | 3 linesChanged paths:   M /orig/trunk/vnc_javasrc/VncViewer.javaMinor bugfix to prevent dumping exceptions on pressing "R"/"r" keysover disconnected desktop.------------------------------------------------------------------------r1077 | const | 2002-04-10 01:53:08 +0700 (Wed, 10 Apr 2002) | 3 linesChanged paths:   M /orig/trunk/vnc_javasrc/VncCanvas.javaNow "R"/"r" keys can be used to request screen updates in view-onlymode.------------------------------------------------------------------------r1075 | const | 2002-04-09 02:17:45 +0700 (Tue, 09 Apr 2002) | 2 linesChanged paths:   M /orig/trunk/vnc_javasrc/README"Show offline desktop" parameter documented.------------------------------------------------------------------------r1074 | const | 2002-04-09 02:12:57 +0700 (Tue, 09 Apr 2002) | 2 linesChanged paths:   M /orig/trunk/vnc_javasrc/OptionsFrame.java   M /orig/trunk/vnc_javasrc/VncCanvas.java   M /orig/trunk/vnc_javasrc/VncViewer.java"Show Controls" setting moved from OptionsFrame to VncViewer class.------------------------------------------------------------------------r1073 | const | 2002-04-09 02:04:48 +0700 (Tue, 09 Apr 2002) | 3 linesChanged paths:   M /orig/trunk/vnc_javasrc/ButtonPanel.java   M /orig/trunk/vnc_javasrc/VncViewer.javaNew "Show Offline Desktop" parameter allowing the disktop to be stilldisplayed even after the remote side closed connection.------------------------------------------------------------------------

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -