Age | Commit message (Expand) | Author | Files | Lines |
2020-01-04 | ssh-ng: Don't set CPU affinity on the remote | Eelco Dolstra | 3 | -1/+9 |
2020-01-04 | SourceExprCommand::getSourceExpr(): Allocate more space | Eelco Dolstra | 1 | -1/+1 |
2020-01-04 | include netinet/in.h in src/nix/main.cc | ng0 | 1 | -0/+1 |
2020-01-04 | Fix progress bar when nix-prefetch-url is piped. | Harald van Dijk | 2 | -2/+2 |
2020-01-04 | Fix typos | Brian Wignall | 2 | -2/+2 |
2020-01-04 | EvalState::callFunction(): Make FunctionCallTrace use less stack space | Eelco Dolstra | 1 | -4/+3 |
2019-10-10 | nix verify: Fix uninitialized variable | Eelco Dolstra | 1 | -2/+2 |
2019-10-10 | nix-env: Ignore failures creating ~/.nix-profile and ~/.nix-defexpr | Eelco Dolstra | 1 | -14/+20 |
2019-10-10 | Doh | Eelco Dolstra | 1 | -1/+1 |
2019-10-10 | nix-env: Create ~/.nix-defexpr automatically | Eelco Dolstra | 1 | -7/+12 |
2019-10-10 | nix-env: Create ~/.nix-profile automatically | Eelco Dolstra | 5 | -17/+29 |
2019-10-09 | Force per-user group to a known value | Eelco Dolstra | 1 | -1/+1 |
2019-10-09 | Go back to 755 permission on per-user directories | Eelco Dolstra | 1 | -1/+1 |
2019-10-09 | Remove world-writability from per-user directories | Eelco Dolstra | 4 | -7/+31 |
2019-10-09 | Filter ANSI escape sequences in -L output | Eelco Dolstra | 1 | -1/+1 |
2019-10-09 | Disable OpenSSL lock callback on OpenSSL >= 1.1.1 | Eelco Dolstra | 1 | -0/+4 |
2019-10-09 | libstore: don't forward --show-trace | zimbatm | 1 | -0/+1 |
2019-10-09 | Don't catch exceptions by value | Eelco Dolstra | 5 | -7/+7 |
2019-10-09 | Shut up some warnings | Eelco Dolstra | 2 | -0/+4 |
2019-10-09 | Fix fetchTarball with chroot stores | Eelco Dolstra | 1 | -3/+3 |
2019-10-09 | nix search: remove verbose example | Sam Doshi | 1 | -4/+0 |
2019-10-09 | Handle empty sandbox_shell | Matthew Bauer | 1 | -1/+4 |
2019-10-09 | nix search: Don't quietly ignore errors | Eelco Dolstra | 1 | -0/+1 |
2019-10-09 | getSourceExpr(): Handle channels | Eelco Dolstra | 1 | -15/+16 |
2019-09-03 | Support allowSubstitutes attribute in structured attribute derivations | Eelco Dolstra | 6 | -10/+11 |
2019-09-03 | Add some noexcepts | Eelco Dolstra | 11 | -18/+19 |
2019-09-03 | Ensure that Callback is called only once | Eelco Dolstra | 5 | -17/+36 |
2019-09-03 | Downloader: Remove a possible double call to Callback | Eelco Dolstra | 1 | -8/+2 |
2019-08-29 | Merge pull request #3069 from matthewbauer/max-name | Eelco Dolstra | 1 | -0/+4 |
2019-08-29 | Don't rely on st_blocks | Eelco Dolstra | 2 | -5/+4 |
2019-08-29 | Cleanup | Eelco Dolstra | 1 | -2/+2 |
2019-08-28 | Merge pull request #2921 from matthewbauer/handle-sigwinch | Eelco Dolstra | 1 | -0/+9 |
2019-08-28 | Set maximum name length in Nix | Matthew Bauer | 1 | -0/+4 |
2019-08-28 | Don't send certain setting overrides to the daemon | Eelco Dolstra | 1 | -0/+7 |
2019-08-27 | Merge branch 'test-sandboxing' of https://github.com/matthewbauer/nix | Eelco Dolstra | 3 | -4/+31 |
2019-08-23 | Reset tmpDirInSandbox for unsandboxed | Matthew Bauer | 1 | -0/+1 |
2019-08-16 | nix-store: fix out of sync protocol | zimbatm | 1 | -2/+10 |
2019-08-16 | libutil: add SizedSource | zimbatm | 1 | -0/+30 |
2019-08-15 | Merge pull request #2782 from grahamc/flames | Eelco Dolstra | 3 | -2/+34 |
2019-08-14 | Track function start and ends for flame graphs | Graham Christensen | 3 | -2/+34 |
2019-08-08 | Merge pull request #3031 from grahamc/low-speed-limit | Eelco Dolstra | 2 | -3/+4 |
2019-08-08 | conf: stalled-download-timeout: make tunable | Graham Christensen | 2 | -3/+4 |
2019-08-07 | Merge pull request #3030 from dtzWill/fix/missing-include-ocloexec | Eelco Dolstra | 1 | -0/+1 |
2019-08-07 | Merge pull request #2995 from tweag/post-build-hook | Eelco Dolstra | 6 | -3/+98 |
2019-08-07 | pathlocks: add include to fcntl.h for O_CLOEXEC | Will Dietz | 1 | -0/+1 |
2019-08-02 | nix-store --verify: Don't repair while holding the GC lock | Eelco Dolstra | 1 | -5/+4 |
2019-08-02 | Simplify | Eelco Dolstra | 1 | -18/+14 |
2019-08-02 | Use BSD instead of POSIX file locks | Eelco Dolstra | 5 | -108/+46 |
2019-08-02 | Add a test for auto-GC | Eelco Dolstra | 2 | -2/+10 |
2019-08-02 | Add a post-build-hook | regnat | 6 | -3/+98 |