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