Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-07 | Tweak error messages | Eelco Dolstra | |
2020-10-07 | Serialize exceptions from the daemon to the client | Eelco Dolstra | |
2020-10-07 | Serialize exceptions from the sandbox process to the parent | Eelco Dolstra | |
Fixes #4118. | |||
2020-10-07 | Formatting | Eelco Dolstra | |
2020-10-07 | Merge pull request #4120 from obsidiansystems/no-poly-sum-worker-proto | Eelco Dolstra | |
Remove generic std::optional<T> suppport from worker proto | |||
2020-10-07 | Remove generic std::optional<T> suppport from worker proto | John Ericson | |
See comment for rational; I think it's good to leave a comment lest anyone is tempted to add such a sum-type instance again. Fixes #4113 | |||
2020-10-06 | Prevent a deadlock when user namespace setup fails | Eelco Dolstra | |
Observed on Centos 7 when user namespaces are disabled: DerivationGoal::startBuilder() throws an exception, ~DerivationGoal() waits for the child process to exit, but the child process hangs forever in drainFD(userNamespaceSync.readSide.get()) in DerivationGoal::runChild(). Not sure why the SIGKILL doesn't get through. Issue #4092. | |||
2020-10-06 | Shut up some clang warnings | Eelco Dolstra | |
2020-10-06 | Merge pull request #4102 from B4dM4n/macos-sandbox-build | Eelco Dolstra | |
Fix macOS sandbox build | |||
2020-10-06 | Remove static variable name clashes | Eelco Dolstra | |
This was useful for an experiment with building Nix as a single compilation unit. It's not very useful otherwise but also doesn't hurt... | |||
2020-10-06 | Remove unneeded -lboost_* flags | Eelco Dolstra | |
2020-10-06 | mk/precompiled-headers.mk: Remove special handling for clang | Eelco Dolstra | |
2020-10-06 | mk/precompiled-headers.mk: Fix clang test | Eelco Dolstra | |
"clang++" includes the string "g++" so this test didn't work properly. However the separate handling of clang might not be needed anymore... | |||
2020-10-06 | Remove 'using namespace fetchers' | Eelco Dolstra | |
2020-10-06 | Factor out common showBytes() | Eelco Dolstra | |
2020-10-06 | Add missing #pragma once | Eelco Dolstra | |
2020-10-05 | Fix s3:// store | Eelco Dolstra | |
Fixes https://github.com/NixOS/nixos-org-configurations/issues/123. | |||
2020-10-05 | Merge pull request #3935 from obsidiansystems/binary-cache-addToStoreFromDump | Eelco Dolstra | |
Get rid of Hash::dummy from BinaryCacheStore | |||
2020-10-05 | Merge pull request #3895 from obsidiansystems/templated-daemon-protocol | Eelco Dolstra | |
More templated STL support for the daemon protocol | |||
2020-10-02 | Fix macOS sandbox build | Fabian Möller | |
2020-10-02 | Merge pull request #4101 from B4dM4n/fix-profile-update | Eelco Dolstra | |
Fix profile update in nix command | |||
2020-10-02 | Fix profile update in nix command | Fabian Möller | |
2020-10-01 | Merge pull request #4098 from DavHau/davhau-add-nix-run-examples | Eelco Dolstra | |
add more examples to --help of `nix run` | |||
2020-10-01 | add more examples to --help of `nix run` | DavHau | |
2020-09-30 | Installer: Set a known umask | Eelco Dolstra | |
Fixes #1560, #2377. | |||
2020-09-30 | Style | Eelco Dolstra | |
2020-09-30 | Simplify | Eelco Dolstra | |
2020-09-30 | Merge branch 'access-tokens' of https://github.com/kquick/nix | Eelco Dolstra | |
2020-09-30 | Merge remote-tracking branch 'upstream/master' into templated-daemon-protocol | John Ericson | |
2020-09-30 | nix::worker_proto -> worker_proto | John Ericson | |
2020-09-30 | Revert "Use template structs instead of phantoms" | John Ericson | |
This reverts commit 9ab07e99f527d1fa3adfa02839da477a1528d64b. | |||
2020-09-29 | Remove github-access-token in favor of access-token. | Kevin Quick | |
2020-09-29 | Merge branch 'kwq/path-dir-query' of https://github.com/kquick/nix | Eelco Dolstra | |
2020-09-29 | nix registry list: Show 'dir' attribute | Eelco Dolstra | |
Issue #4050. | |||
2020-09-29 | Merge branch 'master' into access-tokens | Kevin Quick | |
2020-09-29 | Merge branch 'master' of github.com:NixOS/nix | Eelco Dolstra | |
2020-09-29 | Make Headers an optional argument | Eelco Dolstra | |
2020-09-29 | Cleanup | Eelco Dolstra | |
2020-09-29 | Merge pull request #4084 from ↵ | Domen Kožar | |
NixOS/dependabot/github_actions/cachix/install-nix-action-v11 Bump cachix/install-nix-action from v10 to v11 | |||
2020-09-29 | Merge branch 'github-api-token' of https://github.com/imalsogreg/nix | Eelco Dolstra | |
2020-09-29 | Merge pull request #3958 from obsidiansystems/ca-floating-upstream | Eelco Dolstra | |
CA derivations that depend on other CA derivations | |||
2020-09-29 | Merge pull request #4085 from 0mp/patch-2 | Eelco Dolstra | |
Fix tar invocation on FreeBSD | |||
2020-09-28 | Clarify comment a bit | John Ericson | |
2020-09-28 | Update .github/workflows/test.yml | Domen Kožar | |
2020-09-28 | Update .github/workflows/test.yml | Domen Kožar | |
2020-09-28 | Use `drvPath2` and give it a better name | John Ericson | |
2020-09-28 | Merge remote-tracking branch 'upstream/master' into ca-floating-upstream | John Ericson | |
2020-09-28 | Update src/libstore/binary-cache-store.cc | John Ericson | |
Co-authored-by: Eelco Dolstra <edolstra@gmail.com> | |||
2020-09-28 | Fix tar invocation on FreeBSD | Mateusz Piotrowski | |
tar(1) on FreeBSD does not use standard output or input when the -f flag is not provided. Instead, it defaults to /dev/sa0 on FreeBSD. Make this tar invocation a bit more robust and explicitly tell tar(1) to use standard output. This is one of the issues discovered while porting Nix to FreeBSD. It has been tested and committed locally to FreeBSD ports: https://svnweb.freebsd.org/ports/head/sysutils/nix/Makefile?revision=550026&view=markup#l108 | |||
2020-09-28 | Merge pull request #4064 from serokell/balsoft/fix-max-jobs | Eelco Dolstra | |
Fix max-jobs option |