Age | Commit message (Expand) | Author | Files | Lines |
2012-11-09 | Remove unnecessary call to closeMostFDs() | Eelco Dolstra | 1 | -1/+0 |
2012-11-06 | canonicalizePathMetaData: Fall-back to utimes if lutimes fails due to ENOSYS | Shea Levy | 1 | -0/+2 |
2012-10-04 | nix-store --verify: Continue on errors | Eelco Dolstra | 1 | -2/+4 |
2012-10-03 | Remove bin2c | Eelco Dolstra | 1 | -0/+2 |
2012-10-03 | Add a ‘--repair’ flag to nix-instantiate | Eelco Dolstra | 1 | -8/+8 |
2012-10-03 | When repairing a derivation, check and repair the entire output closure | Eelco Dolstra | 1 | -4/+20 |
2012-10-02 | Add a --repair flag to ‘nix-store -r’ to repair derivation outputs | Eelco Dolstra | 1 | -0/+10 |
2012-10-02 | nix-store --verify: Add an option ‘--repair’ to repair all missing/corrup... | Eelco Dolstra | 1 | -5/+20 |
2012-09-25 | Make the store writable before creating /nix/store/.links | Eelco Dolstra | 1 | -2/+1 |
2012-09-19 | Remove setting of the immutable bit | Eelco Dolstra | 1 | -2/+0 |
2012-09-19 | Support having /nix/store as a read-only bind mount | Eelco Dolstra | 1 | -0/+39 |
2012-09-19 | Templatise tokenizeString() | Eelco Dolstra | 1 | -3/+3 |
2012-09-13 | Vacuum the SQLite DB after running the garbage collector | Eelco Dolstra | 1 | -0/+7 |
2012-08-01 | Report substituter errors to clients of the Nix daemon | Eelco Dolstra | 1 | -21/+37 |
2012-07-30 | Refactor settings processing | Eelco Dolstra | 1 | -33/+31 |
2012-07-30 | Pass configuration settings to the substituters | Eelco Dolstra | 1 | -0/+4 |
2012-07-30 | Remove unused variables | Eelco Dolstra | 1 | -2/+0 |
2012-07-30 | Fix whitespace | Eelco Dolstra | 1 | -71/+71 |
2012-07-26 | Fix the substituter tests | Eelco Dolstra | 1 | -1/+2 |
2012-07-26 | Merge branch 'master' into no-manifests | Eelco Dolstra | 1 | -9/+23 |
2012-07-23 | Automatically optimise the Nix store when a new path is added | Eelco Dolstra | 1 | -0/+7 |
2012-07-23 | Use lutimes() if available to canonicalise the timestamp of symlinks | Eelco Dolstra | 1 | -9/+16 |
2012-07-18 | Merge branch 'master' into no-manifests | Eelco Dolstra | 1 | -0/+24 |
2012-07-17 | Add function queryPathFromHashPart() | Eelco Dolstra | 1 | -0/+24 |
2012-07-11 | Replace hasSubstitutes() with querySubstitutablePaths() | Eelco Dolstra | 1 | -5/+13 |
2012-07-11 | Add a function queryValidPaths() | Eelco Dolstra | 1 | -0/+9 |
2012-07-11 | Rename queryValidPaths() to queryAllValidPaths() | Eelco Dolstra | 1 | -2/+2 |
2012-07-11 | Implement querySubstitutablePathInfos() in the daemon | Eelco Dolstra | 1 | -12/+0 |
2012-07-06 | download-from-binary-cache: parallelise fetching of NAR info files | Eelco Dolstra | 1 | -20/+40 |
2012-05-29 | Reserve some disk space for the garbage collector | Eelco Dolstra | 1 | -1/+19 |
2012-04-23 | Merge pull request #2 from viric/master | Eelco Dolstra | 1 | -0/+6 |
2012-03-26 | Make the garbage collector more concurrent | Eelco Dolstra | 1 | -6/+1 |
2012-03-22 | Fixing the default of sync-before-registering | Lluís Batlle i Rossell | 1 | -1/+5 |
2012-03-22 | Adding a nix option to sync before registering a path, for non-ext* | Lluís Batlle i Rossell | 1 | -0/+2 |
2012-03-20 | nix-store --clear-failed-paths: Clear derivation outputs | Eelco Dolstra | 1 | -1/+3 |
2012-03-05 | Restore progress indication during nix-copy-closure | Eelco Dolstra | 1 | -0/+2 |
2012-03-01 | Remove dependency on sqlite3_table_column_metadata | Eelco Dolstra | 1 | -7/+0 |
2012-02-15 | On Linux, make the Nix store really read-only by using the immutable bit | Eelco Dolstra | 1 | -0/+7 |
2012-02-15 | Fix a broken guard around utime() | Eelco Dolstra | 1 | -2/+5 |
2011-12-30 | * Reject a build if there is a cycle among the outputs. This is | Eelco Dolstra | 1 | -0/+8 |
2011-12-16 | * Sync with the trunk. | Eelco Dolstra | 1 | -20/+46 |
2011-12-16 | * importPath() -> importPaths(). Because of buffering of the input | Eelco Dolstra | 1 | -2/+15 |
2011-12-16 | * Make the import operation through the daemon much more efficient | Eelco Dolstra | 1 | -3/+4 |
2011-12-15 | * Refactoring: move sink/source buffering into separate classes. | Eelco Dolstra | 1 | -6/+3 |
2011-12-05 | * Remove unnecessary quotes. showPaths() already adds quotes. | Eelco Dolstra | 1 | -1/+1 |
2011-12-02 | * In ‘nix-store --verify --check-contents’, repair missing hashes | Eelco Dolstra | 1 | -4/+20 |
2011-11-23 | * Add an API function exportPaths() that provides the functionality of | Eelco Dolstra | 1 | -1/+1 |
2011-11-07 | * Boldly make SQLite WAL mode the default again. Hopefully the | Eelco Dolstra | 1 | -4/+3 |
2011-11-06 | Include all outputs of derivations in the closure of explicitly-passed deriva... | Shea Levy | 1 | -0/+22 |
2011-09-12 | * Ouch. A store upgrade could cause a substituter to be triggered, | Eelco Dolstra | 1 | -3/+3 |