index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstore
Age
Commit message (
Expand
)
Author
2023-01-05
On macOS with auto-uid-allocation and sandboxing, use the correct gid
Eelco Dolstra
2023-01-04
Move macOS sandbox files to sr/libstore/build
Eelco Dolstra
2023-01-04
Include macOS sandbox files in the Nix binary
Eelco Dolstra
2023-01-03
Merge pull request #7497 from rski/master
Eelco Dolstra
2023-01-02
Merge pull request #7478 from hercules-ci/make-sure-initNix-called
Théophane Hufschmitt
2023-01-02
Merge pull request #7521 from ncfavier/migration-deadlock
Théophane Hufschmitt
2023-01-01
Fix error message
Steven Shaw
2022-12-29
Merge pull request #7524 from ncfavier/sandbox-paths-closure
Eelco Dolstra
2022-12-28
doc: sandbox-paths computes closures
Naïm Favier
2022-12-27
Release shared lock before acquiring exclusive lock
Naïm Favier
2022-12-24
libstore: Make sure that initNix has been called
Robert Hensing
2022-12-23
nix develop: Set personality
Eelco Dolstra
2022-12-23
src/libstore: Print the reason opening the DB failed
rski
2022-12-21
[PDT] TDE-3114: prevent a race-condition when creating the S3 cache
mupdt
2022-12-17
Improve sqlite error messages
Robert Hensing
2022-12-15
Fix a crash in DerivedPath::Built::toJSON() with impure derivations
Eelco Dolstra
2022-12-14
Allow disabling build users by unsetting `build-users-group`
Naïm Favier
2022-12-12
Merge remote-tracking branch 'upstream/master' into indexed-store-path-outputs
John Ericson
2022-12-12
Merge remote-tracking branch 'upstream/master' into indexed-store-path-outputs
John Ericson
2022-12-12
Apply suggestions from code review
John Ericson
2022-12-12
Move isUri() and resolveUri() out of filetransfer.cc
Eelco Dolstra
2022-12-12
Merge pull request #7421 from edolstra/lazy-trees-trivial-changes
Eelco Dolstra
2022-12-12
Merge branch 'master' into indexed-store-path-outputs
John Ericson
2022-12-09
Merge pull request #7409 from tweag/fix-6383
Théophane Hufschmitt
2022-12-07
Trivial changes from the lazy-trees branch
Eelco Dolstra
2022-12-07
Remove repeat and enforce-determinism options
Linus Heckemann
2022-12-06
improve style
Taeer Bar-Yam
2022-12-06
Merge pull request #7382 from fricklerhandwerk/doc-automatic-uid
Eelco Dolstra
2022-12-06
Tweak option descriptions
Eelco Dolstra
2022-12-05
check the store for input before failing (hopefully fix #6383)
Taeer Bar-Yam
2022-12-05
check the store for input before failing (hopefully fix #6700)
Taeer Bar-Yam
2022-12-02
Clean up cgroup handling in getMaxCPU()
Eelco Dolstra
2022-12-02
Move cgroup.{cc,hh} to libutil
Eelco Dolstra
2022-12-01
move documentation on `auto-allocate-uids` to options docs
Valentin Gagarin
2022-11-29
Merge pull request #3600 from NixOS/auto-uid-allocation
Eelco Dolstra
2022-11-29
Restore ownership of / for non-uid-range builds
Eelco Dolstra
2022-11-28
Add a setting for enabling cgroups
Eelco Dolstra
2022-11-28
Check that auto-allocated UIDs don't clash with existing accounts
Eelco Dolstra
2022-11-28
Merge pull request #7313 from yorickvP/nlohmann-everywhere
Eelco Dolstra
2022-11-27
Fix random client failures during GC server shutdown
Eelco Dolstra
2022-11-25
Merge branch 'master' into indexed-store-path-outputs
John Ericson
2022-11-23
Merge remote-tracking branch 'origin/master' into auto-uid-allocation
Eelco Dolstra
2022-11-22
Merge pull request #7328 from edolstra/nix-build-stats
Eelco Dolstra
2022-11-22
SimpleUserLock::getSupplementaryGIDs(): Filter out main gid
Eelco Dolstra
2022-11-22
Always call setgroups()
Eelco Dolstra
2022-11-21
Merge pull request #6456 from amjoseph-nixpkgs/seccomp-mips
Eelco Dolstra
2022-11-21
Use hex for startId
Eelco Dolstra
2022-11-21
AutoUserLock: If sandboxing is disabled, use the build users group
Eelco Dolstra
2022-11-21
nix build --json: Include build statistics
Eelco Dolstra
2022-11-21
Rename derivedPathsWithHintsToJSON -> builtPathsToJSON
Eelco Dolstra
[next]