Age | Commit message (Expand) | Author | Files | Lines |
2012-07-18 | download-from-binary-cache: Print correct URL | Eelco Dolstra | 1 | -2/+5 |
2012-07-18 | Merge branch 'master' into no-manifests | Eelco Dolstra | 16 | -40/+184 |
2012-07-17 | Add function queryPathFromHashPart() | Eelco Dolstra | 9 | -0/+67 |
2012-07-17 | queryPathInfo(): return hash in base-32 if desired | Eelco Dolstra | 1 | -2/+2 |
2012-07-17 | Print some debug output | Eelco Dolstra | 1 | -8/+15 |
2012-07-17 | Return an exit code of 100 for cached failed builds | Eelco Dolstra | 1 | -0/+1 |
2012-07-17 | Remove dead code | Eelco Dolstra | 2 | -13/+0 |
2012-07-17 | Manual: Don't claim we support Cygwin | Eelco Dolstra | 1 | -1/+1 |
2012-07-17 | Update Nix 1.1 release notes | Eelco Dolstra | 2 | -8/+70 |
2012-07-17 | Allow disabling log compression | Eelco Dolstra | 2 | -12/+35 |
2012-07-12 | builtins.storePath: resolve symlinks | Eelco Dolstra | 1 | -1/+5 |
2012-07-11 | Merge branch 'master' of github.com:NixOS/nix into no-manifests | Eelco Dolstra | 12 | -206/+88 |
2012-07-11 | Update release notes | Eelco Dolstra | 1 | -0/+5 |
2012-07-11 | Update the other substituters | Eelco Dolstra | 3 | -71/+72 |
2012-07-11 | Add some missing --version switches | Eelco Dolstra | 2 | -0/+10 |
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 | Pass --insecure to curl so that https works | Eelco Dolstra | 1 | -1/+1 |
2012-07-09 | Inline fetchurl.sh | Eelco Dolstra | 3 | -9/+13 |
2012-07-09 | Add a test for the fetchurl function | Eelco Dolstra | 3 | -1/+17 |
2012-07-09 | Remove obsolete comment | Shea Levy | 1 | -3/+0 |
2012-07-09 | corepkgs/fetchurl: Build locally and outside of the chroot | Shea Levy | 1 | -0/+6 |
2012-07-09 | corepkgs/fetchurl: the 'system' argument can be optional | Shea Levy | 1 | -1/+1 |
2012-07-09 | corepkgs: distribute fetchurl files | Shea Levy | 1 | -1/+1 |
2012-07-09 | corepkgs/fetchurl: Call the shell directly instead of using the shebang | Shea Levy | 2 | -3/+2 |
2012-07-09 | corepkgs/fetchurl.sh: Use config.nix's curl | Shea Levy | 2 | -2/+4 |
2012-07-09 | The fetchurl builder is now fetchurl.sh | Shea Levy | 1 | -1/+1 |
2012-07-09 | Remove old fetchurl makefile | Shea Levy | 1 | -11/+0 |
2012-07-09 | Move fetchurl files out of their subdirectory | Shea Levy | 2 | -0/+0 |
2012-07-09 | corepkgs/config.nix.in: We'll need curl | Shea Levy | 1 | -0/+1 |
2012-07-09 | Resurrect old corepkgs fetchurl | Shea Levy | 3 | -0/+39 |
2012-07-09 | Really fix RPM builds | Eelco Dolstra | 1 | -3/+3 |
2012-07-09 | Add WWW::Curl as a dependency | Eelco Dolstra | 2 | -0/+14 |
2012-07-09 | Fix RPM builds | Eelco Dolstra | 1 | -0/+1 |
2012-07-09 | Get rid of nix.conf.example | Eelco Dolstra | 3 | -190/+2 |
2012-07-09 | Install a nix.conf manpage | Eelco Dolstra | 3 | -12/+28 |
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 |