Age | Commit message (Expand) | Author | Files | Lines |
2016-11-26 | Revert "Get rid of unicode quotes (#1140)" | Eelco Dolstra | 1 | -24/+24 |
2016-11-25 | Get rid of unicode quotes (#1140) | Guillaume Maudoux | 1 | -24/+24 |
2016-11-14 | Don't rely on %m | Eelco Dolstra | 1 | -1/+2 |
2016-11-14 | daemon: Do not error out when deduplication fails due to ENOSPC. | Ludovic Courtès | 1 | -5/+19 |
2016-09-21 | printMsg(lvlError, ...) -> printError(...) etc. | Eelco Dolstra | 1 | -11/+11 |
2016-06-02 | LocalStore: Allow the physical and logical store directories to differ | Eelco Dolstra | 1 | -3/+3 |
2016-06-01 | Make the store directory a member variable of Store | Eelco Dolstra | 1 | -1/+1 |
2016-04-25 | Improved logging abstraction | Eelco Dolstra | 1 | -1/+1 |
2015-11-09 | optimizePath(): Detect some .links corruption | Eelco Dolstra | 1 | -2/+9 |
2015-07-17 | OCD: foreach -> C++11 ranged for | Eelco Dolstra | 1 | -7/+7 |
2014-12-14 | Pedantry | Eelco Dolstra | 1 | -1/+1 |
2014-12-09 | Explicitly include required C headers | Marko Durkovic | 1 | -0/+1 |
2014-09-01 | Add an 'optimiseStore' remote procedure call. | Ludovic Courtès | 1 | -0/+16 |
2014-08-20 | Use proper quotes everywhere | Eelco Dolstra | 1 | -21/+21 |
2014-05-15 | lvlInfo -> lvlTalkative | Eelco Dolstra | 1 | -1/+1 |
2014-05-15 | nix-store --optimise: Remove bogus statistics | Eelco Dolstra | 1 | -6/+5 |
2014-05-15 | Remove tab | Eelco Dolstra | 1 | -2/+2 |
2014-05-15 | Shortcut store files before lstat | Wout Mertens | 1 | -9/+36 |
2014-05-14 | Use the inodes given by readdir directly | Wout Mertens | 1 | -17/+21 |
2014-05-13 | Preload linked hashes to speed up lookups | Wout Mertens | 1 | -9/+28 |
2014-05-10 | Shortcut already-hardlinked files | wmertens | 1 | -1/+10 |
2013-03-08 | Revert "Prevent config.h from being clobbered" | Eelco Dolstra | 1 | -1/+1 |
2013-03-07 | Prevent config.h from being clobbered | Eelco Dolstra | 1 | -1/+1 |
2013-02-27 | Refactoring: Split off the non-recursive canonicalisePathMetaData() | Eelco Dolstra | 1 | -1/+1 |
2013-02-26 | Security: Don't allow builders to change permissions on files they don't own | Eelco Dolstra | 1 | -1/+1 |
2013-01-03 | Clear any immutable bits in the Nix store | Eelco Dolstra | 1 | -9/+0 |
2012-09-19 | Remove setting of the immutable bit | Eelco Dolstra | 1 | -57/+31 |
2012-08-27 | Merge branch 'master' into no-manifests | Eelco Dolstra | 1 | -31/+43 |
2012-08-07 | Don't warn about maximum link count exceeded on 0-byte files | Eelco Dolstra | 1 | -2/+4 |
2012-08-05 | Fix race condition when two processes create a hard link to a file in .links | Eelco Dolstra | 1 | -27/+37 |
2012-08-05 | Fix race condition when two processes create the same link in /nix/store/.links | Eelco Dolstra | 1 | -4/+4 |
2012-08-01 | Merge branch 'master' into no-manifests | Eelco Dolstra | 1 | -1/+4 |
2012-08-01 | Doh | Eelco Dolstra | 1 | -1/+2 |
2012-08-01 | Make ‘nix-store --optimise’ interruptible | Eelco Dolstra | 1 | -0/+2 |
2012-07-30 | Refactor settings processing | Eelco Dolstra | 1 | -15/+13 |
2012-07-26 | Merge branch 'master' into no-manifests | Eelco Dolstra | 1 | -104/+114 |
2012-07-23 | Handle platforms that don't support linking to a symlink | Eelco Dolstra | 1 | -2/+7 |
2012-07-23 | Unlink the right file | Eelco Dolstra | 1 | -2/+2 |
2012-07-23 | Automatically optimise the Nix store when a new path is added | Eelco Dolstra | 1 | -9/+13 |
2012-07-23 | optimiseStore(): Use a content-addressed file store in /nix/store/.links | Eelco Dolstra | 1 | -106/+107 |
2012-07-11 | Rename queryValidPaths() to queryAllValidPaths() | Eelco Dolstra | 1 | -1/+1 |
2012-02-15 | On Linux, make the Nix store really read-only by using the immutable bit | Eelco Dolstra | 1 | -2/+24 |
2010-11-16 | * Store the size of a store path in the database (to be precise, the | Eelco Dolstra | 1 | -1/+1 |
2010-06-04 | * Applied a patch from David Brown to prevent `nix-store --optimise' | Eelco Dolstra | 1 | -1/+15 |
2009-09-24 | * And some more. | Eelco Dolstra | 1 | -0/+1 |
2009-04-21 | * Use foreach in a lot of places. | Eelco Dolstra | 1 | -2/+2 |
2008-06-18 | * `nix-store --optimise': handle files with >= 32000 hard links. | Eelco Dolstra | 1 | -6/+31 |
2008-06-18 | * Some refactoring: put the GC options / results in separate structs. | Eelco Dolstra | 1 | -0/+1 |
2008-06-09 | * Merged the no-bdb branch (-r10900:HEAD | Eelco Dolstra | 1 | -0/+129 |