Age | Commit message (Expand) | Author | Files | Lines |
2014-08-20 | Flush std::cout before closing stdout | Eelco Dolstra | 1 | -0/+1 |
2014-08-20 | Provide reasonable default flags for $LESS | Eelco Dolstra | 1 | -1/+2 |
2014-08-20 | Use proper quotes everywhere | Eelco Dolstra | 2 | -12/+12 |
2014-08-20 | Add some color | Eelco Dolstra | 1 | -6/+5 |
2014-08-20 | nix-store -l: Automatically pipe output into $PAGER | Eelco Dolstra | 2 | -0/+52 |
2014-08-13 | Handle compound single dash options properly | Eelco Dolstra | 1 | -15/+14 |
2014-08-13 | Refactor option handling | Eelco Dolstra | 2 | -65/+52 |
2014-08-13 | Remove pointless NIX_LOG_TYPE environment variable | Eelco Dolstra | 1 | -4/+0 |
2014-07-31 | Restore default SIGPIPE handler before invoking ‘man’ | Eelco Dolstra | 1 | -3/+3 |
2014-05-23 | Ugly hack to allow --argstr values starting with a dash | Eelco Dolstra | 1 | -0/+7 |
2014-03-29 | restoreSIGPIPE(): Fill in sa_mask | Eelco Dolstra | 1 | -1/+1 |
2014-02-17 | nix-store --gc --max-freed: Support a unit specifier | Eelco Dolstra | 1 | -3/+18 |
2014-02-08 | Add download-via-ssh substituter | Shea Levy | 1 | -0/+3 |
2014-02-01 | Remove Automakefiles | Eelco Dolstra | 1 | -11/+0 |
2014-02-01 | Update Makefile variable names | Eelco Dolstra | 1 | -1/+1 |
2014-01-30 | Rename Makefile -> local.mk | Eelco Dolstra | 1 | -0/+0 |
2014-01-21 | Merge branch 'master' into make | Eelco Dolstra | 1 | -0/+5 |
2014-01-09 | Update Makefiles | Eelco Dolstra | 1 | -1/+1 |
2013-12-20 | nix-shell: Don't warn about the lack of a GC root | Eelco Dolstra | 1 | -0/+5 |
2013-11-25 | Rename Makefile.new -> Makefile | Eelco Dolstra | 1 | -0/+0 |
2013-11-23 | Use libnix as a prefix for all Nix libraries | Eelco Dolstra | 1 | -0/+2 |
2013-11-24 | Disallow undefined symbols in dynamic libraries by default | Eelco Dolstra | 1 | -0/+2 |
2013-11-23 | Drop the dependency on libgc in libmain | Eelco Dolstra | 2 | -22/+0 |
2013-11-23 | Allow (dynamic) libraries to depend on other libraries | Eelco Dolstra | 1 | -0/+2 |
2013-11-22 | Support building dynamic libraries | Eelco Dolstra | 1 | -1/+1 |
2013-11-22 | Fix building without Boehm GC | Eelco Dolstra | 1 | -1/+1 |
2013-11-22 | Rename $(here) to $(d) for brevity, and remove trailing slash | Eelco Dolstra | 1 | -1/+1 |
2013-11-22 | New non-recursive, plain Make-based build system | Eelco Dolstra | 1 | -0/+7 |
2013-11-12 | Make function calls show up in stack traces again | Eelco Dolstra | 1 | -6/+3 |
2013-10-02 | Report OOM errors better | Eelco Dolstra | 1 | -0/+3 |
2013-08-07 | Respect MINSIGSTKSZ when allocating an alternative stack | Eelco Dolstra | 1 | -1/+1 |
2013-07-30 | Detect stack overflows | Eelco Dolstra | 3 | -1/+80 |
2013-03-08 | Revert "Prevent config.h from being clobbered" | Eelco Dolstra | 1 | -5/+2 |
2013-03-07 | Prevent config.h from being clobbered | Eelco Dolstra | 1 | -2/+5 |
2013-02-19 | build-remote: Use the --quiet flag | Eelco Dolstra | 1 | -5/+2 |
2012-12-11 | On SQLITE_BUSY, wait a random amount of time | Eelco Dolstra | 1 | -0/+6 |
2012-11-27 | Add builtin constants ‘langVersion’ and ‘nixVersion’ | Eelco Dolstra | 2 | -2/+1 |
2012-11-20 | nix-store -r: Add ‘--ignore-unknown’ flag | Eelco Dolstra | 2 | -0/+11 |
2012-10-03 | Drop support for running nix-worker in "slave" mode | Eelco Dolstra | 2 | -60/+1 |
2012-10-03 | When ‘--help’ is given, just run ‘man’ to show the manual page | Eelco Dolstra | 2 | -0/+12 |
2012-08-27 | Merge branch 'master' into no-manifests | Eelco Dolstra | 2 | -11/+0 |
2012-08-24 | Include the output name in the GC root link | Eelco Dolstra | 2 | -11/+0 |
2012-07-31 | Add an option ‘build-fallback’ (equivalent to the --fallback flag) | Eelco Dolstra | 1 | -1/+1 |
2012-07-30 | Refactor settings processing | Eelco Dolstra | 1 | -19/+28 |
2012-07-30 | Whitespace | Eelco Dolstra | 1 | -7/+7 |
2012-07-18 | Use "#pragma once" to prevent repeated header file inclusion | Eelco Dolstra | 1 | -5/+1 |
2012-03-13 | Ensure that Perl processes delete their entry in the temproots directory | Eelco Dolstra | 2 | -15/+0 |
2012-03-05 | nix-worker: put the pid of the caller in argv[1] | Eelco Dolstra | 2 | -1/+5 |
2011-12-14 | * Remove the terminate handler, which was only really needed because | Eelco Dolstra | 1 | -23/+0 |
2011-11-29 | * Get rid of some superfluous error messages if a substituter fails. | Eelco Dolstra | 1 | -1/+1 |