about summary refs log tree commit diff
path: root/src/nix-daemon (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-01 TeeSink: Pre-reserve string spaceEelco Dolstra1-4/+3
2017-03-01 RemoteStore::addToStore(): Send NAR rather than string containing NAREelco Dolstra1-7/+10
2017-03-01 Handle importing NARs containing files greater than 4 GiBEelco Dolstra1-18/+14
2017-02-22 RemoteStore::addToStore(): Pass content-addressability assertionEelco Dolstra1-0/+1
2017-02-13 nix-daemon: Don't splice with len=SIZE_MAXTuomas Tynkkynen1-2/+3
2017-02-07 Move SavingSourceAdapter to serialise.hhEelco Dolstra1-15/+0
2016-11-26 Revert "Get rid of unicode quotes (#1140)"Eelco Dolstra1-6/+6
2016-11-25 Get rid of unicode quotes (#1140)Guillaume Maudoux1-6/+6
2016-11-17 nix-daemon: Fix splice faking on non-LinuxShea Levy1-2/+2
2016-11-09 Merge branch 'ssh-store' of https://github.com/shlevy/nixEelco Dolstra1-1/+106
2016-11-09 Implement backwards-compatible RemoteStore::addToStore()Eelco Dolstra1-1/+1
2016-10-21 Remove addPathToAccessorEelco Dolstra1-1/+1
2016-09-21 printMsg(lvlError, ...) -> printError(...) etc.Eelco Dolstra1-3/+3
2016-09-12 nix-daemon: Fix error messageShea Levy1-1/+1
2016-09-02 Implement nar-based addToStore for remote-storeShea Levy1-0/+23
2016-09-02 Add narFromPath op to nix daemonShea Levy1-0/+8
2016-09-02 nix-daemon: add --stdio flag for handling connections over stdin/stdoutShea Levy1-1/+75
2016-08-10 Mark content-addressed paths in the Nix database and in .narinfoEelco Dolstra1-1/+2
2016-08-10 RemoteStore / nix-daemon: Drop support for Nix < 1.0Eelco Dolstra1-25/+18
2016-07-11 Modernize AutoCloseFDShea Levy1-11/+11
2016-06-01 Make the store directory a member variable of StoreEelco Dolstra1-20/+20
2016-05-04 Cleanup: Remove singleton()Eelco Dolstra1-2/+2
2016-05-04 nix-daemon: Fix queryPathInfo() backward compatibilityEelco Dolstra1-2/+6
2016-05-04 Remove OpenSSL-based signingEelco Dolstra1-3/+3
2016-04-25 Show the log tail when a build failsEelco Dolstra1-1/+1
2016-04-25 Remove --print-build-traceEelco Dolstra1-1/+1
2016-04-25 Improved logging abstractionEelco Dolstra1-22/+37
2016-04-20 RemoteStore: Propagate InvalidPath exceptions from the daemonEelco Dolstra1-7/+15
2016-04-19 Move path info caching from BinaryCacheStore to StoreEelco Dolstra1-8/+8
2016-04-08 Remove failed build cachingEelco Dolstra1-17/+0
2016-04-05 Add "nix copy-sigs" commandEelco Dolstra1-0/+12
2016-03-30 LocalStore: Keep track of ultimately trusted pathsEelco Dolstra1-0/+4
2016-02-26 importPaths(): Optionally add NARs to binary cache accessorEelco Dolstra1-3/+3
2016-02-24 Eliminate reserveSpace flagEelco Dolstra1-3/+2
2016-02-16 Rename ValidPathInfo::hash -> narHash for consistencyEelco Dolstra1-1/+1
2016-02-04 Eliminate the "store" global variableEelco Dolstra1-47/+42
2015-12-02 daemon: Add 'buildMode' parameter to 'buildPaths' RPCLudovic Courtès1-1/+10
2015-11-24 Merge pull request #704 from ysangkok/freebsd-supportEelco Dolstra1-0/+4
2015-10-29 int2String() -> std::to_string()Eelco Dolstra1-8/+8
2015-10-06 Define SOL_LOCAL if not defined already (e.g. on FreeBSD).Manuel Jacob1-0/+4
2015-09-03 Implement buildDerivation() via the daemonEelco Dolstra1-0/+15
2015-07-20 More cleanupEelco Dolstra1-58/+42
2015-07-17 OCD: foreach -> C++11 ranged forEelco Dolstra1-9/+9
2015-06-02 Don't let unprivileged users repair pathsEelco Dolstra1-7/+9
2015-06-02 Add a ‘verifyStore’ RPCLudovic Courtès1-0/+10
2015-05-19 Don't install nix-worker symlinkEelco Dolstra1-2/+0
2014-12-12 Silence some warnings on GCC 4.9Eelco Dolstra1-3/+6
2014-12-12 Get rid of unnecessary "interrupted by the user" message with -vvvEelco Dolstra1-0/+2
2014-12-12 Remove tabsEelco Dolstra1-5/+5
2014-12-12 Remove dead codeEelco Dolstra1-9/+0