Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-07-03 | download-from-binary-cache: do negative NAR info caching | Eelco Dolstra | 1 | -5/+29 | |
I.e. if a NAR info file does *not* exist, we record it in the cache DB so that we don't retry it later. | |||||
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 | Binary caches: use a better key | Eelco Dolstra | 1 | -5/+10 | |
Use the hash part of the store path as a key rather than a hash of the store path. This is enough to get the desired privacy property. | |||||
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 | 1 | -5/+14 | |
2012-06-29 | First attempt at the manifest-less substituter | Eelco Dolstra | 1 | -0/+118 | |