aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr/primops
AgeCommit message (Expand)Author
2020-03-30Remove global -I flagsEelco Dolstra
2019-12-10Make the Store API more type-safeEelco Dolstra
2019-11-26Drop remaining uses of external "tar"Eelco Dolstra
2019-10-31Minor updates to inline commentsBenjamin Hipple
2019-09-22Don't catch exceptions by valueEelco Dolstra
2019-07-02Merge pull request #2582 from LnL7/fetchgit-refsEelco Dolstra
2019-06-24Fix 32-bit overflow with --no-netEelco Dolstra
2019-06-24CachedDownloadResult: Include store pathEelco Dolstra
2019-06-24Fix abort in fromTOMLEelco Dolstra
2019-03-14experimental/optional -> optionalEelco Dolstra
2019-01-31Add builtins.appendContext.Shea Levy
2019-01-14Add builtins.getContext.Shea Levy
2018-12-14fetchGit: allow fetching explicit refsDaiderd Jordan
2018-12-06Solve hg "abandoned transaction" issueCHEIKH Chawki
2018-11-20fetchGit: Drop unnecessary localRefEelco Dolstra
2018-11-20Merge branch 'better-git-cache' of https://github.com/graham-at-target/nixEelco Dolstra
2018-09-01fetchGit/fetchMercurial: Don't absolutize pathsEelco Dolstra
2018-08-17fetchGit: use a better caching schemeGraham Christensen
2018-07-11Fix build on 32-bit systems and macOSEelco Dolstra
2018-07-11Shup up a warningEelco Dolstra
2018-07-03Include cpptoml for build simplicityEelco Dolstra
2018-07-03Add a fromTOML primopEelco Dolstra
2018-05-30Move evaluator-specific settings out of libstoreEelco Dolstra
2018-03-19Shut up signedness warningEelco Dolstra
2018-03-13fetchGit: Fix debug messageGuillaume Maudoux
2018-02-28fetchGit: use "HEAD" as default refWill Dietz
2018-01-16Add pure evaluation modeEelco Dolstra
2018-01-09fetchGit: fix creation of uninitialized cache dir, let git create itWill Dietz
2017-12-22fetchGit: Fix handling of local repo when not using 'master' branchWill Dietz
2017-11-24fetchGit: Ignore tarballTtl if rev is set and not in the repo.Shea Levy
2017-11-21fetchGit/fetchMercurial: Fix directory inclusion checkEelco Dolstra
2017-11-03fetchgit.cc -> fetchGit.ccEelco Dolstra
2017-11-03Remove git:// support in NIX_PATHEelco Dolstra
2017-11-03fetchGit/fetchMercurial: Filter out directories with untracked filesEelco Dolstra
2017-11-03fetchGit: Add a testEelco Dolstra
2017-11-03fetchGit: Don't do a remote fetch if we already have the revEelco Dolstra
2017-11-02fetchMercurial: fix error messagetv
2017-11-01Fix buildEelco Dolstra
2017-11-01fetchMercurial: Don't fetch hashes we already haveEelco Dolstra
2017-11-01Add fetchMercurial primopEelco Dolstra
2017-10-30builtins.fetchgit: Support importing a working treeEelco Dolstra
2017-10-30Make "fetchGit /path" workEelco Dolstra
2017-10-30fetchGit: Fix broken assertionEelco Dolstra
2017-10-30Add option allowed-urisEelco Dolstra
2017-10-30builtins.fetchGit: Return an attrset with revision infoEelco Dolstra
2017-10-30fetchgit -> fetchGitEelco Dolstra
2017-10-30builtins.fetchgit: Don't mess up the progress indicatorEelco Dolstra
2017-10-30builtins.fetchgit: Support a "name" attributeEelco Dolstra
2017-10-17fetchgit: Remove incomplete/unneeded ref check.Shea Levy
2017-10-16fetchgit: Remove incomplete/unneeded isURI check.Shea Levy