aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-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-25Add NAR / Store accessor abstractionEelco 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-16nix-profile.sh.in: find ca-bundle.pem on openSUSE Tumbleweed machinesPeter Simons
2016-02-15Add xz compression functionEelco Dolstra
2016-02-15decompressXZ: Ensure that lzma_end() is calledEelco Dolstra
2016-02-15Fix nix-copy-closureEelco Dolstra
2016-02-15Expose the export magic value and move LocalStore::queryReferences to StoreEelco Dolstra
2016-02-15Fix broken number parsing in fromJSONEelco Dolstra
2016-02-15Fix test broken by #762Eelco Dolstra
2016-02-15Add function to extract hash part of a store pathEelco Dolstra
2016-02-13Merge branch 'patch-1' of https://github.com/tsion/nixShea Levy
2016-02-13Fix typo in nix-shell command reference.Scott Olson
2016-02-12nix-profile.sh.in: quote use of $HOME in shell argumentsPeter Simons
2016-02-12Merge pull request #762 from ctheune/ctheune-floatsEelco Dolstra
2016-02-11Move addPermRoot into StoreEelco Dolstra