Sign in
vanadium
/
release.go.x.ref
/
5e3ba6242c457af116a9c75f6b516359fd3bba09
/
profiles
/
internal
/
rpc
/
server_test.go
ad49204
ref: Change context mutators from SetFoo to WithFoo.
by Todd Wang
· 10 years ago
54feabe
ref: Move context.T out of rpc.ServerCall.
by Todd Wang
· 10 years ago
1abd5a8
ref: Changes call of StartCall to Call whenever it made sense to do so.
by Suharsh Sivakumar
· 10 years ago
b457df9
profiles/internal: Add ServesLeaf/IsLeaf to the Endpoint
by Robin Thellend
· 10 years ago
8fa3876
x/ref: Remove verror.Is and verror.Equal
by Todd Wang
· 10 years ago
d7616c9
ref: adding copyright headers and licensing files
by Jiri Simsa
· 10 years ago
4a69828
testutil: Merge x/ref/test/security with x/ref/test/testutil
by Asim Shankar
· 10 years ago
263c73b
ipc,naming,security: Use blessing names in endpoint for server authorization.
by Asim Shankar
· 10 years ago
94502cf
ref: Rename package ipc to rpc.
by Matt Rosencrantz
· 10 years ago
[Renamed (89%) from profiles/internal/ipc/server_test.go]
2ad4e10
ipc: Get rid of vc.LocalPrincipal and vc.AnonymousPrincipal.
by Suharsh Sivakumar
· 10 years ago
1381f8a
mv x/ref/lib/testutil -> x/ref/test and lib/modules to test/modules
by Cosmos Nicolaou
· 10 years ago
9d3278a
ref: Complete the move of netconfig and netstate to release.go.x.lib.
by Matt Rosencrantz
· 10 years ago
59c423c
ipc: Remove AnonymousPrinicipal from server side of VCs.
by Suharsh Sivakumar
· 10 years ago
9dce9b2
ref: Update many variable names for *Calls to call.
by Matt Rosencrantz
· 10 years ago
dbc1be2
ref: Move v.io/x/ref/runtimes/googe to v.io/x/ref/profiles/internal
by Matt Rosencrantz
· 10 years ago
[Renamed (98%) from runtimes/google/ipc/server_test.go]
ffceefa
TBR renaming v.io/core/veyron to v.io/x/ref
by Jiri Simsa
· 10 years ago
5c7ed21
core: Rename things called *Context to *Call.
by Matt Rosencrantz
· 10 years ago
337af23
core: moving vlog from release.go.v23 to release.go.x.lib
by Jiri Simsa
· 10 years ago
6ac9522
TBR renaming party
by Jiri Simsa
· 10 years ago
e77f995
TBR go.core: Change IPC protocol to remove error from out-args.
by Todd Wang
· 10 years ago
074bf36
verror: addressing https://github.com/veyron/release-issues/issues/1080
by Jiri Simsa
· 10 years ago
ff73e1f
go.core: Rename package verror2 to verror.
by Todd Wang
· 10 years ago
aceb8d9
runtimes/google/ipc/server.go: fix a race.
by Cosmos Nicolaou
· 10 years ago
9d17e4a
veyron/lib/modules: Make modules parse flags using the veyron2.Init
by Suharsh Sivakumar
· 10 years ago
1b3594d
ipc/server: reimplement roaming.
by Cosmos Nicolaou
· 10 years ago
af99c97
veyron/runtimes/google/ipc: Pass client to server to allow discharge client
by Suharsh Sivakumar
· 10 years ago
6dad977
veyron/runtimes/google/ipc: make ipc.TestServerStatus test more robust
by Robert Kroeger
· 10 years ago
9fbe7d2
veyron2: add a method for obtaining the current status of a server.
by Cosmos Nicolaou
· 10 years ago
fa3082c
veyron/services/mgmt: Update the management services to use veyron2.Init()
by Matt Rosencrantz
· 10 years ago
8de8585
TBR namespace: ResolveX/ResolveToMountTableX become Resolve/ResolveToMountTable.
by David Why Use Two When One Will Do Presotto
· 10 years ago
a08a221
veyron/lib/modules: Use the agent for managing credentials in modules.Shell.
by Ryan Brown
· 10 years ago
8bd8e10
veyron/runtimes/google/namimg: allow 'addresses' to be stored in the mounttable and other 'cleanups'
by Cosmos Nicolaou
· 10 years ago
9592d9f
veyron/runtimes/google/ipc: make server.Serve return an error rather than panic
by Bogdan Caprita
· 10 years ago
89445a4
core: Remove the redundant With* methods on context.
by Matt Rosencrantz
· 10 years ago
1be6386
veyron/runtimes/google/ipc: Increase TestReconnect timeout.
by Suharsh Sivakumar
· 10 years ago
764efb7
Reorganization of VANADIUM_ROOT relative paths.
by Jiri Simsa
· 10 years ago
c0a2865
Replacing veyron.io with v.io.
by Jiri Simsa
· 10 years ago
3c50ac4
runtimes/google/ipc: rework 'hybrid' websocket protocol support.
by Cosmos Nicolaou
· 10 years ago
28dabfc
veyron2/ipc: allow listen to return multiple endpoints and use verror2.
by Cosmos Nicolaou
· 10 years ago
ae8dd21
veyron2/ipc: modify ListenSpec to accept a slice of addresses.
by Cosmos Nicolaou
· 10 years ago
b43694a
runtimes/google/ipc: another attempt to fix flaky tests
by Cosmos Nicolaou
· 10 years ago
cf140c0
veyron.core: Fix tests that leave files in /tmp
by Robin Thellend
· 10 years ago
344cc4a
lib/modules: change the NewShell factory to take a security.Principal arg.
by Cosmos Nicolaou
· 10 years ago
dbae76b
veyron/runtimes/google/ipc: When listening on tcp, also allow websocket
by Shyam Jayaraman
· 10 years ago
e49a86a
"veyron/runtime/google/ipc": Server Discharges
by Ankur
· 10 years ago
9388ae4
veyron/runtimes/google/ipc: refactor Listen loop code - back from the rollback...
by Cosmos Nicolaou
· 10 years ago
3e76f28
veyron/runtimes/google/vtrace: Add a store for collecting vtrace traces.
by Matt Rosencrantz
· 10 years ago
aef5e37
Revert "veyron/runtimes/google/ipc: refactor Listen loop code."
by Cosmos Nicolaou
· 10 years ago
5ce6ede
veyron/runtimes/google/ipc: refactor Listen loop code.
by Cosmos Nicolaou
· 10 years ago
92dba58
veyron2/ipc: 3 of n. 'Invoker and Signature' rationalisation.
by Cosmos Nicolaou
· 10 years ago
612ad38
veyron/lib/modules: make the Start method take an env parameter and delete StartWithEnv.
by Cosmos Nicolaou
· 10 years ago
f8d4c2b
rename ipc.ListenX to ipc.Listen.
by Cosmos Nicolaou
· 10 years ago
9320a22
veyron/runtimes/google/ipc: Fix flaky TestReconnect
by Robin Thellend
· 10 years ago
3df2fe4
veyron/runtimes/google/ipc: Fix flaky test
by Robin Thellend
· 10 years ago
f889c73
veyron2: break dependency between veyron2/rt and the runtime implementation.
by Cosmos Nicolaou
· 10 years ago
29ee985
veyron/runtimes/google/ipc: move to using modules instead of blackbox.
by Cosmos Nicolaou
· 10 years ago