aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-03-02Eliminate local-binary-cache-store.hhEelco Dolstra
2016-03-02Make store implementations pluggableEelco Dolstra
2016-03-02Fix reading symlinksEelco Dolstra
2016-03-02Remove bad assertionEelco Dolstra
2016-03-02FdSource: track number of bytes readEelco Dolstra
2016-03-02importPaths(): Optionally add NARs to binary cache accessorEelco Dolstra
2016-02-29Add an HTTP binary cache storeEelco Dolstra
2016-02-29Eliminate local-binary-cache-store.hhEelco Dolstra
2016-02-29Make store implementations pluggableEelco Dolstra
2016-02-27add docs for `nix-store --serve`Charles Strahan
2016-02-28Fix reading symlinksEelco Dolstra
2016-02-26Remove bad assertionEelco Dolstra
2016-02-26FdSource: track number of bytes readEelco Dolstra
2016-02-26importPaths(): Optionally add NARs to binary cache accessorEelco Dolstra
2016-02-25nix: Add commands to query contents of NARs / binary cachesEelco Dolstra
2016-02-25Merge branch 'master' into new-cliEelco Dolstra
2016-02-25Add NAR / Store accessor abstractionEelco Dolstra
2016-02-25Fix short boolean flagsEelco Dolstra
2016-02-25Fix buildEelco Dolstra
2016-02-25Merge branch 'master' into new-cliEelco Dolstra
2016-02-24deletePath(): Succeed if path doesn't existEelco Dolstra
2016-02-24Eliminate reserveSpace flagEelco Dolstra
2016-02-24LocalStore::addTextToStore(): Don't read the path we just wroteEelco Dolstra
2016-02-24BinaryCacheStore: Implement addToStore()Eelco Dolstra
2016-02-24openStoreAt(): Initialise the binary cacheEelco Dolstra
2016-02-24Show a proper error message for unimplemented binary cache operationsEelco Dolstra
2016-02-24TypoEelco Dolstra
2016-02-24Move BinaryCacheStore / LocalBinaryCacheStore from HydraEelco Dolstra
2016-02-24Merge pull request #816 from tsion/incomplete-parseEelco Dolstra
2016-02-24std::condition_variable_any -> std::condition_variableEelco Dolstra
2016-02-24C++ templates are just a glorified macro facilityEelco Dolstra
2016-02-24Remove bad daemon connections from the poolEelco Dolstra
2016-02-24Throw a specific error for incomplete parse errors.Scott Olson
2016-02-23Pool<T>: Allow a maximum pool sizeEelco Dolstra
2016-02-23RemoteStore: Make thread-safeEelco Dolstra
2016-02-23Move ref<t> into a separate headerEelco Dolstra
2016-02-22DohEelco Dolstra
2016-02-22Make OpenSSL usage thread-safeEelco Dolstra
2016-02-22curl: Set CURLOPT_NOSIGNALEelco Dolstra
2016-02-22Merge branch 'docs' of git://github.com/joelmo/nixShea Levy
2016-02-22Merge branch 'patch-1' of git://github.com/dckc/nixShea Levy
2016-02-19Merge branch 'master' of git://github.com/stepcut/nixShea Levy
2016-02-19JSONObject: Support floats and booleansEelco Dolstra
2016-02-18context for introducing runtime dependenciesDan Connolly
2016-02-18Document IN_NIX_SHELL variableJoel Moberg
2016-02-17Drop all distros that are not down with C++11Eelco Dolstra
2016-02-17Fix build without sodiumEelco Dolstra
2016-02-16Add C++ functions for .narinfo processing / signingEelco Dolstra
2016-02-16Rename ValidPathInfo::hash -> narHash for consistencyEelco Dolstra
2016-02-16Fix to-base16 descriptionTristan Hume