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. 809fd53 Merge "services: Use AllGlobber instead of AllGlobberX Change-Id: I09736ec0aae53370a4d90798f03c46de1deec475" by Robin Thellend · 10 years ago
  4. 2cbbb7e Merge "services/agent: Client side implementation of agent over IPC." by Ryan Brown · 10 years ago
  5. b8065a6 Fix wspr test. It was using "fmt.Errorf" instead of "t.Errorf", so we by Nicolas Lacasse · 10 years ago
  6. 99d8a2e ref/runtime/internal/stream/manager: Prevent lingering goroutine. by Matt Rosencrantz · 10 years ago
  7. d9a7b3c ref: fixing go vet violations by Jiri Simsa · 10 years ago
  8. 0a3e28a services/agent: Client side implementation of agent over IPC. by Ryan Brown · 10 years ago
  9. 5903108 services: Use AllGlobber instead of AllGlobberX by Robin Thellend · 10 years ago
  10. f18888c service/device/deviced/internal/starter: more logging by Bogdan Caprita · 10 years ago
  11. 629b8e5 Merge "ref: required by v.io/c/14484" by Jiri Simsa · 10 years ago
  12. 7949cd8 runtime/internal/rpc: Remove support for the old glob interfaces by Robin Thellend · 10 years ago
  13. 7d30ba9 ref: required by v.io/c/14484 by Jiri Simsa · 10 years ago
  14. bc05a27 Merge "ref: changes related to v.io/c/14371" by Jiri Simsa · 10 years ago
  15. 574ec4b lib: moving pubsub from lib to ref/lib by Jiri Simsa · 10 years ago
  16. 79f68b4 runtime/internal/flow/conn: Implement flow cancelation. by Matt Rosencrantz · 10 years ago
  17. 982ceaa runtime/internal/rpc: Try to minimize the work that long running dial threads by Matt Rosencrantz · 10 years ago
  18. 3da6f4f mounttablelib: change neighborhood to try a more unique name if the by David Why Use Two When One Will Do Presotto · 10 years ago
  19. 1a477f4 Merge "mounttablelib: just a tweek to bogdan's fixed." by David Presotto · 10 years ago
  20. 97e5283 Merge "runtime/internal/flow/conn: Fix a bug in the readq that caused tests to sometimes flake." by Matt Rosencrantz · 10 years ago
  21. e0a71c7 mounttablelib: just a tweek to bogdan's fixed. by David Why Use Two When One Will Do Presotto · 10 years ago
  22. 57a32ab runtime/internal/flow/conn: Fix a bug in the readq that caused tests by Matt Rosencrantz · 10 years ago
  23. 48bf8c1 services/internal/packages: turn on compression for zip packages by Bogdan Caprita · 10 years ago
  24. 5859f5a ref: Add ExperimentalGetFlowManager method implementations to allow proxy to by Suharsh Sivakumar · 10 years ago
  25. 26f1c4d ref: changes related to v.io/c/14371 by Jiri Simsa · 10 years ago
  26. cd917ba Merge "runtime/internal/flow/flowcontrol: Move errors to a vdl file." by Matt Rosencrantz · 10 years ago
  27. d5f0d10 runtime/internal/flow/flowcontrol: Move errors to a vdl file. by Matt Rosencrantz · 10 years ago
  28. b0c97f3 runtime/internal/flow/conn: Rename addRecieveBuffers to release. by Matt Rosencrantz · 10 years ago
  29. 99ce374 runtime/internal/flow/conn: Shutdown Conns. by Matt Rosencrantz · 10 years ago
  30. b8d581b services/mounttable/mounttablelib: fix nil deref when user exceeds max# of nodes by Bogdan Caprita · 10 years ago
  31. e37cdf0 Merge "Remove accidentally added .gerrit_commit_message file." by Suharsh Sivakumar · 10 years ago
  32. e90bcfd services/internal/binarylib: bug fix: Create call on existing binary resets ACLs by Bogdan Caprita · 10 years ago
  33. 0519c80 Remove accidentally added .gerrit_commit_message file. by Suharsh Sivakumar · 10 years ago
  34. 6069de7 services/identity/internal/blesser: BlessUsingAccessTokenWithCaveats by Suharsh Sivakumar · 10 years ago
  35. ac2a8d1 runtime/internal/flow: Caching of connections in flow.Manager. by Suharsh Sivakumar · 10 years ago
  36. 7448766 Merge "services/device/device: address Robin's comment from v.io/c/14213" by Bogdan Caprita · 10 years ago
  37. 50ae6ab Merge "runtime/internal/flow/conn: Cache of conn.Conns." by Suharsh Sivakumar · 10 years ago
  38. bd93ef0 services/device/device: address Robin's comment from v.io/c/14213 by Bogdan Caprita · 10 years ago
  39. c5774a8 Merge "services/device/device: exclude certain states from update/revert by default" by Bogdan Caprita · 10 years ago
  40. bbc0f06 Merge "services/device/device: allow specification of excluded states from glob filter" by Bogdan Caprita · 10 years ago
  41. bf65df4 runtime/internal/flow/conn: Cache of conn.Conns. by Suharsh Sivakumar · 10 years ago
  42. 8b47593 Merge "services/device/device: refactor {instance|installation}StateFlag with 'generic'" by Bogdan Caprita · 10 years ago
  43. 8c3df5d Merge "x/ref/services/agent/internal/ipc: Simple IPC system for the agent." by Ryan Brown · 10 years ago
  44. 993703c services/device/device: exclude certain states from update/revert by default by Bogdan Caprita · 10 years ago
  45. bc23195 Merge "services/device/util_darwin_test.go: devmgr multiuser tests on darwin" by Robert Kroeger · 10 years ago
  46. 5d897b8 services/device/device: allow specification of excluded states from glob filter by Bogdan Caprita · 10 years ago
  47. 256a182 Merge "services/groups: storage engine update follow up (v.io/c/13650)" by Sergey Rogulenko · 10 years ago
  48. eddddb1 services/device/device: refactor {instance|installation}StateFlag with 'generic' by Bogdan Caprita · 10 years ago
  49. 85d8db4 runtime/internal: hack to support v23 flags in mojo by Adam Sadovsky · 10 years ago
  50. 6a6768c x/ref/services/agent/internal/ipc: Simple IPC system for the agent. by Ryan Brown · 10 years ago
  51. 1142444 test/testutil,services: favor NewRandGenerator over InitRandGenerator by Bogdan Caprita · 10 years ago
  52. 482695e runtime/internal/flow: First iteration of flow.manager. by Suharsh Sivakumar · 10 years ago
  53. 745063f services/groups: storage engine update follow up (v.io/c/13650) by Sergey Rogulenko · 10 years ago
  54. 07712e1 runtime/internal/flow/conn: An initial implementation of Conn. by Matt Rosencrantz · 10 years ago
  55. 9583adb security: Changes corresponding to by Asim Shankar · 10 years ago
  56. 2bf9aac services/device/util_darwin_test.go: devmgr multiuser tests on darwin by Robert Kroeger · 10 years ago
  57. 0516975 runtime/internal/flow/conn: Read and write low-level messages. by Matt Rosencrantz · 10 years ago
  58. 5057103 services/identity/internal: Test tool tweak. by Asim Shankar · 10 years ago
  59. ed5e728 Merge "services/device/devicex: fix devicex for Darwin multi-user mode" by Robert Kroeger · 10 years ago
  60. 97a790d runtime/internal/flow/manager: Add a framer struct that wraps net.Conn. by Suharsh Sivakumar · 10 years ago
  61. ac7f57b services/device/devicex: fix devicex for Darwin multi-user mode by Robert Kroeger · 10 years ago
  62. 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
  63. 9a97b18 services/device/device: Retry upload when already exists by Robin Thellend · 10 years ago
  64. bd4f3f8 namespace: For servers that are not specified as complete endpoints, by David Why Use Two When One Will Do Presotto · 10 years ago
  65. 0a87bd7 ref/services/groups: changes needed as a follow up to v.io/x/13904 by Jiri Simsa · 10 years ago
  66. fc028fe ref/services/groups: requiring a build tag to build the leveldb implementation by Jiri Simsa · 10 years ago
  67. 8035486 Merge "rpc/benchmark: remove test init duplicate" by Jungho Ahn · 10 years ago
  68. 9c261c6 runtime/flow: Remove runtime/flow. by Suharsh Sivakumar · 10 years ago
  69. cef2ae6 rpc/benchmark: remove test init duplicate by Jungho Ahn · 10 years ago
  70. 5296cd2 x/ref/runtime/internal/...: make sure tests finish rpc's before next test starts. by Cosmos Nicolaou · 10 years ago
  71. 00e9f28 Merge "services/binary/tidy/*: extend tidy to clean envelopes" by Robert Kroeger · 10 years ago
  72. 2e9d6e3 services/binary/tidy/*: extend tidy to clean envelopes by Robert Kroeger · 10 years ago
  73. e4da6ed ref: Add the MsgReadWriter interface and use it in flows and conns. by Matt Rosencrantz · 10 years ago
  74. 6637cb7 services/binary/tidy: add an external GC command by Robert Kroeger · 10 years ago
  75. 4d082c5 runtime/{internal/testing/mocks/mocknet,internal/rpc/stream/manager}: update for go1.5 error message. by Cosmos Nicolaou · 10 years ago
  76. 3ad0d70 Merge "(runtime|services): Implement new AllGlobberX and ChildrenGlobberX" by Robin Thellend · 10 years ago
  77. 0762591 runtime/internal/flow: Add a skelleton for the VC. by Matt Rosencrantz · 10 years ago
  78. 208e0f3 lib/stats: Fix race in TestFunc by Robin Thellend · 10 years ago
  79. 99e9a38 Merge "Don't fetch signatures in WSPR before each RPC." by Nicolas Lacasse · 10 years ago
  80. f15f295 (runtime|services): Implement new AllGlobberX and ChildrenGlobberX by Robin Thellend · 10 years ago
  81. 56db085 TBR: Build fix by Asim Shankar · 10 years ago
  82. b55c3c4 Don't fetch signatures in WSPR before each RPC. by Nicolas Lacasse · 10 years ago
  83. eaef0ad Merge "services/mounttable: Resolve vanadium/issues#583" by Asim Shankar · 10 years ago
  84. e69a923 Merge "(lib|runtime|services): Use v.io/v23/glob" by Robin Thellend · 10 years ago
  85. b016e43 Merge "websocket: avoid panic from invalid websocket requests" by Jungho Ahn · 10 years ago
  86. 40c01b2 (lib|runtime|services): Use v.io/v23/glob by Robin Thellend · 10 years ago
  87. b6d30c6 Merge "lib/glob: Clean up the glob library" by Robin Thellend · 10 years ago
  88. d565543 websocket: avoid panic from invalid websocket requests by Jungho Ahn · 10 years ago
  89. 9a852d0 vc/listener: Reduce log levels for less spam. by Suharsh Sivakumar · 10 years ago
  90. 2f1878c lib/glob: Clean up the glob library by Robin Thellend · 10 years ago
  91. 14d8c59 Merge "x/ref: make use of ctx arg to Lookup." by Cosmos Nicolaou · 10 years ago
  92. 86e3779 ref/services/device/device: extract tape for reuse by Robert Kroeger · 10 years ago
  93. 64d573d x/ref: make use of ctx arg to Lookup. by Cosmos Nicolaou · 10 years ago
  94. 53b1981 glob: Parse() missed a number of bad pattern that would later by David Why Use Two When One Will Do Presotto · 10 years ago
  95. 3a16782 Merge "x/ref: clean up use of test.InitWithParams as per v.io/i/599" by Cosmos Nicolaou · 10 years ago
  96. a4d7fbf Merge "Needed for v.io/c/13354" by Cosmos Nicolaou · 10 years ago
  97. 27dc65b x/ref: clean up use of test.InitWithParams as per v.io/i/599 by Cosmos Nicolaou · 10 years ago
  98. 9f866f1 Merge "x.ref/runtime: convert to context-based logging." by Cosmos Nicolaou · 10 years ago
  99. 7020507 x/ref/runtime/rpc: add a TODO per v.io/i/129. by Cosmos Nicolaou · 10 years ago
  100. 5a3125a Needed for v.io/c/13354 by Cosmos Nicolaou · 10 years ago