aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-04-01Use Nixpkgs 19.03Eelco Dolstra
2019-03-27Fix Bison 3.3 warningEelco Dolstra
2019-03-27Update eval-okay-types.exp to match #1828Eelco Dolstra
2019-03-25Merge pull request #2744 from veprbl/patch-8Graham Christensen
2019-03-25manual: mention the "channel:" shorthand for NIX_PATHDmitry Kalinkin
2019-03-25Merge pull request #1828 from zimbatm/isPathEelco Dolstra
2019-03-25perl/configure.ac: fix for new version location tooWill Dietz
2019-03-25configure.ac: update for new version file locationWill Dietz
2019-03-25store-api.hh: add missing include for unordered_mapWill Dietz
2019-03-25version -> .version, avoid conflict with C++20 <version>Will Dietz
2019-03-24Merge pull request #2693 from thoughtpolice/scripts/multi-user-sandboxDomen Kožar
2019-03-24Add isPath primopzimbatm
2019-03-21Merge pull request #2741 from mayflower/primop-type-descEelco Dolstra
2019-03-21eval: improve type description for primops and applied primopsLinus Heckemann
2019-03-21Merge pull request #2739 from mayflower/builtins-doc-explicitEelco Dolstra
2019-03-21manual: include builtins.* for globally available builtinsLinus Heckemann
2019-03-18Merge pull request #2731 from nomeata/link-to-conf-builders-use-substitutesEelco Dolstra
2019-03-16Link to `builders-use-substitutes` in chapter on distributed buildsJoachim Breitner
2019-03-15Merge pull request #2727 from Chakerbh/masterEelco Dolstra
2019-03-15Add a 5 seconds of timeouts to connect to S3.Chaker Benhamed
2019-03-14Merge pull request #2725 from andir/docs/s3-typoGraham Christensen
2019-03-14docs: fix typo in AllowDirectReadsAndreas Rammhold
2019-03-14pkg-config files: Use c++17Eelco Dolstra
2019-03-14experimental/optional -> optionalEelco Dolstra
2019-03-14nix-store --gc --print-roots: Sort outputEelco Dolstra
2019-03-14findRoots(): Don't censor for trusted usersEelco Dolstra
2019-03-14findRoots(): Add 'censor' parameterEelco Dolstra
2019-03-14findRuntimeRoots: Simplify/fix handling of /proc filesEelco Dolstra
2019-03-10Update tests to the new --roots formatGuillaume Maudoux
2019-03-10Fix warning about unused variableGuillaume Maudoux
2019-03-10Unify internal findRootsXxx() apiGuillaume Maudoux
2019-03-10unify naming of roots as links & targetsGuillaume Maudoux
2019-03-10require c++ 17Guillaume Maudoux
2019-03-10Also obfuscate the number of memory rootsGuillaume Maudoux
2019-03-10Also print rooted path in `nix-store -q --roots`Guillaume Maudoux
2019-03-10fixup! Make roots a map of store paths to pinning linksGuillaume Maudoux
2019-03-10Make roots a map of store paths to pinning linksGuillaume Maudoux
2019-03-10Obfuscate memory roots for non-root usersGuillaume Maudoux
2019-03-10detail memory rootsGuillaume Maudoux
2019-03-06Merge pull request #2710 from volth/patch-6Eelco Dolstra
2019-03-06canBuildLocally: check for featuresvolth
2019-03-04Restore --init calls in testsEelco Dolstra
2019-03-01manual nitpick: document sha512 support in hashStringVladimír Čunát
2019-03-01archive.cc: ignore more posix_fallocate "not supported" error codesWill Dietz
2019-03-01Merge pull request #2674 from LnL7/daemon-disable-fork-safetyEelco Dolstra
2019-02-26Merge pull request #2703 from pradd/support_s3_region_paramEelco Dolstra
2019-02-26fix indentationDzmitry Zaitsau
2019-02-25Apply param values on S3Helper initializationDzmitry Zaitsau
2019-02-25Extend S3 URL parsing with parameters extractionDzmitry Zaitsau
2019-02-25Extract and expose splitUriAndParams functionDzmitry Zaitsau