aboutsummaryrefslogtreecommitdiff
path: root/src/libstore
AgeCommit message (Expand)Author
2020-10-12Change .cc files to use split build headersJohn Ericson
2020-10-12Prepare for build/*.hh headersJohn Ericson
2020-10-11Merge branches 'build-1', 'build-2', 'build-3', 'build-4', 'build-5', 'build-...John Ericson
2020-10-11Trim lock.ccJohn Ericson
2020-10-11Rename to hand-hold git (lock.cc)John Ericson
2020-10-11Trim lock.hhJohn Ericson
2020-10-11Rename to hand-hold git (lock.hh)John Ericson
2020-10-11Trim build/worker.ccJohn Ericson
2020-10-11Rename to hand-hold git (build/worker.cc)John Ericson
2020-10-11Trim build/substitution-goal.ccJohn Ericson
2020-10-11Rename to hand-hold git (build/substitution-goal.cc)John Ericson
2020-10-11Trim build/local-store-build.ccJohn Ericson
2020-10-11Rename to hand-hold git (build/local-store-build.cc)John Ericson
2020-10-11Trim build/hook-instance.ccJohn Ericson
2020-10-11Rename to hand-hold git (build/hook-instance.cc)John Ericson
2020-10-11Trim build/goal.ccJohn Ericson
2020-10-11Rename to hand-hold git (build/goal.cc)John Ericson
2020-10-11Trim build/derivation-goal.ccJohn Ericson
2020-10-11Rename to hand-hold git (build/derivation-goal.cc)John Ericson
2020-10-11Trim build.hhJohn Ericson
2020-10-11Rename to hand-hold git (build.hh)John Ericson
2020-10-11Prepare for build/* filesJohn Ericson
2020-10-11Split out `commonChildInit`John Ericson
2020-10-09Remove stray DerivationOutputsAndPaths typeEelco Dolstra
2020-10-07Dynamically disable user namespaces if CLONE_NEWUSER failsEelco Dolstra
2020-10-07Support user namespaces being disabledEelco Dolstra
2020-10-07DohEelco Dolstra
2020-10-07Tweak error messagesEelco Dolstra
2020-10-07Serialize exceptions from the daemon to the clientEelco Dolstra
2020-10-07Serialize exceptions from the sandbox process to the parentEelco Dolstra
2020-10-07Remove generic std::optional<T> suppport from worker protoJohn Ericson
2020-10-06Prevent a deadlock when user namespace setup failsEelco Dolstra
2020-10-06Shut up some clang warningsEelco Dolstra
2020-10-06Remove static variable name clashesEelco Dolstra
2020-10-06Factor out common showBytes()Eelco Dolstra
2020-10-06Add missing #pragma onceEelco Dolstra
2020-10-05Fix s3:// storeEelco Dolstra
2020-10-05Merge pull request #3935 from obsidiansystems/binary-cache-addToStoreFromDumpEelco Dolstra
2020-10-05Merge pull request #3895 from obsidiansystems/templated-daemon-protocolEelco Dolstra
2020-09-30StyleEelco Dolstra
2020-09-30Merge remote-tracking branch 'upstream/master' into templated-daemon-protocolJohn Ericson
2020-09-30nix::worker_proto -> worker_protoJohn Ericson
2020-09-30Revert "Use template structs instead of phantoms"John Ericson
2020-09-29Remove github-access-token in favor of access-token.Kevin Quick
2020-09-29Merge branch 'master' into access-tokensKevin Quick
2020-09-29Make Headers an optional argumentEelco Dolstra
2020-09-29Merge branch 'github-api-token' of https://github.com/imalsogreg/nixEelco Dolstra
2020-09-28Clarify comment a bitJohn Ericson
2020-09-28Use `drvPath2` and give it a better nameJohn Ericson
2020-09-28Merge remote-tracking branch 'upstream/master' into ca-floating-upstreamJohn Ericson