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
2016-11-26
Revert "Get rid of unicode quotes (#1140)"
Eelco Dolstra
2016-11-25
Get rid of unicode quotes (#1140)
Guillaume Maudoux
2016-11-17
nix-daemon: Fix splice faking on non-Linux
Shea Levy
2016-11-09
Merge branch 'ssh-store' of https://github.com/shlevy/nix
Eelco Dolstra
2016-11-09
Implement backwards-compatible RemoteStore::addToStore()
Eelco Dolstra
2016-10-21
Remove addPathToAccessor
Eelco Dolstra
2016-09-21
printMsg(lvlError, ...) -> printError(...) etc.
Eelco Dolstra
2016-09-12
nix-daemon: Fix error message
Shea Levy
2016-09-02
Implement nar-based addToStore for remote-store
Shea Levy
2016-09-02
Add narFromPath op to nix daemon
Shea Levy
2016-09-02
nix-daemon: add --stdio flag for handling connections over stdin/stdout
Shea Levy
2016-08-10
Mark content-addressed paths in the Nix database and in .narinfo
Eelco Dolstra
2016-08-10
RemoteStore / nix-daemon: Drop support for Nix < 1.0
Eelco Dolstra
2016-07-11
Modernize AutoCloseFD
Shea Levy
2016-06-01
Make the store directory a member variable of Store
Eelco Dolstra
2016-05-04
Cleanup: Remove singleton()
Eelco Dolstra
2016-05-04
nix-daemon: Fix queryPathInfo() backward compatibility
Eelco Dolstra
2016-05-04
Remove OpenSSL-based signing
Eelco Dolstra
2016-04-25
Show the log tail when a build fails
Eelco Dolstra
2016-04-25
Remove --print-build-trace
Eelco Dolstra
2016-04-25
Improved logging abstraction
Eelco Dolstra
2016-04-20
RemoteStore: Propagate InvalidPath exceptions from the daemon
Eelco Dolstra
2016-04-19
Move path info caching from BinaryCacheStore to Store
Eelco Dolstra
2016-04-08
Remove failed build caching
Eelco Dolstra
2016-04-05
Add "nix copy-sigs" command
Eelco Dolstra
2016-03-30
LocalStore: Keep track of ultimately trusted paths
Eelco Dolstra
2016-02-26
importPaths(): Optionally add NARs to binary cache accessor
Eelco Dolstra
2016-02-24
Eliminate reserveSpace flag
Eelco Dolstra
2016-02-16
Rename ValidPathInfo::hash -> narHash for consistency
Eelco Dolstra
2016-02-04
Eliminate the "store" global variable
Eelco Dolstra
2015-12-02
daemon: Add 'buildMode' parameter to 'buildPaths' RPC
Ludovic Courtès
2015-11-24
Merge pull request #704 from ysangkok/freebsd-support
Eelco Dolstra
2015-10-29
int2String() -> std::to_string()
Eelco Dolstra
2015-10-06
Define SOL_LOCAL if not defined already (e.g. on FreeBSD).
Manuel Jacob
2015-09-03
Implement buildDerivation() via the daemon
Eelco Dolstra
2015-07-20
More cleanup
Eelco Dolstra
2015-07-17
OCD: foreach -> C++11 ranged for
Eelco Dolstra
2015-06-02
Don't let unprivileged users repair paths
Eelco Dolstra
2015-06-02
Add a ‘verifyStore’ RPC
Ludovic Courtès
2015-05-19
Don't install nix-worker symlink
Eelco Dolstra
2014-12-12
Silence some warnings on GCC 4.9
Eelco Dolstra
2014-12-12
Get rid of unnecessary "interrupted by the user" message with -vvv
Eelco Dolstra
2014-12-12
Remove tabs
Eelco Dolstra
2014-12-12
Remove dead code
Eelco Dolstra
2014-12-10
Use vfork
Eelco Dolstra
2014-11-19
nix-daemon: Call exit(), not _exit()
Eelco Dolstra
2014-10-31
nix-daemon: Get peer credentials on Mac OS X
Eelco Dolstra
2014-10-31
Improve error message if the daemon worker fails to start
Eelco Dolstra
2014-09-25
nix-daemon: Close unnecessary fd
Eelco Dolstra
2014-09-01
Add an 'optimiseStore' remote procedure call.
Ludovic Courtès
[next]