aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/local-store.cc
AgeCommit message (Expand)Author
2015-07-20nix-copy-closure: Add -v flagEelco Dolstra
2015-07-20More cleanupEelco Dolstra
2015-07-17OCD: foreach -> C++11 ranged forEelco Dolstra
2015-06-22Use posix_fallocate to create /nix/var/nix/db/reservedEelco Dolstra
2015-05-13cygwin: explicitly include required c headersRok Garbas
2015-04-07Revert /nix/store permission back to 01775Eelco Dolstra
2015-03-25addToStore(): Take explicit name argumentEelco Dolstra
2015-01-08Doh^2Eelco Dolstra
2015-01-08DohEelco Dolstra
2015-01-08Set /nix/store permission to 1737Eelco Dolstra
2014-12-29LocalStore initialization: Don't die if build-users-group doesn't existShea Levy
2014-12-12Shut up a Valgrind warningEelco Dolstra
2014-12-10Don't wait for PID -1Eelco Dolstra
2014-11-19Clean up temp roots in a more C++ wayEelco Dolstra
2014-10-14Improved error message when encountering unsupported file typesEelco Dolstra
2014-08-20Use proper quotes everywhereEelco Dolstra
2014-08-05Remove unnecessary call to addTempRoot()Eelco Dolstra
2014-08-01Make readDirectory() return inode / file typeEelco Dolstra
2014-07-10Replace message "importing path <...>" with "exporting path <...>"Eelco Dolstra
2014-07-10Refactoring: Move all fork handling into a higher-order functionEelco Dolstra
2014-07-10Remove maybeVforkEelco Dolstra
2014-05-02Set up directories and permissions for multi-user install automaticallyEelco Dolstra
2014-04-08If a .drv cannot be parsed, show its pathEelco Dolstra
2014-02-27Set up a minimal /dev in chrootsEelco Dolstra
2014-02-17Heuristically detect if a build may have failed due to a full diskEelco Dolstra
2014-02-03Fix assertion failure in ‘nix-store --load-db’Eelco Dolstra
2014-02-01Give a friendly error message if the DB directory is not writableEelco Dolstra
2013-11-22Include <cstring> for memsetEelco Dolstra
2013-11-14Remove nix-setuid-helperEelco Dolstra
2013-10-16Retry all SQLite operationsEelco Dolstra
2013-10-16Fix a race in registerFailedPath()Eelco Dolstra
2013-10-16Convenience macros for retrying a SQLite transactionEelco Dolstra
2013-10-16Don't wrap read-only queries in a transactionEelco Dolstra
2013-10-16Print a distinct warning for SQLITE_PROTOCOLEelco Dolstra
2013-10-16Treat SQLITE_PROTOCOL as SQLITE_BUSYEelco Dolstra
2013-08-26Fix typos, especially those that end up in the Nix manualIvan Kozik
2013-08-07Run the daemon worker on the same CPU as the clientEelco Dolstra
2013-06-20Increase SQLite's auto-checkpoint intervalEelco Dolstra
2013-06-20Don't keep "disabled" substituters runningEelco Dolstra
2013-06-13Allow hard links between the outputs of a derivationEelco Dolstra
2013-06-13In repair mode, update the hash of rebuilt pathsEelco Dolstra
2013-06-07Remove obsolete EOF checksEelco Dolstra
2013-06-07Process stderr from substituters while doing have/info queriesEelco Dolstra
2013-06-07Buffer reads from the substituterEelco Dolstra
2013-05-01Don't let stderr writes in substituters cause a deadlockEelco Dolstra
2013-03-25makeStoreWritable: Ask forgiveness, not permissionShea Levy
2013-03-25makeStoreWritable: Use statvfs instead of /proc/self/mountinfo to find out if...Shea Levy
2013-03-08Revert "Prevent config.h from being clobbered"Eelco Dolstra
2013-03-07Prevent config.h from being clobberedEelco Dolstra
2013-02-28Handle systems without lutimes() or lchown()Eelco Dolstra