Age | Commit message (Expand) | Author | Files | Lines |
2012-07-11 | Set the User-Agent header to "Nix/<version>" | Eelco Dolstra | 2 | -0/+3 |
2012-07-11 | download-from-binary-cache: Use HEAD requests if possible | Eelco Dolstra | 1 | -12/+79 |
2012-07-11 | Replace hasSubstitutes() with querySubstitutablePaths() | Eelco Dolstra | 8 | -24/+52 |
2012-07-11 | Add a function queryValidPaths() | Eelco Dolstra | 8 | -3/+49 |
2012-07-11 | Rename queryValidPaths() to queryAllValidPaths() | Eelco Dolstra | 9 | -17/+17 |
2012-07-11 | Implement querySubstitutablePathInfos() in the daemon | Eelco Dolstra | 7 | -55/+70 |
2012-07-11 | nix-env: Determine which paths have substitutes in parallel | Eelco Dolstra | 2 | -2/+24 |
2012-07-11 | Cleanup | Eelco Dolstra | 1 | -3/+3 |
2012-07-09 | Add WWW::Curl as a dependency | Eelco Dolstra | 2 | -0/+14 |
2012-07-09 | download-from-binary-cache: add nix.conf options | Eelco Dolstra | 3 | -6/+30 |
2012-07-09 | prim_import(): prefetch substitute info in parallel using queryMissing() | Eelco Dolstra | 1 | -0/+6 |
2012-07-08 | build.cc: Don't use hasSubstitute() | Eelco Dolstra | 1 | -11/+25 |
2012-07-08 | Cleanup | Eelco Dolstra | 1 | -13/+13 |
2012-07-06 | download-from-binary-cache: parallelise fetching of NAR info files | Eelco Dolstra | 9 | -131/+282 |
2012-07-06 | download-from-binary-cache: use WWW::Curl | Eelco Dolstra | 1 | -11/+68 |
2012-07-03 | download-from-binary-cache: do negative NAR info caching | Eelco Dolstra | 1 | -5/+29 |
2012-07-03 | download-from-binary-cache: in queries, preferred cached info | Eelco Dolstra | 1 | -20/+28 |
2012-07-03 | download-from-binary-cache: strip trailing / from URLs | Eelco Dolstra | 1 | -1/+1 |
2012-07-03 | download-from-binary-cache: cache binary cache info in a SQLite DB | Eelco Dolstra | 1 | -8/+117 |
2012-07-02 | download-from-binary-cache: Verify NAR hashes | Eelco Dolstra | 1 | -6/+15 |
2012-07-02 | nix-push: Always generate base-32 hashes | Eelco Dolstra | 2 | -4/+4 |
2012-07-02 | Binary caches: use a better key | Eelco Dolstra | 2 | -8/+13 |
2012-07-01 | Fix xz compression | Eelco Dolstra | 1 | -3/+3 |
2012-07-01 | Add an environment variable $NIX_BINARY_CACHES specifying URLs of binary caches | Eelco Dolstra | 1 | -2/+7 |
2012-07-01 | Allow both bzip2 and xz compression | Eelco Dolstra | 3 | -30/+68 |
2012-06-29 | nix-push: Don't pollute the current directory with result symlink | Eelco Dolstra | 1 | -1/+1 |
2012-06-29 | First attempt at the manifest-less substituter | Eelco Dolstra | 4 | -5/+123 |
2012-06-29 | Doh | Eelco Dolstra | 1 | -1/+1 |
2012-06-29 | Use XZ compression in binary caches | Eelco Dolstra | 6 | -19/+24 |
2012-06-28 | nix-push: create a manifest-less binary cache | Eelco Dolstra | 1 | -159/+93 |
2012-06-27 | nix-store -r: do substitutions in parallel | Eelco Dolstra | 11 | -25/+30 |
2012-06-27 | Mount an empty /dev/shm tmpfs in the chroot | Eelco Dolstra | 1 | -0/+6 |
2012-06-27 | Check the return code of the clone() call | Eelco Dolstra | 1 | -1/+2 |
2012-06-25 | When using chroots, use a private PID namespace | Eelco Dolstra | 2 | -156/+186 |
2012-06-25 | Use a private UTS namespace to provide a deterministic host/domain name to bu... | Eelco Dolstra | 1 | -1/+7 |
2012-06-23 | Update release notes | Eelco Dolstra | 1 | -1/+15 |
2012-06-23 | Improve error message | Eelco Dolstra | 1 | -1/+1 |
2012-06-23 | In chroot builds, use a private SysV IPC namespace | Eelco Dolstra | 1 | -12/+19 |
2012-06-23 | In chroot builds, use a private network namespace | Eelco Dolstra | 1 | -6/+31 |
2012-06-18 | Support socket-based, on-demand activation of the Nix daemon with systemd | Eelco Dolstra | 1 | -30/+46 |
2012-05-31 | Add Emacs to the disk image | Eelco Dolstra | 1 | -1/+1 |
2012-05-31 | fixes to nix-worker systemd service descriptor: - remove commented-out lines ... | Michel Alexandre Salim | 2 | -3/+1 |
2012-05-31 | On systems with SystemD, install the service descriptor for nix-worker, and e... | Michel Alexandre Salim | 2 | -0/+28 |
2012-05-31 | Major spec update: - Fix license field - Split into subpackages - Update buil... | Michel Alexandre Salim | 1 | -46/+149 |
2012-05-31 | Update nix profile: - incorporate NixOS's configuration so that nix is usable... | Michel Alexandre Salim | 2 | -8/+47 |
2012-05-31 | - only enable deprecated spec sections when building on systems with older RP... | Michel Alexandre Salim | 1 | -6/+12 |
2012-05-31 | - replace %define with %global | Michel Alexandre Salim | 1 | -5/+5 |
2012-05-30 | Compress build logs on the fly using bzip2 | Eelco Dolstra | 2 | -11/+45 |
2012-05-30 | "nix-store -l": support compressed logs | Eelco Dolstra | 2 | -9/+34 |
2012-05-29 | Reserve some disk space for the garbage collector | Eelco Dolstra | 9 | -11/+35 |