about summary refs log tree commit diff
path: root/src/libexpr (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-01 Add tarball testsEelco Dolstra1-1/+1
2015-06-01 Document tarball downloadingEelco Dolstra1-0/+1
2015-06-01 Fix fetchurl/fetchTarballEelco Dolstra1-1/+2
2015-06-01 readFile: Check against nul bytesEelco Dolstra1-1/+4
2015-05-22 Fix import-from-derivation in restricted eval modeEelco Dolstra1-0/+7
2015-05-06 nix-env/nix-instantiate/nix-build: Support URIsEelco Dolstra4-11/+16
2015-05-05 Allow URLs in the Nix search pathEelco Dolstra4-92/+116
2015-05-05 Make downloads interruptableEelco Dolstra1-0/+9
2015-04-16 Fix using restricted mode with chrootsEelco Dolstra1-0/+5
2015-04-09 Use cached result if there is a network errorEelco Dolstra3-8/+15
2015-04-09 Move curl stuff into a separate fileEelco Dolstra3-112/+150
2015-04-09 Implement a TTL on cached fetchurl/fetchTarball resultsEelco Dolstra1-13/+24
2015-04-09 Implement caching of fetchurl/fetchTarball resultsEelco Dolstra1-14/+119
2015-03-25 Add fetchTarball builtinEelco Dolstra2-1/+120
2015-03-25 addToStore(): Take explicit name argumentEelco Dolstra2-2/+2
2015-03-24 Don't rely on __noChroot for corepkgsEelco Dolstra1-2/+5
2015-03-19 Disable scanning for interior pointersEelco Dolstra1-0/+2
2015-03-19 Fix Boehm API violationEelco Dolstra2-38/+46
2015-03-19 Check return values from malloc/strdupEelco Dolstra1-11/+34
2015-03-18 Print some Boehm GC statsEelco Dolstra1-0/+7
2015-03-18 valueSize(): Take into account list/bindings/env sizeEelco Dolstra1-6/+15
2015-03-06 Fix typos: s/the the/the/Daniel Hahler1-1/+1
2015-03-06 forceValueDeep: Add to error prefixEelco Dolstra1-2/+7
2015-03-06 Improve error messageEelco Dolstra2-19/+25
2015-02-23 Add restricted evaluation modeEelco Dolstra5-11/+50
2015-02-19 Merge branch 'tilde-paths' of https://github.com/shlevy/nixEelco Dolstra3-2/+6
2015-02-19 tilde paths: The rest of the string has to start with a slash anywayShea Levy1-1/+1
2015-02-19 tilde paths: construct the entire path at parse timeShea Levy1-6/+1
2015-02-19 tilde paths: get HOME at parse timeShea Levy1-3/+1
2015-02-19 Remove obsolete reference to ~ operatorEelco Dolstra1-1/+0
2015-02-19 ExprConcatStrings: canonicalize concatenated pathsShea Levy1-1/+2
2015-02-19 Allow the leading component of a path to be a ~Shea Levy2-1/+11
2015-02-05 Remove tabEelco Dolstra1-1/+1
2015-01-29 Merge remote-tracking branch 'shlevy/baseNameOf-no-copy'Shea Levy1-1/+1
2015-01-15 Fix assertion failure in nix-envEelco Dolstra1-3/+5
2015-01-09 Fix builtins.readDir on XFSEelco Dolstra1-1/+1
2015-01-07 Show position info for failing <...> lookupsEelco Dolstra3-4/+8
2015-01-07 Remove quotes around filenames in position infoEelco Dolstra1-1/+1
2014-12-14 PedantryEelco Dolstra1-4/+0
2014-12-12 Remove canary stuffEelco Dolstra3-56/+0
2014-12-10 builtins.readFile: realise context associated with the pathShea Levy1-2/+6
2014-12-02 Make all ExternalValueBase functions constShea Levy4-15/+15
2014-12-02 Allow external code using libnixexpr to add typesShea Levy5-0/+108
2014-11-25 Add a primop for regular expression pattern matchingEelco Dolstra1-1/+29
2014-11-25 forceString(): Accept pos argumentEelco Dolstra3-5/+5
2014-11-20 import derivation: cleanupShea Levy1-8/+11
2014-11-15 realiseContext: Handle all context typesShea Levy1-2/+2
2014-11-15 Add functors (callable attribute sets).Shea Levy2-1/+13
2014-10-31 Fix more warningsEelco Dolstra1-11/+1
2014-10-20 Fix build on gcc < 4.7Shea Levy1-0/+3