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
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
2012-09-13
In startBuilder(), only print the new paths we're building
Eelco Dolstra
1
-2
/
+3
2012-09-12
Build hook: Pass the timeout to the remote builder
Eelco Dolstra
1
-1
/
+1
2012-09-11
Fix "non-zero padding" error
Eelco Dolstra
1
-1
/
+2
2012-09-11
Support building a derivation if some outputs are already valid (non-chroot c...
Eelco Dolstra
1
-11
/
+67
2012-09-11
Remove debug line
Eelco Dolstra
1
-3
/
+1
2012-09-11
Support building a derivation if some outputs are already valid
Eelco Dolstra
1
-12
/
+16
2012-08-27
Fix stupid type error in calling std::max
Eelco Dolstra
1
-1
/
+1
2012-08-27
Merge branch 'master' into no-manifests
Eelco Dolstra
1
-13
/
+30
2012-08-20
Check if MS_PRIVATE is defined
Eelco Dolstra
1
-1
/
+1
2012-08-20
In the chroot, make all mounted filesystems private
Eelco Dolstra
1
-0
/
+18
2012-08-20
Don't bind-mount /proc since we mount our own
Eelco Dolstra
1
-2
/
+2
2012-08-19
Fix 1755 permission on temporary directories left behind by ‘-K’
Eelco Dolstra
1
-4
/
+4
2012-08-01
Drop the block count in the garbage collector
Eelco Dolstra
1
-6
/
+5
2012-07-30
Refactor settings processing
Eelco Dolstra
1
-99
/
+77
2012-07-30
Pass configuration settings to the substituters
Eelco Dolstra
1
-0
/
+4
2012-07-27
Let build.cc verify the expected hash of a substituter's output
Eelco Dolstra
1
-6
/
+33
2012-07-27
Remove more tabs
Eelco Dolstra
1
-9
/
+9
2012-07-27
Remove trailing whitespace / tabs
Eelco Dolstra
1
-130
/
+130
2012-07-26
Merge branch 'master' into no-manifests
Eelco Dolstra
1
-1
/
+6
2012-07-26
Set permissions on temporary build directories to 0700
Eelco Dolstra
1
-1
/
+2
2012-07-23
Automatically optimise the Nix store when a new path is added
Eelco Dolstra
1
-0
/
+4
2012-07-18
Merge branch 'master' into no-manifests
Eelco Dolstra
1
-12
/
+29
2012-07-17
Return an exit code of 100 for cached failed builds
Eelco Dolstra
1
-0
/
+1
2012-07-17
Update Nix 1.1 release notes
Eelco Dolstra
1
-0
/
+3
2012-07-17
Allow disabling log compression
Eelco Dolstra
1
-12
/
+25
2012-07-08
build.cc: Don't use hasSubstitute()
Eelco Dolstra
1
-11
/
+25
2012-07-06
download-from-binary-cache: parallelise fetching of NAR info files
Eelco Dolstra
1
-4
/
+6
2012-06-27
nix-store -r: do substitutions in parallel
Eelco Dolstra
1
-4
/
+9
2012-06-27
Mount an empty /dev/shm tmpfs in the chroot
Eelco Dolstra
1
-0
/
+6
2012-06-27
Check the return code of the clone() call
Eelco Dolstra
1
-1
/
+2
2012-06-25
When using chroots, use a private PID namespace
Eelco Dolstra
1
-154
/
+181
2012-06-25
Use a private UTS namespace to provide a deterministic host/domain name to bu...
Eelco Dolstra
1
-1
/
+7
2012-06-23
Improve error message
Eelco Dolstra
1
-1
/
+1
2012-06-23
In chroot builds, use a private SysV IPC namespace
Eelco Dolstra
1
-12
/
+19
2012-06-23
In chroot builds, use a private network namespace
Eelco Dolstra
1
-6
/
+31
2012-05-30
Compress build logs on the fly using bzip2
Eelco Dolstra
1
-10
/
+44
2012-05-29
Add option ‘build-keep-log’ to enable/disable writing of build logs
Eelco Dolstra
1
-1
/
+4
2012-04-30
* Add an option ‘build-use-substitutes’, which can be set to ‘false’
Eelco Dolstra
1
-1
/
+1
2012-04-30
Handle EPERM when creating a hard link for the chroot
Eelco Dolstra
1
-2
/
+5
2012-04-15
Close almost all file descriptors in the builder
Eelco Dolstra
1
-0
/
+3
2012-04-05
On Linux, pretend we're building on Linux 2.6
Eelco Dolstra
1
-0
/
+11
2012-03-05
Set the close-on-exec flag on file descriptors
Eelco Dolstra
1
-3
/
+2
2012-03-05
Don't leak a file descriptor in commonChildInit()
Eelco Dolstra
1
-0
/
+1
2012-03-01
Fix an uninitialised variable
Eelco Dolstra
1
-0
/
+1
[next]