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
/
libstore
/
build.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2013-09-02
Only show trace messages when tracing is enabled
Eelco Dolstra
1
-4
/
+3
2013-09-02
Add an option to limit the log output of builders
Eelco Dolstra
1
-0
/
+13
2013-08-26
Fix personality switching from x86_64 to i686
Gergely Risko
1
-1
/
+6
2013-08-07
Run the daemon worker on the same CPU as the client
Eelco Dolstra
1
-0
/
+4
2013-07-18
Revert "build-remote.pl: Enforce timeouts locally"
Eelco Dolstra
1
-1
/
+3
2013-07-15
Allow bind-mounting regular files into the chroot
Shea Levy
1
-1
/
+9
2013-06-20
Don't set $preferLocalBuild and $requiredSystemFeatures in builders
Eelco Dolstra
1
-7
/
+14
2013-06-20
Don't substitute derivations that have preferLocalBuild set
Eelco Dolstra
1
-5
/
+10
2013-06-13
Allow hard links between the outputs of a derivation
Eelco Dolstra
1
-2
/
+7
2013-06-13
Fix a security bug in hash rewriting
Eelco Dolstra
1
-0
/
+6
2013-06-13
Fix assertion failure in canonicalisePathMetaData() after hash rewriting
Eelco Dolstra
1
-2
/
+9
2013-06-13
computeFSClosure: Only process the missing/corrupt paths
Eelco Dolstra
1
-11
/
+17
2013-06-13
In repair mode, update the hash of rebuilt paths
Eelco Dolstra
1
-1
/
+1
2013-05-10
In trace messages, don't print the output path
Eelco Dolstra
1
-19
/
+15
2013-05-09
Communicate build timeouts to Hydra
Eelco Dolstra
1
-7
/
+11
2013-05-09
build-remote.pl: Enforce timeouts locally
Eelco Dolstra
1
-3
/
+1
2013-04-23
Fix --timeout
Eelco Dolstra
1
-38
/
+25
2013-04-23
Nix daemon: respect build timeout from the client
Eelco Dolstra
1
-1
/
+1
2013-04-04
Complain if /homeless-shelter exists
Eelco Dolstra
1
-1
/
+5
2013-03-08
Revert "Prevent config.h from being clobbered"
Eelco Dolstra
1
-5
/
+13
2013-03-07
Prevent config.h from being clobbered
Eelco Dolstra
1
-13
/
+5
2013-02-26
Security: Don't allow builders to change permissions on files they don't own
Eelco Dolstra
1
-2
/
+2
2013-02-19
Enable chroot support on old glibc versions.
Ludovic Courtès
1
-0
/
+6
2013-01-17
Store build logs in /nix/var/log/nix/drvs/<XX>
Eelco Dolstra
1
-3
/
+5
2013-01-03
Clear any immutable bits in the Nix store
Eelco Dolstra
1
-8
/
+1
2013-01-02
If a substitute closure is incomplete, build dependencies, then retry the sub...
Eelco Dolstra
1
-7
/
+28
2013-01-02
Automatically fall back if the references of a substitute are not substitutable
Eelco Dolstra
1
-1
/
+1
2012-12-29
Allow mounting a path in a different location in the chroot
Eelco Dolstra
1
-7
/
+14
2012-12-19
Kill the build hook rather than shutting it down cleanly
Eelco Dolstra
1
-7
/
+1
2012-12-18
Revert brain fart
Eelco Dolstra
1
-2
/
+0
2012-12-18
Check for potential infinite select() loops when building
Eelco Dolstra
1
-0
/
+2
2012-11-26
Only substitute wanted outputs of a derivation
Eelco Dolstra
1
-9
/
+50
2012-11-26
Make "nix-build -A <derivation>.<output>" do the right thing
Eelco Dolstra
1
-3
/
+5
2012-11-15
Disable use of vfork()
Eelco Dolstra
1
-1
/
+1
2012-11-15
Don't use std::cerr in a few places
Eelco Dolstra
1
-10
/
+8
2012-11-09
Use vfork() instead of fork() if available
Eelco Dolstra
1
-14
/
+13
2012-11-09
Remove some redundant close() calls
Eelco Dolstra
1
-6
/
+0
2012-11-09
Remove the quickExit function
Eelco Dolstra
1
-4
/
+4
2012-10-23
If hashes do not match, print them in base-32 for SHA-1/SHA-256
Eelco Dolstra
1
-1
/
+1
2012-10-11
Shorten the names of temporary build directories
Eelco Dolstra
1
-1
/
+1
2012-10-03
nix-env: Support ‘--repair’ flag
Eelco Dolstra
1
-2
/
+4
2012-10-03
Handle repairing paths that are in build-chroot-dirs
Eelco Dolstra
1
-0
/
+7
2012-10-03
When repairing a derivation, check and repair the entire output closure
Eelco Dolstra
1
-2
/
+66
2012-10-02
Add a --repair flag to ‘nix-store -r’ to repair derivation outputs
Eelco Dolstra
1
-59
/
+94
2012-10-02
Add operation ‘nix-store --repair-path’
Eelco Dolstra
1
-28
/
+67
2012-09-28
Handle octal escapes in /proc/self/mountinfo
Eelco Dolstra
1
-2
/
+3
2012-09-28
Print a more descriptive error message if setting up the build environment fails
Eelco Dolstra
1
-3
/
+14
2012-09-19
Remove setting of the immutable bit
Eelco Dolstra
1
-11
/
+2
2012-09-19
Templatise tokenizeString()
Eelco Dolstra
1
-11
/
+8
2012-09-18
Keep build directory if not all expected outputs were produced
Eelco Dolstra
1
-3
/
+3
[next]