index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nix-daemon
Age
Commit message (
Expand
)
Author
2020-08-20
Fix max fd calc and add test
John Ericson
2020-08-19
Use `RemoteStore` to open connection for proxying daemon
John Ericson
2020-08-19
Merge branch 'master' of github.com:NixOS/nix into remove-storetype-delegate-...
John Ericson
2020-08-12
Separate auth and logic for the daemon
John Ericson
2020-07-17
Remove StoreType abstraction and delegate regStore
Carlo Nucera
2020-06-15
Remove trailing whitespace
Eelco Dolstra
2020-05-13
formatting and a few minor changes
Ben Burdette
2020-05-06
todo removal
Ben Burdette
2020-05-04
appending to hints; remove _printError
Ben Burdette
2020-05-03
convert some printError calls to logError
Ben Burdette
2020-04-21
remove 'format' from Error constructor calls
Ben Burdette
2020-03-30
Remove global -I flags
Eelco Dolstra
2019-12-10
Make the Store API more type-safe
Eelco Dolstra
2019-12-02
Merge remote-tracking branch 'origin/recursive-nix'
Eelco Dolstra
2019-11-22
getEnv(): Return std::optional
Eelco Dolstra
2019-11-06
Cleanup
Eelco Dolstra
2019-11-06
Recursive Nix support
Eelco Dolstra
2019-10-29
Don't create a Store in processConnection()
Eelco Dolstra
2019-10-29
Move Unix domain socket creation to libutil
Eelco Dolstra
2019-10-29
Move most of the daemon implementation to libstore
Eelco Dolstra
2019-10-09
Remove world-writability from per-user directories
Eelco Dolstra
2019-06-16
Style fix
Eelco Dolstra
2019-06-15
Daemon: warn when an untrusted user cannot override a setting
Félix Baylac-Jacqué
2019-03-14
findRoots(): Don't censor for trusted users
Eelco Dolstra
2019-03-14
findRoots(): Add 'censor' parameter
Eelco Dolstra
2019-03-10
Fix warning about unused variable
Guillaume Maudoux
2019-03-10
Also obfuscate the number of memory roots
Guillaume Maudoux
2019-03-10
Make roots a map of store paths to pinning links
Guillaume Maudoux
2019-03-10
Obfuscate memory roots for non-root users
Guillaume Maudoux
2018-10-26
Merge all nix-* binaries into nix
Eelco Dolstra
2018-10-04
Remove unnecessary typecast
Eelco Dolstra
2018-09-25
nix-daemon: allow setting builders to "" by any user (untrusted)
Will Dietz
2018-08-03
Make adding paths via nix-store --serve run in constant memory
Eelco Dolstra
2018-07-03
nix-daemon: Respect --store
Eelco Dolstra
2018-05-30
Move some Download-specific settings to download.cc
Eelco Dolstra
2018-05-30
Make 'nix copy --to daemon' run in constant memory (daemon side)
Eelco Dolstra
2018-05-26
nix-daemon: remove unused "pendingMsgs" variable
Will Dietz
2018-05-21
serialise: fix buffer size used, hide method for internal use only
Will Dietz
2018-04-09
nix-daemon: Exit successfully when interrupted.
Shea Levy
2018-03-22
Merge branch 'fix/avoid-large-stack-buffers' of https://github.com/dtzWill/nix
Eelco Dolstra
2018-03-16
Reduce substitution memory consumption
Eelco Dolstra
2018-03-14
nix-daemon: preserve errno in signal handler (thanks tsan)
Will Dietz
2018-03-02
don't allocate large buffers on the stack
Will Dietz
2018-02-08
Add plugins to make Nix more extensible.
Shea Levy
2018-02-07
More completely fix recursive nix, unbreak tests
Will Dietz
2018-02-07
Prevent accidental recursive Nix
Eelco Dolstra
2018-01-08
Improve error message with --repair for untrusted users
Eelco Dolstra
2017-10-24
Remove the remote-builds option
Eelco Dolstra
2017-08-28
Give activities a verbosity level again
Eelco Dolstra
2017-08-28
Don't send progress messages to older clients
Eelco Dolstra
[next]