about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-12-14 PedantryEelco Dolstra5-8/+4
2014-12-14 Merge branch 'cygwin-master' of https://github.com/ternaris/nixEelco Dolstra5-0/+5
2014-12-13 Better error messageEelco Dolstra1-1/+1
2014-12-12 Silence some warnings on GCC 4.9Eelco Dolstra4-7/+12
2014-12-12 Shut up a Valgrind warningEelco Dolstra1-1/+1
2014-12-12 Fix some memory leaksEelco Dolstra3-35/+27
2014-12-12 Ensure we're writing to stderr in the builderEelco Dolstra6-19/+21
2014-12-12 Don't abort if we get a signal while waiting for the pagerEelco Dolstra1-4/+8
2014-12-12 Get rid of unnecessary "interrupted by the user" message with -vvvEelco Dolstra1-0/+2
2014-12-12 Remove chatty messageEelco Dolstra1-2/+0
2014-12-12 DohEelco Dolstra2-3/+3
2014-12-12 Remove tabsEelco Dolstra1-5/+5
2014-12-12 Remove dead codeEelco Dolstra1-9/+0
2014-12-12 Remove canary stuffEelco Dolstra4-58/+0
2014-12-10 Provide default pagersEelco Dolstra1-3/+8
2014-12-10 Don't do vfork in conjunction with setuidEelco Dolstra2-0/+5
2014-12-10 Use vforkEelco Dolstra3-11/+39
2014-12-10 Rename functionEelco Dolstra1-4/+4
2014-12-10 Don't wait for PID -1Eelco Dolstra1-1/+2
2014-12-10 Revert "Use posix_spawn to run the pager"Eelco Dolstra3-39/+10
2014-12-10 builtins.readFile: realise context associated with the pathShea Levy1-2/+6
2014-12-09 Explicitly include required C headersMarko Durkovic5-0/+5
2014-12-05 Define ‘environ’Eelco Dolstra1-0/+2
2014-12-05 Use posix_spawn to run the pagerEelco Dolstra3-10/+39
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 Dolstra3-5/+57
2014-11-25 forceString(): Accept pos argumentEelco Dolstra3-5/+5
2014-11-24 Build derivations in a more predictable orderEelco Dolstra1-7/+41
2014-11-24 Don't create unnecessary substitution goals for derivationsEelco Dolstra1-0/+5
2014-11-20 import derivation: cleanupShea Levy1-8/+11
2014-11-19 Disable vacuuming the DB after garbage collectionEelco Dolstra1-1/+1
2014-11-19 nix-daemon: Call exit(), not _exit()Eelco Dolstra3-5/+8
2014-11-19 Clean up temp roots in a more C++ wayEelco Dolstra3-26/+13
2014-11-17 Fix messageEelco Dolstra1-1/+1
2014-11-15 realiseContext: Handle all context typesShea Levy1-2/+2
2014-11-15 Add functors (callable attribute sets).Shea Levy2-1/+13
2014-11-14 Don't use ADDR_LIMIT_3GBEelco Dolstra1-1/+1
2014-11-12 Make ~DerivationGoal more reliableEelco Dolstra1-7/+3
2014-11-04 nix-store --gc: Don't warn about missing manifests directoryEelco Dolstra1-1/+2
2014-10-31 nix-daemon: Get peer credentials on Mac OS XEelco Dolstra1-19/+52
2014-10-31 Improve error message if the daemon worker fails to startEelco Dolstra2-3/+2
2014-10-31 Fix more warningsEelco Dolstra1-11/+1
2014-10-31 Shut up a clang warningEelco Dolstra1-1/+1
2014-10-29 Remove comments claiming we use a private PID namespaceEelco Dolstra1-8/+1
2014-10-20 Fix build on gcc < 4.7Shea Levy2-0/+16
2014-10-20 Revert "Drop support for pre-c++11 compilers."Shea Levy1-1/+2
2014-10-20 Improve printing of ASTsEelco Dolstra3-16/+58
2014-10-18 Drop support for pre-c++11 compilers.Shea Levy1-2/+1
2014-10-17 Export realiseContext in libnixexprShea Levy2-9/+11