Age | Commit message (Expand) | Author | Files | Lines |
2017-10-12 | Add option to disable the seccomp filter | Eelco Dolstra | 1 | -0/+2 |
2017-09-08 | Communicate the structured log FD to builders | Eelco Dolstra | 1 | -1/+6 |
2017-09-05 | Add automatic garbage collection | Eelco Dolstra | 1 | -0/+5 |
2017-08-31 | Call queryMissing() prior to building | Eelco Dolstra | 1 | -0/+12 |
2017-08-31 | Rename a few configuration options | Eelco Dolstra | 1 | -3/+3 |
2017-08-28 | Give activities a verbosity level again | Eelco Dolstra | 1 | -4/+6 |
2017-08-25 | Simplify | Eelco Dolstra | 1 | -10/+36 |
2017-08-25 | Allow derivations to update the build phase | Eelco Dolstra | 1 | -0/+5 |
2017-08-25 | Allow activities to be nested | Eelco Dolstra | 1 | -3/+6 |
2017-08-25 | Restore activity metadata | Eelco Dolstra | 1 | -2/+5 |
2017-08-21 | Clean up JSON construction | Eelco Dolstra | 1 | -3/+18 |
2017-08-21 | Allow builders to create activities | Eelco Dolstra | 1 | -6/+72 |
2017-08-16 | nix optimise-store: Show how much space has been freed | Eelco Dolstra | 1 | -1/+1 |
2017-08-16 | Progress indicator: Cleanup | Eelco Dolstra | 1 | -7/+7 |
2017-08-16 | Progress indicator: More improvements | Eelco Dolstra | 1 | -9/+47 |
2017-08-16 | Progress indicator: Show number of active items | Eelco Dolstra | 1 | -12/+8 |
2017-08-16 | Progress indicator: Unify "copying" and "substituting" | Eelco Dolstra | 1 | -6/+13 |
2017-08-16 | Improve substitution progress indicator | Eelco Dolstra | 1 | -1/+54 |
2017-08-09 | Use /proc/self/fd to efficiently close all FDs on Linux | Eelco Dolstra | 1 | -1/+1 |
2017-07-30 | Replace Unicode quotes in user-facing strings by ASCII | Jörg Thalheim | 1 | -102/+102 |
2017-07-20 | FD_SETSIZE check: BuildError -> Error | Eelco Dolstra | 1 | -3/+2 |
2017-07-18 | Do not try to fill fd_set with fd>=FD_SETSIZE | Dmitry Kalinkin | 1 | -0/+3 |
2017-07-04 | Add X32 to the seccomp filter | Eelco Dolstra | 1 | -0/+4 |
2017-07-04 | Add allow-new-privileges option | Eelco Dolstra | 1 | -0/+3 |
2017-07-04 | Support base-64 hashes | Eelco Dolstra | 1 | -1/+1 |
2017-07-03 | Replace a few bool flags with enums | Eelco Dolstra | 1 | -9/+9 |
2017-06-19 | macOS: Ugly hack to make the tests succeed | Eelco Dolstra | 1 | -3/+2 |
2017-06-12 | Don't run pre-build-hook if we don't have a derivation | Eelco Dolstra | 1 | -1/+1 |
2017-06-06 | Disable the build user mechanism on all platforms except Linux and OS X | Eelco Dolstra | 1 | -0/+6 |
2017-06-06 | Always use the Darwin sandbox | Eelco Dolstra | 1 | -81/+87 |
2017-05-31 | OS X sandbox: Improve builtin sandbox profile | Eelco Dolstra | 1 | -3/+10 |
2017-05-31 | OS X sandbox: Don't use a deterministic $TMPDIR | Eelco Dolstra | 1 | -3/+0 |
2017-05-31 | OS X sandbox: Store .sb file in $TMPDIR rather than the Nix store | Eelco Dolstra | 1 | -4/+1 |
2017-05-30 | Darwin sandbox: Use sandbox-defaults.sb | Eelco Dolstra | 1 | -3/+3 |
2017-05-30 | Darwin sandbox: Disallow creating setuid/setgid binaries | Eelco Dolstra | 1 | -0/+4 |
2017-05-30 | Fix seccomp build failure on clang | Eelco Dolstra | 1 | -3/+3 |
2017-05-30 | Shut up some clang warnings | Eelco Dolstra | 1 | -7/+7 |
2017-05-30 | Add a seccomp rule to disallow setxattr() | Eelco Dolstra | 1 | -1/+9 |
2017-05-30 | Require seccomp only in multi-user setups | Eelco Dolstra | 1 | -1/+5 |
2017-05-29 | Fix seccomp initialisation on i686-linux | Eelco Dolstra | 1 | -1/+2 |
2017-05-29 | Add a seccomp filter to prevent creating setuid/setgid binaries | Eelco Dolstra | 1 | -0/+39 |
2017-05-16 | Improve progress indicator | Eelco Dolstra | 1 | -3/+28 |
2017-05-15 | Simplify fixed-output check | Eelco Dolstra | 1 | -6/+2 |
2017-05-15 | Linux sandbox: Don't barf on invalid paths | Eelco Dolstra | 1 | -0/+1 |
2017-05-08 | Linux sandbox: Fix compatibility with older kernels | Eelco Dolstra | 1 | -15/+23 |
2017-05-08 | Remove superfluous #ifdef | Eelco Dolstra | 1 | -2/+0 |
2017-05-05 | Make the location of the build directory in the sandbox configurable | Eelco Dolstra | 1 | -5/+2 |
2017-05-04 | Linux sandbox: Use /build instead of /tmp as $TMPDIR | Eelco Dolstra | 1 | -5/+15 |
2017-05-02 | Add an option for specifying remote builders | Eelco Dolstra | 1 | -1/+2 |
2017-05-02 | build-hook: If there are no machines defined, quit permanently | Eelco Dolstra | 1 | -2/+9 |