about summary refs log tree commit diff
path: root/config (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-06 Add shell.nixEelco Dolstra3-20/+35
2016-12-06 Drop unused WWW::Curl dependencyEelco Dolstra4-18/+3
2016-11-27 Improve error message on trailing path slashesGuillaume Maudoux2-4/+18
2016-11-26 Revert "Get rid of unicode quotes (#1140)"Eelco Dolstra96-670/+670
2016-11-25 Get rid of unicode quotes (#1140)Guillaume Maudoux96-670/+670
2016-11-21 nix-channel: Fix --update <CHANNELS>Eelco Dolstra1-2/+2
2016-11-17 TypoEelco Dolstra1-1/+1
2016-11-17 Fix binary-cache-store buildShea Levy1-7/+8
2016-11-17 istringstream_nocopy: Implement in a standards-compliant wayShea Levy1-4/+40
2016-11-17 nix-daemon: Fix splice faking on non-LinuxShea Levy1-2/+2
2016-11-17 Update darwin build for optional sandbox pathsShea Levy1-3/+6
2016-11-16 S3BinaryCacheStore:: Eliminate a string copy while uploadingEelco Dolstra4-3/+17
2016-11-14 buildPaths(): Handle ecIncompleteClosureEelco Dolstra1-1/+1
2016-11-14 Don't rely on %mEelco Dolstra1-1/+2
2016-11-14 daemon: Do not error out when deduplication fails due to ENOSPC.Ludovic Courtès1-5/+19
2016-11-13 Fix comments parsingGuillaume Maudoux3-1/+61
2016-11-10 Store::computeFSClosure(): Support a set of pathsEelco Dolstra5-16/+25
2016-11-09 copyClosure() / copyStorePath(): Expose dontCheckSigsEelco Dolstra2-6/+6
2016-11-09 Implement backwards-compatible RemoteStore::addToStore()Eelco Dolstra3-3/+25
2016-11-08 TypoEelco Dolstra1-1/+1
2016-11-07 Add missing #includeEelco Dolstra1-0/+2
2016-11-03 installation: allow profile modification to be skipped (#1072)Manav Rathi2-13/+25
2016-10-31 Support optional sandbox pathsEelco Dolstra2-10/+32
2016-10-27 Add nix.conf options for -k and -KShea Levy1-0/+2
2016-10-26 Fix SIGFPE from integer overflow during divisionTuomas Tynkkynen1-3/+9
2016-10-26 Fix build log output in nix-store --serveEelco Dolstra1-1/+1
2016-10-26 Restore the CachedFailure status codeEelco Dolstra1-0/+4
2016-10-21 Remove addPathToAccessorEelco Dolstra9-109/+97
2016-10-21 BinaryCacheStore: Optionally write a NAR listingEelco Dolstra10-20/+81
2016-10-19 fixup! replace own regex class with std::regexAlexander Ried1-1/+4
2016-10-19 Fix Darwin buildEelco Dolstra2-6/+6
2016-10-19 Handle $TMPDIR ending with a slashEelco Dolstra2-2/+2
2016-10-19 Shut up clang warningEelco Dolstra1-1/+1
2016-10-19 Fix uninitialised variableEelco Dolstra1-1/+1
2016-10-18 replace own regex class with std::regexAlexander Ried5-94/+14
2016-10-18 downloader: use priority_queueAlexander Ried1-12/+17
2016-10-17 .gitignore: catch up with perl -> c conversionAlexander Ried1-7/+6
2016-10-14 Fix /dev/ptmx in sandboxesEelco Dolstra1-1/+6
2016-10-14 CURL_AT_LEAST_VERSION -> LIBCURL_VERSION_NUMEelco Dolstra1-4/+3
2016-10-13 Fix HTTP/2 supportEelco Dolstra1-3/+3
2016-10-13 SSL_CERT_FILE -> NIX_SSL_CERT_FILEEelco Dolstra5-13/+14
2016-10-12 Shut up some warningsEelco Dolstra2-2/+2
2016-10-12 Add some functions needed by hydraEelco Dolstra3-0/+17
2016-10-07 querySubstitutablePaths(): Don't query paths for which we already have a subs...Eelco Dolstra1-3/+16
2016-10-07 LocalStore::querySubstitutablePaths(): Implement using queryValidPaths()Eelco Dolstra1-7/+3
2016-10-07 Store::queryValidPaths(): Use async queryPathInfo()Eelco Dolstra1-4/+39
2016-10-07 Implement generic Store::queryValidPaths()Eelco Dolstra3-4/+12
2016-10-07 Add copyClosure utility function for HydraEelco Dolstra2-0/+29
2016-10-07 importPaths(): Fix accessor support for HydraEelco Dolstra4-7/+27
2016-10-06 toJSON(): Support some more typesEelco Dolstra2-0/+12