gnu: cool-retro-term: Upgrade to 1.1.1.
[jackhill/guix/guix.git] / guix / ssh.scm
2019-01-21 Ludovic Courtèsstore: Rename '&nix-error' to '&store-error'.
2019-01-21 Ludovic Courtèsstore: Rename <nix-server> to <store-connection>.
2019-01-09 Ludovic CourtèsRemove most uses of the _IO*F constants.
2018-12-24 Ludovic Courtèsoffload: Use (guix inferior) instead of (ssh dist node).
2018-12-24 Ludovic Courtèsssh: Add 'remote-inferior'.
2018-11-29 Marius BakkeMerge branch 'master' into core-updates
2018-11-24 Ludovic Courtèsssh: Make 'send-files' more robust.
2018-11-07 Marius BakkeMerge branch 'master' into core-updates
2018-11-06 Maxim Cournoyerssh: Honor the SOCKET-NAME argument of connect-to-remot...
2018-08-01 Marius BakkeMerge branch 'master' into core-updates
2018-07-30 Marius BakkeMerge branch 'master' into staging
2018-07-29 Ludovic Courtèsssh: Display the size of the store items being sent.
2018-02-20 Marius BakkeMerge branch 'master' into staging
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.