| Commit message (Expand) | Author | Age | Files | Lines |
| * | build: Remove 'version.texi', which is generated.•••* doc/version.texi: Remove.
Signed-off-by: Artyom V. Poptsov <poptsov.artyom@gmail.com>
| Ludovic Courtès | 2016-11-06 | 1 | -0/+1 |
| * | .gitignore: Ignore '*.tar.gz.sig' files | Artyom V. Poptsov | 2016-10-09 | 1 | -0/+1 |
| * | .gitignore: Ignore '*.tar.gz' | Artyom V. Poptsov | 2016-10-09 | 1 | -0/+2 |
| * | .gitignore: Ignore gtags files | Artyom V. Poptsov | 2015-10-29 | 1 | -0/+3 |
| * | ssh/*.scm: Move to 'modules/ssh'•••* ssh/auth.scm, ssh/channel.scm, ssh/dist.scm, ssh/key.scm, ssh/log.scm,
ssh/message.scm, ssh/server.scm, ssh/session.scm, ssh/tunnel.scm,
ssh/version.scm, ssh/dist/Makefile.am, ssh/dist/job.scm, ssh/dist/node.scm:
Move to 'modules/ssh'.
* ssh/Makefile.am: Update.
* modules/Makefile.am (SUBDIRS): Add 'ssh'.
* .gitignore: Ignore *.go files.
* configure.ac (AC_CONFIG_FILES): Add 'modules/ssh/dist/Makefile'.
| Artyom V. Poptsov | 2015-07-25 | 1 | -0/+3 |
| * | Update/add .gitignore files.•••* .gitignore: Move rules related to object files, libraries
etc. to `ssh/.gitignore'. Update.
* ssh/.gitignore: Update.
* build-aux/.gitignore: New file.
* doc/.gitignore: New file.
* examples/.gitignore: New file.
* m4/.gitignore: New file.
| Artyom Poptsov | 2014-03-22 | 1 | -7/+6 |
| * | Use the magic snarfer.•••Use the Guile magic snarfer to make guile_ssh_* functions visible to
the Scheme world. Use functions names as they seen from Scheme
instead of C names in type check macros.
* src/auth.c, src/channel-func.c, src/channel-type.c,
src/key-func.c, src/key-type.c, src/session-func.c,
src/session-type.c, src/version.c: Use snarfing macros.
* src/Makefile.am: Use guile-snarf to generate needed files. Fix
some comments.
* configure.ac: Use AM_SILENT_RULES.
* .gitignore: Ignore files produced by the magic snarfer.
| Artyom Poptsov | 2013-08-25 | 1 | -0/+3 |
| * | .gitignore: Update. | Artyom Poptsov | 2013-05-19 | 1 | -0/+2 |
| * | Improve the library.•••Quite stable version, but some functions are not implemented yet.
| Artyom Poptsov | 2013-05-19 | 1 | -1/+2 |
| * | Initial commit. | Artyom Poptsov | 2013-05-12 | 1 | -0/+18 |