summaryrefslogtreecommitdiff
path: root/nix
AgeCommit message (Expand)AuthorFilesLines
2013-10-29list-runtime-roots: List files referenced by environment variables.Ludovic Courtès1-3/+33
2013-10-10daemon: Set the umask to 022 when starting.Ludovic Courtès1-0/+6
2013-09-24guix-register: Allow the initial directory creation to proceed.Ludovic Courtès1-1/+9
2013-09-23guix-register: Expect closures to refer to the original store.Ludovic Courtès1-4/+18
2013-09-23Add 'guix-register'.Ludovic Courtès1-0/+168
2013-09-12daemon: Use 'int' instead of the internal 'gcry_md_algo_t' type.Ludovic Courtès2-6/+6
2013-07-04daemon: Make argp usage compatible with libc on GNU/Hurd.Ludovic Courtès1-2/+2
2013-06-18build: Fix `sync-with-upstream'.Ludovic Courtès1-1/+4
2013-04-18daemon: Add `--no-substitutes'.Ludovic Courtès1-7/+18
2013-04-18daemon: Really enable the substituter by default.Ludovic Courtès1-4/+2
2013-04-03Add preliminary binary substituter.Ludovic Courtès2-2/+21
2013-02-19daemon: Add `--listen'.Ludovic Courtès1-1/+18
2013-01-11Merge branch 'core-updates'Ludovic Courtès1-6/+6
2013-01-09daemon: Fix warning message when running as root without a build user group.Ludovic Courtès1-2/+2
2013-01-09guix-daemon: Rename `--build-cores' for consistency with `guix-build'.Ludovic Courtès1-2/+2
2013-01-06Update a few more license headers.Ludovic Courtès1-6/+6
2013-01-06Update license headers.Ludovic Courtès8-42/+42
2013-01-02daemon: Show the chroot contents upon `--debug'.Ludovic Courtès1-0/+11
2013-01-02daemon: Properly initialize libgcrypt.Ludovic Courtès1-1/+10
2012-12-16daemon: Gracefully handle Nix errors.Ludovic Courtès1-10/+22
2012-12-16daemon: Warn against running as root without `--build-users-group'.Ludovic Courtès1-0/+6
2012-12-16daemon: Add `--chroot-directory'.Ludovic Courtès1-0/+11
2012-12-15daemon: Add `--debug' option.Ludovic Courtès1-0/+7
2012-12-14daemon: Disable use of substitutes for now.Ludovic Courtès1-0/+4
2012-12-14build: Avoid brace expansion in `nix/sync-with-upstream'.Andreas Enge1-1/+2
2012-12-06daemon: Add more options.Ludovic Courtès1-1/+35
2012-12-05daemon: Add `list-runtime-roots' script.Ludovic Courtès2-0/+120
2012-12-05daemon: Disable use of chroots when support is lacking.Ludovic Courtès1-1/+11
2012-12-04daemon: Fix typo in libgcrypt bindings.Ludovic Courtès3-3/+3
2012-12-03build: Add `bootstrap' and `sync-with-upstream' scripts.Ludovic Courtès1-0/+64
2012-12-03build: Include a copy of Nix's libstore and daemon; build it.Ludovic Courtès11-0/+358