aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-04-06Backport SourcePath from the lazy-trees branchEelco Dolstra
2023-04-01Merge pull request #8122 from bjornfor/use-nix-store-l-unless-experimental-en...John 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-31Replace unnecessary Sync<uint64_t> with std::atomic<uint64_t>Patrick Jackson
2023-03-31IndentationEelco Dolstra
2023-03-31Add CanonPath::makeRelative()Eelco Dolstra
2023-03-31Merge pull request #7406 from amesgen/gitlab-fetcherThéophane Hufschmitt
2023-03-31Merge pull request #8018 from tweag/ssh-password-promptThéophane Hufschmitt
2023-03-30Only lock oncePatrick Jackson
2023-03-30Fix data race in copyPathsPatrick Jackson
2023-03-30Merge pull request #8111 from obsidiansystems/improve-internal-api-docsJohn Ericson
2023-03-30Merge pull request #7518 from fricklerhandwerk/doc-commandsValentin Gagarin
2023-03-30Merge pull request #8123 from nomeata/import-flake-docsEelco Dolstra
2023-03-30TypoEelco Dolstra
2023-03-30More precise wordingJoachim Breitner
2023-03-30Split nix-env and nix-store documentation per-subcommandAlexander Bantyev
2023-03-29Convert a bunch of comments in headers to Doxygen documentationJohn Ericson
2023-03-29Allow `@` in git refsfigsoda
2023-03-29Update src/libexpr/primops.ccJoachim Breitner
2023-03-29avoid a string copy in printHash16Vaci Koblizek
2023-03-29return string_view from printHashType rather than stringVaci Koblizek
2023-03-28Don't recommend 'nix log' unless experimental feature is enabledBjørn Forsman
2023-03-28Avoid a string copy during Hash::to_stringVaci Koblizek
2023-03-28Update src/libexpr/primops.ccJoachim Breitner
2023-03-28Docs: Explain why `import nixpkgs` works in flakesJoachim Breitner
2023-03-27Fix more profile dirs in docsJohn Ericson
2023-03-27Merge pull request #7763 from obsidiansystems/installable-wide-infoEelco Dolstra
2023-03-27Merge pull request #8084 from edolstra/store-docsEelco Dolstra
2023-03-27Merge pull request #8073 from tweag/fix-root-channels-locationJohn Ericson
2023-03-27Merge pull request #8062 from edolstra/ssl-cert-fileEelco Dolstra
2023-03-27Merge pull request #7609 from obsidiansystems/hide-experimental-settingsJohn Ericson
2023-03-27ssl-cert-file: Use listsEelco Dolstra
2023-03-27Merge pull request #8104 from avdv/graphml-use-long-for-narsizeEelco Dolstra
2023-03-27Make some comments in profiles.hh doxygen-enabledThéophane Hufschmitt
2023-03-26Catch eval errors in `hasContent`oxalica
2023-03-24nix-store: Use `long` for `narSize` in graphml outputClaudio Bley
2023-03-24Stratify `ExtraPathInfo` along `Installable` hierarchyJohn Ericson
2023-03-24Merge pull request #7757 from obsidiansystems/more-installable-valueEelco Dolstra
2023-03-24Merge pull request #8098 from hercules-ci/error-cc-Only-suggest-show-trace-wh...Théophane Hufschmitt
2023-03-23error.cc: Only suggest show-trace when truncated trace items would be printedRobert Hensing
2023-03-23TweaksEelco Dolstra
2023-03-23Register LocalStore to ensure it's included in the manualEelco Dolstra
2023-03-23Document store URLsEelco Dolstra
2023-03-23Factor out the generation of the profile/channel directoryThéophane Hufschmitt
2023-03-23nix-channel: Restore the old root channels directoryThéophane Hufschmitt
2023-03-23Update src/libstore/local-store.mdEelco Dolstra
2023-03-23Fix SSHStoreEelco Dolstra
2023-03-23Fix clang buildEelco Dolstra
2023-03-22Merge pull request #8078 from obsidiansystems/profile-mdJohn Ericson