about summary refs log tree commit diff
path: root/perl/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-02-16 Add C++ functions for .narinfo processing / signingEelco Dolstra1-10/+4
2016-02-16 Rename ValidPathInfo::hash -> narHash for consistencyEelco Dolstra1-1/+1
2016-02-15 Fix nix-copy-closureEelco Dolstra1-0/+1
2016-02-04 StoreAPI -> StoreEelco Dolstra1-3/+3
2016-02-04 Eliminate the "store" global variableEelco Dolstra1-36/+23
2016-01-07 Fix bad use of croak()Eelco Dolstra1-22/+22
2015-10-09 Provide addTempRoot in the Perl APIEelco Dolstra2-0/+11
2015-06-03 Handle base-16 NarHash fields in signed .narinfo filesEelco Dolstra3-3/+17
2015-06-03 Be more robust wrt broken .narinfo filesEelco Dolstra1-3/+10
2015-06-01 Include the cache.nixos.org signing key by defaultEelco Dolstra1-1/+3
2015-03-25 addToStore(): Take explicit name argumentEelco Dolstra1-1/+1
2015-03-04 Reduce verbosity in build-remote.plEelco Dolstra2-0/+6
2015-02-17 Include NAR size in fingerprint computationEelco Dolstra1-4/+3
2015-02-10 Make libsodium an optional dependencyEelco Dolstra1-0/+10
2015-02-04 Sign a subset of the .narinfoEelco Dolstra1-11/+26
2015-02-04 Use libsodium instead of OpenSSL for binary cache signingEelco Dolstra5-61/+68
2014-11-20 Fix bad operatorEelco Dolstra1-1/+1
2014-11-10 SSH.pm: Print a friendlier message if connecting failsEelco Dolstra2-4/+12
2014-10-14 Remove unused @sshOpts flagEelco Dolstra1-6/+6
2014-09-18 Remove debug statementEelco Dolstra1-1/+0
2014-08-20 Use proper quotes everywhereEelco Dolstra4-15/+18
2014-08-13 Use $XDG_RUNTIME_DIR for temporary filesEelco Dolstra1-1/+9
2014-07-24 nix-copy-closure: Drop --bzip2, --xz, --show-progressEelco Dolstra1-34/+7
2014-07-24 Fix NIX_SSHOPTSEelco Dolstra2-4/+8
2014-07-24 Remove obsolete SSH master connection codeEelco Dolstra1-54/+1
2014-07-24 RefactorEelco Dolstra2-8/+21
2014-07-12 build-remote.pl: Don't keep a shell process aroundEelco Dolstra1-1/+2
2014-07-12 build-remote.pl: Fix build logEelco Dolstra1-2/+4
2014-07-11 build-remote.pl: Use ‘nix-store --serve’ on the remote sideEelco Dolstra4-63/+127
2014-07-11 Fix closure size displayEelco Dolstra1-1/+1
2014-07-10 Fix use of sysreadEelco Dolstra1-6/+18
2014-07-10 nix-copy-closure -s: Do substitutions via ‘nix-store --serve’Eelco Dolstra1-8/+11
2014-07-10 nix-copy-closure: Fix --dry-runEelco Dolstra1-8/+8
2014-07-10 nix-copy-closure: Restore compression and the progress viewerEelco Dolstra1-12/+40
2014-07-10 nix-copy-closure: Fix race conditionEelco Dolstra1-3/+74
2014-01-21 Ugly hack to fix building with clangEelco Dolstra1-0/+4
2014-01-21 Merge branch 'master' into makeEelco Dolstra4-4/+83
2014-01-08 Support cryptographically signed binary cachesEelco Dolstra3-4/+81
2013-12-20 perl: Call loadConfFile() in doInit to avoid screwing sqlite journal mode.Petr Rockai1-0/+2
2013-12-02 Install bsdiff and bspatch in $(libexecdir)/nixEelco Dolstra1-1/+1
2013-11-25 Add a Makefile for the Perl stuffEelco Dolstra1-1/+1
2013-10-24 Fix segfault on DarwinEelco Dolstra1-0/+1
2013-09-06 Don't apply the CPU affinity hack to nix-shell (and other Perl programs)Eelco Dolstra1-0/+1
2013-06-20 Don't keep "disabled" substituters runningEelco Dolstra1-1/+4
2013-05-10 build-remote.pl: Properly close the SSH connection between attemptsEelco Dolstra1-0/+1
2013-05-03 Fixing the pv position regarding compressionLluís Batlle i Rossell1-1/+1
2013-05-03 Adding ETA support to the --show-progress in nix-copy-closureLluís Batlle i Rossell1-4/+8
2013-03-08 Revert "Prevent config.h from being clobbered"Eelco Dolstra1-9/+12
2013-03-08 Fix annoying Perl 5.16 warningsEelco Dolstra1-17/+17
2013-03-07 Prevent config.h from being clobberedEelco Dolstra1-12/+9