| Commit message (Expand) | Author | Age | Files | Lines |
| * | doc/api-shell.texi: Add to the repository•••* doc/api-shell.texi: Add to the repository.
* doc/guile-ssh.texi: Include 'api-shell.texi'.
* doc/Makefile.am (guile_ssh_TEXINFOS): Add 'api-shell.texi'.
| Artyom V. Poptsov | 2017-01-03 | 1 | -0/+1 |
| * | doc/api-tunnels.texi: Add to the repository•••* doc/api-tunnels.texi: Add to the repository.
* doc/api-channels.texi: Move tunnels description to 'api-tunnels.texi'.
* doc/guile-ssh.texi, doc/version.texi: Update.
* doc/Makefile.am (guile_ssh_TEXINFOS): Add 'api-tunnels.texi'.
* NEWS: Update.
| Artyom V. Poptsov | 2015-12-20 | 1 | -0/+1 |
| * | doc/api-popen.texi: Add to the repository•••* doc/api-popen.texi: Add to the repository.
* doc/Makefile.am (guile_ssh_TEXINFOS): Add 'api-popen.texi'.
* doc/api-channels.texi: Move description of remote pipes to 'api-popen.texi'.
* doc/guile-ssh.texi: Add reference to "Remote Pipes" node.
* doc/version.texi: Update.
| Artyom V. Poptsov | 2015-12-06 | 1 | -0/+1 |
| * | 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 | 1 | -0/+1 |
| * | doc/api-dist.texi: Add to the repository•••* doc/api-dist.texi: Add to the repository.
* doc/guile-ssh.texi: Add "Distributed Computing" section.
* doc/version.texi: Update.
* doc/Makefile.am (guile_ssh_TEXINFOS): Add 'api-dist.texi'.
| Artyom V. Poptsov | 2015-06-07 | 1 | -0/+1 |
| * | ssh/log.scm: New module•••* doc/api-logging.texi: Add to the repository.
* doc/guile-ssh.texi (API Reference): Add description of logging API.
* doc/version.texi: Update.
* doc/Makefile.am (guile_ssh_TEXINFOS): Add `api-logging.texi'.
* ssh/log.c, ssh/log.h, ssh/log.scm: Add to the repository.
* ssh/Makefile.am (libguile_ssh_la_SOURCES, BUILT_SOURCES)
(SCM_SOURCES): Update.
* ssh/auth.scm, ssh/channel.scm, ssh/key.scm, ssh/message.scm,
ssh/server.scm, ssh/session.scm, ssh/version.scm: Use (ssh log).
* tests/log.scm: New TS.
* tests/Makefile.am (SCM_TESTS): Add `log.scm'.
* NEWS: Update.
| Artyom Poptsov | 2014-06-28 | 1 | -0/+1 |
| * | doc/guile-ssh.texi: Improve the "Examples" chapter•••* doc/guile-ssh.texi: Add an overview of programming with Guile-SSH to
the "Examples" chapter.
* doc/examples.texi: Add to the repository.
* doc/Makefile.am (guile_ssh_TEXINFOS): Add `examples.texi'.
* doc/version.texi: Update.
* NEWS: Update.
| Artyom Poptsov | 2014-06-20 | 1 | -0/+1 |
| * | Add documentation in Texinfo format.•••* configure.ac: Add `doc/Makefile' to `AC_CONFIG_FILES'.
* Makefile.am (SUBDIRS): Add `doc' directory.
* doc/Makefile.am: New file.
* doc/api-auth.texi, doc/api-channels.texi, doc/api-keys.texi,
doc/api-messages.texi, doc/api-servers.texi,
doc/api-sessions.texi, doc/api-version.texi, doc/fdl.texi,
doc/guile-ssh.texi, doc/indices.texi, doc/version.texi: New file.
| Artyom Poptsov | 2014-01-27 | 1 | -0/+14 |