Sign in
vanadium
/
release.go.x.ref
/
165e890d7e6a4513f807ee4bb1360c209e2c7626
/
test
165e890
ref: Add test.V23InitWithNamespace
by Matt Rosencrantz
· 10 years ago
0e4e392
ref/lib/logger: provide an implementation of v23/logger.
by Cosmos Nicolaou
· 10 years ago
efa946c
ref/test/v23tests: provide a Shutdown method to hide the embedded one.
by Cosmos Nicolaou
· 10 years ago
47d293d
ref/test/testutil: test for use of an unitialized global random number generator.
by Cosmos Nicolaou
· 10 years ago
c818b80
ref/test/testutil: make use of the rand generator explicit.
by Cosmos Nicolaou
· 10 years ago
6c36388
go generate updates following v.io/c/12224
by Cosmos Nicolaou
· 10 years ago
73a6f24
Merge "runtime/internal/lib/publisher: make this asynchronous for real and fix up all unit tests."
by Cosmos Nicolaou
· 10 years ago
33cf898
runtime/internal/lib/publisher: make this asynchronous for real and fix up all unit tests.
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
5507c83
ref: First cleanup of test/modules, removing RegisterFunction.
by Todd Wang
· 10 years ago
3bb46f5
ref: Replace x/devtools/internal/envutil with x/lib/envvar
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
7a6a4c2
ref: Convert all programs in ref to use package cmdline.
by Todd Wang
· 10 years ago
dcc11d7
ref: Change "profiles" directory to "runtime"
by Suharsh Sivakumar
· 10 years ago
d1fa6a8
Merge "examples/hello: Move hello to the test directory."
by Matt Rosencrantz
· 10 years ago
a036a0f
Fix a bunch of trivial problems pointed out by "go vet".
by Asim Shankar
· 10 years ago
1123a08
test/v23tests: added an option to set prefix arguments
by Robert Kroeger
· 10 years ago
dbcd7b7
examples/hello: Move hello to the test directory.
by Matt Rosencrantz
· 10 years ago
8df1ac3
ref: Add a method for skipping known bad regressions until new binaries
by Matt Rosencrantz
· 10 years ago
fdd6ec7
all: remove .api files from ref/
by James Ring
· 10 years ago
5068466
TBR all: fix unknown-type in .api files
by James Ring
· 10 years ago
3650fd4
all: add .api files necessary for public API presubmit check
by James Ring
· 10 years ago
02714b7
services/device/mgmt_v23_test et al.: support for multiuser tests
by Robert Kroeger
· 10 years ago
555097f
ref: Add OverrideCaveatSetsValidator for use by wspr and jni.
by Todd Wang
· 10 years ago
7f950a8
ref: Update the agent environment variable to be an endpoint instead of a file descriptor.
by Ryan Brown
· 10 years ago
ad49204
ref: Change context mutators from SetFoo to WithFoo.
by Todd Wang
· 10 years ago
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
47d55d9
ref/v23tests: improve concurrent access to V23_BIN_DIR
by Cosmos Nicolaou
· 10 years ago
b351149
x/ref: Restructure security packages
by Todd Wang
· 10 years ago
644ec62
x/ref: Flatten lib/exec/consts into lib/exec
by Todd Wang
· 10 years ago
712eeef
x/ref: Move v.io/v23/mgmt to v.io/x/ref/lib/mgmt
by Todd Wang
· 10 years ago
7d48501
test: More VEYRON -> V23 renaming for enviroment variables.
by Asim Shankar
· 10 years ago
f32d24d
flags: Replace "veyron" with "v23". (And _s with -s)
by Asim Shankar
· 10 years ago
6085ccb
Merge "ref: Begin consolidating environment variables into a single package."
by Asim Shankar
· 10 years ago
59b8b69
ref: Begin consolidating environment variables into a single package.
by Asim Shankar
· 10 years ago
ccca2f4
v.io/x/ref/lib/exec: Use verror instead of errors.New() and fmt.Errorf()
by Mike Burrows
· 10 years ago
b2599e2
v23tests was failing to set a testing.TB option for modules.StartWithOpts
by Cosmos Nicolaou
· 10 years ago
d7616c9
ref: adding copyright headers and licensing files
by Jiri Simsa
· 10 years ago
036c30c
ref/lib/flags, ref/test: make it possible to set new default values.
by Cosmos Nicolaou
· 10 years ago
4a69828
testutil: Merge x/ref/test/security with x/ref/test/testutil
by Asim Shankar
· 10 years ago
2d02463
ref: Remove most references to the modules/core package.
by Matt Rosencrantz
· 10 years ago
c004811
services/identity: Reorganize identityd to only expose the binaries
by Suharsh Sivakumar
· 10 years ago
8646ba6
ref: Change more uses of "veyron".
by Suharsh Sivakumar
· 10 years ago
94502cf
ref: Rename package ipc to rpc.
by Matt Rosencrantz
· 10 years ago
e8793fa
Merge "x/ref: Merge naming.{VDL,}{MountEntry,MountedServer,Glob}."
by Todd Wang
· 10 years ago
2331dd0
x/ref: Merge naming.{VDL,}{MountEntry,MountedServer,Glob}.
by Todd Wang
· 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
d1cc6e0
ref: Changes most simple uses of veyron to vanadium.
by Suharsh Sivakumar
· 10 years ago
3513e81
Merge "mv wspr module command into servicerunner since it's only used here."
by Cosmos Nicolaou
· 10 years ago
6cc759d
mgmt,identity: Use a security setup more representative of what will
by Asim Shankar
· 10 years ago
c80820b
mv wspr module command into servicerunner since it's only used here.
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