about summary refs log tree commit diff
path: root/src/libstore
AgeCommit message (Expand)AuthorFilesLines
2014-07-11 build-remote.pl: Use ‘nix-store --serve’ on the remote sideEelco Dolstra1-0/+1
2014-07-11 Allow $NIX_BUILD_HOOK to be relative to Nix libexec directoryEelco Dolstra2-3/+5
2014-07-10 Replace message "importing path <...>" with "exporting path <...>"Eelco Dolstra1-2/+2
2014-07-10 Remove tabsEelco Dolstra1-3/+3
2014-07-10 Refactoring: Move all fork handling into a higher-order functionEelco Dolstra2-75/+33
2014-07-10 Remove maybeVforkEelco Dolstra2-3/+3
2014-06-27 allow-arbitrary-code-during-evaluation -> allow-unsafe-native-code-during-eva...Eelco Dolstra1-1/+1
2014-06-24 Only add the importNative primop if the allow-arbitrary-code-during-evaluatio...Shea Levy2-0/+5
2014-06-10 Report daemon OOM betterEelco Dolstra1-5/+17
2014-06-10 Print a warning when loading a large path into memoryEelco Dolstra1-0/+3
2014-05-26 Use std::unordered_setEelco Dolstra2-12/+3
2014-05-21 nix-store -l: Fetch build logs from the InternetEelco Dolstra2-0/+4
2014-05-15 lvlInfo -> lvlTalkativeEelco Dolstra1-1/+1
2014-05-15 nix-store --optimise: Remove bogus statisticsEelco Dolstra2-10/+7
2014-05-15 Remove tabEelco Dolstra1-2/+2
2014-05-15 Shortcut store files before lstatWout Mertens2-9/+37
2014-05-14 Use the inodes given by readdir directlyWout Mertens2-21/+25
2014-05-13 Preload linked hashes to speed up lookupsWout Mertens2-10/+41
2014-05-10 Shortcut already-hardlinked fileswmertens1-1/+10
2014-05-02 Set up directories and permissions for multi-user install automaticallyEelco Dolstra1-1/+28
2014-05-02 Set build-max-jobs to the number of available cores by defaultEelco Dolstra1-0/+5
2014-05-02 When running as root, use build users by defaultEelco Dolstra1-0/+1
2014-04-08 If a .drv cannot be parsed, show its pathEelco Dolstra4-8/+18
2014-04-03 Fix compile errors on IllumosDanny Wilson2-0/+5
2014-04-03 Make sure /dev/pts/ptmx is world-writableLudovic Courtès1-0/+4
2014-03-30 boost::shared_ptr -> std::shared_ptrEelco Dolstra4-31/+34
2014-03-29 Fix potential segfault in waitForInput()Eelco Dolstra1-3/+5
2014-03-29 restoreSIGPIPE(): Fill in sa_maskEelco Dolstra1-0/+1
2014-03-21 Make /dev/kvm optionalLudovic Courtès1-1/+4
2014-02-27 Set up a private /dev/pts in the chrootEelco Dolstra2-2/+14
2014-02-27 Set up a minimal /dev in chrootsEelco Dolstra4-13/+28
2014-02-27 Fix deadlock in SubstitutionGoalEelco Dolstra1-0/+1
2014-02-26 Only start download-via-ssh if it's enabledEelco Dolstra1-12/+14
2014-02-26 Add use-ssh-substituter setting.Shea Levy2-0/+5
2014-02-18 Slight simplificationEelco Dolstra1-17/+10
2014-02-18 Add a flag ‘--check’ to verify build determinismEelco Dolstra5-49/+86
2014-02-17 Make --repair work on DarwinEelco Dolstra1-3/+3
2014-02-17 RefactoringEelco Dolstra1-29/+36
2014-02-17 When using a build hook, only copy missing pathsEelco Dolstra1-9/+6
2014-02-17 Move some code aroundEelco Dolstra1-92/+82
2014-02-17 Heuristically detect if a build may have failed due to a full diskEelco Dolstra2-5/+28
2014-02-14 Minor style fixesEelco Dolstra2-2/+2
2014-02-10 Move StoreApi::serve into opServeShea Levy2-38/+0
2014-02-10 Pass in params by const refShea Levy2-2/+2
2014-02-08 Add download-via-ssh substituterShea Levy2-0/+26
2014-02-08 nix-store --serve: Flush out after every loopShea Levy2-2/+3
2014-02-08 nix-store --serve: Use dump instead of exportShea Levy2-3/+4
2014-02-08 nix-store --serve: Don't fail if asked for info about non-valid pathShea Levy1-0/+2
2014-02-08 nix-store --serve: Don't loop foreverShea Levy1-26/+25
2014-02-08 Add the nix-store --serve commandShea Levy2-0/+35