about summary refs log tree commit diff
AgeCommit message (Expand)AuthorFilesLines
2015-10-21 Fix segfault in builtin fetchurlEelco Dolstra1-3/+7
2015-10-18 Fix compilation error due to missing ENOENT on cygwinSander van der Burg1-0/+1
2015-10-15 Don't depend on git when generating source tarballJohn Ericson2-2/+5
2015-10-15 Simplify source tarball postUnpack cleanupxJohn Ericson1-1/+1
2015-10-10 emacs mode: match keywords on the start/end of symbolsPascal Wittmann1-10/+10
2015-10-09 Provide addTempRoot in the Perl APIEelco Dolstra2-0/+11
2015-10-08 Allow building ARMv6 stuff on ARMv7Tuomas Tynkkynen1-0/+1
2015-10-08 isFunctor: SimplifyEelco Dolstra2-11/+6
2015-10-08 forceFunction: allow functors as wellMathnerd3143-1/+13
2015-10-08 Fix typo in doc for nix-copy-closureAnders Claesson1-1/+1
2015-10-08 Revert to CURLOPT_PROGRESSFUNCTIONEelco Dolstra1-5/+5
2015-10-07 Show progress during downloadsEelco Dolstra2-8/+47
2015-10-07 nix-prefetch-url: Add --name optionEelco Dolstra2-3/+19
2015-10-07 nix-prefetch-url -A: Use "name" attribute from Nix expressionEelco Dolstra1-1/+8
2015-10-07 nix-prefetch-url: Support unpacking tarballsEelco Dolstra2-16/+63
2015-10-06 nix-store --serve: Implement log size limitEelco Dolstra4-4/+8
2015-10-05 Don't mention Fedora/Debian packages in the installation sectionEelco Dolstra1-6/+16
2015-10-05 Merge pull request #645 from acowley/patch-1Eelco Dolstra1-2/+2
2015-10-01 nix-prefetch-url: Support prefetching from a Nix expressionEelco Dolstra2-4/+37
2015-10-01 nix-prefetch-url: $PRINT_PATH -> --print-pathEelco Dolstra2-12/+23
2015-10-01 nix-prefetch-url: Rewrite in C++Eelco Dolstra6-133/+141
2015-09-27 Merge pull request #654 from utdemir/more-insecure-verify-https-binary-cachesEelco Dolstra1-1/+6
2015-09-25 Also set CURLOPT_SSL_VERIFYHOST=0 when "verify-https-binary-caches" is falseUtku Demir1-1/+6
2015-09-25 Merge pull request #653 from vcunat/p/pdf-fixEelco Dolstra1-1/+1
2015-09-25 release: fix #652 - PDF build after dblatex updatesVladimír Čunát1-1/+1
2015-09-18 Shut up clang warningsEelco Dolstra9-67/+72
2015-09-17 Merge pull request #646 from vcunat/masterEelco Dolstra2-10/+14
2015-09-17 nix-env --upgrade: show "downgrading" when doing soVladimír Čunát1-2/+4
2015-09-17 doc: fix the 'prebuild' typosVladimír Čunát1-2/+2
2015-09-17 nix-env --upgrade: avoid unexpected downgradesVladimír Čunát1-6/+8
2015-09-15 Update prerequisites-source.xmlAnthony Cowley1-2/+2
2015-09-04 Bump versionEelco Dolstra1-1/+1
2015-09-03 Implement buildDerivation() via the daemonEelco Dolstra5-2/+34
2015-09-03 Release notesEelco Dolstra2-0/+65
2015-09-02 Filter build-chroot-dirs entries that conflict with derivation outputsEelco Dolstra1-4/+4
2015-09-02 Remove unused variableEelco Dolstra1-5/+0
2015-09-01 Fix readDir exampleEelco Dolstra1-1/+1
2015-08-24 Prevent .chroot from being GC'ed when using LocalStore::buildDerivation()Eelco Dolstra1-0/+4
2015-08-21 nix-collect-garbage: Revive --max-freedEelco Dolstra3-18/+11
2015-08-19 Merge pull request #608 from Phant0mas/masterEelco Dolstra1-1/+1
2015-08-19 Remove unneeded HAVE_UNSHARE.Manolis Ragkousis1-1/+1
2015-08-07 Drop newline in error messageEelco Dolstra1-1/+1
2015-08-07 baseNameOf: Enhance `basename` compatibilityKirill Elagin1-3/+12
2015-08-05 Fix exampleEelco Dolstra1-1/+1
2015-08-04 Don't include <iostream> before config.hEelco Dolstra1-2/+2
2015-08-03 Handle debug messages from runChild()Eelco Dolstra1-10/+16
2015-08-03 Removed unnecessary includedIwan Aucamp1-1/+0
2015-07-31 Fix stack consumptionEelco Dolstra2-8/+3
2015-07-31 Output line number on infinite recursionIwan Aucamp4-13/+17
2015-07-28 Add sort primopEelco Dolstra4-1/+68