about summary refs log tree commit diff
AgeCommit message (Expand)AuthorFilesLines
2017-10-30 Fix (highly unlikely) race condition in readLinkTyson Whitehead1-12/+11
2017-10-30 nix-build: Fix --hashEelco Dolstra1-0/+3
2017-10-30 Make "fetchGit /path" workEelco Dolstra1-5/+5
2017-10-30 fetchGit: Fix broken assertionEelco Dolstra1-1/+1
2017-10-30 Add option allowed-urisEelco Dolstra8-7/+67
2017-10-30 fetchurl/fetchTarball are *not* allowed in restricted modeEelco Dolstra1-2/+1
2017-10-30 Merge pull request #1633 from orivej/docDomen Kožar3-15/+54
2017-10-30 builtins.fetchGit: Return an attrset with revision infoEelco Dolstra3-18/+54
2017-10-30 enable-http2 -> http2Eelco Dolstra2-2/+2
2017-10-30 fetchgit -> fetchGitEelco Dolstra2-5/+5
2017-10-30 fetchTarball: Use "source" as the default nameEelco Dolstra1-4/+4
2017-10-30 fetchurl/fetchTarball: Respect name changesEelco Dolstra2-2/+4
2017-10-30 builtins.fetchgit: Don't mess up the progress indicatorEelco Dolstra1-3/+5
2017-10-30 builtins.fetchgit: Support a "name" attributeEelco Dolstra2-11/+18
2017-10-29 nix repl :t: Indicate strings that have a contextEelco Dolstra1-1/+1
2017-10-26 Clarify indented string escaping rulesOrivej Desh1-5/+9
2017-10-26 Describe "with" scoping precedenceOrivej Desh1-1/+14
2017-10-26 Describe arithmetic operatorsOrivej Desh1-9/+31
2017-10-25 Fix building on clangEelco Dolstra1-2/+2
2017-10-25 exportReferencesGraph: Allow exporting a list of store pathsEelco Dolstra2-15/+23
2017-10-25 Bump language versionEelco Dolstra1-1/+1
2017-10-25 Fix exportReferencesGraph in the structured attrs caseEelco Dolstra2-69/+87
2017-10-25 Pass lists/attrsets to bash as (associative) arraysEelco Dolstra10-26/+166
2017-10-24 Fix RPM buildEelco Dolstra1-0/+1
2017-10-24 Add --store argument to legacy commandsEelco Dolstra1-0/+6
2017-10-24 Allow shorter syntax for chroot storesEelco Dolstra5-11/+23
2017-10-24 More progress indicator improvementsEelco Dolstra3-14/+14
2017-10-24 More progress indicator improvementsEelco Dolstra5-13/+27
2017-10-24 Progress indicator: Show on what machine we're buildingEelco Dolstra3-4/+11
2017-10-24 build-remote: Work properly on a chrooted storeEelco Dolstra1-1/+1
2017-10-24 Handle log messages from build-remoteEelco Dolstra4-124/+175
2017-10-24 nix: Respect -I, --arg, --argstrEelco Dolstra26-304/+354
2017-10-24 Remove the remote-builds optionEelco Dolstra5-10/+8
2017-10-24 Remove the builder-files optionEelco Dolstra3-16/+21
2017-10-23 NIX_BUILD_HOOK variable is goneEelco Dolstra1-1/+0
2017-10-23 Pass all settings to build-remoteEelco Dolstra7-82/+75
2017-10-23 Turn $NIX_REMOTE into a configuration optionEelco Dolstra4-7/+8
2017-10-23 Release note updatesEelco Dolstra1-36/+48
2017-10-23 build-remote: Put current load under the store state directoryEelco Dolstra1-2/+3
2017-10-20 Merge pull request #1616 from copumpkin/separate-darwin-sandboxEelco Dolstra2-13/+11
2017-10-20 Merge pull request #1622 from kini/c++14-prerequisiteEelco Dolstra1-2/+2
2017-10-19 Mention C++14 dependency in the manual.Keshav Kini1-2/+2
2017-10-19 nix-shell: Fix file name resolution in shebangsShea Levy1-1/+1
2017-10-19 Revert "Let's not populate the NAR cache from hydra-queue-runner for now"Eelco Dolstra1-2/+2
2017-10-18 Let's not populate the NAR cache from hydra-queue-runner for nowEelco Dolstra1-2/+2
2017-10-18 Errors writing to the NAR cache should not be fatalEelco Dolstra1-1/+5
2017-10-18 Suppress "copying 0 paths" messageEelco Dolstra1-0/+2
2017-10-17 Shift Darwin sandbox to separate installed filesDan Peebles2-13/+11
2017-10-17 BinaryCacheStore::addToStore(): Add NARs to the local cacheEelco Dolstra3-10/+26
2017-10-17 BinaryCacheStore: Support local caching of NARsEelco Dolstra4-5/+25