about summary refs log tree commit diff
path: root/src (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-03 Support allowSubstitutes attribute in structured attribute derivationsEelco Dolstra6-10/+11
2019-09-03 Add some noexceptsEelco Dolstra11-18/+19
2019-09-03 Ensure that Callback is called only onceEelco Dolstra5-17/+36
2019-09-03 Downloader: Remove a possible double call to CallbackEelco Dolstra1-8/+2
2019-08-29 Merge pull request #3069 from matthewbauer/max-nameEelco Dolstra1-0/+4
2019-08-29 Don't rely on st_blocksEelco Dolstra2-5/+4
2019-08-29 CleanupEelco Dolstra1-2/+2
2019-08-28 Merge pull request #2921 from matthewbauer/handle-sigwinchEelco Dolstra1-0/+9
2019-08-28 Set maximum name length in NixMatthew Bauer1-0/+4
2019-08-28 Don't send certain setting overrides to the daemonEelco Dolstra1-0/+7
2019-08-27 Merge branch 'test-sandboxing' of https://github.com/matthewbauer/nixEelco Dolstra3-4/+31
2019-08-23 Reset tmpDirInSandbox for unsandboxedMatthew Bauer1-0/+1
2019-08-16 nix-store: fix out of sync protocolzimbatm1-2/+10
2019-08-16 libutil: add SizedSourcezimbatm1-0/+30
2019-08-15 Merge pull request #2782 from grahamc/flamesEelco Dolstra3-2/+34
2019-08-14 Track function start and ends for flame graphsGraham Christensen3-2/+34
2019-08-08 Merge pull request #3031 from grahamc/low-speed-limitEelco Dolstra2-3/+4
2019-08-08 conf: stalled-download-timeout: make tunableGraham Christensen2-3/+4
2019-08-07 Merge pull request #3030 from dtzWill/fix/missing-include-ocloexecEelco Dolstra1-0/+1
2019-08-07 Merge pull request #2995 from tweag/post-build-hookEelco Dolstra6-3/+98
2019-08-07 pathlocks: add include to fcntl.h for O_CLOEXECWill Dietz1-0/+1
2019-08-02 nix-store --verify: Don't repair while holding the GC lockEelco Dolstra1-5/+4
2019-08-02 SimplifyEelco Dolstra1-18/+14
2019-08-02 Use BSD instead of POSIX file locksEelco Dolstra5-108/+46
2019-08-02 Add a test for auto-GCEelco Dolstra2-2/+10
2019-08-02 Add a post-build-hookregnat6-3/+98
2019-07-30 Don’t rely on EPERMMatthew Bauer1-2/+2
2019-07-30 Merge pull request #3009 from codedownio/add-pname-and-version-to-jsonEelco Dolstra1-4/+11
2019-07-30 Merge pull request #3013 from basvandijk/disable-lsof-for-darwin-testsEelco Dolstra1-10/+15
2019-07-30 Disable findRuntimeRoots on darwin when running tests because lsof is slowBas van Dijk1-10/+15
2019-07-30 Allow builtins.pathExists to check the existence of /nix/store pathsBas van Dijk1-2/+8
2019-07-27 Add pname and version to nix-env -q --jsonTom McLaughlin1-4/+11
2019-07-25 Use sandbox fallback when cloning fails in builderMatthew Bauer2-1/+14
2019-07-25 Disable CLONE_NEWUSER when it’s unavailableMatthew Bauer2-3/+16
2019-07-13 Merge pull request #2975 from matthewbauer/fix-nsswitch-issueEelco Dolstra1-1/+7
2019-07-10 Resume NAR downloadsEelco Dolstra1-7/+28
2019-07-10 HttpBinaryCacheStore: Use default number of retries for NARsEelco Dolstra1-1/+0
2019-07-10 Downloader: Use warn()Eelco Dolstra1-3/+3
2019-07-10 Revert "Fix 'error 9 while decompressing xz file'"Eelco Dolstra7-162/+125
2019-07-10 nix copy: Rename --substitute to --substitute-on-destinationEelco Dolstra1-1/+1
2019-07-03 Merge branch 'autoconf-ubuntu-16.04-fixes' of https://github.com/nh2/nixEelco Dolstra3-2/+9
2019-07-03 Get BOOST_LDFLAGS from autoconf, fix Ubuntu 16.04 build.Niklas Hambüchen2-2/+2
2019-07-03 Fix C++ compatibility with older editline versions.Niklas Hambüchen1-0/+7
2019-07-02 Merge pull request #2779 from LnL7/build-exit-codesEelco Dolstra2-4/+37
2019-07-02 Merge pull request #2974 from grahamc/invalid-nameEelco Dolstra1-3/+10
2019-07-02 Merge pull request #2582 from LnL7/fetchgit-refsEelco Dolstra1-1/+5
2019-07-02 checkStoreName: give more precise/verbose error informationGraham Christensen1-3/+10
2019-07-02 build: replace 100 offset for build exit codesDaiderd Jordan1-5/+19
2019-07-02 build: use binary mask for build status flagsDaiderd Jordan1-1/+9
2019-07-02 build: add exit code for hash and check mismatchesDaiderd Jordan2-4/+15