guix/nix/libstore
Ludovic Courtès f9aefa2d5f
daemon: Add 'built-in-builders' RPC.
* nix/libstore/builtins.cc (builtinBuilderNames): New function.
* nix/libstore/builtins.hh (builtinBuilderNames): New declaration.
* nix/libstore/worker-protocol.hh (PROTOCOL_VERSION): Bump to 0x160.
(WorkerOp)[wopBuiltinBuilders]: New value.
* nix/nix-daemon/nix-daemon.cc (performOp): Handle it.
* guix/store.scm (operation-id)[built-in-builders]: New value.
* guix/store.scm (read-arg): Add 'string-list'.
(built-in-builders): New procedure.
* tests/derivations.scm ("built-in-builders"): New test.
2016-11-16 18:19:54 +01:00
..
.gitignore
build.cc daemon: Add "builtin:download" derivation builder. 2016-11-16 18:19:47 +01:00
builtins.cc daemon: Add 'built-in-builders' RPC. 2016-11-16 18:19:54 +01:00
builtins.hh daemon: Add 'built-in-builders' RPC. 2016-11-16 18:19:54 +01:00
derivations.cc
derivations.hh
gc.cc
globals.cc daemon: Rename 'NIX_CONF_DIR' to 'GUIX_CONFIGURATION_DIRECTORY'. 2016-06-26 23:11:07 +02:00
globals.hh
local-store.cc daemon: Improve the SQLite wrapper API. 2016-10-28 22:30:17 +02:00
local-store.hh daemon: Improve the SQLite wrapper API. 2016-10-28 22:30:17 +02:00
misc.cc
misc.hh
optimise-store.cc daemon: Do not error out when deduplication fails due to ENOSPC. 2016-10-28 22:30:17 +02:00
pathlocks.cc
pathlocks.hh
references.cc
references.hh
schema.sql
sqlite.cc daemon: Improve the SQLite wrapper API. 2016-10-28 22:30:17 +02:00
sqlite.hh daemon: Improve the SQLite wrapper API. 2016-10-28 22:30:17 +02:00
store-api.cc
store-api.hh daemon: Improve the SQLite wrapper API. 2016-10-28 22:30:17 +02:00
worker-protocol.hh daemon: Add 'built-in-builders' RPC. 2016-11-16 18:19:54 +01:00