Sign in
vanadium
/
release.go.x.ref
/
66ac0b9717161170f24d400b1ddda25b20c368e7
/
profiles
/
internal
04e0e28
rpc/client: Ensure that concurrent VC creations to the same endpoint use
by Suharsh Sivakumar
· 10 years ago
4327002
Merge "v.io/x/ref: Adding support for RpcServerOptions such as IsLeaf and ServesMountTable to wspr and JS."
by Ali Ghassemi
· 10 years ago
9837b27
agent: Restore error message when the agent client loses it's update feed.
by Matt Rosencrantz
· 10 years ago
bac3403
v.io/x/ref: Adding support for RpcServerOptions such as IsLeaf and
by Ali Ghassemi
· 10 years ago
0ca0216
profiles/internal/rpc: more information when server hangs waiting on listeners
by Bogdan Caprita
· 10 years ago
859ea0f
rpc/stream/vif: Concurrent mgr.FindOrDialVIFs should share VIF cache.
by Suharsh Sivakumar
· 10 years ago
2742976
naming/endpoint: escape address field
by Jungho Ahn
· 10 years ago
ebf8b63
rt: Reparent the agents context to the root.
by Matt Rosencrantz
· 10 years ago
bb259da
Merge "vom: move magicbyte handling into encode/decode."
by Jungho Ahn
· 10 years ago
5d1fe97
vom: move magicbyte handling into encode/decode.
by Jungho Ahn
· 10 years ago
5e6a8bd
rpc/client_test: Fix 'too many args' race correctly.
by Suharsh Sivakumar
· 10 years ago
fd54ed9
profiles/rpc/internal: fix more racy tests.
by Cosmos Nicolaou
· 10 years ago
88be118
ref: Pass the language from client to server across RPCs.
by Matt Rosencrantz
· 10 years ago
9158ae2
profiles/internal/rpc/stream/proxy: Fix typo
by Asim Shankar
· 10 years ago
6b1c8b0
services/proxy: Restore authorization checks at the proxy.
by Asim Shankar
· 10 years ago
4897f5d
TBR: profiles/internal/rpc: Fix test flakiness in
by Asim Shankar
· 10 years ago
88a3d0b
Merge "misc: Cleanup some TODOs with my name on them."
by Asim Shankar
· 10 years ago
99b18a7
services/proxy/proxyd: Implement access control at the proxy server.
by Asim Shankar
· 10 years ago
97a4167
misc: Cleanup some TODOs with my name on them.
by Asim Shankar
· 10 years ago
4c7e0b7
identityd: Restructure caveats page to allow for James's styling.
by Suharsh Sivakumar
· 10 years ago
519140d
Merge "Revert "rpc/stream/vif: Temporarily make new applications compatible with very old agents.""
by Matt Rosencrantz
· 10 years ago
f69c39f
Merge "v23: break dependency on lib/pubsub"
by Cosmos Nicolaou
· 10 years ago
535c91b
rpc/stream/vc: use a separate discharge flow
by Jungho Ahn
· 10 years ago
00fe9a4
v23: break dependency on lib/pubsub
by Cosmos Nicolaou
· 10 years ago
8e2f3cf
Merge "rpc/stream/vom: change to open vom.encorder first"
by Jungho Ahn
· 10 years ago
6902de2
Revert "rpc/stream/vif: Temporarily make new applications compatible with very old agents."
by Matt Rosencrantz
· 10 years ago
fb8d51c
TBR: rpc/stream/vif: Temporarily make new applications compatible with very old agents.
by Matt Rosencrantz
· 10 years ago
e4b9294
Merge "rpc/stream/manager: Reenable connection killing after it was broken in v.io/c/10433."
by Matt Rosencrantz
· 10 years ago
cfc8962
rpc/stream/vom: change to open vom.encorder first
by Jungho Ahn
· 10 years ago
053e970
Merge "v23/config: move it to x/lib/pubsub."
by Cosmos Nicolaou
· 10 years ago
a40f12a
rpc/stream/manager: Reenable connection killing after it was broken in
by Matt Rosencrantz
· 10 years ago
60b78e9
ref: CaveatX->Caveat and rename caveat factories.
by Suharsh Sivakumar
· 10 years ago
bac5e83
Merge "rpc/client_test: Make test handle flaky error."
by Suharsh Sivakumar
· 10 years ago
32b782b
Merge "security: Provide an Authorizer implementation that never denies access."
by Asim Shankar
· 10 years ago
11c0ca1
v23/config: move it to x/lib/pubsub.
by Cosmos Nicolaou
· 10 years ago
fdd6ec7
all: remove .api files from ref/
by James Ring
· 10 years ago
149b497
security: Provide an Authorizer implementation that never denies access.
by Asim Shankar
· 10 years ago
884c050
Merge "ref: Remove support for API versions <9 and endpoint versions < 5."
by Matt Rosencrantz
· 10 years ago
e1bf32e
Merge "rpc/stream/manager: InternalNewAcceptedVIF now blocks until encryption is established. This means we need to run it in a goroutine to avoid blocking the accept loop."
by Matt Rosencrantz
· 10 years ago
c16339c
ref: Remove support for API versions <9 and endpoint versions < 5.
by Matt Rosencrantz
· 10 years ago
5068466
TBR all: fix unknown-type in .api files
by James Ring
· 10 years ago
d7ff3d5
rpc/stream/manager: InternalNewAcceptedVIF now blocks until encryption is
by Matt Rosencrantz
· 10 years ago
44c9e24
rpc/client_test: Make test handle flaky error.
by Suharsh Sivakumar
· 10 years ago
b764c93
Merge "ref: Change/remove veyron issues referred to in comments."
by Suharsh Sivakumar
· 10 years ago
c2a8bbb
Merge "rpc/stream/manager: Randomly select TCP connections to kill in order to not hang when the file descriptor limit of the process is reached."
by Asim Shankar
· 10 years ago
103f895
Merge "x.ref: for CLs 9907 and 9908 that cleanup address selection in v23/rpc."
by Cosmos Nicolaou
· 10 years ago
78b2bd8
ref: Change/remove veyron issues referred to in comments.
by Suharsh Sivakumar
· 10 years ago
3650fd4
all: add .api files necessary for public API presubmit check
by James Ring
· 10 years ago
7b27f62
Merge "ref: Setup messages should always be exchanged by VIFs and should be async."
by Matt Rosencrantz
· 10 years ago
e89936f
rpc/stream/manager: Randomly select TCP connections to kill in order to
by Asim Shankar
· 10 years ago
1ca4718
ref: Setup messages should always be exchanged by VIFs and should be async.
by Matt Rosencrantz
· 10 years ago
1624bf9
ref: Add cmdline.HideGlobalFlagsExcept() to clean up help.
by Todd Wang
· 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
cc9d572
rpc/stream: fix flaky test
by Jungho Ahn
· 10 years ago
aa87e29
x.ref: for CLs 9907 and 9908 that cleanup address selection in v23/rpc.
by Cosmos Nicolaou
· 10 years ago
5a96d9a
rpc/stress: add a load test
by Jungho Ahn
· 10 years ago
472c681
rpc/...: deflake test cases for rpc errors.
by Cosmos Nicolaou
· 10 years ago
7b160a7
Merge "rpc: add a benchmark"
by Jungho Ahn
· 10 years ago
99598d6
Merge "ref: Allow non-resolving clients to retry even if a connection initially fails on the endpoint they provided."
by Matt Rosencrantz
· 10 years ago
bcef7cd
TBR: ref: Update default endpoint version.
by Matt Rosencrantz
· 10 years ago
12796e5
rpc: add a benchmark
by Jungho Ahn
· 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
2692f97
Merge "ref: Switch to using v5 endpoints by default."
by Matt Rosencrantz
· 10 years ago
ac6cd9b
ref: Allow non-resolving clients to retry even if a connection
by Matt Rosencrantz
· 10 years ago
b57935f
Merge "rpc/stream/vif: Always respond to a setup message with a setup message, even if encryption is disabled."
by Matt Rosencrantz
· 10 years ago
e833f58
Merge "profiles/internal/rpc/stress: Tool to drive fixed QPS traffic to the mounttable."
by Asim Shankar
· 10 years ago
924cccc
rpc/stream/vif: Always respond to a setup message with a setup message,
by Matt Rosencrantz
· 10 years ago
a4d4a69
TBR global: s/acl/perms/g and related cleanups/fixes
by Adam Sadovsky
· 10 years ago
874e906
ref: Switch to using v5 endpoints by default.
by Matt Rosencrantz
· 10 years ago
f76614c
profiles/internal/rpc/stress: Tool to drive fixed QPS traffic to the mounttable.
by Asim Shankar
· 10 years ago
09b5b45
rpc: Several fixes for v5 endpoint compatibility.
by Matt Rosencrantz
· 10 years ago
ad49204
ref: Change context mutators from SetFoo to WithFoo.
by Todd Wang
· 10 years ago
c0efdde
Merge "rpc/server: Log errors connecting to proxies when listening."
by Matt Rosencrantz
· 10 years ago
4d83977
rpc/stream/vc: Fix a race in the VC code that sometimes prevents TLS
by Matt Rosencrantz
· 10 years ago
7e16af4
rpc/server: Log errors connecting to proxies when listening.
by Matt Rosencrantz
· 10 years ago
963ab5d
Merge "profiles/internal/rpc/stream/vif: don't rely on GenerateKey result if err is non-nil"
by James Ring
· 10 years ago
4264e4b
TBR ref: Move security.Call out of context.T.
by Todd Wang
· 10 years ago
0ff29d7
TBR: rpc/stream/vc: Fix race in vc_test that is currently affecting Jenkins.
by Matt Rosencrantz
· 10 years ago
a935a41
Merge "profiles/internal/rpc: Clean up server auth errors."
by Suharsh Sivakumar
· 10 years ago
45e40d0
profiles/internal/rpc/stream/vif: don't rely on GenerateKey result if err is non-nil
by James Ring
· 10 years ago
0e20717
ref: Move to NaclBox for channel encryption and move versions out of endpoints.
by Matt Rosencrantz
· 10 years ago
56bc5ee
profiles/internal/rpc: Clean up server auth errors.
by Suharsh Sivakumar
· 10 years ago
e075ea1
Merge "ref: Move context.T out of rpc.ServerCall."
by Todd Wang
· 10 years ago
517d4cf
Merge "rpc/version: update the supported version number to 8"
by Jungho Ahn
· 10 years ago
fa5d6fc
rpc/stream/vc: rename err for vom type encoder/decoder
by Jungho Ahn
· 10 years ago
73b462f
rpc/version: update the supported version number to 8
by Jungho Ahn
· 10 years ago
0aa482f
profiles/internal/rpc/stream/benchmark: Renames
by Asim Shankar
· 10 years ago
54feabe
ref: Move context.T out of rpc.ServerCall.
by Todd Wang
· 10 years ago
6124a06
Merge "websocket: Do not serialize accepts."
by Asim Shankar
· 10 years ago
c4c1628
Merge "x/ref: Restructure services/agent to follow conventions."
by Todd Wang
· 10 years ago
e3f7737
websocket: Do not serialize accepts.
by Asim Shankar
· 10 years ago
28343a2
TBR: vrpc will no longer show reserved interfaces by default, instead
by Cosmos Nicolaou
· 10 years ago
fd82dcc
services/mounttable/mounttablelib: Add node counter
by Robin Thellend
· 10 years ago
6ab655f
rpc/stream/vif: add idle timeout to vif.
by Jungho Ahn
· 10 years ago
bf71e96
wspr: Support for granter in Javascript
by Benjamin Prosnitz
· 10 years ago
185c0c6
profiles/internal/rpc: more verror conversions and tests.
by Cosmos Nicolaou
· 10 years ago
efb91d5
profiles/internal/rpc/stream/manager: Continue after "temporary" error
by Robin Thellend
· 10 years ago
0d8c819
profiles/internal/naming/namespace: fix globbing against a leaf server's root
by Bogdan Caprita
· 10 years ago
9fb1034
profiles/internal/rcp/stream: verror conversions.
by Cosmos Nicolaou
· 10 years ago
c1641f6
profiles/internal/rpc/client: Fix log level of Call method.
by Suharsh Sivakumar
· 10 years ago
Next »