about summary refs log tree commit diff
path: root/src (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-19 Don't use [[noreturn]]Eelco Dolstra1-6/+3
2018-01-19 Rewrite builtin derivation environmentEelco Dolstra1-1/+6
2018-01-19 Don't retry CURLE_URL_MALFORMATEelco Dolstra1-0/+1
2018-01-18 Don't define builtins.{currentSystem,currentTime} in pure modeEelco Dolstra1-6/+2
2018-01-17 nix eval: Stop progress bar before printing the resultEelco Dolstra1-0/+4
2018-01-17 nix eval: Take only one argumentEelco Dolstra1-15/+11
2018-01-17 TypoEelco Dolstra1-1/+1
2018-01-16 Make show-trace a config settingEelco Dolstra2-4/+2
2018-01-16 Add pure evaluation modeEelco Dolstra10-49/+110
2018-01-16 parseExprFromFile -> evalFileEelco Dolstra1-4/+2
2018-01-15 Barf when using a diverted store on macOSEelco Dolstra1-2/+7
2018-01-12 nix log: use pagerWill Dietz1-0/+1
2018-01-12 import, builtins.readFile: Handle diverted storesEelco Dolstra4-8/+33
2018-01-09 nix.conf: builders-use-substitutesRenzo Carbonara2-2/+9
2018-01-09 fetchGit: fix creation of uninitialized cache dir, let git create itWill Dietz1-1/+0
2018-01-08 Improve error message with --repair for untrusted usersEelco Dolstra1-1/+1
2018-01-04 Rename "use-substitutes" to "substitute"Eelco Dolstra1-1/+1
2018-01-02 Add hasContext primopShea Levy1-0/+9
2017-12-30 use libbrotli directly when availableWill Dietz2-10/+165
2017-12-27 Merge branch 'fix/issue-1757' of git://github.com/dtzWill/nixShea Levy1-1/+10
2017-12-26 nix repl: use linenoiseKeyType to differentiate ^C and ^DWill Dietz1-1/+10
2017-12-22 fetchGit: Fix handling of local repo when not using 'master' branchWill Dietz1-1/+5
2017-12-22 Check aws-sdk-cpp versionEelco Dolstra1-1/+9
2017-12-19 linenoise.cpp: allow completions from empty inputWill Dietz1-7/+0
2017-12-16 Fix build on gcc 7Eelco Dolstra1-0/+2
2017-12-14 edit: Catch stoi exceptions from line number parsingBen Gamari1-1/+6
2017-12-14 json-to-value: Throw sensible error message on invalid numbersBen Gamari1-4/+10
2017-12-14 Fix build against current aws-sdk-cppEelco Dolstra1-1/+1
2017-12-12 Merge pull request #1722 from bhipple/fix-for-older-libcurlEelco Dolstra1-1/+3
2017-12-11 Mark comparison call operator as constWill Dietz1-2/+2
2017-12-11 logging.cc: add missing 'override'Will Dietz1-0/+1
2017-12-11 Fix forward-decl of Bindings as "class", match definition.Will Dietz1-1/+1
2017-12-11 Merge branch 'feature/linenoise-ng' of git://github.com/dtzWill/nixShea Levy9-1261/+4579
2017-12-09 Fix for builds with system libcurl < 7.30Benjamin Hipple1-1/+3
2017-12-07 Provide random access to cached NARsEelco Dolstra5-104/+198
2017-12-07 nix ls-{nar,store}: Return offset of files in the NAR if knownEelco Dolstra2-7/+10
2017-12-06 ssh-store: fix length when writing narDaiderd Jordan1-3/+3
2017-12-05 Merge branch 'fetchGit-fast-revision-update'Shea Levy1-24/+35
2017-12-04 Simplify build by including nlohmann/json.hppEelco Dolstra1-0/+14723
2017-12-04 Fix #1635.Eelco Dolstra1-3/+18
2017-11-29 Fix "Unexpected EOF reading a line" errorLinus Heckemann1-2/+2
2017-11-28 Show log tail when a remote build failsEelco Dolstra1-2/+2
2017-11-27 no "linenoiseFree" in linenoise-ngWill Dietz1-1/+1
2017-11-27 replace vendored linenoise with linenoise-ngWill Dietz8-1260/+4578
2017-11-25 build-remote: Fix missing log outputaszlig1-1/+1
2017-11-24 nix path-info: Show URL of NARs in binary cachesEelco Dolstra1-0/+2
2017-11-24 nix-shell/nix-build: Support .drv files againEelco Dolstra3-2/+33
2017-11-24 fetchGit: Ignore tarballTtl if rev is set and not in the repo.Shea Levy1-24/+35
2017-11-21 fetchGit/fetchMercurial: Fix directory inclusion checkEelco Dolstra2-4/+6
2017-11-21 Propagate flags like --sandbox to the daemon properlyEelco Dolstra3-6/+12