Age | Commit message (Expand) | Author | Files | Lines |
2016-04-25 | Improved logging abstraction | Eelco Dolstra | 1 | -10/+0 |
2016-02-23 | Move ref<t> into a separate header | Eelco Dolstra | 1 | -59/+2 |
2016-02-11 | ref<T>: Add cast operator | Eelco Dolstra | 1 | -13/+6 |
2016-02-04 | Eliminate the "store" global variable | Eelco Dolstra | 1 | -0/+67 |
2014-12-10 | Revert "Use posix_spawn to run the pager" | Eelco Dolstra | 1 | -1/+0 |
2014-12-05 | Use posix_spawn to run the pager | Eelco Dolstra | 1 | -0/+1 |
2014-10-20 | Fix build on gcc < 4.7 | Shea Levy | 1 | -0/+13 |
2014-10-20 | Revert "Drop support for pre-c++11 compilers." | Shea Levy | 1 | -1/+2 |
2014-10-18 | Drop support for pre-c++11 compilers. | Shea Levy | 1 | -2/+1 |
2014-07-09 | Fix compilation error on some versions of GCC | Eelco Dolstra | 1 | -2/+2 |
2014-03-28 | Don't interpret strings as format strings | Eelco Dolstra | 1 | -7/+16 |
2012-09-11 | Include config.h before any other header | Eelco Dolstra | 1 | -0/+2 |
2012-07-18 | Use "#pragma once" to prevent repeated header file inclusion | Eelco Dolstra | 1 | -5/+1 |
2011-02-09 | * Sync with the trunk. | Eelco Dolstra | 1 | -2/+0 |
2011-01-14 | Remove useless <config.h> inclusion from public header. | Ludovic Courtès | 1 | -2/+0 |
2010-12-13 | * nix-instantiate: return exit status 100 to denote a permanent build | Eelco Dolstra | 1 | -2/+3 |
2010-11-16 | * Sync with the trunk. | Eelco Dolstra | 1 | -0/+2 |
2010-10-04 | * Make sure that config.h is included before the system headers, | Eelco Dolstra | 1 | -0/+2 |
2010-08-30 | * When using the build hook, distinguish between the stderr of the | Eelco Dolstra | 1 | -1/+1 |
2009-06-30 | * Don't show trace information by default (`--show-trace' to enable). | Eelco Dolstra | 1 | -0/+2 |
2007-08-12 | * Get rid of the substitutes database table (NIX-47). Instead, if we | Eelco Dolstra | 1 | -11/+15 |
2006-12-05 | * The determination of the root set should be made by the privileged | Eelco Dolstra | 1 | -0/+1 |
2006-12-04 | * Daemon mode (`nix-worker --daemon'). Clients connect to the server | Eelco Dolstra | 1 | -2/+0 |
2006-09-04 | * Use a proper namespace. | Eelco Dolstra | 1 | -0/+73 |