about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-12-06 nix-store --serve: Support setting build-repeatEelco Dolstra2-1/+3
2016-12-06 Tweak error messageEelco Dolstra1-2/+2
2016-11-27 Improve error message on trailing path slashesGuillaume Maudoux1-4/+12
2016-11-25 Simplify remouting with MS_PRIVATE in sandbox buildJörg Thalheim1-6/+2
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 seccomp: Forge return values for *chown32aszlig1-0/+4
2016-11-16 seccomp: Forge return codes for POSIX ACL syscallsaszlig1-0/+4
2016-11-16 libstore/build: Forge chown() to return successaszlig1-0/+41
2016-11-16 Add build dependency for libseccompaszlig1-0/+4
2016-11-16 Run builds as root in user namespace againaszlig1-29/+16
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 Maudoux1-1/+1
2016-11-10 Store::computeFSClosure(): Support a set of pathsEelco Dolstra5-16/+25
2016-11-10 build-remote: replace strtoull with stoull to take advantage of C++ error han...Shea Levy1-2/+2
2016-11-10 build-remote: Implement in C++Shea Levy9-30/+334
2016-11-09 copyClosure() / copyStorePath(): Expose dontCheckSigsEelco Dolstra2-6/+6
2016-11-09 Merge branch 'ssh-store' of https://github.com/shlevy/nixEelco Dolstra15-92/+466
2016-11-09 Implement backwards-compatible RemoteStore::addToStore()Eelco Dolstra2-2/+23
2016-11-08 TypoEelco Dolstra1-1/+1
2016-11-07 Add missing #includeEelco Dolstra1-0/+2
2016-11-06 Detect and disallow base32 hash overflowVladimír Čunát1-1/+7
2016-10-31 Support optional sandbox pathsEelco Dolstra1-9/+26
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 Merge branch 'priorityqueue' of https://github.com/groxxda/nixEelco Dolstra1-12/+17
2016-10-19 Merge branch 'regex' of https://github.com/groxxda/nixEelco Dolstra5-93/+16
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 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-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 Dolstra1-1/+2
2016-10-12 Shut up some warningsEelco Dolstra2-2/+2
2016-10-12 Add some functions needed by hydraEelco Dolstra3-0/+17