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