Sign in
vanadium
/
release.go.x.ref
/
4da2d8ff0b44a355b5fd9f9c004a39504042e02b
/
test
/
modules
/
shell.go
c4c1628
Merge "x/ref: Restructure services/agent to follow conventions."
by Todd Wang
· 10 years ago
185c0c6
profiles/internal/rpc: more verror conversions and tests.
by Cosmos Nicolaou
· 10 years ago
9fb1034
profiles/internal/rcp/stream: verror conversions.
by Cosmos Nicolaou
· 10 years ago
8850968
x/ref: Restructure services/agent to follow conventions.
by Todd Wang
· 10 years ago
8c4e5cc
x/ref: Update package doc for all packages.
by Todd Wang
· 10 years ago
b351149
x/ref: Restructure security packages
by Todd Wang
· 10 years ago
59b8b69
ref: Begin consolidating environment variables into a single package.
by Asim Shankar
· 10 years ago
d7616c9
ref: adding copyright headers and licensing files
by Jiri Simsa
· 10 years ago
9e90984
test/modules/shell.go: have a single NewShell call with functional expect.Session support.
by Cosmos Nicolaou
· 10 years ago
52e9a22
x.ref/test: improved documentation and testing.
by Cosmos Nicolaou
· 10 years ago
1381f8a
mv x/ref/lib/testutil -> x/ref/test and lib/modules to test/modules
by Cosmos Nicolaou
· 10 years ago
[Renamed (99%) from lib/modules/shell.go]
34fb249
modules, v23tests: Security usability improvement
by Asim Shankar
· 10 years ago
b10e547
Revert "lib/modules: Pass credentials irrespective of "ExecProtocol"."
by Asim Shankar
· 10 years ago
a72e70b
lib/modules: Pass credentials irrespective of "ExecProtocol".
by Asim Shankar
· 10 years ago
42a1736
x.ref/lib/modules: comment and API improvements.
by Cosmos Nicolaou
· 10 years ago
ffceefa
TBR renaming v.io/core/veyron to v.io/x/ref
by Jiri Simsa
· 10 years ago
61d6938
veyron/lib/modules: Add an api for customizing the principal given to a process.
by Ryan Brown
· 10 years ago
6ac9522
TBR renaming party
by Jiri Simsa
· 10 years ago
d61e5a8
v23tests, modules and exec: make stdin redirection work and start work towards fixing https://github.com/veyron/release-issues/issues/1157
by Cosmos Nicolaou
· 10 years ago
50ab988
TBR: "core/veyron/lib/shell": Setting child principal
by Ankur
· 10 years ago
b0a4df7
Merge "veyron/modules/lib/shell, veyron/security/agent/agentd: Update coments."
by Ryan Brown
· 10 years ago
82d00d8
v23tests: port tools/debug to v23tests + v23tests improvements/fixes
by Cosmos Nicolaou
· 10 years ago
10a4ade
veyron/modules/lib/shell, veyron/security/agent/agentd: Update coments.
by Ryan Brown
· 10 years ago
af862a5
veyron2/ipc/stream: Unexpose veyron2/ipc/stream API.
by Suharsh Sivakumar
· 10 years ago
78b8b2a
"core": Get rid of "/..."-BlessingPatterns.
by Ankur
· 10 years ago
e5001d8
veyron/lib/modules: Get blessings name with BlessingsInfo instead of
by Suharsh Sivakumar
· 10 years ago
6613fc4
veyron/services/mgmt/device/impl,veyron/lib/unixfd: more close-on-exec stuff
by Bogdan Caprita
· 10 years ago
9d9489d
veyron/lib/modules: introduce sh.StartExternalCommand
by James Ring
· 10 years ago
bb37c54
veyron/lib/unixfd: always set close on exec on the created sockpair
by Bogdan Caprita
· 10 years ago
99cc06e
veyron2: Panic if the user tries to use the runtime when it is not set.
by Matt Rosencrantz
· 10 years ago
a08a221
veyron/lib/modules: Use the agent for managing credentials in modules.Shell.
by Ryan Brown
· 10 years ago
764efb7
Reorganization of VANADIUM_ROOT relative paths.
by Jiri Simsa
· 10 years ago
c0a2865
Replacing veyron.io with v.io.
by Jiri Simsa
· 10 years ago
cf140c0
veyron.core: Fix tests that leave files in /tmp
by Robin Thellend
· 10 years ago
5a8a125
runtimes/google/ipc: continued tidyup and tests for verror2 and ipc.Client.
by Cosmos Nicolaou
· 10 years ago
344cc4a
lib/modules: change the NewShell factory to take a security.Principal arg.
by Cosmos Nicolaou
· 10 years ago
9f95794
"veyron/lib/modules": Fresh VEYRON_CREDENTIALS for each command
by Ankur
· 10 years ago
490a451
veyron/lib/modules: replace StdoutPipe with a custom in-memory queue-based
by Bogdan Caprita
· 10 years ago
d4f0056
lib/modules: implement a registry to clean up AddFunction,Subprocess etc.
by Cosmos Nicolaou
· 10 years ago
3789339
veyron/lib/modules: encapsulating Shell's config field
by Jiri Simsa
· 10 years ago
f57930f
veyron/lib/modules: adding an option to pass Config to a child process
by Jiri Simsa
· 10 years ago
95910b6
veyron/...: Consolidate use of environment variables into named constants.
by Asim Shankar
· 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
2cb05fb
veyron/lib/modules: add support for per-command environment and logging.
by Cosmos Nicolaou
· 10 years ago
e664f3f
veyron/lib/{modules,exec}: tidy up env var handling.
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
cc58172
veyron/lib/signals, veyron2/vlog: use new modules package for testing.
by Cosmos Nicolaou
· 10 years ago
bbae388
veyron/lib/modules: allow Cleanup/Shutdown to access stderr and stdout.
by Cosmos Nicolaou
· 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
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
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