aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-07-11Update release notesEelco Dolstra
2012-07-11Update the other substitutersEelco Dolstra
2012-07-11Add some missing --version switchesEelco Dolstra
2012-07-11Set the User-Agent header to "Nix/<version>"Eelco Dolstra
2012-07-11download-from-binary-cache: Use HEAD requests if possibleEelco Dolstra
2012-07-11Replace hasSubstitutes() with querySubstitutablePaths()Eelco Dolstra
2012-07-11Add a function queryValidPaths()Eelco Dolstra
2012-07-11Rename queryValidPaths() to queryAllValidPaths()Eelco Dolstra
2012-07-11Implement querySubstitutablePathInfos() in the daemonEelco Dolstra
2012-07-11nix-env: Determine which paths have substitutes in parallelEelco Dolstra
2012-07-11CleanupEelco Dolstra
2012-07-09Add WWW::Curl as a dependencyEelco Dolstra
2012-07-09download-from-binary-cache: add nix.conf optionsEelco Dolstra
2012-07-09prim_import(): prefetch substitute info in parallel using queryMissing()Eelco Dolstra
2012-07-08build.cc: Don't use hasSubstitute()Eelco Dolstra
2012-07-08CleanupEelco Dolstra
2012-07-06download-from-binary-cache: parallelise fetching of NAR info filesEelco Dolstra
2012-07-06download-from-binary-cache: use WWW::CurlEelco Dolstra
2012-07-03download-from-binary-cache: do negative NAR info cachingEelco Dolstra
2012-07-03download-from-binary-cache: in queries, preferred cached infoEelco Dolstra
2012-07-03download-from-binary-cache: strip trailing / from URLsEelco Dolstra
2012-07-03download-from-binary-cache: cache binary cache info in a SQLite DBEelco Dolstra
2012-07-02download-from-binary-cache: Verify NAR hashesEelco Dolstra
2012-07-02nix-push: Always generate base-32 hashesEelco Dolstra
2012-07-02Binary caches: use a better keyEelco Dolstra
2012-07-01Fix xz compressionEelco Dolstra
2012-07-01Add an environment variable $NIX_BINARY_CACHES specifying URLs of binary cachesEelco Dolstra
2012-07-01Allow both bzip2 and xz compressionEelco Dolstra
2012-06-29nix-push: Don't pollute the current directory with result symlinkEelco Dolstra
2012-06-29First attempt at the manifest-less substituterEelco Dolstra
2012-06-29DohEelco Dolstra
2012-06-29Use XZ compression in binary cachesEelco Dolstra
2012-06-28nix-push: create a manifest-less binary cacheEelco Dolstra
2012-06-27nix-store -r: do substitutions in parallelEelco Dolstra
2012-06-27Mount an empty /dev/shm tmpfs in the chrootEelco Dolstra
2012-06-27Check the return code of the clone() callEelco Dolstra
2012-06-25When using chroots, use a private PID namespaceEelco Dolstra
2012-06-25Use a private UTS namespace to provide a deterministic host/domain name to bu...Eelco Dolstra
2012-06-23Update release notesEelco Dolstra
2012-06-23Improve error messageEelco Dolstra
2012-06-23In chroot builds, use a private SysV IPC namespaceEelco Dolstra
2012-06-23In chroot builds, use a private network namespaceEelco Dolstra
2012-06-18Support socket-based, on-demand activation of the Nix daemon with systemdEelco Dolstra
2012-05-31Add Emacs to the disk imageEelco Dolstra
2012-05-31fixes to nix-worker systemd service descriptor: - remove commented-out lines ...Michel Alexandre Salim
2012-05-31On systems with SystemD, install the service descriptor for nix-worker, and e...Michel Alexandre Salim
2012-05-31Major spec update: - Fix license field - Split into subpackages - Update buil...Michel Alexandre Salim
2012-05-31Update nix profile: - incorporate NixOS's configuration so that nix is usable...Michel Alexandre Salim
2012-05-31- only enable deprecated spec sections when building on systems with older RP...Michel Alexandre Salim
2012-05-31- replace %define with %globalMichel Alexandre Salim