about summary refs log tree commit diff
path: root/src/libstore/local-store.cc (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-09 Force per-user group to a known valueEelco Dolstra1-1/+1
2019-10-09 Go back to 755 permission on per-user directoriesEelco Dolstra1-1/+1
2019-10-09 Remove world-writability from per-user directoriesEelco Dolstra1-4/+20
2019-10-09 Don't catch exceptions by valueEelco Dolstra1-2/+2
2019-09-03 Add some noexceptsEelco Dolstra1-1/+1
2019-08-02 nix-store --verify: Don't repair while holding the GC lockEelco Dolstra1-5/+4
2019-02-05 Revert "Restore parent mount namespace before executing a child process"Eelco Dolstra1-2/+0
2018-12-12 libstore: improve hash mismatch error messageszimbatm1-2/+2
2018-11-13 Restore parent mount namespace before executing a child processEelco Dolstra1-0/+2
2018-10-27 Merge branch 'nix-doctor' of https://github.com/LnL7/nixEelco Dolstra1-0/+6
2018-09-07 If fallback is enabled, temporarily disable substituters after a failureEelco Dolstra1-0/+1
2018-09-07 Handle queryPathInfo() failure from substituters when fallback is enabledEelco Dolstra1-0/+5
2018-09-02 Store: expose the protocol version used by a storeDaiderd Jordan1-0/+6
2018-08-13 ignore when listxattr fails with ENODATASymphorien Gibol1-1/+1
2018-05-30 Simplify the callback mechanismEelco Dolstra1-7/+6
2018-05-30 LocalStore::addToStore: Throw an exception if no hash is givenEelco Dolstra1-1/+2
2018-05-03 LocalStore::addValidPath(): Throw error when the CA assertion is wrongEelco Dolstra1-1/+2
2018-04-13 Fix #1921Eelco Dolstra1-2/+10
2018-03-16 Reduce substitution memory consumptionEelco Dolstra1-12/+22
2018-03-07 Fix #1957Eelco Dolstra1-1/+1
2018-02-12 Fix hang in build-remoteEelco Dolstra1-1/+0
2018-02-12 Fix 'deadlock: trying to re-acquire self-held lock'Eelco Dolstra1-2/+2
2017-09-05 Add automatic garbage collectionEelco Dolstra1-0/+18
2017-09-05 GC: Don't delete own temproots fileEelco Dolstra1-3/+5
2017-07-30 Replace Unicode quotes in user-facing strings by ASCIIJörg Thalheim1-43/+43
2017-07-04 Support base-64 hashesEelco Dolstra1-18/+8
2017-07-03 Replace a few bool flags with enumsEelco Dolstra1-8/+8
2017-06-20 Call SetDllDirectory("") after sqlite3 init on cygwinDavid McFarland1-0/+14
2017-06-19 macOS: Remove flagsEelco Dolstra1-0/+10
2017-06-14 canonicalisePathMetaData(): Ignore security.selinux attributeEelco Dolstra1-2/+6
2017-05-31 Remove listxattr assertionEelco Dolstra1-2/+0
2017-05-30 Darwin sandbox: Use sandbox-defaults.sbEelco Dolstra1-1/+1
2017-05-30 canonicalisePathMetaData(): Remove extended attributes / ACLsEelco Dolstra1-0/+22
2017-05-29 Fix typoEelco Dolstra1-1/+1
2017-05-11 Change the meaning of info.ultimateEelco Dolstra1-2/+0
2017-05-11 LocalStore::addToStore(): Check info.narSizeEelco Dolstra1-2/+6
2017-05-01 build-remote: Don't require signaturesEelco Dolstra1-0/+2
2017-04-13 Convert Settings to the new config systemEelco Dolstra1-2/+2
2017-04-13 Merge branch 'rework-options' of https://github.com/copumpkin/nixEelco Dolstra1-1/+1
2017-04-13 Add a Config class to simplify adding configuration settingsEelco Dolstra1-2/+3
2017-03-21 Require signatures by defaultEelco Dolstra1-1/+1
2017-03-16 copyPaths(): Use queryValidPaths() to reduce SSH latencyEelco Dolstra1-1/+1
2017-03-01 Tweak messageEelco Dolstra1-1/+1
2017-02-24 Verify content-addressability assertions at registration timeEelco Dolstra1-0/+2
2017-02-22 Explicitly model all settings and fail on unrecognized onesDan Peebles1-2/+2
2017-02-22 RemoteStore::addToStore(): Pass content-addressability assertionEelco Dolstra1-1/+1
2017-02-08 Include config.h implicitly with '-include config.h' in CFLAGSTuomas Tynkkynen1-1/+0
2016-11-26 Revert "Get rid of unicode quotes (#1140)"Eelco Dolstra1-39/+39
2016-11-25 Get rid of unicode quotes (#1140)Guillaume Maudoux1-39/+39
2016-11-09 Merge branch 'ssh-store' of https://github.com/shlevy/nixEelco Dolstra1-1/+2