summaryrefslogtreecommitdiff
path: root/guix/inferior.scm
AgeCommit message (Expand)Author
2023-11-05time-machine: Make target commit check cheaper....Ludovic Courtès
2023-08-16scripts: time-machine: Error when attempting to visit too old commits....Maxim Cournoyer
2023-01-26inferior: Use 'spawn' on Guile 3.0.9+....Ludovic Courtès
2022-11-22inferior: Raise '&inferior-protocol-error' on invalid response....Ludovic Courtès
2022-10-17channels: Interpret the 'commit' field of channel as a tag or commit....Ludovic Courtès
2022-10-11git: Factorize 'commit-id?' predicate....Ludovic Courtès
2022-07-08guix: inferior: Fix the behaviour of open-inferior #:error-port....Christopher Baines
2022-05-20inferior: Close duplicate socketpair file descriptor....Ludovic Courtès
2022-01-27inferior: Move initialization bits away from 'inferior-eval-with-store'....Ludovic Courtès
2022-01-27inferior: Inferior caches store connections....Ludovic Courtès
2022-01-27inferior: Keep the store bridge connected....Ludovic Courtès
2022-01-27inferior: Create the store proxy listening socket only once....Ludovic Courtès
2022-01-17inferior: 'cached-channel-instance' always returns a directory....Ludovic Courtès
2022-01-13inferior: Fix wrong-type-arg error when authentication is disabled....Ludovic Courtès
2021-12-01inferior: 'cached-channel-instance' does not cache unauthenticated instances....Ludovic Courtès
2021-08-09inferior: 'cached-channel-instance' no longer calls 'show-what-to-build'....Ludovic Courtès
2021-05-15inferior: Support querying package replacements....Christopher Baines
2021-03-13inferior: Add <inferior> printer....Ludovic Courtès
2021-03-10inferior: Use a safe symlink monadic procedure....Mathieu Othacehe
2021-03-10Revert "inferior: Break cached-channel-instance into two procedures."...Mathieu Othacehe
2021-03-10inferior: Fix concurrent cached-profile calls....Mathieu Othacehe
2021-03-10inferior: Break cached-channel-instance into two procedures....Mathieu Othacehe
2021-01-29inferior: Speed up 'cached-channel-instance' for cache hits....Ludovic Courtès
2021-01-28guix: Fix typo....Ricardo Wurmus
2021-01-27inferior: Memoize entries in 'inferior-package->manifest-entry'....Ludovic Courtès
2020-12-19maint: Require Guile >= 2.2.6....Ludovic Courtès
2020-07-25utils: Move <location> and '&error-location' to (guix diagnostics)....Ludovic Courtès
2020-06-16time-machine: Add '--disable-authentication'....Ludovic Courtès
2020-03-19inferior: '&inferior-exception' includes a stack trace....Ludovic Courtès
2020-03-19inferior: Adjust to protocol (0 1)....Ludovic Courtès
2020-03-12inferior: Distinguish inferior exceptions....Ludovic Courtès
2020-01-15More module autoload adjustments....Ludovic Courtès
2019-12-29inferior: Add 'inferior-package-provenance'....Ludovic Courtès
2019-11-15inferior: 'cached-channel-instance' takes an open store connection....Konrad Hinsen
2019-11-15Add 'guix time-machine'....Konrad Hinsen
2019-10-15inferior: Set the error port when using older Guix versions....Christopher Baines
2019-10-15inferior: Allow controlling the inferior error port....Christopher Baines
2019-10-01inferior: Change to use the (guix repl) module....Christopher Baines
2019-09-23inferior: Fix typo....Vagrant Cascadian
2019-09-21inferior: Propagate '&store-protocol-error' error conditions....Ludovic Courtès
2019-07-04inferior: Add 'read-repl-response'....Ludovic Courtès
2019-03-08channels: Do not fail when the inferior lacks 'guix repl'....Ludovic Courtès
2019-02-12inferior: Add 'inferior-available-packages'....Ludovic Courtès
2019-01-21store: Rename <nix-server> to <store-connection>....Ludovic Courtès
2019-01-20inferior: 'gexp->derivation-in-inferior' honors EXP's load path....Ludovic Courtès
2019-01-15inferior: Add 'gexp->derivation-in-inferior'....Ludovic Courtès
2019-01-09Remove most uses of the _IO*F constants....Ludovic Courtès
2019-01-09maint: Remove 'cond-expand' forms for Guile 2.0....Ludovic Courtès
2018-12-24ssh: Add 'remote-inferior'....Ludovic Courtès
2018-11-28inferior: Add 'inferior-eval-with-store'....Ludovic Courtès