1. c9432b1 flow/manager: Fix caching of connections. by Suharsh Sivakumar · 9 years ago
  2. 2c969e9 ref: First pass at removing old rpc stuff. by Suharsh Sivakumar · 9 years ago
  3. 9472d6e rpc: Servers can specify no blessings, in which case nameless blessings by Suharsh Sivakumar · 9 years ago
  4. 2bba4bd runtime/internal/rpc/test: Don't close a closed channel. by Matt Rosencrantz · 9 years ago
  5. adf359f flow/manager: Fix TestTimeoutResponse. by Suharsh Sivakumar · 9 years ago
  6. c44ff3e Merge "rpc/test/client_test: Fix TestStartCallBadProtocol_NewRPC." by Suharsh Sivakumar · 9 years ago
  7. 623bed0 test: swap V23InitSimple and V23Init by Adam Sadovsky · 9 years ago
  8. 848b03e rpc/test/client_test: Fix TestStartCallBadProtocol_NewRPC. by Suharsh Sivakumar · 9 years ago
  9. d416ada rpc/test/client_test: Make chan not block forever. by Suharsh Sivakumar · 9 years ago
  10. ee4cb02 TBR runtime/internal/flow/protocol: Add two new protocols: by Matt Rosencrantz · 9 years ago
  11. 17d0c82 Counterpart of https://vanadium-review.googlesource.com/16644 by Asim Shankar · 9 years ago
  12. c0bc0ec Merge "ref: Type flows should outlive the flows they are created to support." by Matt Rosencrantz · 9 years ago
  13. 4a03279 ref: Type flows should outlive the flows they are created to support. by Matt Rosencrantz · 9 years ago
  14. 52f351c rpc: Counterpart to https://vanadium-review.googlesource.com/16427 by Asim Shankar · 9 years ago
  15. 11ec2f5 runtime/internal/rpc: Allow clients to send RPCs without blessings. by Robin Thellend · 9 years ago
  16. 0f07c60 TBR: ref: Replace "v23" (the tool name) with "jiri". by Nicolas Lacasse · 9 years ago
  17. 98d6d7c v23: Promote the XWithNew*Server APIs out of experimental. by Matt Rosencrantz · 10 years ago
  18. e78daa7 TBR: client_test: Disable flaky test. by Suharsh Sivakumar · 10 years ago
  19. 88d5cd2 TBR:ref/runtime/internal/rpc/test: Disable a flaky test that depends on the by Matt Rosencrantz · 10 years ago
  20. e7d55fb runtime/internal/rpc: Implement a scheme for backward compatibility. by Matt Rosencrantz · 10 years ago
  21. 8b8e5c8 runtime/internal/rpc/test: Disable flaky test by Robin Thellend · 10 years ago
  22. 8344434 ref: Add ctx to RegisteredProtocol dial, resolve, and listen functions by Suharsh Sivakumar · 10 years ago
  23. 0b49a40 runtime/internal/rpc/test: Fix client test TestTimeout(Response). by Suharsh Sivakumar · 10 years ago
  24. d9a7b3c ref: fixing go vet violations by Jiri Simsa · 10 years ago
  25. 5296cd2 x/ref/runtime/internal/...: make sure tests finish rpc's before next test starts. by Cosmos Nicolaou · 10 years ago
  26. a4d7fbf Merge "Needed for v.io/c/13354" by Cosmos Nicolaou · 10 years ago
  27. 5a3125a Needed for v.io/c/13354 by Cosmos Nicolaou · 10 years ago
  28. e9c622d x.ref/runtime: convert to context-based logging. by Cosmos Nicolaou · 10 years ago
  29. 95bca14 test: disable the namespace cache unconditionally for context created by V23Init by Bogdan Caprita · 10 years ago
  30. 19a50f6 x/ref/services: profile, mounttable, proxy, role to use context-based logging. by Cosmos Nicolaou · 10 years ago
  31. bb6295d ref: Change many uses of v23.NewServer to use xrpc.New*Server instead. by Matt Rosencrantz · 10 years ago
  32. 9691e5d lib/apilog: use ctx based logging and sundry bug fixes. by Cosmos Nicolaou · 10 years ago
  33. 73a6f24 Merge "runtime/internal/lib/publisher: make this asynchronous for real and fix up all unit tests." by Cosmos Nicolaou · 10 years ago
  34. 33cf898 runtime/internal/lib/publisher: make this asynchronous for real and fix up all unit tests. by Cosmos Nicolaou · 10 years ago
  35. 60052d8 ref: Rename test.InitForTest to test.V23Init by Todd Wang · 10 years ago
  36. 9587390 ref: Change test/modules registration mechanism. by Todd Wang · 10 years ago
  37. 8123b5e ref: Move v.io/x/ref/envvar files into v.io/x/ref by Todd Wang · 10 years ago
  38. dcc11d7 ref: Change "profiles" directory to "runtime" by Suharsh Sivakumar · 10 years ago[Renamed (98%) from profiles/internal/rpc/test/client_test.go]
  39. 7e93ce5 ref: Add resolver to rpc.RegisterProtocol. by Suharsh Sivakumar · 10 years ago
  40. bb259da Merge "vom: move magicbyte handling into encode/decode." by Jungho Ahn · 10 years ago
  41. 5d1fe97 vom: move magicbyte handling into encode/decode. by Jungho Ahn · 10 years ago
  42. 5e6a8bd rpc/client_test: Fix 'too many args' race correctly. by Suharsh Sivakumar · 10 years ago
  43. fd54ed9 profiles/rpc/internal: fix more racy tests. by Cosmos Nicolaou · 10 years ago
  44. 44c9e24 rpc/client_test: Make test handle flaky error. by Suharsh Sivakumar · 10 years ago
  45. ba9593f mounttablelib: Persist permissions to the underlying file system. by David Why Use Two When One Will Do Presotto · 10 years ago
  46. 472c681 rpc/...: deflake test cases for rpc errors. by Cosmos Nicolaou · 10 years ago
  47. ad49204 ref: Change context mutators from SetFoo to WithFoo. by Todd Wang · 10 years ago
  48. 54feabe ref: Move context.T out of rpc.ServerCall. by Todd Wang · 10 years ago
  49. fd82dcc services/mounttable/mounttablelib: Add node counter by Robin Thellend · 10 years ago
  50. 185c0c6 profiles/internal/rpc: more verror conversions and tests. by Cosmos Nicolaou · 10 years ago
  51. 1abd5a8 ref: Changes call of StartCall to Call whenever it made sense to do so. by Suharsh Sivakumar · 10 years ago
  52. 5987a94 x/ref: Move services/mounttable/lib to mounttablelib by Todd Wang · 10 years ago
  53. f32d24d flags: Replace "veyron" with "v23". (And _s with -s) by Asim Shankar · 10 years ago
  54. 59b8b69 ref: Begin consolidating environment variables into a single package. by Asim Shankar · 10 years ago
  55. b291d6c internal/rpc: cleanup/test all client error handling and bug fixes. by Cosmos Nicolaou · 10 years ago
  56. 8fa3876 x/ref: Remove verror.Is and verror.Equal by Todd Wang · 10 years ago
  57. d7616c9 ref: adding copyright headers and licensing files by Jiri Simsa · 10 years ago
  58. 4a69828 testutil: Merge x/ref/test/security with x/ref/test/testutil by Asim Shankar · 10 years ago
  59. 263c73b ipc,naming,security: Use blessing names in endpoint for server authorization. by Asim Shankar · 10 years ago
  60. 2d02463 ref: Remove most references to the modules/core package. by Matt Rosencrantz · 10 years ago
  61. 94502cf ref: Rename package ipc to rpc. by Matt Rosencrantz · 10 years ago[Renamed (99%) from profiles/internal/ipc/test/client_test.go]
  62. 9e90984 test/modules/shell.go: have a single NewShell call with functional expect.Session support. by Cosmos Nicolaou · 10 years ago
  63. 1381f8a mv x/ref/lib/testutil -> x/ref/test and lib/modules to test/modules by Cosmos Nicolaou · 10 years ago
  64. cbfe474 profiles/internal: Refactor IPC tests. by Suharsh Sivakumar · 10 years ago[Renamed (99%) from profiles/internal/ipc/client_test.go]
  65. 42a1736 x.ref/lib/modules: comment and API improvements. by Cosmos Nicolaou · 10 years ago
  66. 86ba1a1 ref: devtools: Move many libraries from v.io/x/ref/lib to v.io/x/ref/profiles/internal. by Matt Rosencrantz · 10 years ago
  67. dbc1be2 ref: Move v.io/x/ref/runtimes/googe to v.io/x/ref/profiles/internal by Matt Rosencrantz · 10 years ago[Renamed (99%) from runtimes/google/ipc/client_test.go]
  68. ffceefa TBR renaming v.io/core/veyron to v.io/x/ref by Jiri Simsa · 10 years ago
  69. 337af23 core: moving vlog from release.go.v23 to release.go.x.lib by Jiri Simsa · 10 years ago
  70. 2ec2bb3 v.io/core: updates to accommodate changed to verror by Mike Burrows · 10 years ago
  71. 6ac9522 TBR renaming party by Jiri Simsa · 10 years ago
  72. e77f995 TBR go.core: Change IPC protocol to remove error from out-args. by Todd Wang · 10 years ago
  73. 074bf36 verror: addressing https://github.com/veyron/release-issues/issues/1080 by Jiri Simsa · 10 years ago
  74. 90da4c2 veyron/runtimes/google/ipc: Introduce a NoRetry opt to make ipc tests by Suharsh Sivakumar · 10 years ago
  75. ff73e1f go.core: Rename package verror2 to verror. by Todd Wang · 10 years ago
  76. 2a54835 v.io/core: another step in eliminating verror1, and making verror2.E be a struct by Mike Burrows · 10 years ago
  77. dc6b360 v.io/core/veyron2/verror2: First step is making verror2.E be a struct by Mike Burrows · 10 years ago
  78. 9d17e4a veyron/lib/modules: Make modules parse flags using the veyron2.Init by Suharsh Sivakumar · 10 years ago
  79. d1ca686 runtimes/google/ipc: cleanup error handling. MultiPart: 1/2 by Cosmos Nicolaou · 10 years ago
  80. f416ac5 "core": Make go-tests pass under agent by Ankur · 10 years ago
  81. d68949c core: Remove old profiles and make new profiles parse flags for runtime. by Suharsh Sivakumar · 10 years ago
  82. 19fbf99 core: Change rt.New to veyron2.Init. by Suharsh Sivakumar · 10 years ago
  83. fa3082c veyron/services/mgmt: Update the management services to use veyron2.Init() by Matt Rosencrantz · 10 years ago
  84. fb9255a "core": Makes Tests pass under agent by Ankur · 10 years ago
  85. 8de8585 TBR namespace: ResolveX/ResolveToMountTableX become Resolve/ResolveToMountTable. by David Why Use Two When One Will Do Presotto · 10 years ago
  86. a08a221 veyron/lib/modules: Use the agent for managing credentials in modules.Shell. by Ryan Brown · 10 years ago
  87. 8bd8e10 veyron/runtimes/google/namimg: allow 'addresses' to be stored in the mounttable and other 'cleanups' by Cosmos Nicolaou · 10 years ago
  88. d599e38 core: Remove the NewStreamManager and Namespace methods of Runtime. by Matt Rosencrantz · 10 years ago
  89. 6edab56 core: Remove the NewClient and Client methods of Runtime. by Matt Rosencrantz · 10 years ago
  90. 89445a4 core: Remove the redundant With* methods on context. by Matt Rosencrantz · 10 years ago
  91. 764efb7 Reorganization of VANADIUM_ROOT relative paths. by Jiri Simsa · 10 years ago
  92. c0a2865 Replacing veyron.io with v.io. by Jiri Simsa · 10 years ago
  93. 28dabfc veyron2/ipc: allow listen to return multiple endpoints and use verror2. by Cosmos Nicolaou · 10 years ago
  94. ae8dd21 veyron2/ipc: modify ListenSpec to accept a slice of addresses. by Cosmos Nicolaou · 10 years ago
  95. b43694a runtimes/google/ipc: another attempt to fix flaky tests by Cosmos Nicolaou · 10 years ago
  96. 3709c16 veyron: Enable vom2 by default by Robin Thellend · 10 years ago
  97. c13446b veyron/lib/modules/core: Remove reliance on rt.R(). by Matt Rosencrantz · 10 years ago
  98. 6366dde Fix flaky TestNoServersAvailable by Jungho Ahn · 10 years ago
  99. cb8a614 namespace: ResolveX smarter about errors. by David Why Use Two When One Will Do Presotto · 10 years ago
  100. 5a8a125 runtimes/google/ipc: continued tidyup and tests for verror2 and ipc.Client. by Cosmos Nicolaou · 10 years ago