| Commit message (Expand) | Author | Age | Files | Lines |
| * | examples/uptop.scm.in: Add to the repository•••* examples/uptop.scm.in: Add to the repository.
* examples/Makefile.am (EXTRA_DIST, dist_examples_DATA): Update.
* examples/README, examples/.gitignore: Update.
| Artyom V. Poptsov | 2016-08-07 | 1 | -0/+10 |
| * | examples/README: Update•••* examples/README: Fix description of 'rpc.scm' and 'ssshd.scm'.
| Artyom V. Poptsov | 2015-12-23 | 1 | -2/+4 |
| * | examples/README: Update | Artyom V. Poptsov | 2015-12-23 | 1 | -5/+4 |
| * | examples/README: Update | Artyom V. Poptsov | 2015-12-23 | 1 | -21/+23 |
| * | examples/README: Update | Artyom V. Poptsov | 2015-12-23 | 1 | -23/+26 |
| * | examples/README: Update | Artyom V. Poptsov | 2015-07-31 | 1 | -2/+2 |
| * | examples/rpc/{client,server}.scm.in: Add to the repository•••* examples/rpc/client.scm.in, examples/rpc/server.scm.in: Add to the
repository.
* doc/api-channels.texi: Mention a path to the full RPC client example in the
description of 'call-with-ssh-forward'.
* examples/Makefile.am: Add 'rpc/client.scm.in', rpc/server.scm.in.
* examples/.gitignore: Ignore 'rpc/client.scm', 'rpc/server.scm'.
* examples/README: Update.
| Artyom V. Poptsov | 2015-07-31 | 1 | -0/+3 |
| * | examples/rrepl.scm.in: Add to the repository•••* examples/rrepl.scm.in: Add to the repository.
* examples/Makefile.am (EXTRA_DIST): Add 'rrepl.scm.in'.
(dist_examples_DATA, CLEANFILES): Add 'rrepl.scm'.
* examples/README: Update.
| Artyom V. Poptsov | 2015-07-26 | 1 | -2/+3 |
| * | examples/README: Update.•••* examples/README: Update.
* examples/README.org: Add the symlink to `examples/README.org' to
help the GitHub recognize the org-mode markup.
| Artyom Poptsov | 2014-02-07 | 1 | -6/+18 |
| * | Use Guile port API to implement Guile-SSH channels.•••* src/channel-func.c (guile_ssh_channel_read)
(guile_ssh_channel_write): Remove.
* src/channel-func.h (guile_ssh_channel_read): Remove.
* src/channel-type.c (ptob_fill_input, ptob_write, ptob_flush)
(ptob_input_waiting, _ssh_channel_to_scm): New procedures.
(guile_ssh_make_channel): Use `_ssh_channel_to_scm'.
(_scm_to_ssh_channel): Use `SCM_STREAM' macro.
(init_channel_type): Register Guile port callbacks.
* src/channel-type.h (_ssh_channel_to_scm): Export.
* src/channel.scm (channel-read, channel-write): Remove.
* src/message-func.c
(guile_ssh_message_channel_request_open_reply_accept): Use
`_ssh_channel_to_scm'.
* examples/echo: Add to the repository.
* examples/Makefile.am: Add echo server/client example.
* examples/README: Update.
* examples/sssh.scm: Update.
* README: Update.
| Artyom Poptsov | 2014-01-02 | 1 | -10/+8 |
| * | examples/ssshd.scm: Add to the repository.•••* examples/ssshd.scm: Add to the repository.
* examples/README: Update.
| Artyom Poptsov | 2013-11-02 | 1 | -2/+10 |
| * | examples/: Add to the repository.•••* Makefile.am (SUBDIRS): Add examples/
* configure.ac: Add examples/Makefile
* examples/: Add to the repository.
| Artyom Poptsov | 2013-10-28 | 1 | -0/+23 |