| Branch | Commit message | Author | Age | |
|---|---|---|---|---|
| master | libguile-ssh: Fix building with libssh 0.8 | Artyom V. Poptsov | 7 years | |
| wip-session-set-improvement | session.scm (session-set!): Accept keywords | Artyom V. Poptsov | 9 years | |
| wip-getters-deprecation | modules/ssh/channel.scm: Update module commentary | Artyom V. Poptsov | 9 years | |
| wip-better-logging | libguile-ssh/log.h: Replace 'import' with 'include' | Artyom V. Poptsov | 10 years | |
| Tag | Download | Author | Age | |
| v0.11.3 | guile-ssh-0.11.3.tar.gz | Artyom V. Poptsov | 8 years | |
| v0.11.2 | guile-ssh-0.11.2.tar.gz | Artyom V. Poptsov | 9 years | |
| v0.11.1 | guile-ssh-0.11.1.tar.gz | Artyom V. Poptsov | 9 years | |
| v0.11.0 | guile-ssh-0.11.0.tar.gz | Artyom V. Poptsov | 9 years | |
| v0.10.2 | guile-ssh-0.10.2.tar.gz | Artyom V. Poptsov | 9 years | |
| v0.10.1 | guile-ssh-0.10.1.tar.gz | Artyom V. Poptsov | 9 years | |
| v0.10.0 | guile-ssh-0.10.0.tar.gz | Artyom V. Poptsov | 9 years | |
| v0.9.0 | guile-ssh-0.9.0.tar.gz | Artyom V. Poptsov | 10 years | |
| v0.8.0 | guile-ssh-0.8.0.tar.gz | Artyom V. Poptsov | 10 years | |
| v0.7.2 | guile-ssh-0.7.2.tar.gz | Artyom V. Poptsov | 11 years | |
| [...] | ||||
| Age | Commit message | Author | Files | Lines |
| 2018-10-01 | libguile-ssh: Fix building with libssh 0.8•••The 'libguile-ssh' library would fail to build due to missing 'libssh_threads' library that was removed libssh 0.8. This patch fixes that. Reported by lantw44 in <https://github.com/artyom-poptsov/guile-ssh/issues/9> * configure.ac: Add check for libssh 0.8 * libguile-ssh/Makefile.am: Don't use 'libssh_threads' library when building with libssh 0.8+. * NEWS: Update. HEADmaster | Artyom V. Poptsov | 3 | -1/+30 |
| 2018-10-01 | INSTALL: Update | Artyom V. Poptsov | 1 | -159/+157 |
| 2018-08-07 | libguile-ssh/channel-type.c (ptob_close): Bugfix: fix a segfault•••'ptob_close' would always get a segfault when it tried to free a closed channel. This patch fixes that by adding a check if a channel is already closed. Reported by Michael Bowcutt <mbowcutt@case.edu> in <https://github.com/artyom-poptsov/guile-ssh/issues/8> and Njagi Mwaniki in a personal email. * libguile-ssh/channel-type.c (ptob_close): Check if a channel is already closed before trying to close and free it. Improve logging. * libguile-ssh/log.c (_gssh_log_debug, _gssh_log_debug1): New procedures * libguile-ssh/log.h: Likewise. | Artyom V. Poptsov | 3 | -1/+33 |
| 2018-03-31 | README (Installation): Mention Parabola GNU/Linux | Artyom V. Poptsov | 1 | -0/+2 |
| 2018-03-27 | NEWS: Bump version to 0.11.3•••* NEWS: Update. Bump version to 0.11.3. * configure.ac: Update. v0.11.3 | Artyom V. Poptsov | 2 | -3/+3 |
| 2018-03-08 | modules/ssh/dist/node.scm: Update copyright dates | Artyom V. Poptsov | 1 | -1/+1 |
| 2018-03-08 | node.scm: Improve error handling•••* modules/ssh/dist/node.scm: Improve error handling: throw an error with the current node and the error code from the server. Log errors to the main log. * doc/api-dist.texi: Update. | Artyom V. Poptsov | 2 | -5/+11 |
| 2018-03-05 | node.scm (node-run-server): Check return code•••* modules/ssh/dist/node.scm (node-run-server): Check return code of the executed command, throw a 'node-error' on a non-zero code. * AUTHORS, NEWS, THANKS: Update. | Artyom V. Poptsov | 4 | -7/+23 |
| 2017-06-19 | auth.scm: Add procedures for interacting w/ an OpenSSH agent•••* modules/ssh/auth.scm (openssh-agent-start, openssh-agent-info) (openssh-agent-setenv): New procedures. | Artyom V. Poptsov | 1 | -1/+81 |
| 2017-06-18 | NEWS: Bump version to 0.11.2•••* NEWS: Update. Bump version to 0.11.2. * configure.ac: Update. v0.11.2 | Artyom V. Poptsov | 2 | -4/+7 |
| [...] | ||||
| Clone | ||||
| https://cgit.wugi.info/git/guile/guile-ssh | ||||
