index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstore
/
build
Age
Commit message (
Expand
)
Author
2022-08-03
moveFile -> renameFile
Théophane Hufschmitt
2022-08-03
Create a wrapper around stdlib’s `rename`
Théophane Hufschmitt
2022-07-19
local-derivation-goal.cc: save global errno to the stack before performing te...
Adam Joseph
2022-07-19
as requested by @thufschmitt https://github.com/NixOS/nix/pull/6814#discussio...
Adam Joseph
2022-07-19
change warn() to notice()
Adam Joseph
2022-07-17
local-derivation-goal.cc: detect unprivileged_userns_clone failure mode
Adam Joseph
2022-07-17
local-derivation-goal.cc: add comment re: CLONE_NEWUSER
Adam Joseph
2022-07-16
local-derivation-goal.cc: warn if failing and /proc/self/ns/user missing
Adam Joseph
2022-07-16
local-derivation-goal.cc: warn if failing due to max_user_namespaces==0
Adam Joseph
2022-07-16
local-derivation-goal.cc: improve error messages when sandboxing fails
Adam Joseph
2022-06-23
Merge pull request #6710 from edolstra/embedded-sandbox-shell
Eelco Dolstra
2022-06-23
Fix typo
Eelco Dolstra
2022-06-23
Merge pull request #6673 from asymmetric/warn
Théophane Hufschmitt
2022-06-23
Embed the sandbox shell into the statically linked 'nix' binary
Eelco Dolstra
2022-06-23
Fix build-remote in nix-static
Eelco Dolstra
2022-06-15
libstore: improve warning message on missing sig
Lorenzo Manacorda
2022-05-04
Fix compiler warning
Eelco Dolstra
2022-05-04
Move json stuff out of util.cc
Eelco Dolstra
2022-05-04
Get rid of most `.at` calls (#6393)
Alain Zscheile
2022-04-28
Fix passing $OUT_PATHS to the post-build hook
Eelco Dolstra
2022-04-10
Log builder args and environment variables
Sebastian Blunt
2022-04-08
Remove duplicate "error:"
Eelco Dolstra
2022-04-06
Fix empty 'nix copy' error message
Eelco Dolstra
2022-03-31
needsNetworkAccess() -> isSandboxed()
Eelco Dolstra
2022-03-31
Fix macOS build
Eelco Dolstra
2022-03-31
Support fixed-output derivations depending on impure derivations
Eelco Dolstra
2022-03-31
Add support for impure derivations
Eelco Dolstra
2022-03-25
Use wantOutput
Eelco Dolstra
2022-03-24
Retry substitution after an incomplete closure only once
Eelco Dolstra
2022-03-24
Only return wanted outputs
Eelco Dolstra
2022-03-24
Random cleanup
Eelco Dolstra
2022-03-24
Random cleanup
Eelco Dolstra
2022-03-18
Generalize `DerivationType` in preparation for impure derivations
John Ericson
2022-03-17
Clean up `DerivationOutput`, and headers
John Ericson
2022-03-11
Factor out a `LogStore` interface
John Ericson
2022-03-09
BuildResult: Remove unused drvPath field
Eelco Dolstra
2022-03-09
BuildResult: Use DerivedPath
Eelco Dolstra
2022-03-08
Add Store::buildPathsWithResults()
Eelco Dolstra
2022-03-07
Merge pull request #6029 from Ma27/nix-log-ssh-ng
Théophane Hufschmitt
2022-03-03
Factor out a `GcStore` interface
John Ericson
2022-03-01
Move `BuildResult` defintion to its own header
John Ericson
2022-02-28
libstore/build: add a few explanatory comments; simplify
Maximilian Bosch
2022-02-28
libstore/derivation-goal: avoid double-parsing of JSON messages
Maximilian Bosch
2022-02-28
ssh-ng: also store build logs to make them accessible by `nix log`
Maximilian Bosch
2022-02-28
Fix clang warning
Eelco Dolstra
2022-02-28
Fix Darwin build
Eelco Dolstra
2022-02-25
Remove std::string alias (for real this time)
Eelco Dolstra
2022-02-21
Remove std::set alias
Eelco Dolstra
2022-02-16
addToStoreFromDump(): Take std::string_view
Eelco Dolstra
2022-02-12
Fix using sandbox without user namespaces
Sebastian Ullrich
[next]