Sign in
vanadium
/
release.go.x.ref
/
f6c1a73073abc8e306dfa2a161f3e168e444efc9
/
examples
/
rps
0f07c60
TBR: ref: Replace "v23" (the tool name) with "jiri".
by Nicolas Lacasse
· 10 years ago
1b1b938
TBR: ref: Replace V23_ROOT with JIRI_ROOT everywhere.
by Nicolas Lacasse
· 10 years ago
53ac585
ref: Convert uses of the xrpc library to the new v23 server API.
by Matt Rosencrantz
· 10 years ago
d9a7b3c
ref: fixing go vet violations
by Jiri Simsa
· 10 years ago
26f1c4d
ref: changes related to v.io/c/14371
by Jiri Simsa
· 10 years ago
19a50f6
x/ref/services: profile, mounttable, proxy, role to use context-based logging.
by Cosmos Nicolaou
· 10 years ago
bb6295d
ref: Change many uses of v23.NewServer to use xrpc.New*Server instead.
by Matt Rosencrantz
· 10 years ago
e6fbf98
x/ref/examples: use context-based logging and logger.Global()
by Cosmos Nicolaou
· 10 years ago
6c36388
go generate updates following v.io/c/12224
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
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
071d1c8
ref: Make vdl tool generate valid struct tags so that go vet is happy.
by Suharsh Sivakumar
· 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
dc4cd89
Merge "examples/rps/internal: Fix username"
by Robin Thellend
· 10 years ago
ba9593f
mounttablelib: Persist permissions to the underlying file system.
by David Why Use Two When One Will Do Presotto
· 10 years ago
758a493
examples/rps/internal: Fix username
by Robin Thellend
· 10 years ago
a4d4a69
TBR global: s/acl/perms/g and related cleanups/fixes
by Adam Sadovsky
· 10 years ago
ad49204
ref: Change context mutators from SetFoo to WithFoo.
by Todd Wang
· 10 years ago
4264e4b
TBR ref: Move security.Call out of context.T.
by Todd Wang
· 10 years ago
54feabe
ref: Move context.T out of rpc.ServerCall.
by Todd Wang
· 10 years ago
fd82dcc
services/mounttable/mounttablelib: Add node counter
by Robin Thellend
· 10 years ago
4a8b3d7
examples/rps: Add flag to set ACLs
by Robin Thellend
· 10 years ago
df2672a
ref: Change vdl generation to use Client.Call and regenerate files.
by Suharsh Sivakumar
· 10 years ago
5771aec
Merge "various: make Glob return GlobReply"
by James Ring
· 10 years ago
8c4e5cc
x/ref: Update package doc for all packages.
by Todd Wang
· 10 years ago
c971dca
various: make Glob return GlobReply
by James Ring
· 10 years ago
affd04d
x/ref: Add internal packages for rps and tunnel.
by Todd Wang
· 10 years ago
b351149
x/ref: Restructure security packages
by Todd Wang
· 10 years ago
5987a94
x/ref: Move services/mounttable/lib to mounttablelib
by Todd Wang
· 10 years ago
f32d24d
flags: Replace "veyron" with "v23". (And _s with -s)
by Asim Shankar
· 10 years ago
69fa69f
vdl: Remove rpc.BindOpt from generated code.
by Asim Shankar
· 10 years ago
9f5b6d7
Merge "examples/rps/rpsbot: Hold the RPC return until all data is written"
by Robin Thellend
· 10 years ago
387d8a4
TBR x/ref: Rename services/security/access to security/access
by Todd Wang
· 10 years ago
634dca9
examples/rps/rpsbot: Hold the RPC return until all data is written
by Robin Thellend
· 10 years ago
756772c
ref: adding copyright to the vdl files
by Jiri Simsa
· 10 years ago
d7616c9
ref: adding copyright headers and licensing files
by Jiri Simsa
· 10 years ago
67b8a26
vdl: adding the copyright header into the generated source code
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
263c73b
ipc,naming,security: Use blessing names in endpoint for server authorization.
by Asim Shankar
· 10 years ago
2d02463
ref: Remove most references to the modules/core package.
by Matt Rosencrantz
· 10 years ago
9e75e7f
"x/ref": Use security.[Local/Remote]BlessingNames
by Ankur
· 10 years ago
94502cf
ref: Rename package ipc to rpc.
by Matt Rosencrantz
· 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
391045d
Merge "rps: Replace {Start,End}TimeNS with time.Time."
by Todd Wang
· 10 years ago
a4ac50a
ref: vdl tool generates 'generated by the vanadium tool' instead of 'veyron'.
by Suharsh Sivakumar
· 10 years ago
07f1346
rps: Replace {Start,End}TimeNS with time.Time.
by Todd Wang
· 10 years ago
1381f8a
mv x/ref/lib/testutil -> x/ref/test and lib/modules to test/modules
by Cosmos Nicolaou
· 10 years ago
d864681
"x/ref": ForCall -> BlessingNames
by Ankur
· 10 years ago
2be28dc
TBR x/ref: Rename ID->Id in VDL file
by Benjamin Prosnitz
· 10 years ago
42a1736
x.ref/lib/modules: comment and API improvements.
by Cosmos Nicolaou
· 10 years ago
320af42
examples: rename veyron to v23 or vanadium
by Robin Thellend
· 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
f67a63c
For https://vanadium-review.googlesource.com/#/c/6722/ MultiPart: 2/2
by Cosmos Nicolaou
· 10 years ago
31f4985
ref: Make vdl generation use Call instead of Context.
by Suharsh Sivakumar
· 10 years ago
9dce9b2
ref: Update many variable names for *Calls to call.
by Matt Rosencrantz
· 10 years ago
be2869a
ref: Include tests in dependency checks.
by Matt Rosencrantz
· 10 years ago
ffceefa
TBR renaming v.io/core/veyron to v.io/x/ref
by Jiri Simsa
· 10 years ago
72a1561
ref: Rename things called *Context to *Call.
by Matt Rosencrantz
· 10 years ago
3b91302
Moving tunneld and rps into the examples directory.
by Jiri Simsa
· 10 years ago