aboutsummaryrefslogtreecommitdiff
path: root/src/libstore
AgeCommit message (Expand)Author
2019-10-30minor: fix mismatch of struct/class forward decl of 'Source'Will Dietz
2019-10-29queryPathInfoUncached(): Return const ValidPathInfoEelco Dolstra
2019-10-29Move addToStoreFromDump to StoreEelco Dolstra
2019-10-29Don't create a Store in processConnection()Eelco Dolstra
2019-10-29Move most of the daemon implementation to libstoreEelco Dolstra
2019-10-29Remove the check against concurrent builds in the same processEelco Dolstra
2019-10-27Factor out linkOrCopy()Eelco Dolstra
2019-10-21Mark content-addressable paths with references as experimentalEelco Dolstra
2019-10-21Allow content-addressable paths to have referencesEelco Dolstra
2019-10-21Add experimental-features settingEelco Dolstra
2019-10-11ssh-ng: Don't set CPU affinity on the remoteEelco 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-10-08Handle empty sandbox_shellMatthew Bauer
2019-10-04Revert "std::uncaught_exception() -> std::uncaught_exceptions()"Eelco Dolstra
2019-09-30Merge pull request #2338 from bobvanderlinden/pr-cannot-delete-alive-whyDomen Kožar
2019-09-23Merge pull request #3103 from bhipple/fix/spellingEelco Dolstra
2019-09-23Merge pull request #3104 from zimbatm/no-show-trace-forwardingEelco Dolstra
2019-09-22Shut up some warningsEelco Dolstra
2019-09-22Don't catch exceptions by valueEelco Dolstra
2019-09-22libstore: don't forward --show-tracezimbatm
2019-09-21Fix spelling in commentBenjamin Hipple
2019-09-13std::uncaught_exception() -> std::uncaught_exceptions()Eelco Dolstra
2019-09-04BinaryCacheStore: Add index-debug-info optionEelco Dolstra
2019-09-03Support allowSubstitutes attribute in structured attribute derivationsEelco Dolstra
2019-09-03Add some noexceptsEelco Dolstra
2019-09-03Ensure that Callback is called only onceEelco Dolstra
2019-09-03Downloader: Remove a possible double call to CallbackEelco Dolstra
2019-08-29Merge pull request #3069 from matthewbauer/max-nameEelco Dolstra
2019-08-29Don't rely on st_blocksEelco Dolstra
2019-08-29CleanupEelco Dolstra
2019-08-28Set maximum name length in NixMatthew Bauer
2019-08-28Don't send certain setting overrides to the daemonEelco Dolstra
2019-08-27Merge branch 'test-sandboxing' of https://github.com/matthewbauer/nixEelco Dolstra
2019-08-23Reset tmpDirInSandbox for unsandboxedMatthew Bauer
2019-08-08Merge pull request #3031 from grahamc/low-speed-limitEelco Dolstra
2019-08-08conf: stalled-download-timeout: make tunableGraham Christensen
2019-08-07Merge pull request #3030 from dtzWill/fix/missing-include-ocloexecEelco Dolstra
2019-08-07Merge pull request #2995 from tweag/post-build-hookEelco Dolstra
2019-08-07pathlocks: add include to fcntl.h for O_CLOEXECWill Dietz
2019-08-02nix-store --verify: Don't repair while holding the GC lockEelco Dolstra
2019-08-02SimplifyEelco Dolstra
2019-08-02Use BSD instead of POSIX file locksEelco Dolstra
2019-08-02Add a test for auto-GCEelco Dolstra
2019-08-02Add a post-build-hookregnat
2019-07-30Don’t rely on EPERMMatthew Bauer