Sign in
vanadium
/
release.go.x.ref
/
aeffbf33603a6f58f20a532f4a2c8df0a2371ed4
/
services
/
wspr
/
internal
3c1ffd6
xref: update vdl-generated code to match simplified zero field logic
by Benjamin Prosnitz
· 9 years ago
9b9c040
xref: remove wspr so we don't have to maintain it
by Benjamin Prosnitz
· 9 years ago
d0d7cbc
TBR xref: Add FromZero to generated Targets
by Benjamin Prosnitz
· 9 years ago
fb10624
xref: remove complex
by Benjamin Prosnitz
· 9 years ago
1b37b78
xref: Generate union targets
by Benjamin Prosnitz
· 9 years ago
67d0e3e
ref: Fix native type consts, and gen 0 values for all types.
by Todd Wang
· 9 years ago
4426993
ref: Change vdl go codegen to emit __VDLInit funcs.
by Todd Wang
· 9 years ago
78fad0e
xref: fix generator bug where wireValue field not reset
by Benjamin Prosnitz
· 9 years ago
56f2478
Merge "xref: Allocate all Target dependencies at once"
by Benjamin Prosnitz
· 9 years ago
811e6e3
ref: Remove server.Stop.
by Suharsh Sivakumar
· 9 years ago
c357de8
xref: Allocate all Target dependencies at once
by Benjamin Prosnitz
· 9 years ago
adb6cdb
ref: Change vdl go generator to emit a single file.
by Todd Wang
· 9 years ago
ffd9407
xref: generate targets for native types
by Benjamin Prosnitz
· 9 years ago
e913854
xref: Generated vom decoder
by Benjamin Prosnitz
· 9 years ago
da54882
xref/vdl: Generate go imports using two-pass technique
by Benjamin Prosnitz
· 9 years ago
cbe8451
ref: Remove generated IsZero logic.
by Todd Wang
· 9 years ago
61bd67c
ref: Introduce valid channel to publisher and reimplement publisher
by Suharsh Sivakumar
· 9 years ago
2fa4e4e
xref: generated vom encoder
by Benjamin Prosnitz
· 9 years ago
7c5e824
namespace: Resolve goes all the way while ShallowResolve is the old behavior.
by David Why Use Two When One Will Do Presotto
· 9 years ago
81d6541
Revert "namespace: Make Resolve go all the way down piggybacked mounts."
by David Presotto
· 9 years ago
98c8e90
namespace: Make Resolve go all the way down piggybacked mounts.
by David Why Use Two When One Will Do Presotto
· 9 years ago
42e99ea
ref: Introduce client.PinConnection.
by Suharsh Sivakumar
· 9 years ago
e13ef1f
xref: generate vom.RawBytes by default for any
by Benjamin Prosnitz
· 9 years ago
fa765b8
ref: security: Add API for notification of changes to the default blessings.
by Asim Shankar
· 9 years ago
cba3b76
ref: Introduce options.ConnectionTimeout and remove options.RetryTimeout.
by Suharsh Sivakumar
· 9 years ago
525cdb8
ref: Introduce client.Connection and refactor xclient.go.
by Suharsh Sivakumar
· 9 years ago
abe594e
rpc: Expose security.Call in rpc.ClientCall
by Asim Shankar
· 9 years ago
63a25bc
ref: update various tests to use v23test
by Adam Sadovsky
· 9 years ago
fbe08ae
Cleanup blessing store and roots when the extension is upgraded.
by Nicolas Lacasse
· 9 years ago
bca74b9
browspr_test: Test should actually test proxied connections.
by Suharsh Sivakumar
· 9 years ago
2c969e9
ref: First pass at removing old rpc stuff.
by Suharsh Sivakumar
· 9 years ago
8858ada
Counterpart to https://vanadium-review.googlesource.com/17703
by Asim Shankar
· 9 years ago
9f3524a
ref: Remove variable name conflicts from VDL generated Go code
by Todd Wang
· 9 years ago
05d9abf
service/xproxyd: Add authorization to xproxy.
by Suharsh Sivakumar
· 9 years ago
8081db2
services/xproxy: Add publishing to proxy and first iteration of xproxyd binary.
by Suharsh Sivakumar
· 9 years ago
623bed0
test: swap V23InitSimple and V23Init
by Adam Sadovsky
· 9 years ago
7953ddf
test/init: Remove test.Init, which is a no-op
by Asim Shankar
· 9 years ago
64687fe
test: There was no need to no create a principal.
by Asim Shankar
· 9 years ago
f5c7ef2
"x/ref": Update w.r.t. CL 16799
by Ankur
· 9 years ago
79a1745
Changes to x/ref/cmd to support new vom format
by Benjamin Prosnitz
· 9 years ago
17d0c82
Counterpart of https://vanadium-review.googlesource.com/16644
by Asim Shankar
· 9 years ago
498708b
ref/services/wspr: Make the wspr tests pass with the new RPC system.
by Matt Rosencrantz
· 9 years ago
24740ae
"x/ref": An implementation of BlessingsBasedCrypter/Decrypter
by Ankur
· 9 years ago
52f351c
rpc: Counterpart to https://vanadium-review.googlesource.com/16427
by Asim Shankar
· 9 years ago
80752cc
ref: Change the shutdown mechanism for the new runtime.
by Matt Rosencrantz
· 9 years ago
0f07c60
TBR: ref: Replace "v23" (the tool name) with "jiri".
by Nicolas Lacasse
· 10 years ago
ddccf36
x/ref/services/wspr: Switching WSPR to the new Server API
by Ali Ghassemi
· 10 years ago
3cc026f
wspr: Fix tests that sometimes deadlocks.
by Suharsh Sivakumar
· 10 years ago
53ac585
ref: Convert uses of the xrpc library to the new v23 server API.
by Matt Rosencrantz
· 10 years ago
98d6d7c
v23: Promote the XWithNew*Server APIs out of experimental.
by Matt Rosencrantz
· 10 years ago
6d1aad8
services/wspr: Address a couple of stale todos.
by Suharsh Sivakumar
· 10 years ago
7bffae0
v23/rpc: Switch ServerCall.Server to return an XServer.
by Matt Rosencrantz
· 10 years ago
809fd53
Merge "services: Use AllGlobber instead of AllGlobberX Change-Id: I09736ec0aae53370a4d90798f03c46de1deec475"
by Robin Thellend
· 10 years ago
b8065a6
Fix wspr test. It was using "fmt.Errorf" instead of "t.Errorf", so we
by Nicolas Lacasse
· 10 years ago
5903108
services: Use AllGlobber instead of AllGlobberX
by Robin Thellend
· 10 years ago
3ad0d70
Merge "(runtime|services): Implement new AllGlobberX and ChildrenGlobberX"
by Robin Thellend
· 10 years ago
f15f295
(runtime|services): Implement new AllGlobberX and ChildrenGlobberX
by Robin Thellend
· 10 years ago
b55c3c4
Don't fetch signatures in WSPR before each RPC.
by Nicolas Lacasse
· 10 years ago
64d573d
x/ref: make use of ctx arg to Lookup.
by Cosmos Nicolaou
· 10 years ago
3a16782
Merge "x/ref: clean up use of test.InitWithParams as per v.io/i/599"
by Cosmos Nicolaou
· 10 years ago
a4d7fbf
Merge "Needed for v.io/c/13354"
by Cosmos Nicolaou
· 10 years ago
27dc65b
x/ref: clean up use of test.InitWithParams as per v.io/i/599
by Cosmos Nicolaou
· 10 years ago
5a3125a
Needed for v.io/c/13354
by Cosmos Nicolaou
· 10 years ago
e9c622d
x.ref/runtime: convert to context-based logging.
by Cosmos Nicolaou
· 10 years ago
fdf980b
ref/services/wspr: Fix flaky test.
by Suharsh Sivakumar
· 10 years ago
83aa855
wspr: Persist webapp principals and blessing stores.
by Nicolas Lacasse
· 10 years ago
1c33b7d
x/ref/services: convert yet more services to context based logging.
by Cosmos Nicolaou
· 10 years ago
d922992
x/ref/services: convert more services to context based logging.
by Cosmos Nicolaou
· 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
165e890
ref: Add test.V23InitWithNamespace
by Matt Rosencrantz
· 10 years ago
a2f6728
Merge "wspr: Fix arguments to BlessSelf"
by Benjamin Prosnitz
· 10 years ago
d011350
Remove UnionOfBlessings from WSPR
by Benjamin Prosnitz
· 10 years ago
70b7664
wspr: Fix arguments to BlessSelf
by Benjamin Prosnitz
· 10 years ago
ae30020
wspr: Full Blessings objects in JS
by Benjamin Prosnitz
· 10 years ago
0062e27
wspr: Share the type stream for server messages.
by Shyam Jayaraman
· 10 years ago
dc07fc5
wspr: Don't send the stream close message to JS servers if they already
by Shyam Jayaraman
· 10 years ago
3facd24
wspr: Have the stream messages use the shared type stream
by Shyam Jayaraman
· 10 years ago
251f9d3
wspr: Use a type flow to pass type messages between wspr and js.
by Shyam Jayaraman
· 10 years ago
c65917c
wspr: Use cache for blessings between Go and Js
by Benjamin Prosnitz
· 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
ec7a608
Make "go vet" happy.
by Nicolas Lacasse
· 10 years ago
fb931a2
Remove an extra JSON-encode in browsers, and turn many other instances
by Nicolas Lacasse
· 10 years ago
40e52e9
ref: Change type Profiles to RuntimeFactory.
by Suharsh Sivakumar
· 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
a036a0f
Fix a bunch of trivial problems pointed out by "go vet".
by Asim Shankar
· 10 years ago
ffc646e
profiles/internal: add logcop calls.
by Cosmos Nicolaou
· 10 years ago
5753f39
wspr: Revert 74e84b456ac998e5487646e8b2a565194146f1c5 with a fix for a
by Shyam Jayaraman
· 10 years ago
98d5aff
TBR wsprd: Rollback change 8269f607032d75e6c5981c9b78dd7d337dbf5652
by Shyam Jayaraman
· 10 years ago
7ba7086
Merge "wspr: Share an encoder and decoder for all js clients."
by Shyam Jayaraman
· 10 years ago
e1209d4
wspr: Support for all methods on the blessing store
by Benjamin Prosnitz
· 10 years ago
8269f60
wspr: Share an encoder and decoder for all js clients.
by Shyam Jayaraman
· 10 years ago
9ff5ac7
wspr: UnionOfBlessings() in js
by Benjamin Prosnitz
· 10 years ago
bac3403
v.io/x/ref: Adding support for RpcServerOptions such as IsLeaf and
by Ali Ghassemi
· 10 years ago
038ba80
Merge "Switch "useGranter" to "granter""
by Nicolas Lacasse
· 10 years ago
f0ec405
Switch "useGranter" to "granter"
by Nicolas Lacasse
· 10 years ago
5d1fe97
vom: move magicbyte handling into encode/decode.
by Jungho Ahn
· 10 years ago
8e301b5
wsprd: Pass the user language between wspr and JS
by Shyam Jayaraman
· 10 years ago
Next »