aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-05-03Merge pull request #894 from adevress/systemV-supportEelco Dolstra
2016-05-02SystemV init file for BSD systems, old Linux distributions (RHEL 6) and Linux...Adrien Devresse
2016-05-02Merge pull request #870 from ttuegel/nix-modeEelco Dolstra
2016-05-02Merge pull request #892 from domenkozar/ubuntu1604Eelco Dolstra
2016-05-01nix-mode: set syntax and font properties for multiline stringsThomas Tuegel
2016-04-29Support Git repos in the Nix pathEelco Dolstra
2016-04-29Add fetchgit builtinEelco Dolstra
2016-04-29nix-store -l: Simplify implementationEelco Dolstra
2016-04-29BinaryCacheStore: Support bzip2 compressionEelco Dolstra
2016-04-29nix verify --all: Support local binary cachesEelco Dolstra
2016-04-29Better error messageEelco Dolstra
2016-04-29add Ubuntu 16.03 .deb buildsDomen Kožar
2016-04-29BinaryCacheStore: Support "none" compression methodEelco Dolstra
2016-04-29BinaryCacheStore: Make the signing key a parameterEelco Dolstra
2016-04-29BinaryCacheStore::queryPathInfo: Don't check signaturesEelco Dolstra
2016-04-29Allow parameters in store URIsEelco Dolstra
2016-04-29Eliminate the substituter mechanismEelco Dolstra
2016-04-28Really handle carriage returnEelco Dolstra
2016-04-28Fix error messageEelco Dolstra
2016-04-25Handle carriage returnEelco Dolstra
2016-04-25nix: Disable verbose buildsEelco Dolstra
2016-04-25Show the log tail when a build failsEelco Dolstra
2016-04-25Remove --print-build-traceEelco Dolstra
2016-04-25Fix "path is not in the Nix store" during GCEelco Dolstra
2016-04-25Remove nix-log2xmlEelco Dolstra
2016-04-25Improved logging abstractionEelco Dolstra
2016-04-22Factor out parallel processing of work items that have dependenciesEelco Dolstra
2016-04-22nix copy: ParalleliseEelco Dolstra
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 #858 from Warbo/32bit-dev-shellEelco Dolstra
2016-04-14Merge pull request #844 from nathan7/arm-endiannessEelco Dolstra