1. 5d1f73b TBR Rerun go generate with GOMAXPROCS fix by James Ring · 10 years ago
  2. 7be20ad Merge "runtime/internal/rpc: Add initial xserver, based on v23/flow." by Todd Wang · 10 years ago
  3. 88d5cd2 TBR:ref/runtime/internal/rpc/test: Disable a flaky test that depends on the by Matt Rosencrantz · 10 years ago
  4. 101a301 TBR flow/manager/conncache: Fix flaky cache test. by Suharsh Sivakumar · 10 years ago
  5. 099dc7e Merge "TBR run go generate under 1.5" by James Ring · 10 years ago
  6. 7060508 TBR run go generate under 1.5 by James Ring · 10 years ago
  7. 7c45dd3 runtime: Fix global logger configuration. by Nicolas Lacasse · 10 years ago
  8. 5dba5c9 runtime/internal/rpc: Add initial xserver, based on v23/flow. by Todd Wang · 10 years ago
  9. 42baa8f flow/protocols/wsh_nacl: Add new wsh_nacl flow package protocol. by Suharsh Sivakumar · 10 years ago
  10. 96f300a x/ref: Add XServer and XWithNew{,Dispatching}Server by Todd Wang · 10 years ago
  11. 2b3fdb8 runtime/internal/rt: Fix cl collision resulting in compile failure. by Matt Rosencrantz · 10 years ago
  12. 4080018 Merge "runtime/internal/flow/manager: flwo manager now uses flow registered protocol instead of rpc registered protocol." by Suharsh Sivakumar · 10 years ago
  13. 2a65f00 Merge "xclient: Address leftover comments from v.io/c/14637" by Todd Wang · 10 years ago
  14. 0c68607 Merge "runtime/internal/rpc: Implement a scheme for backward compatibility." by Matt Rosencrantz · 10 years ago
  15. 0219ebb runtime/internal/flow/manager: flwo manager now uses flow registered by Suharsh Sivakumar · 10 years ago
  16. 53ab8ad xclient: Address leftover comments from v.io/c/14637 by Todd Wang · 10 years ago
  17. d0aedf8 ref: Add localAddr to flow.Conn and make changes for API modification. by Suharsh Sivakumar · 10 years ago
  18. e7d55fb runtime/internal/rpc: Implement a scheme for backward compatibility. by Matt Rosencrantz · 10 years ago
  19. 1179fb6 Merge "runtime/internal/rpc/test: Disable flaky test" by Robin Thellend · 10 years ago
  20. e90d9ba Merge "runtime/internal/lib/xwebsocket: Implement ws and wsh protocols for flow.RegisterProtocol." by Suharsh Sivakumar · 10 years ago
  21. 8b8e5c8 runtime/internal/rpc/test: Disable flaky test by Robin Thellend · 10 years ago
  22. 451d263 runtime/internal/lib/xwebsocket: Implement ws and wsh protocols for by Suharsh Sivakumar · 10 years ago
  23. 3c31921 x/ref: reapply changes undone inadvertently by v.io/c/14672 by Bogdan Caprita · 10 years ago
  24. a2e2b74 services/xproxyd: Make proxy use now public flow message. by Suharsh Sivakumar · 10 years ago
  25. 0effe38 runtime/internal/flow/protocols/tcp: Add framed tcp protocol. by Suharsh Sivakumar · 10 years ago
  26. 5c631f0 Merge "ref/runtime/internal/flow: Make flow implement MsgReadWriteCloser." by Suharsh Sivakumar · 10 years ago
  27. d9bffe8 runtime/internal/flow: Add markUsed method to conn to cleanup code. by Suharsh Sivakumar · 10 years ago
  28. 79b3179 ref/runtime/internal/flow: Conncache can kill conns based on LRU. by Suharsh Sivakumar · 10 years ago
  29. 4932b8a ref/runtime/internal/flow: Make flow implement MsgReadWriteCloser. by Suharsh Sivakumar · 10 years ago
  30. 8e8f1dd TBR: v23/flow/message: Make the low-level messages part of the public API. by Matt Rosencrantz · 10 years ago
  31. fb4af95 ref: Preliminary proxy implementation. by Suharsh Sivakumar · 10 years ago
  32. ef17fd0 ref/runtime/internal/rpc: Use the correct definition of blessings for peer. by Matt Rosencrantz · 10 years ago
  33. e6131bf Merge "runtime/internal/rpc: Add initial xclient, based on v23/flow." by Todd Wang · 10 years ago
  34. 570163b ref/runtime/internal/flow/conn: Propery pass discharges. by Matt Rosencrantz · 10 years ago
  35. 7e84aaa ref/runtime/internal/flow/conn: Fix bug when receiving flows. by Matt Rosencrantz · 10 years ago
  36. e675c67 Merge "Mojo: Parse command line flags from a variable set at build-time." by Nicolas Lacasse · 10 years ago
  37. 1c72df1 Merge "ref/runtime/internal/flow/conn: Ensure that we don't leak goroutines." by Matt Rosencrantz · 10 years ago
  38. 236de74 Merge "ref/runtime/internal/flow: Move the conncache back into the manager package." by Matt Rosencrantz · 10 years ago
  39. 75250d3 ref/runtime/internal/flow/conn: Ensure that we don't leak goroutines. by Matt Rosencrantz · 10 years ago
  40. ec4819f ref/runtime/internal/flow: Move the conncache back into the manager package. by Matt Rosencrantz · 10 years ago
  41. f9e7959 runtime/internal/rpc: Add initial xclient, based on v23/flow. by Todd Wang · 10 years ago
  42. 179dc57 ref: Add ExperimentalWithNewFlowManager to the public API. by Suharsh Sivakumar · 10 years ago
  43. f439987 Mojo: Parse command line flags from a variable set at build-time. by Nicolas Lacasse · 10 years ago
  44. 8d7659a runtime/internal/rpc: Remove AllGlobberX and GlobChildrenX by Robin Thellend · 10 years ago
  45. 605b7f2 Merge "ref: Add ep version 6 that adds supports for Routes." by Suharsh Sivakumar · 10 years ago
  46. b9af7a8 runtime/internal/flow/conn: Add security to the conn. by Matt Rosencrantz · 10 years ago
  47. ac02c5d ref: Add ep version 6 that adds supports for Routes. by Suharsh Sivakumar · 10 years ago
  48. 8344434 ref: Add ctx to RegisteredProtocol dial, resolve, and listen functions by Suharsh Sivakumar · 10 years ago
  49. 0b49a40 runtime/internal/rpc/test: Fix client test TestTimeout(Response). by Suharsh Sivakumar · 10 years ago
  50. 2922d23 runtime/internal/rpc/stream/vc: Ensure discharge loops are stopped. by Matt Rosencrantz · 10 years ago
  51. bacb1fb runtime/internal/rpc/stream/vif: Fix shutdown races. by Matt Rosencrantz · 10 years ago
  52. 2246307 Merge "ref/runtime/internal/stream/manager: Prevent lingering goroutine." by Matt Rosencrantz · 10 years ago
  53. 4578589 Merge "ref: fixing go vet violations" by Jiri Simsa · 10 years ago
  54. 99d8a2e ref/runtime/internal/stream/manager: Prevent lingering goroutine. by Matt Rosencrantz · 10 years ago
  55. d9a7b3c ref: fixing go vet violations by Jiri Simsa · 10 years ago
  56. 0a3e28a services/agent: Client side implementation of agent over IPC. by Ryan Brown · 10 years ago
  57. 7949cd8 runtime/internal/rpc: Remove support for the old glob interfaces by Robin Thellend · 10 years ago
  58. bc05a27 Merge "ref: changes related to v.io/c/14371" by Jiri Simsa · 10 years ago
  59. 574ec4b lib: moving pubsub from lib to ref/lib by Jiri Simsa · 10 years ago
  60. 79f68b4 runtime/internal/flow/conn: Implement flow cancelation. by Matt Rosencrantz · 10 years ago
  61. 982ceaa runtime/internal/rpc: Try to minimize the work that long running dial threads by Matt Rosencrantz · 10 years ago
  62. 57a32ab runtime/internal/flow/conn: Fix a bug in the readq that caused tests by Matt Rosencrantz · 10 years ago
  63. 5859f5a ref: Add ExperimentalGetFlowManager method implementations to allow proxy to by Suharsh Sivakumar · 10 years ago
  64. 26f1c4d ref: changes related to v.io/c/14371 by Jiri Simsa · 10 years ago
  65. cd917ba Merge "runtime/internal/flow/flowcontrol: Move errors to a vdl file." by Matt Rosencrantz · 10 years ago
  66. d5f0d10 runtime/internal/flow/flowcontrol: Move errors to a vdl file. by Matt Rosencrantz · 10 years ago
  67. b0c97f3 runtime/internal/flow/conn: Rename addRecieveBuffers to release. by Matt Rosencrantz · 10 years ago
  68. 99ce374 runtime/internal/flow/conn: Shutdown Conns. by Matt Rosencrantz · 10 years ago
  69. ac2a8d1 runtime/internal/flow: Caching of connections in flow.Manager. by Suharsh Sivakumar · 10 years ago
  70. bf65df4 runtime/internal/flow/conn: Cache of conn.Conns. by Suharsh Sivakumar · 10 years ago
  71. 85d8db4 runtime/internal: hack to support v23 flags in mojo by Adam Sadovsky · 10 years ago
  72. 482695e runtime/internal/flow: First iteration of flow.manager. by Suharsh Sivakumar · 10 years ago
  73. 07712e1 runtime/internal/flow/conn: An initial implementation of Conn. by Matt Rosencrantz · 10 years ago
  74. 0516975 runtime/internal/flow/conn: Read and write low-level messages. by Matt Rosencrantz · 10 years ago
  75. 97a790d runtime/internal/flow/manager: Add a framer struct that wraps net.Conn. by Suharsh Sivakumar · 10 years ago
  76. 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
  77. bd4f3f8 namespace: For servers that are not specified as complete endpoints, by David Why Use Two When One Will Do Presotto · 10 years ago
  78. cef2ae6 rpc/benchmark: remove test init duplicate by Jungho Ahn · 10 years ago
  79. 5296cd2 x/ref/runtime/internal/...: make sure tests finish rpc's before next test starts. by Cosmos Nicolaou · 10 years ago
  80. e4da6ed ref: Add the MsgReadWriter interface and use it in flows and conns. by Matt Rosencrantz · 10 years ago
  81. 4d082c5 runtime/{internal/testing/mocks/mocknet,internal/rpc/stream/manager}: update for go1.5 error message. by Cosmos Nicolaou · 10 years ago
  82. 3ad0d70 Merge "(runtime|services): Implement new AllGlobberX and ChildrenGlobberX" by Robin Thellend · 10 years ago
  83. 0762591 runtime/internal/flow: Add a skelleton for the VC. by Matt Rosencrantz · 10 years ago
  84. f15f295 (runtime|services): Implement new AllGlobberX and ChildrenGlobberX by Robin Thellend · 10 years ago
  85. e69a923 Merge "(lib|runtime|services): Use v.io/v23/glob" by Robin Thellend · 10 years ago
  86. b016e43 Merge "websocket: avoid panic from invalid websocket requests" by Jungho Ahn · 10 years ago
  87. 40c01b2 (lib|runtime|services): Use v.io/v23/glob by Robin Thellend · 10 years ago
  88. b6d30c6 Merge "lib/glob: Clean up the glob library" by Robin Thellend · 10 years ago
  89. d565543 websocket: avoid panic from invalid websocket requests by Jungho Ahn · 10 years ago
  90. 9a852d0 vc/listener: Reduce log levels for less spam. by Suharsh Sivakumar · 10 years ago
  91. 2f1878c lib/glob: Clean up the glob library by Robin Thellend · 10 years ago
  92. 64d573d x/ref: make use of ctx arg to Lookup. by Cosmos Nicolaou · 10 years ago
  93. 3a16782 Merge "x/ref: clean up use of test.InitWithParams as per v.io/i/599" by Cosmos Nicolaou · 10 years ago
  94. a4d7fbf Merge "Needed for v.io/c/13354" by Cosmos Nicolaou · 10 years ago
  95. 27dc65b x/ref: clean up use of test.InitWithParams as per v.io/i/599 by Cosmos Nicolaou · 10 years ago
  96. 9f866f1 Merge "x.ref/runtime: convert to context-based logging." by Cosmos Nicolaou · 10 years ago
  97. 7020507 x/ref/runtime/rpc: add a TODO per v.io/i/129. by Cosmos Nicolaou · 10 years ago
  98. 5a3125a Needed for v.io/c/13354 by Cosmos Nicolaou · 10 years ago
  99. e9c622d x.ref/runtime: convert to context-based logging. by Cosmos Nicolaou · 10 years ago
  100. 0ea875f ref: Move new flow API to v23 and introduce semi-public API. by Suharsh Sivakumar · 10 years ago