summary refs log tree commit diff
AgeCommit message (Expand)Author
2015-05-11Make readDirectory() return inode / file typeEelco Dolstra
2015-05-11Allow regular files as GC rootsEelco Dolstra
2015-05-11Remove some dead codeEelco Dolstra
2015-05-11nix-daemon: Less verbosityEelco Dolstra
2015-05-11nix-daemon: Simplify stderr handlingEelco Dolstra
2015-05-11Merge commit 'fdee1ced43fb495d612a29e955141cdf6b9a95ba' into nixLudovic Courtès
2015-05-06Merge commit '8e9140cfdef9dbd1eb61e4c75c91d452ab5e4a74' into nixLudovic Courtès
2015-01-04Merge commit '8d5f472f2c49c79a0d3ae2e506f4d4d76224b328' into nixLudovic Courtès
2014-12-17nix: Adjust code for Guix.Ludovic Courtès
2014-12-17Keep only libstore, nix-daemon, and related stuff.Ludovic Courtès
2014-07-23startProcess: Make writing error messages from the child more robustEelco Dolstra
2014-07-23Remove dead codeEelco Dolstra
2014-07-19Revert old useBuildHook behaviourEelco Dolstra
2014-07-18Better fix for strcasecmp on DarwinEelco Dolstra
2014-07-18BumpEelco Dolstra
2014-07-17Ugly hack to fix building on old DarwinEelco Dolstra
2014-07-17nix-daemon: Add trusted-users and allowed-users optionsEelco Dolstra
2014-07-17nix-daemon: Show name of connecting userEelco Dolstra
2014-07-17nix-daemon: Only print connection info if we have SO_PEERCREDEelco Dolstra
2014-07-17nix-daemon: Fix compat with older clientsEelco Dolstra
2014-07-16Get rid of a compiler warningEelco Dolstra
2014-07-16Be more strict about file names in NARsEelco Dolstra
2014-07-16Handle case collisions on case-insensitive systemsEelco Dolstra
2014-07-16Make dev-shell script work on DarwinEelco Dolstra
2014-07-16Install systemd and Upstart stuff only on LinuxEelco Dolstra
2014-07-16Pass *_proxy vars to bootstrap fetchurlShea Levy
2014-07-16Manual: TypoEelco Dolstra
2014-07-14Remove cruftEelco Dolstra
2014-07-14build-remote.pl: Fix building multiple output derivationsEelco Dolstra
2014-07-12build-remote.pl: Don't keep a shell process aroundEelco Dolstra
2014-07-12build-remote.pl: Fix build logEelco Dolstra
2014-07-11Fix testEelco Dolstra
2014-07-11build-remote.pl: Use ‘nix-store --serve’ on the remote sideEelco Dolstra
2014-07-11Fix closure size displayEelco Dolstra
2014-07-11Allow $NIX_BUILD_HOOK to be relative to Nix libexec directoryEelco Dolstra
2014-07-10Fix broken Pid constructorEelco Dolstra
2014-07-10Replace message "importing path <...>" with "exporting path <...>"Eelco Dolstra
2014-07-10Fix use of sysreadEelco Dolstra
2014-07-10nix-copy-closure -s: Do substitutions via ‘nix-store --serve’Eelco Dolstra
2014-07-10nix-copy-closure: Fix --dry-runEelco Dolstra
2014-07-10Remove tabsEelco Dolstra
2014-07-10Refactoring: Move all fork handling into a higher-order functionEelco Dolstra
2014-07-10nix-copy-closure: Restore compression and the progress viewerEelco Dolstra
2014-07-10Remove maybeVforkEelco Dolstra
2014-07-10nix-copy-closure: Fix race conditionEelco Dolstra
2014-07-10Fix security hole in ‘nix-store --serve’Eelco Dolstra
2014-07-10Add a test for the SSH substituterEelco Dolstra
2014-07-09Fix compilation error on some versions of GCCEelco Dolstra
2014-07-08Don't build on Ubuntu 10.10Eelco Dolstra
2014-07-04Add builtin function ‘fromJSON’Eelco Dolstra