Age | Commit message (Expand) | Author | Files | Lines |
2017-07-30 | Replace Unicode quotes in user-facing strings by ASCII | Jörg Thalheim | 5 | -13/+13 |
2017-07-04 | Support base-64 hashes | Eelco Dolstra | 1 | -11/+9 |
2017-05-03 | perl-bindings: Remove unused --with-store-dir flag | Eelco Dolstra | 1 | -5/+0 |
2017-04-26 | Simplify building nix-perl in nix-shell | Eelco Dolstra | 4 | -5/+7 |
2017-04-14 | Fix Perl bindings | Eelco Dolstra | 1 | -1/+0 |
2017-04-13 | Convert Settings to the new config system | Eelco Dolstra | 1 | -15/+8 |
2017-04-13 | Initialise logger | Eelco Dolstra | 1 | -1/+0 |
2017-04-11 | Drop WWW::Curl dependency | Eelco Dolstra | 1 | -12/+1 |
2017-03-31 | Fix perl build | Eelco Dolstra | 4 | -27/+20 |
2017-03-31 | Merge branch 'remove-perl' of https://github.com/shlevy/nix | Eelco Dolstra | 5 | -20/+169 |
2017-03-21 | Restore cache.nixos.org as the default substituter | Eelco Dolstra | 1 | -10/+0 |
2017-02-16 | Move netrcFile to Settings | Eelco Dolstra | 1 | -1/+0 |
2017-02-07 | Add nix-perl package for the perl bindings | Shea Levy | 5 | -20/+169 |
2016-11-26 | Revert "Get rid of unicode quotes (#1140)" | Eelco Dolstra | 5 | -14/+14 |
2016-11-25 | Get rid of unicode quotes (#1140) | Guillaume Maudoux | 5 | -14/+14 |
2016-07-26 | makeFixedOutputPath(): Drop superfluous HashType argument | Eelco Dolstra | 1 | -2/+2 |
2016-06-01 | Make the store directory a member variable of Store | Eelco Dolstra | 1 | -3/+2 |
2016-05-31 | nix-copy-closure / build-remote.pl: Disable signature checking | Eelco Dolstra | 1 | -2/+2 |
2016-05-31 | nix-copy-closure: Drop Nix <= 1.7 compat | Eelco Dolstra | 1 | -55/+1 |
2016-05-04 | Fix segfault in nix-copy-closure | Eelco Dolstra | 1 | -1/+2 |
2016-05-04 | Remove OpenSSL-based signing | Eelco Dolstra | 3 | -10/+9 |
2016-04-19 | Move path info caching from BinaryCacheStore to Store | Eelco Dolstra | 1 | -11/+10 |
2016-04-11 | Remove manifest support | Eelco Dolstra | 4 | -509/+1 |
2016-02-26 | importPaths(): Optionally add NARs to binary cache accessor | Eelco Dolstra | 1 | -1/+1 |
2016-02-16 | Add C++ functions for .narinfo processing / signing | Eelco Dolstra | 1 | -10/+4 |
2016-02-16 | Rename ValidPathInfo::hash -> narHash for consistency | Eelco Dolstra | 1 | -1/+1 |
2016-02-15 | Fix nix-copy-closure | Eelco Dolstra | 1 | -0/+1 |
2016-02-04 | StoreAPI -> Store | Eelco Dolstra | 1 | -3/+3 |
2016-02-04 | Eliminate the "store" global variable | Eelco Dolstra | 1 | -36/+23 |
2016-01-07 | Fix bad use of croak() | Eelco Dolstra | 1 | -22/+22 |
2015-10-09 | Provide addTempRoot in the Perl API | Eelco Dolstra | 2 | -0/+11 |
2015-09-18 | Shut up clang warnings | Eelco Dolstra | 1 | -1/+3 |
2015-06-03 | Handle base-16 NarHash fields in signed .narinfo files | Eelco Dolstra | 3 | -3/+17 |
2015-06-03 | Be more robust wrt broken .narinfo files | Eelco Dolstra | 1 | -3/+10 |
2015-06-01 | Include the cache.nixos.org signing key by default | Eelco Dolstra | 1 | -1/+3 |
2015-03-25 | addToStore(): Take explicit name argument | Eelco Dolstra | 1 | -1/+1 |
2015-03-04 | Reduce verbosity in build-remote.pl | Eelco Dolstra | 2 | -0/+6 |
2015-02-17 | Include NAR size in fingerprint computation | Eelco Dolstra | 1 | -4/+3 |
2015-02-10 | Make libsodium an optional dependency | Eelco Dolstra | 1 | -0/+10 |
2015-02-04 | Sign a subset of the .narinfo | Eelco Dolstra | 1 | -11/+26 |
2015-02-04 | Use libsodium instead of OpenSSL for binary cache signing | Eelco Dolstra | 6 | -66/+74 |
2014-12-09 | Link against perl.dll on Cygwin | Marko Durkovic | 1 | -0/+6 |
2014-11-20 | Fix bad operator | Eelco Dolstra | 1 | -1/+1 |
2014-11-10 | SSH.pm: Print a friendlier message if connecting fails | Eelco Dolstra | 2 | -4/+12 |
2014-10-14 | Remove unused @sshOpts flag | Eelco Dolstra | 1 | -6/+6 |
2014-09-18 | Remove debug statement | Eelco Dolstra | 1 | -1/+0 |
2014-09-18 | Store.so: Add dependency on libnixutil | Eelco Dolstra | 1 | -1/+1 |
2014-08-23 | Fix building with Clang | Eelco Dolstra | 1 | -1/+1 |
2014-08-20 | Use proper quotes everywhere | Eelco Dolstra | 4 | -15/+18 |
2014-08-13 | Use $XDG_RUNTIME_DIR for temporary files | Eelco Dolstra | 1 | -1/+9 |