summaryrefslogtreecommitdiff
path: root/guix/ssh.scm
AgeCommit message (Expand)Author
2019-01-21store: Rename '&nix-error' to '&store-error'.Ludovic Courtès
2019-01-21store: Rename <nix-server> to <store-connection>.Ludovic Courtès
2019-01-09Remove most uses of the _IO*F constants.Ludovic Courtès
2018-12-24offload: Use (guix inferior) instead of (ssh dist node).Ludovic Courtès
2018-12-24ssh: Add 'remote-inferior'.Ludovic Courtès
2018-11-24ssh: Make 'send-files' more robust.Ludovic Courtès
2018-11-05ssh: Honor the SOCKET-NAME argument of connect-to-remote-daemon.Maxim Cournoyer
2018-07-29ssh: Display the size of the store items being sent.Ludovic Courtès
2018-02-09ssh: Work around 'select' bug in Guile.Ludovic Courtès
2018-01-12ssh: Switch back to 'get-bytevector-some'.Ludovic Courtès
2018-01-12offload: 'test' reports Guile and module errors more nicely.Ludovic Courtès
2018-01-12ssh: 'retrieve-files' now only retrieves what's missing.Ludovic Courtès
2018-01-12offload: Fix regression in file retrieval.Ludovic Courtès
2018-01-11ssh: Pass an empty "exceptfds" set to 'select'.Ludovic Courtès
2018-01-11ssh: Work around 'get-bytevector-some' bug.Ludovic Courtès
2018-01-07ssh: Improve error reporting when retrieving files.Ludovic Courtès
2017-11-19ssh: Use (guix i18n).Ludovic Courtès
2017-06-04ssh: Improve error reporting when 'send-files' fails.Ludovic Courtès
2017-05-03ui: Rename '_' to 'G_'.Ludovic Courtès
2017-04-21ssh: Decompose 'connect-to-remote-daemon'.Ludovic Courtès
2017-04-21ssh: Move 'open-ssh-session' to (guix ssh).Ludovic Courtès
2016-12-31ssh: 'retrieve-files' detects remote export failures.Ludovic Courtès
2016-12-31ssh: 'send-files' returns the list of items sent.Ludovic Courtès
2016-12-31ssh: Allow transfers of complete closures.Ludovic Courtès
2016-12-31Add (guix ssh) module.Ludovic Courtès