aboutsummaryrefslogtreecommitdiff
GNU Guix consists of Scheme code that implements the deployment model
of the Nix package management tool.  In fact, it currently talks to a
build daemon whose code comes from Nix (see the manual for details.)

Nix was initially written by Eelco Dolstra; other people have been
contributing to it.  See `nix/AUTHORS' for details.

The list of GNU Guix contributors is now generated from the output of
'git log' and written to this file, as can be seen in release tarballs.
3-05-06 17:12:45 +0200'>2023-05-06services: dbus-service, secret-service: Do not cause (fibers) to be loaded....Ludovic Courtès 2022-09-13secret-service: Mark sockets as SOCK_CLOEXEC....Ludovic Courtès 2022-04-07secret-service: Allow cooperative scheduling when Fibers is used....Ludovic Courtès 2022-04-07secret-service: Abstract 'wait-for-readable-fd'....Ludovic Courtès 2021-12-12services: secret-service: Turn into a Shepherd service....Ludovic Courtès 2020-09-29secret-service: Add proper logging procedure and log to syslog....Ludovic Courtès 2020-09-29services: secret-service: Add initial client/server handshake....Ludovic Courtès 2020-09-29secret-service: Fix file port leak in 'secret-service-send-secrets'....Ludovic Courtès 2020-09-29secret-service: Add a timeout when waiting for a client....Ludovic Courtès 2020-09-29secret-service: Clarify the origin of messages....Ludovic Courtès 2020-09-01services: Add secret-service-type....Jan (janneke) Nieuwenhuizen