Sign in
vanadium
/
release.go.x.ref
/
a99ad1404226c8aabaae5772c2a79c79b99632c1
/
lib
/
modules
99a276b
Merge "veyron/lib/modules: adding an option to pass Config to a child process"
by Bogdan Caprita
· 10 years ago
8b4dbbf
namespace: More // eradication.
by David Why Use Two When One Will Do Presotto
· 10 years ago
92dba58
veyron2/ipc: 3 of n. 'Invoker and Signature' rationalisation.
by Cosmos Nicolaou
· 10 years ago
f57930f
veyron/lib/modules: adding an option to pass Config to a child process
by Jiri Simsa
· 10 years ago
92d0a89
wpsr: Change NewWSPR call to use new style
by Benjamin Prosnitz
· 10 years ago
1ee5e1a
veyron2/ipc: 1 of n. 'Invoker and Signature' rationalisation.
by Cosmos Nicolaou
· 10 years ago
95910b6
veyron/...: Consolidate use of environment variables into named constants.
by Asim Shankar
· 10 years ago
220a015
Remove the old security model.
by Asim Shankar
· 10 years ago
59a254c
veyron/runtimes/google/naming/namespace:
by David Why Use Two When One Will Do Presotto
· 10 years ago
e5b4150
veyron/runtimes/google: allow for command line args to override runtime env vars.
by Cosmos Nicolaou
· 10 years ago
612ad38
veyron/lib/modules: make the Start method take an env parameter and delete StartWithEnv.
by Cosmos Nicolaou
· 10 years ago
d21d95a
veyron/lib/modules: add wspr module and a tool to start all services
by Adam Sadovsky
· 10 years ago
d811b07
veyron/lib/flags: add flag groups.
by Cosmos Nicolaou
· 10 years ago
ad2793f
veyron/services/mgmt/node/impl: now uses lib/modules rather testutil/blackbox.
by Cosmos Nicolaou
· 10 years ago
20b6b1b
TBR: veyron/lib/modules/core: remove empty file.
by Cosmos Nicolaou
· 10 years ago
4e213d7
veyron/tools/naming/simulator: add support for running proxies, sundry fixes.
by Cosmos Nicolaou
· 10 years ago
244d344
veyron/lib/modules: make sure the implementation of start uses envelope.
by Cosmos Nicolaou
· 10 years ago
f8d4c2b
rename ipc.ListenX to ipc.Listen.
by Cosmos Nicolaou
· 10 years ago
74cc9b2
veyron/lib/modules: quote env vars using fmt and not the url package.
by Cosmos Nicolaou
· 10 years ago
b7b1f95
veyron/lib/modules: Fix test so that environment variables can contain newlines.
by Matt Rosencrantz
· 10 years ago
2cb05fb
veyron/lib/modules: add support for per-command environment and logging.
by Cosmos Nicolaou
· 10 years ago
2eeae41
TBR: veyron/lib/modules: Fix test
by Robin Thellend
· 10 years ago
e664f3f
veyron/lib/{modules,exec}: tidy up env var handling.
by Cosmos Nicolaou
· 10 years ago
c920db3
veyron/lib/testutil: Avoid parsing flags in init()
by Asim Shankar
· 10 years ago
cc04421
veyron2: Separate out options into a separate package.
by Asim Shankar
· 10 years ago
5ef0784
modules: ending error messages with a new line character to prevent
by Jiri Simsa
· 10 years ago
59496fe
veyron/runtimes/google/rt: use modules instead of blackbox.
by Cosmos Nicolaou
· 10 years ago
f47699b
veyron/lib/modules: use VEYRON_CREDENTIALS, not VEYRON_IDENTITY
by Cosmos Nicolaou
· 10 years ago
1e78ccc
veyron/lib/modules: provide a means to auto-register subprocesses.
by Cosmos Nicolaou
· 10 years ago
fdfbf7b
ipc: Add some type checking statements
by Benjamin Prosnitz
· 10 years ago
cc58172
veyron/lib/signals, veyron2/vlog: use new modules package for testing.
by Cosmos Nicolaou
· 10 years ago
3da1c79
This is the first change to get rid of //.
by David Why Use Two When One Will Do Presotto
· 10 years ago
bbae388
veyron/lib/modules: allow Cleanup/Shutdown to access stderr and stdout.
by Cosmos Nicolaou
· 10 years ago
486d349
veyron/mgmt/lib/exec: move this into veyron/lib/exec and merge veyron/lib/config with it.
by Cosmos Nicolaou
· 10 years ago
d6c3c9c
veyron: start the transition to using ListenX.
by Cosmos Nicolaou
· 10 years ago
19a7cd4
veyron/tools/naming/simulator: tidy up error handling, make sleep interruptible.
by Cosmos Nicolaou
· 11 years ago
0dd7ce0
veyron.io/veyron/veyron/lib/modules: Fix build breakages related to modules and the shell.
by Matt Rosencrantz
· 11 years ago
9c9918d
veyron/tools/naming/simulator: reworked to use new modules and to be more useful.
by Cosmos Nicolaou
· 11 years ago
9afe120
veyron/lib/modules: create a fake ID for use in tests.
by Cosmos Nicolaou
· 11 years ago
281729f
veyron/lib/modules: Extend timeout to make the shell less flaky on jenkins.
by Matt Rosencrantz
· 11 years ago
a452a31
veyron/lib/modules/core: generate VEYRON_IDENTITY file.
by Cosmos Nicolaou
· 11 years ago
9ca249d
veyron/lib/modules/core: expand the set of core modules.
by Cosmos Nicolaou
· 11 years ago
519c507
updating the veyron import paths
by Jiri Simsa
· 11 years ago
66afced
veyron/lib/modules: allow Shutdown to return an error status and avoid races.
by Cosmos Nicolaou
· 11 years ago
8e39ce1
veyron/lib/modules/core: increase the timouts for less flakiness with -race.
by Cosmos Nicolaou
· 11 years ago
65e1eef
veyron/lib/modules/core: increase the timouts for less flakiness with -race.
by Cosmos Nicolaou
· 11 years ago
addf483
veyron/lib/modules/core: fix flaky tests for the core modules.
by Cosmos Nicolaou
· 11 years ago
0f0e877
veyron/lib/modules: fix a test -race problem.
by Cosmos Nicolaou
· 11 years ago
f50128f
Revert "veyron/lib/modules/core: add some initial core modules for naming."
by Ken Ashcraft
· 11 years ago
0412816
veyron/lib/modules/core: add some initial core modules for naming.
by Cosmos Nicolaou
· 11 years ago
6261384
veyron/lib/modules: new API for running common services and components.
by Cosmos Nicolaou
· 11 years ago