summaryrefslogtreecommitdiff
path: root/examples/README (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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. Poptsov2016-08-071-0/+10
* examples/README: Update•••* examples/README: Fix description of 'rpc.scm' and 'ssshd.scm'. Artyom V. Poptsov2015-12-231-2/+4
* examples/README: UpdateArtyom V. Poptsov2015-12-231-5/+4
* examples/README: UpdateArtyom V. Poptsov2015-12-231-21/+23
* examples/README: UpdateArtyom V. Poptsov2015-12-231-23/+26
* examples/README: UpdateArtyom V. Poptsov2015-07-311-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. Poptsov2015-07-311-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. Poptsov2015-07-261-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 Poptsov2014-02-071-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 Poptsov2014-01-021-10/+8
* examples/ssshd.scm: Add to the repository.•••* examples/ssshd.scm: Add to the repository. * examples/README: Update. Artyom Poptsov2013-11-021-2/+10
* examples/: Add to the repository.•••* Makefile.am (SUBDIRS): Add examples/ * configure.ac: Add examples/Makefile * examples/: Add to the repository. Artyom Poptsov2013-10-281-0/+23