aboutsummaryrefslogtreecommitdiff
path: root/AUTHORS
blob: 1e30a74a64f51ec735dcc44ff4dfe5fa4fa13c6f (about) (plain)
1
2
3
4
5
6
7
8
9
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.
h: Publish build logs....Ludovic Courtès 2017-12-01tests: Avoid double slash in URIs....Ludovic Courtès 2017-10-05publish: Cache uncompressed nars as well....Ludovic Courtès 2017-05-18publish: Fix narinfo rendering for already-compressed items....Ludovic Courtès 2017-05-11publish: Advertise a short TTL for "baking" 404s....Ludovic Courtès 2017-05-01publish: Produce a "FileSize" narinfo field when possible....Ludovic Courtès 2017-04-18publish: Add '--cache' and '--workers'....Ludovic Courtès 2017-03-22publish: Make the nar URL prefix a parameter....Ludovic Courtès 2017-03-22publish: The public and private keys are now SRFI-39 parameters....Ludovic Courtès 2016-08-02tests: Make sure threads use separate output ports....Ludovic Courtès 2016-08-02tests: Work around Guile bug with unbuffered custom binary input ports....Ludovic Courtès 2016-08-01publish: Do not compress already-compressed files....Ludovic Courtès 2016-07-27tests: Use unbuffered input ports when decompressing from 'guix publish'....Ludovic Courtès 2016-07-20publish: Handle '/file' URLs, for content-addressed files....Ludovic Courtès 2016-07-19publish: Add '--compression'....Ludovic Courtès 2016-06-08publish: Encore URIs that appear in narinfos....Ludovic Courtès 2016-04-03build: Add a Guile custom test driver using SRFI-64....Mathieu Lirzin 2016-02-25publish: Do not publish nars for invalid store items....Ludovic Courtès 2016-01-22tests: Prevent 'http_proxy' from breaking Web server tests....Ludovic Courtès