Sign in
vanadium
/
release.go.x.ref
/
c90eb7b50e2e2a8c68d7a643ea4b882e4dc1407b
c90eb7b
wspr: Move WSPR and Browspr toward the new runtime API.
by Matt Rosencrantz
· 10 years ago
38773f3
veyron/services/wsprd/app,veyron/services/wsprd/browspr: remove ipc.LeafDispatcher
by Bogdan Caprita
· 10 years ago
57354d5
Merge "wspr: Change Signature test to take __Reserved into account."
by Todd Wang
· 10 years ago
6390f81
Merge "wspr: Change runtime.NewEndpoint to veyron2.NewEndpoint."
by Suharsh Sivakumar
· 10 years ago
72ef57b
wspr: Change Signature test to take __Reserved into account.
by Todd Wang
· 10 years ago
24890db
wspr: Change runtime.NewEndpoint to veyron2.NewEndpoint.
by Suharsh Sivakumar
· 10 years ago
33ff74d
wspr: Change runtime.AppCycle to veyron2.GetAppCycle(ctx).
by Suharsh Sivakumar
· 10 years ago
a42622c
wspr: Pass all the information in the security context as part of
by Shyam Jayaraman
· 10 years ago
b6f4b92
wspr: Remove the redundant With* methods on context.
by Matt Rosencrantz
· 10 years ago
d2ecc8e
veyron.go.wspr: Make context.T a concrete type.
by Matt Rosencrantz
· 10 years ago
22b87ac
Reorganization of VANADIUM_ROOT relative paths.
by Jiri Simsa
· 10 years ago
1127716
Replacing veyron.io with v.io.
by Jiri Simsa
· 10 years ago
c5d902d
veyron.io/wspr: switch principal from vom to vom2.
by Shyam Jayaraman
· 10 years ago
cfa4f1b
veyron.io/wspr: Properly setting the IsMounttable flag.
by Ali Ghassemi
· 10 years ago
f74ec6a
Browspr Authentication support.
by Nicolas LaCasse
· 10 years ago
f7dd4af
wspr: Remove more uses of ServerContext as context.
by Matt Rosencrantz
· 10 years ago
cc4ea35
Merge "core.wspr: Stop treating ServerContext as a context.T."
by Matt Rosencrantz
· 10 years ago
86d5228
Remove VOM from WSPR
by Benjamin Prosnitz
· 10 years ago
94ab412
core.wspr: Stop treating ServerContext as a context.T.
by Matt Rosencrantz
· 10 years ago
cb04a6b
veyron.io/wspr/veyron/services/wsprd: Convert to verror2.
by Mike Burrows
· 10 years ago
b5f66fa
wspr: Regenerate VDL due to go/vcl/8494
by Todd Wang
· 10 years ago
d48178c
wspr,browspr: update for CL 7983
by Cosmos Nicolaou
· 10 years ago
8bcf630
browspr: fix needed for CL 4708.
by Cosmos Nicolaou
· 10 years ago
a2ac3b3
WSPR VOM2 + Signature
by Benjamin Prosnitz
· 10 years ago
14ab906
HandleIncomingMessage should use the context from the controller's
by Nicolas LaCasse
· 10 years ago
8fc80b4
TBR: browspr/main/main_nacl: Add missing imports.
by Nicolas LaCasse
· 10 years ago
7a47701
"veyron/services/wsprd": Remove duplicate rt.New()
by Ankur
· 10 years ago
b9a3202
wspr: Fix browspr test to pass in a valid context.
by Todd Wang
· 10 years ago
774f790
wspr: Regenerate VDL after go/vcl/7915
by Todd Wang
· 10 years ago
2ffef74
wspr: Remove reliance on rt.R()/rt.Init().
by Matt Rosencrantz
· 10 years ago
e91c47a
TBR: browspr - No more registerStream necessary.
by Nicolas LaCasse
· 10 years ago
3c990a5
wspr: Update to stdvdl, http://go/vcl/7661
by Todd Wang
· 10 years ago
919c95a
Merge "wspr: Rename VGlob to Globber"
by Robin Thellend
· 10 years ago
6b66090
veyron.io/services/wsprd/naming: send glob results that have error
by Ali Ghassemi
· 10 years ago
93acd74
TBR: Remove Sleep and TODO now that
by Nicolas LaCasse
· 10 years ago
9b7cbfc
wspr: Rename VGlob to Globber
by Robin Thellend
· 10 years ago
549689a
wspr: Add runtime arg to ShutdownOnSignals.
by Matt Rosencrantz
· 10 years ago
06c4dbc
wspr: Re-generate VDL, main CL go/vcl/7433
by Todd Wang
· 10 years ago
02cc706
Fix JS integration tests Pt. 2.
by Nicolas LaCasse
· 10 years ago
b7755f4
veyron.io/services/wsprd: Removing items that have errors from glob results.
by Ali Ghassemi
· 10 years ago
ddcc0f1
Merge "wsprd: Pass method tags from JS to WSPR. The go changes are pretty much what we'd expect. The signature passed from JS to go has tags for the methods. vom2 signature have method tags, so this should be fine going forward. This resulted in more vom2 encoding from Go to JS and one spot where we vom encoded data from JS to go."
by Shyam Jayaraman
· 10 years ago
aca0e6f
Merge "More browspr fixes: * Move the EndpointToWs function into its own file. * namespace.SetRoots method must use EndpointToWs. * Add a sleep with a TODO to prevent a race condition. * Bump the wspr retry time to 2 seconds."
by Nicolas LaCasse
· 10 years ago
907219d
wsprd: Pass method tags from JS to WSPR.
by Shyam Jayaraman
· 10 years ago
3e45528
Merge "TBR: veyron/services/wsprd/ipc/server: Update with https://veyron-review.googlesource.com/#/c/7090/"
by Asim Shankar
· 10 years ago
0788f8e
TBR: veyron/services/wsprd/ipc/server: Update with
by Asim Shankar
· 10 years ago
238aeb3
More browspr fixes:
by Nicolas LaCasse
· 10 years ago
4f409ce
Browspr fixes:
by Nicolas LaCasse
· 10 years ago
a15c3a7
Merge "browspr: Yet another v2 to v3 endpoint test change this time in the wspr repo."
by David Why Use Two When One Will Do Presotto
· 10 years ago
b647d91
Merge "wsprd: Try to clean up app_test so it is less brittle."
by Shyam Jayaraman
· 10 years ago
bb6afc0
wsprd/channel: Update to the new OneOf API; see go/vcl/7193
by Todd Wang
· 10 years ago
215b207
browspr: Yet another v2 to v3 endpoint test change this time in the wspr repo.
by David Why Use Two When One Will Do Presotto
· 10 years ago
e56df9a
wsprd: Try to clean up app_test so it is less brittle.
by Shyam Jayaraman
· 10 years ago
214de36
veyron.io/services/wsprd: Adding a separate setRoots method instead
by Ali Ghassemi
· 10 years ago
27b57c7
server.Server call does not return an endpoint if we are only listening
by Nicolas LaCasse
· 10 years ago
f2dcb8f
Merge "veyron/services/wsprd: Remove 'method' from Lookup"
by Robin Thellend
· 10 years ago
2a42ebe
Check in patches that weren't uploaded to gerrit.
by Shyam Jayaraman
· 10 years ago
ae27947
Fix the build. We shouldn't be importing profiles in libraries.
by Shyam Jayaraman
· 10 years ago
912ec75
Merge "Create a new profile for every runtime so that we don't random crashes on cleanup."
by Nicolas Lacasse
· 10 years ago
f4f48d3
Integrate Browspr into the Veyron Extension.
by Nicolas LaCasse
· 10 years ago
687ce10
veyron/services/wsprd: Remove 'method' from Lookup
by Robin Thellend
· 10 years ago
7c46a21
Create a new profile for every runtime so that we don't random crashes
by Shyam Jayaraman
· 10 years ago
e0e1a35
Fix the browsper tests so it handles the fact that a server listens on
by Shyam Jayaraman
· 10 years ago
8ef730f
Merge "wspr: Update VDL for new Signature support, http://go/vcl/6921"
by Todd Wang
· 10 years ago
8ba1fb8
Merge ""veyron/services/wsprd/principal": Update w.r.t #6820"
by Ankur
· 10 years ago
531a5e3
wspr: Update VDL for new Signature support, http://go/vcl/6921
by Todd Wang
· 10 years ago
f847062
veyron.io/wspr/veyron/services/wsprd/browspr: TBR: Fix vom2 decoding error.
by Suharsh Sivakumar
· 10 years ago
8f0634c
Fix broken tests.
by Shyam Jayaraman
· 10 years ago
a3f2d6f
Merge "wsprd: Vom encode the args/results of ipc messages to JS."
by Shyam Jayaraman
· 10 years ago
bad2288
veyron.io/wspr/services/wsprd: Add ability to add caveats to blessings from
by Suharsh Sivakumar
· 10 years ago
9fe8600
veyron.io/wspr/...
by gauthamt
· 10 years ago
804170f
veyron/wspr/services/wsprd/browspr/main/main_nacl.go: TBR Fix the build.
by Suharsh Sivakumar
· 10 years ago
c96e1aa
wsprd: Vom encode the args/results of ipc messages to JS.
by Shyam Jayaraman
· 10 years ago
f566116
"veyron/services/wsprd/principal": Update w.r.t #6820
by Ankur
· 10 years ago
09655cb
TBR Fix extension build - go side
by Benjamin Prosnitz
· 10 years ago
f1e4065
Merge "TBR Browspr - WSPR for the browser"
by Benjamin Prosnitz
· 10 years ago
10fab58
TBR Browspr - WSPR for the browser
by Benjamin Prosnitz
· 10 years ago
6fdb567
wspr: Mounttable types has moved to naming: go/vcl/6713
by Todd Wang
· 10 years ago
8590e39
veyron.io/wsprd/...
by gauthamt
· 10 years ago
f82aeec
"veyron/services/wsprd/wspr": Expect security.WireBlessings from blessing server
by Ankur
· 10 years ago
1008bbe
veyron.io/wspr: Adding support for addName and removeName requests
by Ali Ghassemi
· 10 years ago
adc8aa5
Merge "wspr: Refactor WSPR messaging to controller to keep plaform-specific stuff in wspr package"
by Benjamin Prosnitz
· 10 years ago
bbad9b9
wspr: Refactor WSPR messaging to controller to keep plaform-specific stuff in wspr package
by Benjamin Prosnitz
· 10 years ago
48034d9
wspr: Trivial update to new vdl generator in go/vcl/6373
by Todd Wang
· 10 years ago
efa8fd8
Merge "veyron/services/wsprd/ipc/server: Add new Glob interface to match go/vcl/6426."
by Robin Thellend
· 10 years ago
2393999
TBR: veyron/services/wsprd/principal/test: Remove custom security.Context
by Asim Shankar
· 10 years ago
0215a5b
veyron/services/wsprd/ipc/server: Add new Glob interface to match go/vcl/6426.
by Robin Thellend
· 10 years ago
ad7ae9f
NewKey->NewPrivateKey
by gauthamt
· 10 years ago
5da47d8
Merge "-WSPR private keys get cached in a file. -Generate new keys if a cached key does not exist"
by gauthamt
· 10 years ago
f4b4598
-WSPR private keys get cached in a file.
by gauthamt
· 10 years ago
4619b1f
veyron2/ipc: 3 of n. 'Invoker and Signature' rationalisation.
by Cosmos Nicolaou
· 10 years ago
3c73850
wspr/nacl: Set namespace roots received via config.js
by Benjamin Prosnitz
· 10 years ago
72f2890
veyron/services/wsprd/principal: Changes correpsonding to
by Asim Shankar
· 10 years ago
10afdb9
Merge "veyron/services/wsprd: Changes to accompany https://veyron-review.googlesource.com/6271"
by Asim Shankar
· 10 years ago
01d06cd
Merge "ipc.ServeDispatcher change: wsprd needs to use ServeDispatcher and not Dispatcher."
by Cosmos Nicolaou
· 10 years ago
8d1910f
"veyron/services/wsprd": Address TODOs
by Ankur
· 10 years ago
b519d5e
veyron/services/wsprd: Changes to accompany
by Asim Shankar
· 10 years ago
89303d6
ipc.ServeDispatcher change: wsprd needs to use ServeDispatcher and not Dispatcher.
by Cosmos Nicolaou
· 10 years ago
14abfc0
ipc.Dispatcher.Lookup: signature change for CL 6254
by Cosmos Nicolaou
· 10 years ago
c7ad11c
TBR: Remove methods that are no longer part of security.Context
by Asim Shankar
· 10 years ago
f446ef0
wspr: TBR change test to know new method name called in the depths of resolve.
by David Why Use Two When One Will Do Presotto
· 10 years ago
Next »