aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-19JSONObject: Support floats and booleansEelco 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-15Add xz compression functionEelco Dolstra
2016-02-15decompressXZ: Ensure that lzma_end() is calledEelco 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-15Add function to extract hash part of a store pathEelco Dolstra
2016-02-12Merge pull request #762 from ctheune/ctheune-floatsEelco Dolstra
2016-02-11Move addPermRoot into StoreEelco Dolstra
2016-02-11ref<T>: Add cast operatorEelco Dolstra
2016-02-04More of the sameEelco Dolstra
2016-02-04StoreAPI -> StoreEelco Dolstra
2016-02-04Eliminate the "store" global variableEelco Dolstra
2016-01-31Add build mode to compute fixed-output derivation hashesEelco Dolstra
2016-01-31Use the daemon when we don't have write access to the Nix databaseEelco Dolstra
2016-01-28UntabifyEelco Dolstra
2016-01-28UntabifyEelco Dolstra
2016-01-28printMissing(): Propagate store argumentEelco Dolstra
2016-01-27Define HashType's size to allow it to be forward-declaredEelco Dolstra
2016-01-27TriviaEelco Dolstra
2016-01-27Make hashLength32() a method of HashEelco Dolstra
2016-01-20string2Int: Barf on negative numbers for unsigned typesEelco Dolstra
2016-01-20Revert "Revert "next try for "don't abort when given unmatched '}' with 'star...Eelco Dolstra
2016-01-20Revert "next try for "don't abort when given unmatched '}' with 'start-condit...Eelco Dolstra
2016-01-19next try for "don't abort when given unmatched '}' with 'start-condition stac...Fabian Schmitthenner
2016-01-19Revert "don't abort when given unmatched '}' with 'start-condition stack unde...Eelco Dolstra
2016-01-17Merge branch 'lexer' of git://github.com/fkz/nixShea Levy
2016-01-12don't abort when given unmatched '}' with 'start-condition stack underflow'. ...Fabian Schmitthenner
2016-01-12--option build-repeat: Keep the differing output if -K is givenEelco Dolstra
2016-01-12Canonicalize gids to 0Eelco Dolstra
2016-01-12--check: Keep the differing output if -K is givenEelco Dolstra
2016-01-12--check: Fix "failed to produce output path"Eelco Dolstra
2016-01-12--check: Fix assertion failure when some outputs are missingEelco Dolstra
2016-01-07Fix "Bad address" executing build hookEelco Dolstra
2016-01-07Fix some signedness warningsEelco Dolstra
2016-01-06nix-store --repair-path: Rebuild if there is no substituterEelco Dolstra
2016-01-06Fix --repair failure on multiple-output derivationsEelco Dolstra
2016-01-06@eelco's feedback: downgrade to regular float for size, remove unused function.Christian Theune
2016-01-05Better error messageFabian Schmitthenner
2016-01-05Fix compilationEelco Dolstra
2016-01-05Use __toString when coercing sets to strings.Shea Levy
2016-01-05Merge pull request #685 from vizanto/masterEelco Dolstra
2016-01-05Fixed unresolved 'BUFSIZ'FrankHB
2016-01-05Fix non-Darwin buildEelco Dolstra