Age | Commit message (Expand) | Author | Files | Lines |
2017-02-08 | Include config.h implicitly with '-include config.h' in CFLAGS | Tuomas Tynkkynen | 1 | -2/+0 |
2016-11-26 | Revert "Get rid of unicode quotes (#1140)" | Eelco Dolstra | 1 | -9/+9 |
2016-11-25 | Get rid of unicode quotes (#1140) | Guillaume Maudoux | 1 | -9/+9 |
2016-10-19 | Fix Darwin build | Eelco Dolstra | 1 | -2/+0 |
2016-09-21 | printMsg(lvlError, ...) -> printError(...) etc. | Eelco Dolstra | 1 | -2/+2 |
2016-07-11 | Modernize AutoCloseFD | Shea Levy | 1 | -8/+7 |
2016-06-09 | Use O_CLOEXEC in most places | Eelco Dolstra | 1 | -2/+2 |
2016-02-24 | BinaryCacheStore: Implement addToStore() | Eelco Dolstra | 1 | -4/+11 |
2015-10-29 | int2String() -> std::to_string() | Eelco Dolstra | 1 | -1/+1 |
2015-07-20 | More cleanup | Eelco Dolstra | 1 | -25/+12 |
2014-08-20 | Use proper quotes everywhere | Eelco Dolstra | 1 | -9/+9 |
2014-08-01 | Make readDirectory() return inode / file type | Eelco Dolstra | 1 | -8/+7 |
2014-07-18 | Better fix for strcasecmp on Darwin | Eelco Dolstra | 1 | -3/+1 |
2014-07-17 | Ugly hack to fix building on old Darwin | Eelco Dolstra | 1 | -0/+3 |
2014-07-16 | Get rid of a compiler warning | Eelco Dolstra | 1 | -1/+2 |
2014-07-16 | Be more strict about file names in NARs | Eelco Dolstra | 1 | -1/+6 |
2014-07-16 | Handle case collisions on case-insensitive systems | Eelco Dolstra | 1 | -71/+92 |
2014-04-03 | Tweak error message | Eelco Dolstra | 1 | -1/+1 |
2014-02-27 | Set up a minimal /dev in chroots | Eelco Dolstra | 1 | -2/+1 |
2013-09-17 | RestoreSink: Slightly reduce the number of concurrent FDs | Eelco Dolstra | 1 | -0/+1 |
2010-05-04 | * Revert r15436. This was a workaround for a bug in btrfs which seems | Eelco Dolstra | 1 | -8/+0 |
2009-12-17 | * Include config.h before the C library headers, because it defines | Eelco Dolstra | 1 | -2/+2 |
2009-09-30 | * OpenSolaris compatibility. | Eelco Dolstra | 1 | -1/+6 |
2009-05-04 | Add an ftruncate call paired with fallocate to play safe with some FSes (nam... | Michael Raskin | 1 | -0/+8 |
2009-04-16 | * Fix a few "comparison is always false/true due to limited range of | Eelco Dolstra | 1 | -3/+3 |
2009-03-22 | * NAR archives: handle files larger than 2^32 bytes. Previously it | Eelco Dolstra | 1 | -11/+34 |
2008-12-03 | * A simple API for parsing NAR archives. | Eelco Dolstra | 1 | -24/+65 |
2006-12-12 | * New primop builtins.filterSource, which can be used to filter files | Eelco Dolstra | 1 | -10/+11 |
2006-12-12 | * In dumpPath(): pass a function object that allows files to be | Eelco Dolstra | 1 | -13/+18 |
2006-11-30 | * Skeleton of the privileged worker program. | Eelco Dolstra | 1 | -77/+11 |
2006-09-04 | * Use a proper namespace. | Eelco Dolstra | 1 | -0/+5 |
2006-08-31 | * Doh! Doh! Doh! | Eelco Dolstra | 1 | -1/+1 |
2006-08-31 | * Better error checking. | Eelco Dolstra | 1 | -11/+6 |
2004-01-15 | * Catch SIGINT to terminate cleanly when the user tries to interrupt | Eelco Dolstra | 1 | -0/+6 |
2004-01-05 | * Implemented Eelco V.'s `nix-env -I' command to specify the default | Eelco Dolstra | 1 | -4/+1 |
2003-11-19 | * nix-env: a tool to manage user environments. | Eelco Dolstra | 1 | -16/+5 |
2003-11-18 | * Source tree refactoring. | Eelco Dolstra | 1 | -0/+334 |