about summary refs log tree commit diff
path: root/src/nix (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2016-09-02 nix-daemon: add --stdio flag for handling connections over stdin/stdoutShea Levy1-1/+75
2016-09-02 Factor a function to get the store type from a URI out of the main ↵Shea Levy2-18/+35
RegisterStoreImplementation
2016-09-02 Merge openStore and openStoreAt with default argumentsShea Levy6-18/+8
2016-08-31 nix-build: Clean up a bitShea Levy1-6/+8
2016-08-31 download.hh: Fix conflicts from nix-channel-c++ mergeShea Levy3-16/+7
2016-08-31 nix-daemon.service: Set $XDG_CACHE_HOMEEelco Dolstra1-0/+1
Nix requires either $HOME or $XDG_CACHE_HOME to be set.
2016-08-30 Fix 32-bit buildEelco Dolstra3-5/+8
2016-08-30 Increase the sleep time between download retriesEelco Dolstra3-2/+4
2016-08-30 Fix --fallbackEelco Dolstra1-7/+10
This fixes an assertion failure in "assert(goal);" in Worker::waitForInput() after a substitution goal is cancelled by the termination of another goal. The problem was the line //worker.childTerminated(shared_from_this()); // FIXME in the SubstitutionGoal destructor. This was disabled because shared_from_this() obviously doesn't work from a des