gnu: Add emacs-exec-path-from-shell.
[jackhill/guix/guix.git] / guix / ssh.scm
2018-02-11 Mark H WeaverMerge branch 'master' into core-updates
2018-02-09 Ludovic Courtèsssh: Work around 'select' bug in Guile.
2018-01-20 Mark H WeaverMerge branch 'master' into core-updates
2018-01-12 Ludovic Courtèsssh: Switch back to 'get-bytevector-some'.
2018-01-12 Ludovic Courtèsoffload: 'test' reports Guile and module errors more...
2018-01-12 Ludovic Courtèsssh: 'retrieve-files' now only retrieves what's missing.
2018-01-12 Ludovic Courtèsoffload: Fix regression in file retrieval.
2018-01-11 Leo FamulariMerge branch 'master' into core-updates
2018-01-10 Ludovic Courtèsssh: Pass an empty "exceptfds" set to 'select'.
2018-01-10 Ludovic Courtèsssh: Work around 'get-bytevector-some' bug.
2018-01-07 Ludovic Courtèsssh: Improve error reporting when retrieving files.
2017-12-05 Marius BakkeMerge branch 'master' into core-updates
2017-11-19 Ludovic Courtèsssh: Use (guix i18n).
2017-06-07 Leo FamulariMerge branch 'master' into core-updates
2017-06-04 Marius BakkeMerge branch 'staging'
2017-06-04 Ludovic Courtèsssh: Improve error reporting when 'send-files' fails.
2017-05-24 Ricardo WurmusMerge branch 'master' into core-updates
2017-05-14 Marius BakkeMerge branch 'master' into staging
2017-05-14 Marius BakkeMerge commit '28ee4d41edf072776777ff3f83aef8502df909e5...
2017-05-03 Ludovic Courtèsui: Rename '_' to 'G_'.
2017-04-22 Leo FamulariMerge branch 'master' into staging
2017-04-21 Ludovic Courtèsssh: Decompose 'connect-to-remote-daemon'.
2017-04-21 Ludovic Courtèsssh: Move 'open-ssh-session' to (guix ssh).
2017-01-13 Leo FamulariMerge branch 'master' into python-tests
2017-01-06 Leo FamulariMerge branch 'master' into core-updates
2016-12-31 Ludovic Courtèsssh: 'retrieve-files' detects remote export failures.
2016-12-31 Ludovic Courtèsssh: 'send-files' returns the list of items sent.
2016-12-31 Ludovic Courtèsssh: Allow transfers of complete closures.
2016-12-31 Ludovic CourtèsAdd (guix ssh) module.