about summary refs log tree commit diff
path: root/version (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-21 resolve-system-dependencies.pl: Simplify union implShea Levy1-8/+2
2015-10-21 use nixDataDir instead of appending /share to PREFIXJude Taylor1-1/+1
2015-10-21 revert libutil changeJude Taylor1-5/+4
2015-10-21 clarifying commentJude Taylor1-1/+5
2015-10-21 move preBuildHook defaulting to globals.ccJude Taylor2-7/+5
2015-10-21 restore old DEFAULT_ALLOWED_IMPURE_PREFIXESJude Taylor1-1/+1
2015-10-21 appropriately handle lock acquisition failures in resolve-system-dependencies.plJude Taylor1-2/+7
2015-10-21 now that resolve-system-dependencies exists, remove redundant impureHostDeps ...Jude Taylor1-7/+0
2015-10-21 Add resolve-system-dependencies.plJude Taylor5-1/+150
2015-10-21 remove usr paths from allowed inputsJude Taylor1-2/+0
2015-10-21 allow access to SystemVersion for python buildersJude Taylor1-0/+1
2015-10-21 fix line reading in preBuildHookJude Taylor1-1/+1
2015-10-21 remove sandbox defaults into a new fileJude Taylor3-65/+62
2015-10-21 restore allowed impure prefixesJude Taylor1-1/+1
2015-10-21 remove an unneeded default impure-depJude Taylor1-1/+0
2015-10-21 make sandbox builds more permissiveJude Taylor2-6/+7
2015-10-21 give buildenv __impureHostDepsJude Taylor1-0/+12
2015-10-21 add a few more permissionsJude Taylor1-3/+45
2015-10-21 Allow builtin fetchurl regardless of the derivation's system attributeEelco Dolstra1-12/+13
2015-10-21 Show progress indicator for builtin fetchurlEelco Dolstra3-4/+7
2015-10-21 Disable TLS verification for builtin fetchurlEelco Dolstra4-12/+32
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-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-25 Also set CURLOPT_SSL_VERIFYHOST=0 when "verify-https-binary-caches" is falseUtku Demir1-1/+6
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 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