diff options
| author | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2015-12-04 21:37:42 +0300 |
|---|---|---|
| committer | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2015-12-04 21:37:42 +0300 |
| commit | 82b5396a1f1d45c7ea7eebd1544ba8099bcee9a4 (patch) | |
| tree | 1dc5e7e7904f74d2dc50d573bd1948ee5f3af61c /NEWS | |
| parent | session.scm: Implement SSH config parsing (diff) | |
| download | guile-ssh-82b5396a1f1d45c7ea7eebd1544ba8099bcee9a4.tar.gz | |
channel.scm: Add remote pipes
* modules/ssh/channel.scm (open-remote-pipe, open-remote-pipe*): New
procedures.
* doc/api-channels.texi: Add "Remote Pipes" section.
* NEWS: Update.
Diffstat (limited to 'NEWS')
| -rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -37,6 +37,8 @@ Copyright (C) Artyom V. Poptsov <poptsov.artyom@gmail.com> *** New procedure 'node-server-running?' in (ssh dist node) *** New procedure 'node-run-server' in (ssh dist node) *** New procedure 'session-parse-config!' in (ssh session) +*** New procedure 'open-remote-pipe' in (ssh channel) +*** New procedure 'open-remote-pipe*' in (ssh channel) ** 'make-session' now takes 'config' option that allows to specify whether the SSH config should be parsed or not, and optionally the path to the config. |
