summaryrefslogtreecommitdiff
path: root/doc (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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. Poptsov2015-11-231-2/+35
* doc/api-sftp.texi: Add a link to Guile I/O documentationArtyom V. Poptsov2015-11-231-1/+2
* api-sftp.texi: Add an example•••* doc/api-sftp.texi: Add example of 'with-input-from-remote-file' usage. Artyom V. Poptsov2015-11-231-0/+27
* Merge branch 'master' into wip-sftpArtyom V. Poptsov2015-11-223-4/+96
|\
| * doc/api-sessions.texi: Update description of 'session-get'Artyom V. Poptsov2015-11-221-0/+1
| * doc/api-sessions.texi: Update•••* doc/api-sessions.texi: Remove extra information from the description of callbacks in 'session-set!'. Artyom V. Poptsov2015-11-221-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. Poptsov2015-11-221-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. Poptsov2015-11-192-3/+8
* | Merge branch 'master' into wip-sftpArtyom V. Poptsov2015-11-012-3/+3
|\|
| * doc/api-channels.texi: Update•••* doc/api-channels.texi: Update description of 'channel-listen-forward'. Artyom V. Poptsov2015-11-011-2/+2
| * TODO (Known Bugs): UpdateArtyom V. Poptsov2015-10-301-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. Poptsov2015-10-281-1/+1
* | doc/api-sftp.texi: Fix a subsection headingArtyom V. Poptsov2015-10-281-1/+1
* | doc/api-sftp.texi: Fix a typoArtyom V. Poptsov2015-10-281-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. Poptsov2015-10-281-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. Poptsov2015-10-281-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. Poptsov2015-10-284-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. Poptsov2015-10-171-1/+19
* doc/api-dist.texi: Add a note about (de)serialisationArtyom V. Poptsov2015-09-061-0/+7
* doc/api-dist.texi: Fix an 'with-ssh' exampleArtyom V. Poptsov2015-09-061-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. Poptsov2015-09-061-0/+23
* NEWS: Bump version to 0.8.0•••* NEWS: Bump version to 0.8.0. * configure.ac, doc/version.texi: Likewise. v0.8.0Artyom V. Poptsov2015-08-041-3/+3
* configure.ac: Require libssh 0.6.4+•••* configure.ac: Require libssh 0.6.4+. * doc/guile-ssh.texi: Update requirements. Artyom V. Poptsov2015-08-041-6/+1
* doc/api-dist.texi: Improve an example of 'with-ssh' usageArtyom V. Poptsov2015-08-031-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. Poptsov2015-08-031-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. Poptsov2015-08-031-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. Poptsov2015-08-031-3/+3
* doc/api-dist.texi: Fix a typoArtyom V. Poptsov2015-08-031-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. Poptsov2015-08-031-20/+30
* * modules/ssh/dist.scm (with-ssh): New procedure.•••* doc/api-dist.texi: Add description of 'with-ssh'. Artyom V. Poptsov2015-08-031-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. Poptsov2015-08-022-9/+8
* doc/guile-ssh.texi: Update requirementsArtyom V. Poptsov2015-07-311-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. Poptsov2015-07-311-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. Poptsov2015-07-281-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. Poptsov2015-07-281-2/+1
* doc/api-dist.texi: Update•••* doc/api-dist.texi: Add description of 'rrepl-eval' and 'rrepl-skip-to-prompt'. Artyom V. Poptsov2015-07-261-0/+11
* doc/api-dist.texi: Add description of 'rrepl'Artyom V. Poptsov2015-07-261-0/+5
* doc/api-dist.texi: Update description of 'node-open-rrepl'Artyom V. Poptsov2015-07-261-2/+2
* doc/api-dist.texi: Fix a typoArtyom V. Poptsov2015-07-251-1/+1
* doc/guile-ssh.texi: Improve order of chapters•••* doc/guile-ssh.texi: Improve order of chapters. * doc/version.texi: Update. Artyom V. Poptsov2015-07-252-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. Poptsov2015-07-251-2/+2
* doc/api-dist.texi: Add note about node errorsArtyom V. Poptsov2015-07-191-0/+10
* doc/api-dist.texi: Add description of 'assign-eval'Artyom V. Poptsov2015-07-121-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. Poptsov2015-07-101-1/+1
* doc/api-dist.texi: Fix a typoArtyom V. Poptsov2015-07-101-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. Poptsov2015-07-091-0/+4
* dist.scm (distributed): Rename to 'distributed'•••* ssh/dist.scm (distributed): Rename to 'distributed'. * doc/api-dist.texi: Update. Artyom V. Poptsov2015-07-011-1/+1
* api-dist.texi: Add description of 'distributed'•••* doc/api-dist.texi: Add description of 'distributed' procedure. Artyom V. Poptsov2015-07-011-0/+7
* doc/api-dist.texi: Remove an empty 'deffn'Artyom V. Poptsov2015-06-301-4/+0
* doc/api-dist.texi: Update description of low-level APIArtyom V. Poptsov2015-06-301-2/+63