Age | Commit message (Expand) | Author | Files | Lines |
2016-04-19 | Move path info caching from BinaryCacheStore to Store | Eelco Dolstra | 1 | -52/+47 |
2016-04-14 | Fix std::atomic_flag build failure | Eelco Dolstra | 1 | -0/+1 |
2016-04-08 | Remove failed build caching | Eelco Dolstra | 1 | -59/+7 |
2016-04-08 | Make LocalStore thread-safe | Eelco Dolstra | 1 | -129/+136 |
2016-04-07 | Sign locally-built paths | Eelco Dolstra | 1 | -1/+15 |
2016-04-05 | Add "nix copy-sigs" command | Eelco Dolstra | 1 | -3/+19 |
2016-03-30 | LocalStore: Keep track of ultimately trusted paths | Eelco Dolstra | 1 | -8/+28 |
2016-03-30 | Improve the SQLite wrapper API | Eelco Dolstra | 1 | -171/+64 |
2016-03-30 | Factour out SQLite handling | Eelco Dolstra | 1 | -171/+0 |
2016-03-30 | Turn retrying SQLite transactions into a higher-order function | Eelco Dolstra | 1 | -33/+42 |
2016-03-22 | Don't overload dumpPath() | Eelco Dolstra | 1 | -1/+1 |
2016-03-21 | Add Store::dumpPath() method | Eelco Dolstra | 1 | -1/+1 |
2016-03-21 | Drop support for upgrading from Nix <= 0.12 | Eelco Dolstra | 1 | -84/+7 |
2016-03-04 | Eliminate some large string copying | Eelco Dolstra | 1 | -4/+4 |
2016-02-26 | importPaths(): Optionally add NARs to binary cache accessor | Eelco Dolstra | 1 | -1/+2 |
2016-02-24 | deletePath(): Succeed if path doesn't exist | Eelco Dolstra | 1 | -3/+3 |
2016-02-24 | Eliminate reserveSpace flag | Eelco Dolstra | 1 | -17/+13 |
2016-02-24 | LocalStore::addTextToStore(): Don't read the path we just wrote | Eelco Dolstra | 1 | -3/+5 |
2016-02-17 | Fix build without sodium | Eelco Dolstra | 1 | -4/+1 |
2016-02-16 | Rename ValidPathInfo::hash -> narHash for consistency | Eelco Dolstra | 1 | -16/+16 |
2016-02-15 | Expose the export magic value and move LocalStore::queryReferences to Store | Eelco Dolstra | 1 | -14/+3 |
2016-02-15 | Add function to extract hash part of a store path | Eelco Dolstra | 1 | -1/+1 |
2016-02-04 | Eliminate the "store" global variable | Eelco Dolstra | 1 | -2/+2 |
2016-01-31 | Use the daemon when we don't have write access to the Nix database | Eelco Dolstra | 1 | -1/+7 |
2016-01-12 | Canonicalize gids to 0 | Eelco Dolstra | 1 | -2/+2 |
2015-12-10 | Build sandbox support etc. unconditionally on Linux | Eelco Dolstra | 1 | -7/+2 |
2015-07-20 | nix-copy-closure: Add -v flag | Eelco Dolstra | 1 | -1/+3 |
2015-07-20 | More cleanup | Eelco Dolstra | 1 | -11/+3 |
2015-07-17 | OCD: foreach -> C++11 ranged for | Eelco Dolstra | 1 | -73/+73 |
2015-06-22 | Use posix_fallocate to create /nix/var/nix/db/reserved | Eelco Dolstra | 1 | -1/+11 |
2015-05-13 | cygwin: explicitly include required c headers | Rok Garbas | 1 | -0/+1 |
2015-04-07 | Revert /nix/store permission back to 01775 | Eelco Dolstra | 1 | -1/+1 |
2015-03-25 | addToStore(): Take explicit name argument | Eelco Dolstra | 1 | -2/+2 |
2015-01-08 | Doh^2 | Eelco Dolstra | 1 | -1/+1 |
2015-01-08 | Doh | Eelco Dolstra | 1 | -3/+3 |
2015-01-08 | Set /nix/store permission to 1737 | Eelco Dolstra | 1 | -4/+6 |
2014-12-29 | LocalStore initialization: Don't die if build-users-group doesn't exist | Shea Levy | 1 | -11/+12 |
2014-12-12 | Shut up a Valgrind warning | Eelco Dolstra | 1 | -1/+1 |
2014-12-10 | Don't wait for PID -1 | Eelco Dolstra | 1 | -1/+2 |
2014-11-19 | Clean up temp roots in a more C++ way | Eelco Dolstra | 1 | -0/+9 |
2014-10-14 | Improved error message when encountering unsupported file types | Eelco Dolstra | 1 | -3/+3 |
2014-08-20 | Use proper quotes everywhere | Eelco Dolstra | 1 | -64/+64 |
2014-08-05 | Remove unnecessary call to addTempRoot() | Eelco Dolstra | 1 | -1/+0 |
2014-08-01 | Make readDirectory() return inode / file type | Eelco Dolstra | 1 | -11/+9 |
2014-07-10 | Replace message "importing path <...>" with "exporting path <...>" | Eelco Dolstra | 1 | -2/+2 |
2014-07-10 | Refactoring: Move all fork handling into a higher-order function | Eelco Dolstra | 1 | -25/+10 |
2014-07-10 | Remove maybeVfork | Eelco Dolstra | 1 | -1/+1 |
2014-05-02 | Set up directories and permissions for multi-user install automatically | Eelco Dolstra | 1 | -1/+28 |
2014-04-08 | If a .drv cannot be parsed, show its path | Eelco Dolstra | 1 | -2/+2 |
2014-02-27 | Set up a minimal /dev in chroots | Eelco Dolstra | 1 | -2/+1 |