depot
this commit
canon
subtree-staging
monorepo for the virus lounge
The Virus Lounge
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-28
Iterate over references
Eelco Dolstra
1
-6
/
+6
2019-05-28
Merge branch 'attrPaths' of https://github.com/NinjaTrappeur/nix
Eelco Dolstra
1
-3
/
+23
2019-05-21
Merge pull request #2800 from flokli/progress-bar-hide-unknown-expected
Eelco Dolstra
1
-4
/
+11
2019-05-15
Merge pull request #2810 from NixOS/print-build-logs
Eelco Dolstra
4
-13
/
+39
2019-05-15
nix: Add --print-build-logs flag
Eelco Dolstra
4
-13
/
+39
2019-05-13
Merge pull request #2802 from LnL7/fix-needs-hashrewrite
Eelco Dolstra
1
-12
/
+16
2019-05-12
runProgram: Uncomment chdir support
Graham Christensen
1
-2
/
+2
2019-05-12
build: make needsHashRewrite a method
Daiderd Jordan
1
-12
/
+16
2019-05-12
handleDiffHook: stop passing allowVfork
Graham Christensen
1
-3
/
+1
2019-05-12
runProgram: support gid, uid, chdir
Graham Christensen
3
-24
/
+32
2019-05-12
chdir, setgroups
Graham Christensen
1
-0
/
+4
2019-05-12
diff hook: execute as the build user, and pass the temp dir
Graham Christensen
3
-14
/
+33
2019-05-12
build: run diff-hook under --check and document diff-hook
Graham Christensen
1
-12
/
+18
2019-05-12
build: move needsHashRewrite initialization to startBuilder
Daiderd Jordan
1
-7
/
+7
2019-05-11
progress-bar: hide expected if expected is 0 (unknown)
Florian Klink
1
-4
/
+11
2019-05-08
nix-shell: Don't absolutize '-p' expressions
Eelco Dolstra
1
-5
/
+7
2019-05-08
Merge branch 'repl/ctrlc' of https://github.com/xbreak/nix
Eelco Dolstra
1
-0
/
+40
2019-05-08
Merge pull request #2790 from samueldr/fix/minor-comment-NIX_ROOT_FINDER
Eelco Dolstra
1
-4
/
+3
2019-05-03
Add builtins.hashFile
Daniel Schaefer
1
-0
/
+15
2019-05-03
Fix "Bad system call" running i686-linux binaries on x86_64-linux
Eelco Dolstra
3
-4
/
+11
2019-04-30
findRootsNoTemp: fixes comment about findRuntimeRoots
Samuel Dionne-Riel
1
-4
/
+3
2019-04-17
build: only skip hash rewriting for sandboxing on linux
Daiderd Jordan
1
-2
/
+18
2019-04-11
Add environment variable NIX_SHOW_SYMBOLS for dumping the symbol table
Eelco Dolstra
2
-0
/
+13
2019-04-01
primeCache(): Barf if builds are needed but not allowed
Eelco Dolstra
1
-0
/
+6
2019-04-01
getMachines(): Cache result
Eelco Dolstra
1
-4
/
+5
2019-03-27
Fix Bison 3.3 warning
Eelco Dolstra
1
-1
/
+1
2019-03-25
Merge pull request #1828 from zimbatm/isPath
Eelco Dolstra
1
-0
/
+7
2019-03-25
store-api.hh: add missing include for unordered_map
Will Dietz
1
-0
/
+1
2019-03-24
Add isPath primop
zimbatm
1
-0
/
+7
2019-03-24
repl: Restore CTRL-C behaviour
xbreak
1
-0
/
+40
2019-03-21
eval: improve type description for primops and applied primops
Linus Heckemann
1
-2
/
+14
2019-03-15
Add a 5 seconds of timeouts to connect to S3.
Chaker Benhamed
1
-0
/
+1
2019-03-14
pkg-config files: Use c++17
Eelco Dolstra
3
-3
/
+3
2019-03-14
experimental/optional -> optional
Eelco Dolstra
14
-26
/
+26
2019-03-14
nix-store --gc --print-roots: Sort output
Eelco Dolstra
1
-1
/
+5
2019-03-14
findRoots(): Don't censor for trusted users
Eelco Dolstra
1
-1
/
+1
2019-03-14
findRoots(): Add 'censor' parameter
Eelco Dolstra
7
-53
/
+40
2019-03-14
findRuntimeRoots: Simplify/fix handling of /proc files
Eelco Dolstra
2
-15
/
+14
2019-03-10
Fix warning about unused variable
Guillaume Maudoux
1
-2
/
+5
2019-03-10
Unify internal findRootsXxx() api
Guillaume Maudoux
2
-24
/
+15
2019-03-10
unify naming of roots as links & targets
Guillaume Maudoux
1
-6
/
+6
2019-03-10
Also obfuscate the number of memory roots
Guillaume Maudoux
1
-2
/
+16
2019-03-10
Also print rooted path in `nix-store -q --roots`
Guillaume Maudoux
1
-1
/
+1
2019-03-10
fixup! Make roots a map of store paths to pinning links
Guillaume Maudoux
1
-3
/
+3
2019-03-10
Make roots a map of store paths to pinning links
Guillaume Maudoux
5
-35
/
+39
2019-03-10
Obfuscate memory roots for non-root users
Guillaume Maudoux
2
-9
/
+16
2019-03-10
detail memory roots
Guillaume Maudoux
2
-31
/
+32
2019-03-06
canBuildLocally: check for features
volth
1
-3
/
+10
2019-03-01
archive.cc: ignore more posix_fallocate "not supported" error codes
Will Dietz
1
-1
/
+1
2019-02-26
fix indentation
Dzmitry Zaitsau
1
-2
/
+2
[next]