Sign in
vanadium
/
release.go.x.ref
/
c51e014620b913877733660709b3987fe286a626
/
runtime
/
internal
/
rt
/
rt_test.go
e9c622d
x.ref/runtime: convert to context-based logging.
by Cosmos Nicolaou
· 10 years ago
616c8e8
TBR: x/ref: update for v.io/c/12564
by Cosmos Nicolaou
· 10 years ago
0e4e392
ref/lib/logger: provide an implementation of v23/logger.
by Cosmos Nicolaou
· 10 years ago
60052d8
ref: Rename test.InitForTest to test.V23Init
by Todd Wang
· 10 years ago
9587390
ref: Change test/modules registration mechanism.
by Todd Wang
· 10 years ago
8123b5e
ref: Move v.io/x/ref/envvar files into v.io/x/ref
by Todd Wang
· 10 years ago
dcc11d7
ref: Change "profiles" directory to "runtime"
by Suharsh Sivakumar
· 10 years ago
[Renamed from profiles/internal/rt/rt_test.go]
4264e4b
TBR ref: Move security.Call out of context.T.
by Todd Wang
· 10 years ago
b351149
x/ref: Restructure security packages
by Todd Wang
· 10 years ago
f32d24d
flags: Replace "veyron" with "v23". (And _s with -s)
by Asim Shankar
· 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
5dc58e3
Merge "ref: Change more uses of "veyron"."
by Suharsh Sivakumar
· 10 years ago
9e75e7f
"x/ref": Use security.[Local/Remote]BlessingNames
by Ankur
· 10 years ago
8646ba6
ref: Change more uses of "veyron".
by Suharsh Sivakumar
· 10 years ago
58dbbab
Merge "ref: Change the API of Authorize and BlessingNames to take a *context.T instead of a security.Call."
by Matt Rosencrantz
· 10 years ago
9e90984
test/modules/shell.go: have a single NewShell call with functional expect.Session support.
by Cosmos Nicolaou
· 10 years ago
250558f
ref: Change the API of Authorize and BlessingNames to take
by Matt Rosencrantz
· 10 years ago
1381f8a
mv x/ref/lib/testutil -> x/ref/test and lib/modules to test/modules
by Cosmos Nicolaou
· 10 years ago
a18a1eb
x/ref/lib/testutil tidy up: step 1
by Cosmos Nicolaou
· 10 years ago
d864681
"x/ref": ForCall -> BlessingNames
by Ankur
· 10 years ago
86ba1a1
ref: devtools: Move many libraries from v.io/x/ref/lib to v.io/x/ref/profiles/internal.
by Matt Rosencrantz
· 10 years ago
dbc1be2
ref: Move v.io/x/ref/runtimes/googe to v.io/x/ref/profiles/internal
by Matt Rosencrantz
· 10 years ago
[Renamed from runtimes/google/rt/rt_test.go]
ffceefa
TBR renaming v.io/core/veyron to v.io/x/ref
by Jiri Simsa
· 10 years ago
5c7ed21
core: Rename things called *Context to *Call.
by Matt Rosencrantz
· 10 years ago
337af23
core: moving vlog from release.go.v23 to release.go.x.lib
by Jiri Simsa
· 10 years ago
2bf7b1e
security: Make Blessings a struct instead of an interface.
by Asim Shankar
· 10 years ago
6ac9522
TBR renaming party
by Jiri Simsa
· 10 years ago
d19c95d
core: Remove testutil.Init in init and use v23 test generate
by Suharsh Sivakumar
· 10 years ago
41093a9
veyron2/security: Return details on why blessings fail validation.
by Ryan Brown
· 10 years ago
9d17e4a
veyron/lib/modules: Make modules parse flags using the veyron2.Init
by Suharsh Sivakumar
· 10 years ago
a4b7c4a
"veyron/runtimes/google/rt": Make VeyronCredentials take precendence
by Ankur
· 10 years ago
f416ac5
"core": Make go-tests pass under agent
by Ankur
· 10 years ago
97d67a9
veyron2: Remove the Get/Set logger routines.
by Matt Rosencrantz
· 10 years ago
fb9255a
"core": Makes Tests pass under agent
by Ankur
· 10 years ago
a08a221
veyron/lib/modules: Use the agent for managing credentials in modules.Shell.
by Ryan Brown
· 10 years ago
4d36f81
veyron/runtimes/google/rt: Remove duplicate tests and make rt_test
by Suharsh Sivakumar
· 10 years ago
628a8ee
veyron2: veyron2.Init function for new API.
by Suharsh Sivakumar
· 10 years ago
f1c3b44
core: Remove the Principal method of the Runtime interface.
by Matt Rosencrantz
· 10 years ago
97eb540
core: Remove Logger related methods from the Runtime and use the RuntimeX variants.
by Matt Rosencrantz
· 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
0610a23
veyron: Remove all remaining uses of rt.R()/rt.Init() in the core repository.
by Matt Rosencrantz
· 10 years ago
d83b90b
veyron2/vlog: get rid of -vv flag, use --vmodule=*=2 instead.
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
756fa96
runtimes/google/rt: fix overly short timeout in a test.
by Cosmos Nicolaou
· 10 years ago
9f95794
"veyron/lib/modules": Fresh VEYRON_CREDENTIALS for each command
by Ankur
· 10 years ago
d02ac22
veyron/runtimes/google/rt: Potential fix for flaky data race test.
by Suharsh Sivakumar
· 10 years ago
d4f0056
lib/modules: implement a registry to clean up AddFunction,Subprocess etc.
by Cosmos Nicolaou
· 10 years ago
2519cc1
veyron2/security: Address a few TODOs
by Asim Shankar
· 10 years ago
0cad083
veyron2/security: Make the timestamp and method tags available in
by Asim Shankar
· 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
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
f889c73
veyron2: break dependency between veyron2/rt and the runtime implementation.
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
0e4aead
"veyron2": RuntimePrincipal option
by Ankur
· 10 years ago
59496fe
veyron/runtimes/google/rt: use modules instead of blackbox.
by Cosmos Nicolaou
· 10 years ago
ae8d4c5
veyron/security: Provide a common implementation of the BlessingStore
by Asim Shankar
· 10 years ago
48bf0e6
veyron2/security: Provide a way to "unmark" blessings in the BlessingStore.
by Asim Shankar
· 10 years ago
7c89059
"veyron2": Principal in Runtime
by Ankur
· 10 years ago
519c507
updating the veyron import paths
by Jiri Simsa
· 11 years ago
854860d
veyron/lib/testutil/blackbox: Sanitize sub-process environment.
by Robert Kroeger
· 11 years ago
5293dcb
TBR
by Jiri Simsa
· 11 years ago