aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-04-22ThreadPool: Start doing work as soon as work items are enqueuedEelco Dolstra
2016-04-22Make compression interruptibleEelco Dolstra
2016-04-22Fold "nix query-path-sigs" into "nix path-info"Eelco Dolstra
2016-04-22Add "nix copy" commandEelco Dolstra
2016-04-22BinaryCacheStore: When adding a path, ensure the references are validEelco Dolstra
2016-04-21Fix test failuresEelco Dolstra
2016-04-21Implement S3BinaryCacheStore::queryAllValidPaths()Eelco Dolstra
2016-04-21Move S3BinaryCacheStore from HydraEelco Dolstra
2016-04-21nix path-info: AddEelco Dolstra
2016-04-21nix --help: Show usage examplesEelco Dolstra
2016-04-21nix --help: Show short flagsEelco Dolstra
2016-04-20RemoteStore: Propagate InvalidPath exceptions from the daemonEelco Dolstra
2016-04-20BinaryCacheStore: Insert new paths into the disk cacheEelco Dolstra
2016-04-20Cache path info lookups in SQLiteEelco Dolstra
2016-04-19Move path info caching from BinaryCacheStore to StoreEelco Dolstra
2016-04-16Print out all bad references/requisites at onceDan Peebles
2016-04-15Make the .narinfo cache biggerEelco Dolstra
2016-04-15BinaryCacheStore: Do negative caching of .narinfo lookupsEelco Dolstra
2016-04-15BinaryCacheStore::readFile(): Return a shared_ptr to a stringEelco Dolstra
2016-04-15Unify "nix verify-paths" and "nix verify-store"Eelco Dolstra
2016-04-14Merge pull request #815 from vcunat/p/outputsToInstallEelco Dolstra
2016-04-14Make $NIX_PATH parsing more robustEelco Dolstra
2016-04-14Support channel:<channel-name> URIsEelco Dolstra
2016-04-14Make the search path lazier with non-fatal errorsEelco Dolstra
2016-04-14Set RLIMIT_CORE to 0, infinity in buildersEelco Dolstra
2016-04-14Make primop registration pluggableEelco Dolstra
2016-04-14Fix std::atomic_flag build failureEelco Dolstra
2016-04-11Remove manifest supportEelco Dolstra
2016-04-08Remove failed build cachingEelco Dolstra
2016-04-08Make LocalStore thread-safeEelco Dolstra
2016-04-07nix verify-paths: Add ‘--sigs-needed <N>’ flagEelco Dolstra
2016-04-07Use secret-key-files for verifyingEelco Dolstra
2016-04-07Sign locally-built pathsEelco Dolstra
2016-04-06Fix "tar: This does not look like a tar archive" with fetchTarball / -I http://Eelco Dolstra
2016-04-05Add "nix sign-paths" commandEelco Dolstra
2016-04-05Add "nix copy-sigs" commandEelco Dolstra
2016-04-05Probably fix SQLITE_BUSY errorsEelco Dolstra
2016-04-04throwSQLiteError(): Check for SIGINT so we don't loop foreverEelco Dolstra
2016-03-31Add missing -pthreadEelco Dolstra
2016-03-30LocalStore: Keep track of ultimately trusted pathsEelco Dolstra
2016-03-30Improve the SQLite wrapper APIEelco Dolstra
2016-03-30Factour out SQLite handlingEelco Dolstra
2016-03-30Turn retrying SQLite transactions into a higher-order functionEelco Dolstra
2016-03-30nix verify: Support checking against signatures in other storesEelco Dolstra
2016-03-30HttpBinaryCacheStore: Treat 403 errors as 404Eelco Dolstra
2016-03-30CurlDownloader: Fix HTTP error processingEelco Dolstra
2016-03-29Improve SIGINT handling in multi-threaded programsEelco Dolstra
2016-03-29Add "nix verify-store" commandEelco Dolstra
2016-03-29Add "nix verify-paths" commandEelco Dolstra
2016-03-29Re-enable sync_with_stdioEelco Dolstra