aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-09-20nix-shell: Restore CPU affinityEelco Dolstra
2016-09-16armv5tel can be built by armv6l and armv7l (#1063)Eric Litak
2016-09-16Make computeFSClosure() single-threaded againEelco Dolstra
2016-09-16printMsg(): Don't check for interruptsEelco Dolstra
2016-09-14nix path-info: Add some more examplesEelco Dolstra
2016-09-14Revive binary-caches-parallel-connectionsEelco Dolstra
2016-09-14Enable HTTP/2 supportEelco Dolstra
2016-09-14Add a toLower utility functionEelco Dolstra
2016-09-14Move some .drv parsing functions out of utilEelco Dolstra
2016-09-12nix-daemon: Fix error messageShea Levy
2016-09-12ssh-store: Start master on-demandShea Levy
2016-09-12Inline ssh-store.hh into ssh-store.ccShea Levy
2016-09-12Fix gc-runtime testEelco Dolstra
2016-09-12Fix build on GCC 4.9Eelco Dolstra
2016-09-12Write "T x" instead of "auto x = T"Eelco Dolstra
2016-09-08Fix test failureEelco Dolstra
2016-09-08Don't run builds as root in the user namespaceEelco Dolstra
2016-09-08Give a better error message if a path in build-sandbox-paths is invalidEelco Dolstra
2016-09-08Fix assertion failure after early build setup failureEelco Dolstra
2016-09-08Fix early removal of rc-file for nix-shellShea Levy
2016-09-07upload-release.pl: Update NixpkgsEelco Dolstra
2016-09-02Implement nar-based addToStore for remote-storeShea Levy
2016-09-02Add ssh store implementationShea Levy
2016-09-02Add narFromPath op to nix daemonShea Levy
2016-09-02Factor a general remote FS accessor out of BinaryCacheStoreShea Levy
2016-09-02Factor out the unix domain socket-specific code from RemoteStoreShea Levy
2016-09-02nix-daemon: add --stdio flag for handling connections over stdin/stdoutShea Levy
2016-09-02Factor a function to get the store type from a URI out of the main RegisterSt...Shea Levy
2016-09-02Merge openStore and openStoreAt with default argumentsShea Levy
2016-08-31Merge branch 'nix-build-c++'Shea Levy
2016-08-31nix-build: Clean up a bitShea Levy
2016-08-31download.hh: Fix conflicts from nix-channel-c++ mergeShea Levy
2016-08-31Merge branch 'nix-channel-c++'Shea Levy
2016-08-31Merge pull request #1030 from pikajude/rsd-ccEelco Dolstra
2016-08-31nix-daemon.service: Set $XDG_CACHE_HOMEEelco Dolstra
2016-08-30Fix 32-bit buildEelco Dolstra
2016-08-30Increase the sleep time between download retriesEelco Dolstra
2016-08-30Fix --fallbackEelco Dolstra
2016-08-30Drop Fedora 19/20 buildsEelco Dolstra
2016-08-30Fix Fedora buildEelco Dolstra
2016-08-30Revert "nix.spec.in: Build from the .tar.xz file."Eelco Dolstra
2016-08-30Drop Ubuntu 13.10, 14.04 buildsEelco Dolstra
2016-08-30Fix GC buildEelco Dolstra
2016-08-29Add script to automate creating Nix releasesEelco Dolstra
2016-08-29forceBool(): Show position infoEelco Dolstra
2016-08-29Add builtin function "partition"Eelco Dolstra
2016-08-29nix path-info: Add --json flagEelco Dolstra
2016-08-29callFunction: Copy functors to the heapShea Levy
2016-08-26doc: move set functor para to Sets sectionDomen Kožar
2016-08-24Fix queryPathFromHashPart()Eelco Dolstra