| Tue, 06 Mar 2018 15:57:34 +0100 | wenzelm | tuned signature; | file |
diff |
annotate | 
| Tue, 06 Mar 2018 15:51:34 +0100 | wenzelm | support for permissive connections, for odd situations where host keys are not accepted; | file |
diff |
annotate | 
| Fri, 02 Mar 2018 18:45:11 +0100 | wenzelm | support for proxy connection, similar to ProxyCommand in ssh config; | file |
diff |
annotate | 
| Sun, 24 Dec 2017 12:48:43 +0100 | wenzelm | more robust connection: prefer ServerAliveCountMax=3 (ssh default) instead of 1 (jsch default); | file |
diff |
annotate | 
| Mon, 13 Nov 2017 14:39:03 +0100 | wenzelm | tuned signature; | file |
diff |
annotate | 
| Mon, 13 Nov 2017 14:31:25 +0100 | wenzelm | proper ssh.bash_path; | file |
diff |
annotate | 
| Fri, 27 Oct 2017 11:46:03 +0200 | wenzelm | tuned; | file |
diff |
annotate | 
| Thu, 31 Aug 2017 11:42:10 +0200 | wenzelm | clarified signature; | file |
diff |
annotate | 
| Thu, 04 May 2017 14:58:19 +0200 | wenzelm | tuned; | file |
diff |
annotate | 
| Sat, 29 Apr 2017 20:15:26 +0200 | wenzelm | ssh_close for proper termination after use of database; | file |
diff |
annotate | 
| Thu, 27 Apr 2017 15:56:55 +0200 | wenzelm | clarified treatment of default port; | file |
diff |
annotate | 
| Thu, 09 Feb 2017 16:06:45 +0100 | wenzelm | clarified signature; | file |
diff |
annotate | 
| Thu, 09 Feb 2017 15:40:34 +0100 | wenzelm | remote database access via ssh port forwarding; | file |
diff |
annotate | 
| Sat, 22 Oct 2016 19:14:38 +0200 | wenzelm | support for URL notation; | file |
diff |
annotate | 
| Thu, 20 Oct 2016 23:39:15 +0200 | wenzelm | extra trim_line for the sake of Windows; | file |
diff |
annotate | 
| Thu, 20 Oct 2016 23:05:13 +0200 | wenzelm | prevent sporadic disconnection; | file |
diff |
annotate | 
| Tue, 18 Oct 2016 16:11:13 +0200 | wenzelm | tuned signature, in accordance to Isabelle_System; | file |
diff |
annotate | 
| Tue, 18 Oct 2016 16:03:30 +0200 | wenzelm | clarified modules; | file |
diff |
annotate | 
| Sun, 16 Oct 2016 17:52:25 +0200 | wenzelm | removed useless operation -- would require bash_process wrapper; | file |
diff |
annotate | 
| Sun, 16 Oct 2016 17:50:40 +0200 | wenzelm | tuned signature; | file |
diff |
annotate | 
| Sun, 16 Oct 2016 17:44:37 +0200 | wenzelm | simplified SSH.Session: sftp channel is always open and its operations provided by the main interface; | file |
diff |
annotate | 
| Sun, 16 Oct 2016 16:58:09 +0200 | wenzelm | sftp.mkdirs according to 2a5dbad75355; | file |
diff |
annotate | 
| Sat, 15 Oct 2016 21:37:19 +0200 | wenzelm | clarified signature: more static types; | file |
diff |
annotate | 
| Sat, 15 Oct 2016 19:08:32 +0200 | wenzelm | expand relatively to given environment, notably remote HOME; | file |
diff |
annotate | 
| Sat, 15 Oct 2016 16:35:18 +0200 | wenzelm | tuned signature; | file |
diff |
annotate | 
| Sat, 15 Oct 2016 14:15:29 +0200 | wenzelm | clarified signature; | file |
diff |
annotate | 
| Thu, 13 Oct 2016 15:41:30 +0200 | wenzelm | tuned; | file |
diff |
annotate | 
| Thu, 13 Oct 2016 15:37:31 +0200 | wenzelm | provide USER_HOME, such that symbolic Path.explode("~") can be used remotely; | file |
diff |
annotate | 
| Thu, 13 Oct 2016 11:43:40 +0200 | wenzelm | tuned; | file |
diff |
annotate | 
| Wed, 12 Oct 2016 15:04:32 +0200 | wenzelm | tuned signature; | file |
diff |
annotate | 
| Tue, 11 Oct 2016 10:43:27 +0200 | wenzelm | proper type for Library.using; | file |
diff |
annotate | 
| Tue, 11 Oct 2016 10:21:32 +0200 | wenzelm | support user@host syntax; | file |
diff |
annotate | 
| Tue, 11 Oct 2016 09:32:56 +0200 | wenzelm | support for remote tmp dirs; | file |
diff |
annotate | 
| Mon, 10 Oct 2016 22:20:00 +0200 | wenzelm | close more thoroughly; | file |
diff |
annotate | 
| Mon, 10 Oct 2016 21:52:55 +0200 | wenzelm | provide execute operation, similar to Isabelle_System.bash; | file |
diff |
annotate | 
| Mon, 10 Oct 2016 21:44:54 +0200 | wenzelm | proper support for exec channel (see also bash.scala); | file |
diff |
annotate | 
| Mon, 10 Oct 2016 18:10:03 +0200 | wenzelm | proper hierarchic names; | file |
diff |
annotate | 
| Mon, 10 Oct 2016 16:04:57 +0200 | wenzelm | more Sftp operations; | file |
diff |
annotate | 
| Mon, 10 Oct 2016 14:45:32 +0200 | wenzelm | more specific channels; | file |
diff |
annotate | 
| Mon, 10 Oct 2016 11:48:24 +0200 | wenzelm | clarified treatment of options; | file |
diff |
annotate | 
| Mon, 10 Oct 2016 11:11:38 +0200 | wenzelm | support for remote command execution; | file |
diff |
annotate | 
| Mon, 10 Oct 2016 10:42:14 +0200 | wenzelm | tuned; | file |
diff |
annotate | 
| Mon, 10 Oct 2016 10:41:04 +0200 | wenzelm | more generous timeout default (see also jEdit/FTP); | file |
diff |
annotate | 
| Mon, 10 Oct 2016 10:33:52 +0200 | wenzelm | connect session by default; | file |
diff |
annotate | 
| Mon, 10 Oct 2016 10:25:59 +0200 | wenzelm | clarified (hardwired!) default (see also jEdit/FTP); | file |
diff |
annotate | 
| Mon, 10 Oct 2016 09:57:56 +0200 | wenzelm | tuned comment; | file |
diff |
annotate | 
| Sun, 09 Oct 2016 23:08:40 +0200 | wenzelm | support for SSH in Isabelle/Scala; | file |
diff |
annotate |