Age | Commit message (Expand) | Author | Files | Lines |
2014-02-17 | Make --repair work on Darwin | Eelco Dolstra | 1 | -3/+3 |
2014-02-17 | Refactoring | Eelco Dolstra | 1 | -29/+36 |
2014-02-17 | When using a build hook, only copy missing paths | Eelco Dolstra | 1 | -9/+6 |
2014-02-17 | Move some code around | Eelco Dolstra | 1 | -92/+82 |
2014-02-17 | Heuristically detect if a build may have failed due to a full disk | Eelco Dolstra | 2 | -5/+28 |
2014-02-14 | Minor style fixes | Eelco Dolstra | 2 | -2/+2 |
2014-02-10 | Move StoreApi::serve into opServe | Shea Levy | 2 | -38/+0 |
2014-02-10 | Pass in params by const ref | Shea Levy | 2 | -2/+2 |
2014-02-08 | Add download-via-ssh substituter | Shea Levy | 2 | -0/+26 |
2014-02-08 | nix-store --serve: Flush out after every loop | Shea Levy | 2 | -2/+3 |
2014-02-08 | nix-store --serve: Use dump instead of export | Shea Levy | 2 | -3/+4 |
2014-02-08 | nix-store --serve: Don't fail if asked for info about non-valid path | Shea Levy | 1 | -0/+2 |
2014-02-08 | nix-store --serve: Don't loop forever | Shea Levy | 1 | -26/+25 |
2014-02-08 | Add the nix-store --serve command | Shea Levy | 2 | -0/+35 |
2014-02-03 | Fix assertion failure in ‘nix-store --load-db’ | Eelco Dolstra | 1 | -1/+12 |
2014-02-01 | Give a friendly error message if the DB directory is not writable | Eelco Dolstra | 1 | -2/+6 |
2014-02-01 | Fix "make dist" | Eelco Dolstra | 1 | -1/+3 |
2014-02-01 | Remove Automakefiles | Eelco Dolstra | 1 | -33/+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 | Fix some clang warnings | Eelco Dolstra | 2 | -6/+1 |
2014-01-21 | Merge branch 'master' into make | Eelco Dolstra | 2 | -2/+7 |
2014-01-09 | Generate schema.sql.hh | Eelco Dolstra | 1 | -0/+5 |
2014-01-09 | Update Makefiles | Eelco Dolstra | 1 | -3/+1 |
2014-01-08 | Fix checking of NAR hashes | Eelco Dolstra | 1 | -0/+1 |
2014-01-06 | wording | Domen Kožar | 1 | -1/+1 |
2013-12-10 | Garbage collector: Release locks on temporary root files | Eelco Dolstra | 1 | -0/+1 |
2013-12-05 | Print a trace message if a build fails due to the platform being unknown | Eelco Dolstra | 1 | -1/+4 |
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-23 | Allow (dynamic) libraries to depend on other libraries | Eelco Dolstra | 1 | -0/+2 |
2013-11-22 | Drop the dependency on Automake | Eelco Dolstra | 2 | -2/+2 |
2013-11-22 | Rename $(here) to $(d) for brevity, and remove trailing slash | Eelco Dolstra | 1 | -1/+1 |
2013-11-22 | Add ‘make dist’ support | Eelco Dolstra | 1 | -1/+1 |
2013-11-22 | New non-recursive, plain Make-based build system | Eelco Dolstra | 1 | -0/+19 |
2013-11-22 | Include <cstring> for memset | Eelco Dolstra | 1 | -0/+1 |
2013-11-14 | Remove nix-setuid-helper | Eelco Dolstra | 4 | -158/+31 |
2013-11-12 | Make function calls show up in stack traces again | Eelco Dolstra | 2 | -0/+4 |
2013-10-22 | For auto roots, show the intermediate link | Eelco Dolstra | 1 | -1/+1 |
2013-10-16 | Retry all SQLite operations | Eelco Dolstra | 2 | -128/+169 |
2013-10-16 | Fix a race in registerFailedPath() | Eelco Dolstra | 1 | -2/+1 |
2013-10-16 | Convenience macros for retrying a SQLite transaction | Eelco Dolstra | 1 | -46/+42 |
2013-10-16 | Don't wrap read-only queries in a transaction | Eelco Dolstra | 1 | -6/+0 |
2013-10-16 | Print a distinct warning for SQLITE_PROTOCOL | Eelco Dolstra | 1 | -4/+8 |
2013-10-16 | Treat SQLITE_PROTOCOL as SQLITE_BUSY | Eelco Dolstra | 1 | -1/+1 |
2013-09-06 | Don't apply the CPU affinity hack to nix-shell (and other Perl programs) | Eelco Dolstra | 3 | -1/+5 |
2013-09-02 | Only show trace messages when tracing is enabled | Eelco Dolstra | 1 | -4/+3 |
2013-09-02 | Add an option to limit the log output of builders | Eelco Dolstra | 3 | -0/+19 |
2013-08-26 | Fix typos, especially those that end up in the Nix manual | Ivan Kozik | 2 | -2/+2 |
2013-08-26 | Fix personality switching from x86_64 to i686 | Gergely Risko | 1 | -1/+6 |