about summary refs log tree commit diff
path: root/perl/lib/Nix/Store.xs (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-03 Handle base-16 NarHash fields in signed .narinfo filesEelco Dolstra1-0/+11
2015-03-25 addToStore(): Take explicit name argumentEelco Dolstra1-1/+1
2015-03-04 Reduce verbosity in build-remote.plEelco Dolstra1-0/+5
2015-02-10 Make libsodium an optional dependencyEelco Dolstra1-0/+10
2015-02-04 Use libsodium instead of OpenSSL for binary cache signingEelco Dolstra1-0/+40
2014-07-11 build-remote.pl: Use ‘nix-store --serve’ on the remote sideEelco Dolstra1-0/+11
2014-01-21 Ugly hack to fix building with clangEelco Dolstra1-0/+4
2013-12-20 perl: Call loadConfFile() in doInit to avoid screwing sqlite journal mode.Petr Rockai1-0/+2
2013-09-06 Don't apply the CPU affinity hack to nix-shell (and other Perl programs)Eelco Dolstra1-0/+1
2013-03-08 Revert "Prevent config.h from being clobbered"Eelco Dolstra1-9/+12
2013-03-07 Prevent config.h from being clobberedEelco Dolstra1-12/+9
2013-02-05 Nix::Store::derivationFromPath: Return derivation outputsEelco Dolstra1-9/+12
2012-07-30 Refactor settings processingEelco Dolstra1-1/+1
2012-07-17 Add function queryPathFromHashPart()Eelco Dolstra1-0/+11
2012-07-17 queryPathInfo(): return hash in base-32 if desiredEelco Dolstra1-2/+2
2012-03-19 Add a command "nix-build --run-env" to reproduce the environment of a derivationEelco Dolstra1-0/+42
2011-12-02 * Add some more functions to the Perl bindings.Eelco Dolstra1-0/+46
2011-11-29 * download-using-manifests: use the Perl bindings.Eelco Dolstra1-0/+11
2011-11-29 * For consistency with "nix-store -q --hash", produce hashes inEelco Dolstra1-1/+1
2011-11-23 * Add an API function exportPaths() that provides the functionality ofEelco Dolstra1-0/+13
2011-11-22 * Move initialisation of variables like nixConfDir from libmain toEelco Dolstra1-3/+1
2011-10-11 * Use the Store API bindings in nix-copy-closure.Eelco Dolstra1-10/+31
2011-10-10 * Include the Nix Perl bindings in Nix itself. This will allow theEelco Dolstra1-0/+129