about summary refs log tree commit diff
path: root/src/nix-daemon (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-14 findRoots(): Don't censor for trusted usersEelco Dolstra1-1/+1
2019-03-14 findRoots(): Add 'censor' parameterEelco Dolstra1-31/+10
2019-03-10 Fix warning about unused variableGuillaume Maudoux1-2/+5
2019-03-10 Also obfuscate the number of memory rootsGuillaume Maudoux1-2/+16
2019-03-10 Make roots a map of store paths to pinning linksGuillaume Maudoux1-7/+12
2019-03-10 Obfuscate memory roots for non-root usersGuillaume Maudoux1-2/+9
2018-10-26 Merge all nix-* binaries into nixEelco Dolstra2-19/+9
2018-10-04 Remove unnecessary typecastEelco Dolstra1-1/+1
2018-09-25 nix-daemon: allow setting builders to "" by any user (untrusted)Will Dietz1-1/+2
2018-08-03 Make adding paths via nix-store --serve run in constant memoryEelco Dolstra1-0/+1
2018-07-03 nix-daemon: Respect --storeEelco Dolstra1-3/+7
2018-05-30 Move some Download-specific settings to download.ccEelco Dolstra1-1/+1
2018-05-30 Make 'nix copy --to daemon' run in constant memory (daemon side)Eelco Dolstra1-3/+13
2018-05-26 nix-daemon: remove unused "pendingMsgs" variableWill Dietz1-2/+0
2018-05-21 serialise: fix buffer size used, hide method for internal use onlyWill Dietz1-1/+2
2018-04-09 nix-daemon: Exit successfully when interrupted.Shea Levy1-1/+1
2018-03-22 Merge branch 'fix/avoid-large-stack-buffers' of https://github.com/dtzWill/nixEelco Dolstra1-3/+3
2018-03-16 Reduce substitution memory consumptionEelco Dolstra1-1/+1
2018-03-14 nix-daemon: preserve errno in signal handler (thanks tsan)Will Dietz1-0/+3
2018-03-02 don't allocate large buffers on the stackWill Dietz1-3/+3
2018-02-08 Add plugins to make Nix more extensible.Shea Levy1-0/+2
2018-02-07 More completely fix recursive nix, unbreak testsWill Dietz1-1/+1
2018-02-07 Prevent accidental recursive NixEelco Dolstra1-1/+1
2018-01-08 Improve error message with --repair for untrusted usersEelco Dolstra1-1/+1
2017-10-24 Remove the remote-builds optionEelco Dolstra1-1/+1
2017-08-28 Give activities a verbosity level againEelco Dolstra1-3/+8
2017-08-28 Don't send progress messages to older clientsEelco Dolstra1-11/+18
2017-08-28 Tunnel progress messages from the daemon to the clientEelco Dolstra1-18/+62
2017-08-28 Make TunnelLogger thread-safeEelco Dolstra1-109/+129
2017-08-16 Progress indicator: CleanupEelco Dolstra1-4/+0
2017-07-30 Replace Unicode quotes in user-facing strings by ASCIIJörg Thalheim1-6/+6
2017-07-04 Support base-64 hashesEelco Dolstra1-3/+3
2017-07-03 Replace a few bool flags with enumsEelco Dolstra1-4/+6
2017-05-16 Improve progress indicatorEelco Dolstra1-6/+1
2017-05-11 Don't allow untrusted users to set info.ultimateEelco Dolstra1-0/+2
2017-04-28 Suppress warning about ssh-auth-sockEelco Dolstra1-1/+3
2017-04-20 Setting: Remove "Tag" template argumentEelco Dolstra1-1/+1
2017-04-20 Reimplement trusted-substituters (aka trusted-binary-caches)Eelco Dolstra1-6/+42
2017-04-14 Minor cleanupEelco Dolstra1-2/+2
2017-04-14 nix-daemon: Don't set untrusted-* settingsEelco Dolstra1-3/+1
2017-04-14 nix-daemon: Don't die if the user sends an unknown settingEelco Dolstra1-4/+8
2017-04-13 Convert Settings to the new config systemEelco Dolstra1-7/+6
2017-04-13 Merge branch 'rework-options' of https://github.com/copumpkin/nixEelco Dolstra1-2/+2
2017-04-06 Implement RemoteStore::queryMissing()Eelco Dolstra1-0/+11
2017-04-06 nix-daemon: Disable path info cacheEelco Dolstra1-1/+4
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 Explicitly model all settings and fail on unrecognized onesDan Peebles1-2/+2
2017-02-22 RemoteStore::addToStore(): Pass content-addressability assertionEelco Dolstra1-0/+1