- d70e1fc runtimes/google/ipc: fix a bug that prevents servers from choosing the correct address. by Cosmos Nicolaou · 10 years ago
- 38699ab Merge "switch to go1.4" by Jiri Simsa · 10 years ago
- f826393 Security API additions. by gauthamt · 10 years ago
- 28dabfc veyron2/ipc: allow listen to return multiple endpoints and use verror2. by Cosmos Nicolaou · 10 years ago
- d412cb2 switch to go1.4 by Cosmos Nicolaou · 10 years ago
- ae8dd21 veyron2/ipc: modify ListenSpec to accept a slice of addresses. by Cosmos Nicolaou · 10 years ago
- 7d1b28d shell/lib: moving shell libraries into the veyron core repository by Jiri Simsa · 10 years ago
- 68b17e1 Merge "Fix stand-alone IPC benchmark tools" by Jungho Ahn · 10 years ago
- bc4875f veyron2/vdl: Fix race in TypeFromReflect. by Todd Wang · 10 years ago
- 8b43cfb Fix stand-alone IPC benchmark tools by Jungho Ahn · 10 years ago
- af9dce0 Add IPC setup benchmark results. by Jungho Ahn · 10 years ago
- 6153c6c runtimes/google/naming/namespace: Move parsing server blessing patterns from StartCall into ResolveX. by Ryan Brown · 10 years ago
- 0877bd1 Merge "runtimes/google/ipc: another attempt to fix flaky tests" by Cosmos Nicolaou · 10 years ago
- 7d7e948 Temporarily fix broken build in bmclient/main.go by Jungho Ahn · 10 years ago
- c729677 Merge "Revise IPC benchmark and add a new benchmark on multiplexing. o Changed IPC benchmark clients to add throughput measurement and share it for benchmarks on multiplexing. o Added a stand-alone benchmark binary bm/main.go for clean histogram outputs. (With many benchmarks, it is very hard to read the benchmark results when printing histogram in each benchmark trials.) o Added the latest benchmark results to RESULTS.txt" by Jungho Ahn · 10 years ago
- bdc800f Merge "runtimes/google/ipc/...: consistently return io.EOF to avoid spammy log messages." by Cosmos Nicolaou · 10 years ago
- b43694a runtimes/google/ipc: another attempt to fix flaky tests by Cosmos Nicolaou · 10 years ago
- 326fd52 Merge "veyron/ipc: Fix NoDischarges Option." by Suharsh Sivakumar · 10 years ago
- bc6ffa2 Revise IPC benchmark and add a new benchmark on multiplexing. by Jungho Ahn · 10 years ago
- 3709c16 veyron: Enable vom2 by default by Robin Thellend · 10 years ago
- 65e44c2 veyron/ipc: Fix NoDischarges Option. by Suharsh Sivakumar · 10 years ago
- 1534b3f runtimes/google/ipc/...: consistently return io.EOF to avoid spammy log messages. by Cosmos Nicolaou · 10 years ago
- 1ec4052 veyron/runtimes/google/ipc: log the Recv error in TestDebugServer by Bogdan Caprita · 10 years ago
- 877ac01 veyron/runtimes/google/ipc: Add some debug info. by Robin Thellend · 10 years ago
- 38209d4 runtimes/google/ipc: fix flaky test, hopefully and bug in verror2 stack reporting. by Cosmos Nicolaou · 10 years ago
- 511363d Merge "veyron.core: Fix tests that leave files in /tmp" by Robin Thellend · 10 years ago
- 03fee96 veyron: Collection of bugfixes and features for vom2 transition. by Todd Wang · 10 years ago
- cf140c0 veyron.core: Fix tests that leave files in /tmp by Robin Thellend · 10 years ago
- 9e4df89 Merge "veyron: Remove all remaining uses of rt.R()/rt.Init() in the core repository." by Matt Rosencrantz · 10 years ago
- 711a985 Add Microbenchmarks for VIF/VC creations. by Jungho Ahn · 10 years ago
- 0610a23 veyron: Remove all remaining uses of rt.R()/rt.Init() in the core repository. by Matt Rosencrantz · 10 years ago
- 67fc8d7 veyron2/vdl: Signature cleanups. by Todd Wang · 10 years ago
- 06ca31a Merge "veyron2/ipc: force all protocols, including tcp, to be registered." by Cosmos Nicolaou · 10 years ago
- c13446b veyron/lib/modules/core: Remove reliance on rt.R(). by Matt Rosencrantz · 10 years ago
- 87c0a55 veyron2/ipc: force all protocols, including tcp, to be registered. by Cosmos Nicolaou · 10 years ago
- 6366dde Fix flaky TestNoServersAvailable by Jungho Ahn · 10 years ago
- cb8a614 namespace: ResolveX smarter about errors. by David Why Use Two When One Will Do Presotto · 10 years ago
- 0145746 veyron/runtimes/google/ipc: Remove reliance on rt.R(). by Matt Rosencrantz · 10 years ago
- 352c458 Merge "veyron2/ipc/model.go: Normalize the Glob interfaces" by Robin Thellend · 10 years ago
- 39ac323 veyron2/ipc/model.go: Normalize the Glob interfaces by Robin Thellend · 10 years ago
- 28f35c3 veyron/tools/naming: get simulator scripts going again, fix a bug in sort_endpoints.go by Cosmos Nicolaou · 10 years ago
- 5a8a125 runtimes/google/ipc: continued tidyup and tests for verror2 and ipc.Client. by Cosmos Nicolaou · 10 years ago
- 2577bf7 Merge "veyron/runtimes/google/ipc: Failed name resolution should be retryable." by Matt Rosencrantz · 10 years ago
- cc922c1 veyron/runtimes/google/ipc: Failed name resolution should be retryable. by Matt Rosencrantz · 10 years ago
- 8a42280 veyron/lib/testutil: Eliminate dependence on rt.R(). by Matt Rosencrantz · 10 years ago
- c7fecf1 veyron/lib/signals: Remove dependence on rt.R() by Matt Rosencrantz · 10 years ago
- 344cc4a lib/modules: change the NewShell factory to take a security.Principal arg. by Cosmos Nicolaou · 10 years ago
- 34ed4c6 veyron2/{vdl,vom2,ipc}: Finish the vom2 transition. by Todd Wang · 10 years ago
- 55a10f3 veyron/runtimes/google/ipc: Pass the preferred protocols to the by Nicolas LaCasse · 10 years ago
- 6888519 veyron2/services/security/access: Update to the new ACL format. by Asim Shankar · 10 years ago
- 8e9cc24 veyron2/ipc/model.go: Change VChildrenGlobber interface by Robin Thellend · 10 years ago
- 69c8dee Merge "veyron/runtimes/google/ipc: Fix a race in the test." by Matt Rosencrantz · 10 years ago
- f4864f4 veyron/runtimes/google/ipc: Plumb the context through when fetching discharges. by Asim Shankar · 10 years ago
- e3464f1 veyron/runtimes/google/ipc: Fix a race in the test. by Matt Rosencrantz · 10 years ago
- 1131687 veyron/runtimes/google/ipc: Add NoDischarges option to prevent discharge client by Suharsh Sivakumar · 10 years ago
- bb1df07 Merge "naming: Turn on endpoint type v3 and use ep.ServesMountTable()." by David Why Use Two When One Will Do Presotto · 10 years ago
- fc29014 runtimes/google/naming/namespace: Support blessing pattern for the root mount table. by Ryan Brown · 10 years ago
- abacd43 veyron/runtimes/google/ipc: Add ipc errors to veyron traces. by Matt Rosencrantz · 10 years ago
- 112bf1c runtimes/google/ipc: switch to using verror2. by Cosmos Nicolaou · 10 years ago
- 9d3cfb1 naming: Turn on endpoint type v3 and use ep.ServesMountTable(). by David Why Use Two When One Will Do Presotto · 10 years ago
- c8cfcf1 veyron/runtimes/google/ipc: Fix for https://github.com/veyron/release-issues/issues/413 by Asim Shankar · 10 years ago
- 5cb3c76 ipc: fix the race condition in client.createFlow caling manager.Dial. by David Why Use Two When One Will Do Presotto · 10 years ago
- a02fe8f veyron2/ipc/model.go: Remove method argument from Lookup by Robin Thellend · 10 years ago
- ba6c68b runtimes/google/ipc: fix ugly sort endpoints code. by Cosmos Nicolaou · 10 years ago
- a8ae585 veyron/runtimes/google/ipc/stream/manager: Remove special handling for UnknownIPCVersion and IPCVersion5 by Robin Thellend · 10 years ago
- d4f0056 lib/modules: implement a registry to clean up AddFunction,Subprocess etc. by Cosmos Nicolaou · 10 years ago
- f48533c Merge "TBR Revert "veyron: Update go.tools to its new golang.org location."" by Matt Rosencrantz · 10 years ago
- 7c88fb1 TBR Revert "veyron: Update go.tools to its new golang.org location." by Matt Rosencrantz · 10 years ago
- fea4916 veyron/lib/websocket: Add Nacl implementation of WebsocketConn. by Nicolas LaCasse · 10 years ago
- dbae76b veyron/runtimes/google/ipc: When listening on tcp, also allow websocket by Shyam Jayaraman · 10 years ago
- 8c8acea veyron: Update go.tools to its new golang.org location. by Matt Rosencrantz · 10 years ago
- c393961 Merge "Revert "runtimes/google/naming/namespace: Support blessing pattern for the root mount table."" by Ryan Brown · 10 years ago
- bc2c87c Revert "runtimes/google/naming/namespace: Support blessing pattern for the root mount table." by Ryan Brown · 10 years ago
- bcdd70a Merge "veyron2/vdl,ipc: Add new Signature support (incomplete)." by Todd Wang · 10 years ago
- 319f28c Merge ""veyron2/security": No direct vom encoding of blessings" by Ankur · 10 years ago
- 1d8cbe7 Merge "runtimes/google/naming/namespace: Support blessing pattern for the root mount table." by Ryan Brown · 10 years ago
- 00a0f80 runtimes/google/ipc: first, simple, test for concurrent connections. by Cosmos Nicolaou · 10 years ago
- 5739dda veyron2/vdl,ipc: Add new Signature support (incomplete). by Todd Wang · 10 years ago
- ef05c06 ipc/client: Refactor parallel client calls to fix close bugs. by Todd Wang · 10 years ago
- ee0aa81 "veyron2/security": No direct vom encoding of blessings by Ankur · 10 years ago
- 9a7f516 veyron2/security: Add ContextParams.Copy and LabelFromMethodTags. by Todd Wang · 10 years ago
- e315ed6 runtimes/google/naming/namespace: Support blessing pattern for the root mount table. by Ryan Brown · 10 years ago
- adf0ca1 End of the // eradication. by David Why Use Two When One Will Do Presotto · 10 years ago
- 4e8da64 runtimes/google/ipc: client side RPC improvements: by Cosmos Nicolaou · 10 years ago
- 96d30e8 veyron/runtimes/google/ipc/stream: Implement control-channel encryption. by Jason Hickey · 10 years ago
- 4d7c4be veyron/runtimes/google/ipc: Improve the test coverage for contexts. by Matt Rosencrantz · 10 years ago
- 1fe7cdd veyron2/vdl,ipc: Enable reflection to capture stream types. by Todd Wang · 10 years ago
- a139e4d Merge "veyron/runtimes/google/ipc: Increase test coverage slightly." by Robin Thellend · 10 years ago
- 5d6994b Merge "runtimes/google/ipc: make sure wg.Add's get called before .WaitFor can be." by Cosmos Nicolaou · 10 years ago
- 24a7815 Merge "veyron/runtimes/google/ipc: fixing a deadlock in the context code" by Jiri Simsa · 10 years ago
- 710daa2 veyron2/ipc: 4 of n. 'Invoker and Signature' rationalisation. by Cosmos Nicolaou · 10 years ago
- e49a86a "veyron/runtime/google/ipc": Server Discharges by Ankur · 10 years ago
- 2874e0b veyron/runtimes/google/ipc: fixing a deadlock in the context code by Jiri Simsa · 10 years ago
- eef1fab runtimes/google/ipc: make sure wg.Add's get called before .WaitFor can be. by Cosmos Nicolaou · 10 years ago
- 50ce9c4 veyron/runtimes/google/ipc: Increase test coverage slightly. by Robin Thellend · 10 years ago
- 1aa5769 veyron2/naming: Move veyron2/services/mounttable/types here. by Todd Wang · 10 years ago
- 4466c61 Merge "veyron2/security: Address a few TODOs" by Asim Shankar · 10 years ago
- 2519cc1 veyron2/security: Address a few TODOs by Asim Shankar · 10 years ago
- 3c6db7b veyron/runtimes/google/ipc: Preventing addName and removeName cuasing panics by Ali Ghassemi · 10 years ago
- d8ed8f6 Merge "veyron/runtimes/google/ipc,veyron/runtimes/google/rt: expose stats for security." by Bogdan Caprita · 10 years ago