Age | Commit message (Expand) | Author | Files | Lines |
2014-05-26 | Use std::unordered_set | Eelco Dolstra | 2 | -12/+3 |
2014-05-21 | nix-store -l: Fetch build logs from the Internet | Eelco Dolstra | 2 | -0/+4 |
2014-05-15 | lvlInfo -> lvlTalkative | Eelco Dolstra | 1 | -1/+1 |
2014-05-15 | nix-store --optimise: Remove bogus statistics | Eelco Dolstra | 2 | -10/+7 |
2014-05-15 | Remove tab | Eelco Dolstra | 1 | -2/+2 |
2014-05-15 | Shortcut store files before lstat | Wout Mertens | 2 | -9/+37 |
2014-05-14 | Use the inodes given by readdir directly | Wout Mertens | 2 | -21/+25 |
2014-05-13 | Preload linked hashes to speed up lookups | Wout Mertens | 2 | -10/+41 |
2014-05-10 | Shortcut already-hardlinked files | wmertens | 1 | -1/+10 |
2014-05-02 | Set up directories and permissions for multi-user install automatically | Eelco Dolstra | 1 | -1/+28 |
2014-05-02 | Set build-max-jobs to the number of available cores by default | Eelco Dolstra | 1 | -0/+5 |
2014-05-02 | When running as root, use build users by default | Eelco Dolstra | 1 | -0/+1 |
2014-04-08 | If a .drv cannot be parsed, show its path | Eelco Dolstra | 4 | -8/+18 |
2014-04-03 | Fix compile errors on Illumos | Danny Wilson | 2 | -0/+5 |
2014-04-03 | Make sure /dev/pts/ptmx is world-writable | Ludovic Courtès | 1 | -0/+4 |
2014-03-30 | boost::shared_ptr -> std::shared_ptr | Eelco Dolstra | 4 | -31/+34 |
2014-03-29 | Fix potential segfault in waitForInput() | Eelco Dolstra | 1 | -3/+5 |
2014-03-29 | restoreSIGPIPE(): Fill in sa_mask | Eelco Dolstra | 1 | -0/+1 |
2014-03-21 | Make /dev/kvm optional | Ludovic Courtès | 1 | -1/+4 |
2014-02-27 | Set up a private /dev/pts in the chroot | Eelco Dolstra | 2 | -2/+14 |
2014-02-27 | Set up a minimal /dev in chroots | Eelco Dolstra | 4 | -13/+28 |
2014-02-27 | Fix deadlock in SubstitutionGoal | Eelco Dolstra | 1 | -0/+1 |
2014-02-26 | Only start download-via-ssh if it's enabled | Eelco Dolstra | 1 | -12/+14 |
2014-02-26 | Add use-ssh-substituter setting. | Shea Levy | 2 | -0/+5 |
2014-02-18 | Slight simplification | Eelco Dolstra | 1 | -17/+10 |
2014-02-18 | Add a flag ‘--check’ to verify build determinism | Eelco Dolstra | 5 | -49/+86 |
2014-02-17 | Make --repair work on Darwin | Eelco Dolstra | 1 | -3/+3 |
2014-02-17 | Refactoring | Eelco Dolstra | 1 | -29/+36 |
2014-02-17 | When using a build hook, only copy missing paths | Eelco Dolstra | 1 | -9/+6 |
2014-02-17 | Move some code around | Eelco Dolstra | 1 | -92/+82 |
2014-02-17 | Heuristically detect if a build may have failed due to a full disk | Eelco Dolstra | 2 | -5/+28 |
2014-02-14 | Minor style fixes | Eelco Dolstra | 2 | -2/+2 |
2014-02-10 | Move StoreApi::serve into opServe | Shea Levy | 2 | -38/+0 |
2014-02-10 | Pass in params by const ref | Shea Levy | 2 | -2/+2 |
2014-02-08 | Add download-via-ssh substituter | Shea Levy | 2 | -0/+26 |
2014-02-08 | nix-store --serve: Flush out after every loop | Shea Levy | 2 | -2/+3 |
2014-02-08 | nix-store --serve: Use dump instead of export | Shea Levy | 2 | -3/+4 |
2014-02-08 | nix-store --serve: Don't fail if asked for info about non-valid path | Shea Levy | 1 | -0/+2 |
2014-02-08 | nix-store --serve: Don't loop forever | Shea Levy | 1 | -26/+25 |
2014-02-08 | Add the nix-store --serve command | Shea Levy | 2 | -0/+35 |
2014-02-03 | Fix assertion failure in ‘nix-store --load-db’ | Eelco Dolstra | 1 | -1/+12 |
2014-02-01 | Give a friendly error message if the DB directory is not writable | Eelco Dolstra | 1 | -2/+6 |
2014-02-01 | Fix "make dist" | Eelco Dolstra | 1 | -1/+3 |
2014-02-01 | Remove Automakefiles | Eelco Dolstra | 1 | -33/+0 |
2014-02-01 | Update Makefile variable names | Eelco Dolstra | 1 | -1/+1 |
2014-01-30 | Rename Makefile -> local.mk | Eelco Dolstra | 1 | -0/+0 |
2014-01-21 | Fix some clang warnings | Eelco Dolstra | 2 | -6/+1 |
2014-01-21 | Merge branch 'master' into make | Eelco Dolstra | 2 | -2/+7 |
2014-01-09 | Generate schema.sql.hh | Eelco Dolstra | 1 | -0/+5 |
2014-01-09 | Update Makefiles | Eelco Dolstra | 1 | -3/+1 |