| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | api-sftp.texi: Improve description of 'sftp-get-error'•••* doc/api-sftp.texi: Improve description of 'sftp-get-error': describe
possible return values, fix formatting a bit.
| Artyom V. Poptsov | 2015-11-23 | 1 | -2/+35 |
| * | doc/api-sftp.texi: Add a link to Guile I/O documentation | Artyom V. Poptsov | 2015-11-23 | 1 | -1/+2 |
| * | api-sftp.texi: Add an example•••* doc/api-sftp.texi: Add example of 'with-input-from-remote-file' usage.
| Artyom V. Poptsov | 2015-11-23 | 1 | -0/+27 |
| * | Merge branch 'master' into wip-sftp | Artyom V. Poptsov | 2015-11-22 | 3 | -4/+96 |
| |\ |
|
| | * | doc/api-sessions.texi: Update description of 'session-get' | Artyom V. Poptsov | 2015-11-22 | 1 | -0/+1 |
| | * | doc/api-sessions.texi: Update•••* doc/api-sessions.texi: Remove extra information from the description of
callbacks in 'session-set!'.
| Artyom V. Poptsov | 2015-11-22 | 1 | -7/+1 |
| | * | doc/api-sessions.texi: Describe callbacks•••* doc/api-sessions.texi: Add a section that describes session callbacks. Move
the main section contents to a new "Session Management" section. Update the
description of 'session-set!'.
| Artyom V. Poptsov | 2015-11-22 | 1 | -1/+93 |
| | * | api-messages.texi: Describe 'message-global-request-reply-success'•••* doc/api-messages.texi: Add a description of
'message-global-request-reply-success'. Update the description of
'message-reply-success'.
* doc/version.texi: Update.
| Artyom V. Poptsov | 2015-11-19 | 2 | -3/+8 |
| * | | Merge branch 'master' into wip-sftp | Artyom V. Poptsov | 2015-11-01 | 2 | -3/+3 |
| |\| |
|
| | * | doc/api-channels.texi: Update•••* doc/api-channels.texi: Update description of 'channel-listen-forward'.
| Artyom V. Poptsov | 2015-11-01 | 1 | -2/+2 |
| | * | TODO (Known Bugs): Update | Artyom V. Poptsov | 2015-10-30 | 1 | -2/+2 |
| * | | sftp-file-type.c (gssh_open_file): Rename Scheme procedure•••* libguile-ssh/sftp-file-type.c (gssh_open_file): Rename Scheme procedure to
'%gssh-sftp-open'. All callers updated.
* modules/ssh/sftp.scm (sftp-open-file): Rename to 'sftp-open'. All
callers updated.
(call-with-remote-input-file, call-with-remote-output-file): Update.
* doc/api-sftp.texi: Update.
| Artyom V. Poptsov | 2015-10-28 | 1 | -1/+1 |
| * | | doc/api-sftp.texi: Fix a subsection heading | Artyom V. Poptsov | 2015-10-28 | 1 | -1/+1 |
| * | | doc/api-sftp.texi: Fix a typo | Artyom V. Poptsov | 2015-10-28 | 1 | -1/+1 |
| * | | sftp.scm: Add high-level API for remote files•••* modules/ssh/sftp.scm (call-with-remote-input-file)
(call-with-remote-output-file, with-input-from-remote-file)
(with-output-to-remote-file): New procedures.
* doc/api-sftp.texi: Update.
| Artyom V. Poptsov | 2015-10-28 | 1 | -0/+54 |
| * | | sftp.scm (sftp-chmod): Require 'mode' argument•••* modules/ssh/sftp.scm (sftp-chmod): Require 'mode' argument.
* doc/api-sftp.texi: Update.
| Artyom V. Poptsov | 2015-10-28 | 1 | -4/+3 |
| * | | doc/api-sftp.texi: Add to the repository•••* doc/api-sftp.texi: Add to the repository.
* doc/guile-ssh.texi: Add "SFTP" section.
* doc/version.texi: Update.
* doc/Makefile.am (guile_ssh_TEXINFOS): Add 'api-sftp.texi'.
| Artyom V. Poptsov | 2015-10-28 | 4 | -2/+111 |
| |/ |
|
| * | api-dist.texi: Update•••* doc/api-dist.texi: Update description of 'make-node'. Add description of
'node-run-server', 'node-guile-version', 'node-server-running?'.
| Artyom V. Poptsov | 2015-10-17 | 1 | -1/+19 |
| * | doc/api-dist.texi: Add a note about (de)serialisation | Artyom V. Poptsov | 2015-09-06 | 1 | -0/+7 |
| * | doc/api-dist.texi: Fix an 'with-ssh' example | Artyom V. Poptsov | 2015-09-06 | 1 | -2/+2 |
| * | node.scm (rrepl-get-result): Handle multiple values•••* modules/ssh/dist/node.scm (rrepl-get-result): Return a vector of values if
an expression was evaluated to multiple values.
* doc/api-dist.texi: Update description of 'rrepl-get-result', add examples.
* tests/dist.scm ("rrepl-get-result, valid input, multiple values"): New test
case.
| Artyom V. Poptsov | 2015-09-06 | 1 | -0/+23 |
| * | NEWS: Bump version to 0.8.0•••* NEWS: Bump version to 0.8.0.
* configure.ac, doc/version.texi: Likewise.
v0.8.0 | Artyom V. Poptsov | 2015-08-04 | 1 | -3/+3 |
| * | configure.ac: Require libssh 0.6.4+•••* configure.ac: Require libssh 0.6.4+.
* doc/guile-ssh.texi: Update requirements.
| Artyom V. Poptsov | 2015-08-04 | 1 | -6/+1 |
| * | doc/api-dist.texi: Improve an example of 'with-ssh' usage | Artyom V. Poptsov | 2015-08-03 | 1 | -1/+1 |
| * | job.scm (job->sexp): Fix the docstring•••* modules/ssh/dist/job.scm (job->sexp): Fix the docstring.
* doc/api-dist.texi: Update.
| Artyom V. Poptsov | 2015-08-03 | 1 | -1/+1 |
| * | modules/ssh/dist.scm (rrepl): Update the docstring•••* modules/ssh/dist.scm (rrepl): Update the docstring
* doc/api-dist.texi: Update.
| Artyom V. Poptsov | 2015-08-03 | 1 | -1/+1 |
| * | api-dist.texi: Clarify the descripton of dist* procedures•••* doc/api-dist.texi: Explicitly state that dist* procedures take a list of
nodes.
| Artyom V. Poptsov | 2015-08-03 | 1 | -3/+3 |
| * | doc/api-dist.texi: Fix a typo | Artyom V. Poptsov | 2015-08-03 | 1 | -1/+1 |
| * | api-dist.texi: Re-organize description of procedures•••* doc/api-dist.texi: Describe node procedures that are exported by (ssh dist)
in the first section.
| Artyom V. Poptsov | 2015-08-03 | 1 | -20/+30 |
| * | * modules/ssh/dist.scm (with-ssh): New procedure.•••* doc/api-dist.texi: Add description of 'with-ssh'.
| Artyom V. Poptsov | 2015-08-03 | 1 | -0/+20 |
| * | README (Requirements): Drop libssh 0.6.3•••* README (Requirements): Drop libssh 0.6.3.
* doc/guile-ssh.texi: Update requirements.
* doc/version.texi: Update.
| Artyom V. Poptsov | 2015-08-02 | 2 | -9/+8 |
| * | doc/guile-ssh.texi: Update requirements | Artyom V. Poptsov | 2015-07-31 | 1 | -1/+1 |
| * | 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 |
| * | node.scm (rrepl-get-result): Update the docstring•••* modules/ssh/dist/node.scm (rrepl-get-result): Update the docstring.
* doc/api-dist.texi: Update description of 'node-eval' and 'rrepl-eval'.
| Artyom V. Poptsov | 2015-07-28 | 1 | -6/+8 |
| * | dist.scm (rrepl): Use much simpler approach•••* modules/ssh/dist.scm (rrepl): Use much simpler approach for RREPL
implementation that does not involve parsing of the data.
* doc/api-dist.texi: Update.
| Artyom V. Poptsov | 2015-07-28 | 1 | -2/+1 |
| * | doc/api-dist.texi: Update•••* doc/api-dist.texi: Add description of 'rrepl-eval' and
'rrepl-skip-to-prompt'.
| Artyom V. Poptsov | 2015-07-26 | 1 | -0/+11 |
| * | doc/api-dist.texi: Add description of 'rrepl' | Artyom V. Poptsov | 2015-07-26 | 1 | -0/+5 |
| * | doc/api-dist.texi: Update description of 'node-open-rrepl' | Artyom V. Poptsov | 2015-07-26 | 1 | -2/+2 |
| * | doc/api-dist.texi: Fix a typo | Artyom V. Poptsov | 2015-07-25 | 1 | -1/+1 |
| * | doc/guile-ssh.texi: Improve order of chapters•••* doc/guile-ssh.texi: Improve order of chapters.
* doc/version.texi: Update.
| Artyom V. Poptsov | 2015-07-25 | 2 | -3/+3 |
| * | srfi: Move to 'modules'•••* srfi: Move to 'modules' directory.
* Makefile.am (SUBDIRS): Add 'modules'.
(EXTRA_DIST): Remove 'srfi'.
* configure.ac (AC_CONFIG_FILES): Add 'modules/Makefile'.
* doc/version.texi: Update.
* modules/Makefile.am: Add to the repository.
* tests/Makefile.am (AM_SCM_LOG_FLAGS): Search for modules in
'$(top_srcdir)/modules'.
| Artyom V. Poptsov | 2015-07-25 | 1 | -2/+2 |
| * | doc/api-dist.texi: Add note about node errors | Artyom V. Poptsov | 2015-07-19 | 1 | -0/+10 |
| * | doc/api-dist.texi: Add description of 'assign-eval' | Artyom V. Poptsov | 2015-07-12 | 1 | -0/+6 |
| * | job.scm (assign-job): Rename to 'assign-map'•••* ssh/dist/job.scm (assign-job): Rename to 'assign-map'. All callers updated.
* ssh/dist.scm (dist-map): Update.
* doc/api-dist.texi: Update.
| Artyom V. Poptsov | 2015-07-10 | 1 | -1/+1 |
| * | doc/api-dist.texi: Fix a typo | Artyom V. Poptsov | 2015-07-10 | 1 | -1/+1 |
| * | job.scm (job->sexp): New procedure•••* ssh/dist/job.scm (job->sexp): New procedure.
* doc/api-dist.texi: Add description of 'job->sexp'.
| Artyom V. Poptsov | 2015-07-09 | 1 | -0/+4 |
| * | dist.scm (distributed): Rename to 'distributed'•••* ssh/dist.scm (distributed): Rename to 'distributed'.
* doc/api-dist.texi: Update.
| Artyom V. Poptsov | 2015-07-01 | 1 | -1/+1 |
| * | api-dist.texi: Add description of 'distributed'•••* doc/api-dist.texi: Add description of 'distributed' procedure.
| Artyom V. Poptsov | 2015-07-01 | 1 | -0/+7 |
| * | doc/api-dist.texi: Remove an empty 'deffn' | Artyom V. Poptsov | 2015-06-30 | 1 | -4/+0 |
| * | doc/api-dist.texi: Update description of low-level API | Artyom V. Poptsov | 2015-06-30 | 1 | -2/+63 |