aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-04-07Move OpenSSL init to initLibUtilRobert Hensing
2023-04-07Finish converting existing comments for internal API docs (#8146)John Ericson
2023-04-07Merge pull request #7887 from obsidiansystems/add-derivationRobert Hensing
2023-04-07Add release notes for `nix derivation {add,show}`John Ericson
2023-04-07Create `nix derivation add` commandJohn Ericson
2023-04-07Rename files to reflect new `nix derivation show` nameJohn Ericson
2023-04-07`nix show-derivation` -> `nix derivation show`John Ericson
2023-04-07Liberate `checkDerivationOutputs` from `LocalStore`John Ericson
2023-04-07Include the name in the JSON for derivationsJohn Ericson
2023-04-07Create `Derivation::fromJSON`John Ericson
2023-04-07Merge pull request #7515 from MatthewCroughan/mc/check-trusted-userThéophane Hufschmitt
2023-04-06Add `Store::isTrustedClient()`matthewcroughan
2023-04-06Document the concept of “experimental feature” (#5930)Théophane Hufschmitt
2023-04-05Merge pull request #7849 from milahu/fix-man-nix-shellValentin Gagarin
2023-04-05docs: fix nix-shell commandsmilahu
2023-04-05Merge pull request #8167 from fricklerhandwerk/doc-nix-databaseValentin Gagarin
2023-04-05add a definition of the nix database to the glossaryMike (stew) O'Connor
2023-04-05add anchor to 'local store'Valentin Gagarin
2023-04-05Merge pull request #7579 from fricklerhandwerk/review-processThéophane Hufschmitt
2023-04-05only triage non-trivial pull requestsValentin Gagarin
2023-04-04Merge pull request #7944 from yorickvP/fix-curReplThéophane Hufschmitt
2023-04-03Merge pull request #8157 from hercules-ci/switch-bugsThéophane Hufschmitt
2023-04-03Merge pull request #8042 from lheckemann/alt-lockfilesEelco Dolstra
2023-04-03nix-store.cc: Refactor, remove qDefaultRobert Hensing
2023-04-03Enable -Werror=switch-enumRobert Hensing
2023-04-03Allow open switch-enum in 5 placesRobert Hensing
2023-04-03Merge pull request #7611 from obsidiansystems/structured-command-stabilizationJohn Ericson
2023-04-03Add explicit case statements where -Wswitch-enum would report themRobert Hensing
2023-04-03Fix systemd logging for lvlNotice: eqv to lvlInfo, not lvlVomitRobert Hensing
2023-04-03Fix BuildResult.toString() for NoSubstitutersRobert Hensing
2023-04-03Stuctured command stabilityJohn Ericson
2023-04-03Merge pull request #8148 from hercules-ci/fix-issue-8119-printValue-tBlackhol...Robert Hensing
2023-04-03Merge pull request #8152 from obsidiansystems/move-querySubstitutablePathInfosEelco Dolstra
2023-04-03eval: Fix crash on missing printValue tBlackhole caseRobert Hensing
2023-04-03Merge pull request #7610 from obsidiansystems/gate-default-settingsThéophane Hufschmitt
2023-04-03Merge pull request #8039 from obsidiansystems/prioritize-testingThéophane Hufschmitt
2023-04-03Merge pull request #8151 from obsidiansystems/internal-api-docs-pr-templateEelco Dolstra
2023-04-02Move `querySubstitutablePathInfos` from `LocalStore` to `Store`John Ericson
2023-04-02Mention internal API docs in PR templateJohn Ericson
2023-04-01Merge pull request #8122 from bjornfor/use-nix-store-l-unless-experimental-en...John Ericson
2023-04-01Merge pull request #8133 from obsidiansystems/improve-internal-api-docsJohn Ericson
2023-03-31Ensure all headers have `#pragma once` and are in API docsJohn Ericson
2023-03-31Extend internal API docs, part 2John Ericson
2023-03-31Merge pull request #8142 from patricksjackson/atomic-syncJohn Ericson
2023-03-31Replace unnecessary Sync<uint64_t> with std::atomic<uint64_t>Patrick Jackson
2023-03-31Merge pull request #8137 from edolstra/lazy-trees-cherrypicksEelco Dolstra
2023-03-31IndentationEelco Dolstra
2023-03-31Add CanonPath::makeRelative()Eelco Dolstra
2023-03-31Merge pull request #8139 from edolstra/no-nixpkgsFor-outputEelco Dolstra
2023-03-31Merge pull request #8138 from tweag/fix-installer-vm-testsEelco Dolstra