aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/local-store.cc
AgeCommit message (Expand)Author
2019-11-26SimplifyEelco Dolstra
2019-11-26Merge branch 'repair-bad-links' of https://github.com/chkno/nixEelco Dolstra
2019-11-26Disallow empty store path namesEelco Dolstra
2019-11-26DohEelco Dolstra
2019-11-15Check for and repair bad .links entriesChuck
2019-10-31Minor updates to inline commentsBenjamin Hipple
2019-10-29queryPathInfoUncached(): Return const ValidPathInfoEelco Dolstra
2019-10-21Mark content-addressable paths with references as experimentalEelco Dolstra
2019-10-21Allow content-addressable paths to have referencesEelco Dolstra
2019-10-10DohEelco Dolstra
2019-10-09Force per-user group to a known valueEelco Dolstra
2019-10-09Go back to 755 permission on per-user directoriesEelco Dolstra
2019-10-09nix-env: Create ~/.nix-profile automaticallyEelco Dolstra
2019-10-09Remove world-writability from per-user directoriesEelco Dolstra
2019-10-09OCD performance fix: {find,count}+insert => insertEelco Dolstra
2019-09-22Don't catch exceptions by valueEelco Dolstra
2019-09-03Add some noexceptsEelco Dolstra
2019-08-02nix-store --verify: Don't repair while holding the GC lockEelco Dolstra
2019-02-05Revert "Restore parent mount namespace before executing a child process"Eelco Dolstra
2018-12-12libstore: improve hash mismatch error messageszimbatm
2018-11-13Restore parent mount namespace before executing a child processEelco Dolstra
2018-10-27Merge branch 'nix-doctor' of https://github.com/LnL7/nixEelco Dolstra
2018-09-07If fallback is enabled, temporarily disable substituters after a failureEelco Dolstra
2018-09-07Handle queryPathInfo() failure from substituters when fallback is enabledEelco Dolstra
2018-09-02Store: expose the protocol version used by a storeDaiderd Jordan
2018-08-13ignore when listxattr fails with ENODATASymphorien Gibol
2018-05-30Simplify the callback mechanismEelco Dolstra
2018-05-30LocalStore::addToStore: Throw an exception if no hash is givenEelco Dolstra
2018-05-03LocalStore::addValidPath(): Throw error when the CA assertion is wrongEelco Dolstra
2018-04-13Fix #1921Eelco Dolstra
2018-03-16Reduce substitution memory consumptionEelco Dolstra
2018-03-07Fix #1957Eelco Dolstra
2018-02-12Fix hang in build-remoteEelco Dolstra
2018-02-12Fix 'deadlock: trying to re-acquire self-held lock'Eelco Dolstra
2017-09-05Add automatic garbage collectionEelco Dolstra
2017-09-05GC: Don't delete own temproots fileEelco Dolstra
2017-07-30Replace Unicode quotes in user-facing strings by ASCIIJörg Thalheim
2017-07-04Support base-64 hashesEelco Dolstra
2017-07-03Replace a few bool flags with enumsEelco Dolstra
2017-06-20Call SetDllDirectory("") after sqlite3 init on cygwinDavid McFarland
2017-06-19macOS: Remove flagsEelco Dolstra
2017-06-14canonicalisePathMetaData(): Ignore security.selinux attributeEelco Dolstra
2017-05-31Remove listxattr assertionEelco Dolstra
2017-05-30Darwin sandbox: Use sandbox-defaults.sbEelco Dolstra
2017-05-30canonicalisePathMetaData(): Remove extended attributes / ACLsEelco Dolstra
2017-05-29Fix typoEelco Dolstra
2017-05-11Change the meaning of info.ultimateEelco Dolstra
2017-05-11LocalStore::addToStore(): Check info.narSizeEelco Dolstra
2017-05-01build-remote: Don't require signaturesEelco Dolstra
2017-04-13Convert Settings to the new config systemEelco Dolstra