Sign in
vanadium
/
release.go.x.ref
/
2246307c4e9ace3967d5165f2268ce754581d21d
/
runtime
2246307
Merge "ref/runtime/internal/stream/manager: Prevent lingering goroutine."
by Matt Rosencrantz
· 10 years ago
4578589
Merge "ref: fixing go vet violations"
by Jiri Simsa
· 10 years ago
99d8a2e
ref/runtime/internal/stream/manager: Prevent lingering goroutine.
by Matt Rosencrantz
· 10 years ago
d9a7b3c
ref: fixing go vet violations
by Jiri Simsa
· 10 years ago
0a3e28a
services/agent: Client side implementation of agent over IPC.
by Ryan Brown
· 10 years ago
7949cd8
runtime/internal/rpc: Remove support for the old glob interfaces
by Robin Thellend
· 10 years ago
bc05a27
Merge "ref: changes related to v.io/c/14371"
by Jiri Simsa
· 10 years ago
574ec4b
lib: moving pubsub from lib to ref/lib
by Jiri Simsa
· 10 years ago
79f68b4
runtime/internal/flow/conn: Implement flow cancelation.
by Matt Rosencrantz
· 10 years ago
982ceaa
runtime/internal/rpc: Try to minimize the work that long running dial threads
by Matt Rosencrantz
· 10 years ago
57a32ab
runtime/internal/flow/conn: Fix a bug in the readq that caused tests
by Matt Rosencrantz
· 10 years ago
5859f5a
ref: Add ExperimentalGetFlowManager method implementations to allow proxy to
by Suharsh Sivakumar
· 10 years ago
26f1c4d
ref: changes related to v.io/c/14371
by Jiri Simsa
· 10 years ago
cd917ba
Merge "runtime/internal/flow/flowcontrol: Move errors to a vdl file."
by Matt Rosencrantz
· 10 years ago
d5f0d10
runtime/internal/flow/flowcontrol: Move errors to a vdl file.
by Matt Rosencrantz
· 10 years ago
b0c97f3
runtime/internal/flow/conn: Rename addRecieveBuffers to release.
by Matt Rosencrantz
· 10 years ago
99ce374
runtime/internal/flow/conn: Shutdown Conns.
by Matt Rosencrantz
· 10 years ago
ac2a8d1
runtime/internal/flow: Caching of connections in flow.Manager.
by Suharsh Sivakumar
· 10 years ago
bf65df4
runtime/internal/flow/conn: Cache of conn.Conns.
by Suharsh Sivakumar
· 10 years ago
85d8db4
runtime/internal: hack to support v23 flags in mojo
by Adam Sadovsky
· 10 years ago
482695e
runtime/internal/flow: First iteration of flow.manager.
by Suharsh Sivakumar
· 10 years ago
07712e1
runtime/internal/flow/conn: An initial implementation of Conn.
by Matt Rosencrantz
· 10 years ago
0516975
runtime/internal/flow/conn: Read and write low-level messages.
by Matt Rosencrantz
· 10 years ago
97a790d
runtime/internal/flow/manager: Add a framer struct that wraps net.Conn.
by Suharsh Sivakumar
· 10 years ago
aafbd0b
naming: We stole the same escaping code from the standard go pkgs in
by David Why Use Two When One Will Do Presotto
· 10 years ago
bd4f3f8
namespace: For servers that are not specified as complete endpoints,
by David Why Use Two When One Will Do Presotto
· 10 years ago
8035486
Merge "rpc/benchmark: remove test init duplicate"
by Jungho Ahn
· 10 years ago
9c261c6
runtime/flow: Remove runtime/flow.
by Suharsh Sivakumar
· 10 years ago
cef2ae6
rpc/benchmark: remove test init duplicate
by Jungho Ahn
· 10 years ago
5296cd2
x/ref/runtime/internal/...: make sure tests finish rpc's before next test starts.
by Cosmos Nicolaou
· 10 years ago
e4da6ed
ref: Add the MsgReadWriter interface and use it in flows and conns.
by Matt Rosencrantz
· 10 years ago
4d082c5
runtime/{internal/testing/mocks/mocknet,internal/rpc/stream/manager}: update for go1.5 error message.
by Cosmos Nicolaou
· 10 years ago
3ad0d70
Merge "(runtime|services): Implement new AllGlobberX and ChildrenGlobberX"
by Robin Thellend
· 10 years ago
0762591
runtime/internal/flow: Add a skelleton for the VC.
by Matt Rosencrantz
· 10 years ago
f15f295
(runtime|services): Implement new AllGlobberX and ChildrenGlobberX
by Robin Thellend
· 10 years ago
e69a923
Merge "(lib|runtime|services): Use v.io/v23/glob"
by Robin Thellend
· 10 years ago
b016e43
Merge "websocket: avoid panic from invalid websocket requests"
by Jungho Ahn
· 10 years ago
40c01b2
(lib|runtime|services): Use v.io/v23/glob
by Robin Thellend
· 10 years ago
b6d30c6
Merge "lib/glob: Clean up the glob library"
by Robin Thellend
· 10 years ago
d565543
websocket: avoid panic from invalid websocket requests
by Jungho Ahn
· 10 years ago
9a852d0
vc/listener: Reduce log levels for less spam.
by Suharsh Sivakumar
· 10 years ago
2f1878c
lib/glob: Clean up the glob library
by Robin Thellend
· 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
9f866f1
Merge "x.ref/runtime: convert to context-based logging."
by Cosmos Nicolaou
· 10 years ago
7020507
x/ref/runtime/rpc: add a TODO per v.io/i/129.
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
0ea875f
ref: Move new flow API to v23 and introduce semi-public API.
by Suharsh Sivakumar
· 10 years ago
95ab297
ref/test: simplifying InitRandGenerator()
by Jiri Simsa
· 10 years ago
95bca14
test: disable the namespace cache unconditionally for context created by V23Init
by Bogdan Caprita
· 10 years ago
c095fc2
runtime/internal/rpc: Fix args encoding racy error.
by Suharsh Sivakumar
· 10 years ago
5f811c0
ref/runtime/internal/flow: Add a flowcontroller.
by Matt Rosencrantz
· 10 years ago
67506bc
ref/runtime/internal/flow: Connection sharing flow.Manager API.
by Suharsh Sivakumar
· 10 years ago
e46bac6
Merge "ref: Persist discharges."
by Suharsh Sivakumar
· 10 years ago
d7d4e22
ref: Persist discharges.
by Suharsh Sivakumar
· 10 years ago
19a50f6
x/ref/services: profile, mounttable, proxy, role to use context-based logging.
by Cosmos Nicolaou
· 10 years ago
1423940
Merge "ref: Change many uses of v23.NewServer to use xrpc.New*Server instead."
by Matt Rosencrantz
· 10 years ago
bb6295d
ref: Change many uses of v23.NewServer to use xrpc.New*Server instead.
by Matt Rosencrantz
· 10 years ago
0321754
rpc/stream/vif: fix flaky failure in IdleTimeout test
by Jungho Ahn
· 10 years ago
190e507
x/ref/runtime/internal/rpc/benchmark: use context-based logging.
by Cosmos Nicolaou
· 10 years ago
87d884d
ref: making use of the set package
by Jiri Simsa
· 10 years ago
a74a5ef
Merge "lib/apilog: use ctx based logging and sundry bug fixes."
by Cosmos Nicolaou
· 10 years ago
9691e5d
lib/apilog: use ctx based logging and sundry bug fixes.
by Cosmos Nicolaou
· 10 years ago
318c3fa
various: make AddressChooser an interface
by James Ring
· 10 years ago
adb8396
x/ref/runtime/internal/rpc: Don't return server errs as BadProtocol.
by John Kline
· 10 years ago
dfc5a33
runtime/internal/rpc/stream/crypto: Remove unused tls.go
by Suharsh Sivakumar
· 10 years ago
6392aed
ref/test/v23tests: hide the embedded structs.
by Cosmos Nicolaou
· 10 years ago
f1050cf
Merge "ref/runtime/internal/lib/publisher: When you stop the publisher, don't retry unmount."
by Matt Rosencrantz
· 10 years ago
507f8c9
Merge "TBR: x/ref: update for v.io/c/12564"
by Cosmos Nicolaou
· 10 years ago
165e890
ref: Add test.V23InitWithNamespace
by Matt Rosencrantz
· 10 years ago
d213f31
ref/runtime/internal/lib/publisher: When you stop the publisher, don't retry unmount.
by Matt Rosencrantz
· 10 years ago
d589709
runtime/internal/flow: Part 0 of n: Introduce flow interfaces.
by Suharsh Sivakumar
· 10 years ago
616c8e8
TBR: x/ref: update for v.io/c/12564
by Cosmos Nicolaou
· 10 years ago
e033d85
runtime/internal/rt/runtime.go: disable the metadata logging logic temporarily
by Bogdan Caprita
· 10 years ago
0e4e392
ref/lib/logger: provide an implementation of v23/logger.
by Cosmos Nicolaou
· 10 years ago
c818b80
ref/test/testutil: make use of the rand generator explicit.
by Cosmos Nicolaou
· 10 years ago
6c36388
go generate updates following v.io/c/12224
by Cosmos Nicolaou
· 10 years ago
2d726974
Merge "runtime/internal/rpc/stream/benchmark: Fix VIF benchmarks."
by Asim Shankar
· 10 years ago
8b53205
security: use TypicalTagTypePermissionsAuthorizer helper where relevant
by Adam Sadovsky
· 10 years ago
187b5a2
runtime/internal/rpc/stream/benchmark: Fix VIF benchmarks.
by Asim Shankar
· 10 years ago
1144045
ref: Add short description to godoc headers.
by Todd Wang
· 10 years ago
cc722c1
namespace: Glob returns a recv-only channel.
by Asim Shankar
· 10 years ago
f3c1909
x/ref/runtime/...: use apilog.LogCall instead of vlog.LogCall
by Cosmos Nicolaou
· 10 years ago
73a6f24
Merge "runtime/internal/lib/publisher: make this asynchronous for real and fix up all unit tests."
by Cosmos Nicolaou
· 10 years ago
7c27fc8
Merge "ref/lib/apilog: use vlog 'Depth' methods to print appropriate filenames in log headers."
by Cosmos Nicolaou
· 10 years ago
33cf898
runtime/internal/lib/publisher: make this asynchronous for real and fix up all unit tests.
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
92c5748
ref/lib/apilog: use vlog 'Depth' methods to print appropriate filenames in log headers.
by Cosmos Nicolaou
· 10 years ago
b5b516e
iobuf: change the way to handle reserve bytes
by Jungho Ahn
· 10 years ago
cdc849e
rpc/benchmark: rename main to simple
by Jungho Ahn
· 10 years ago
19e84b2
rpc/stream/vif: reuse vif auth in vc
by Jungho Ahn
· 10 years ago
b9cd792
Merge "namespace: Increase mount point TTLs to reduce test flakiness."
by David Why Use Two When One Will Do Presotto
· 10 years ago
8123b5e
ref: Move v.io/x/ref/envvar files into v.io/x/ref
by Todd Wang
· 10 years ago
1f7ef9a
Merge "mocknet: fix a race in V23CloseAtMessage"
by Jungho Ahn
· 10 years ago
7a6a4c2
ref: Convert all programs in ref to use package cmdline.
by Todd Wang
· 10 years ago
b5e358e
mocknet: fix a race in V23CloseAtMessage
by Jungho Ahn
· 10 years ago
Next »