about summary refs log tree commit diff
path: root/src (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-10-02 Report OOM errors betterEelco Dolstra2-1/+8
2013-10-02 Fix typoEelco Dolstra1-1/+1
2013-09-17 RestoreSink: Slightly reduce the number of concurrent FDsEelco Dolstra1-0/+1
2013-09-06 Remove stray debug lineEelco Dolstra1-2/+0
2013-09-06 Don't apply the CPU affinity hack to nix-shell (and other Perl programs)Eelco Dolstra4-7/+10
2013-09-03 nix-env -i: Add a flag ‘--remove-all’ / ‘-r’Eelco Dolstra1-17/+25
2013-09-03 nix-env: Use wildcard match by defaultEelco Dolstra2-13/+8
2013-09-03 nix-env: Load files in ~/.nix-defexpr on demandEelco Dolstra3-3/+18
2013-09-03 Check for name collisions in the input Nix expressionsEelco Dolstra1-3/+9
2013-09-03 Work on Values instead of ExprsEelco Dolstra4-50/+62
2013-09-03 ReformatEelco Dolstra1-33/+35
2013-09-03 Get rid of the parse tree cacheEelco Dolstra6-34/+35
2013-09-02 Add some support code for nix-replEelco Dolstra3-12/+26
2013-09-02 Get rid of a signedness warningEelco Dolstra1-1/+1
2013-09-02 Fix whitespaceEelco Dolstra8-82/+82
2013-09-02 Only show trace messages when tracing is enabledEelco Dolstra1-4/+3
2013-09-02 Add an option to limit the log output of buildersEelco Dolstra3-0/+19
2013-08-26 Simplify inherited attribute handlingShea Levy5-38/+21
2013-08-26 Fix typos, especially those that end up in the Nix manualIvan Kozik6-7/+7
2013-08-26 Fix personality switching from x86_64 to i686Gergely Risko1-1/+6
2013-08-19 Store Nix integers as longsEelco Dolstra9-23/+25
2013-08-14 TypoEelco Dolstra1-1/+1
2013-08-07 Respect MINSIGSTKSZ when allocating an alternative stackEelco Dolstra1-1/+1
2013-08-07 Fix build on non-LinuxEelco Dolstra1-0/+2
2013-08-07 Run the daemon worker on the same CPU as the clientEelco Dolstra8-4/+88
2013-08-06 Remove obsolete reference to ATermsEelco Dolstra1-3/+3
2013-08-02 In the profiler output, show function names (if available)Eelco Dolstra2-8/+8
2013-08-02 Let the ordering operators also work on stringsEelco Dolstra1-3/+6
2013-08-02 Add comparison operators ‘<’, ‘<=’, ‘>’ and ‘>=’Eelco Dolstra2-0/+7
2013-08-02 Add integer ‘-’, ‘*’ and ‘/’ operatorsEelco Dolstra1-1/+5
2013-08-02 Add a unary integer negation operatorEelco Dolstra1-2/+4
2013-08-02 Overload the ‘+’ operator to support integer additionEelco Dolstra1-11/+19
2013-07-31 Make Env smallerEelco Dolstra2-21/+23
2013-07-31 Don't use NULLEelco Dolstra1-4/+2
2013-07-31 Avoid thunks when a fromWith var can be looked up without evaluationShea Levy2-8/+8
2013-07-31 Delay evaulation of `with` attrs until a variable lookup needs themShea Levy2-7/+13
2013-07-30 Detect stack overflowsEelco Dolstra3-1/+80
2013-07-30 killUser: Don't let the child kill itself on AppleShea Levy1-0/+13
2013-07-18 Revert "build-remote.pl: Enforce timeouts locally"Eelco Dolstra1-1/+3
2013-07-15 Allow bind-mounting regular files into the chrootShea Levy1-1/+9
2013-07-12 Garbage collector: Don't follow symlinks arbitrarilyEelco Dolstra4-45/+53
2013-07-07 Leave `HAVE_HUP_NOTIFICATION' undefined on GNU/Hurd.Ludovic Courtès1-2/+7
2013-06-20 Don't set $preferLocalBuild and $requiredSystemFeatures in buildersEelco Dolstra2-8/+15
2013-06-20 Don't substitute derivations that have preferLocalBuild setEelco Dolstra3-7/+15
2013-06-20 Increase SQLite's auto-checkpoint intervalEelco Dolstra1-2/+2
2013-06-20 Disable the copy-from-other-stores substituterEelco Dolstra1-0/+2
2013-06-20 Don't keep "disabled" substituters runningEelco Dolstra3-2/+28
2013-06-13 Allow hard links between the outputs of a derivationEelco Dolstra3-9/+20
2013-06-13 Fix a security bug in hash rewritingEelco Dolstra1-0/+6
2013-06-13 Fix assertion failure in canonicalisePathMetaData() after hash rewritingEelco Dolstra1-2/+9