| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 | 2018-10-01 | 1 | -1/+6 |
| * | build: Build with '-Wall'.•••* configure.ac: Set and substitute 'WARN_CFLAGS'.
* libguile-ssh/Makefile.am (AM_CFLAGS): New variable.
Signed-off-by: Artyom V. Poptsov <poptsov.artyom@gmail.com>
| Ludovic Courtès | 2016-11-06 | 1 | -0/+1 |
| * | libguile-ssh/Makefile.am: Bugfix•••* libguile-ssh/Makefile.am (libguile_ssh_la_SOURCES): Bugfix: Remove unused
'sftp-session-main.h'.
| Artyom V. Poptsov | 2015-12-06 | 1 | -1/+1 |
| * | sftp-file-main.c: Add to the repository•••* libguile-ssh/sftp-file-main.c: Add to the repository.
* libguile-ssh/sftp-file-type.h: Add missed includes.
* modules/ssh/sftp.scm: Use 'init_sftp_file'.
| Artyom V. Poptsov | 2015-10-04 | 1 | -1/+1 |
| * | sftp-file-type.{c,h}: Add to the repository•••* libguile-ssh/sftp-file-type.h, libguile-ssh/sftp-file-type.c: Add to the
repository.
* libguile-ssh/Makefile.am (libguile_ssh_la_SOURCES, BUILT_SOURCES): Update.
* modules/ssh/sftp.scm (sftp-open-file): New procedure.
| Artyom V. Poptsov | 2015-10-04 | 1 | -2/+4 |
| * | sftp-session-func.{c,h}: Add to the repository•••* libguile-ssh/sftp-session-func.c, libguile-ssh/sftp-session-func.h: Add to
the repository.
* libguile-ssh/Makefile.am (libguile_ssh_la_SOURCES): Update.
(BUILT_SOURCES): Add 'sftp-session-func.x'.
* libguile-ssh/sftp-session-main.c (init_sftp_session): Call
'init_sftp_session_func'.
| Artyom V. Poptsov | 2015-09-09 | 1 | -2/+3 |
| * | Add the very basic support of SFTP session objects•••* libguile-ssh/sftp-session-main.c, libguile-ssh/sftp-session-type.h,
libguile-ssh/sftp-session-type.c: Add to the repository.
* libguile-ssh/Makefile.am (libguile_ssh_la_SOURCES, BUILT_SOURCES): Add SFTP
sources.
* modules/ssh/Makefile.am: Add 'sftp.scm'.
| Artyom V. Poptsov | 2015-09-08 | 1 | -2/+4 |
| * | libguile-ssh/Makefile.am: Update copyright dates; cleanup | Artyom V. Poptsov | 2015-07-25 | 1 | -2/+2 |
| * | ssh: Rename to 'libguile-ssh'•••* ssh: Rename to 'libguile-ssh'.
* Makefile.am, configure.ac, modules/ssh/Makefile.am, tests/Makefile.am:
Update.
| Artyom V. Poptsov | 2015-07-25 | 1 | -0/+56 |