1. e8e6746 ref: Reimplement v23cmd without a global map. by Todd Wang · 10 years ago
  2. 9560b9c ref: Replace v.io/x/lib/cmdline with v.io/x/lib/cmdline2 by Todd Wang · 10 years ago
  3. dcc11d7 ref: Change "profiles" directory to "runtime" by Suharsh Sivakumar · 10 years ago
  4. 338f90c ref: Add x/lib/cmdline2 and x/ref/lib/v23cmd. by Todd Wang · 10 years ago
  5. 28037b7 services/mounttable: Remove ResolveStepX by Asim Shankar · 10 years ago
  6. 54feabe ref: Move context.T out of rpc.ServerCall. by Todd Wang · 10 years ago
  7. 387d8a4 TBR x/ref: Rename services/security/access to security/access by Todd Wang · 10 years ago
  8. 71b838c mounttable: Remove the MountX call. by Asim Shankar · 10 years ago
  9. 35c1498 Merge "naming: Remove dead code" by Asim Shankar · 10 years ago
  10. d7616c9 ref: adding copyright headers and licensing files by Jiri Simsa · 10 years ago
  11. 43d1f93 naming: Remove dead code by Asim Shankar · 10 years ago
  12. 89e9523 profiles/internal: Add IsLeaf by Robin Thellend · 10 years ago
  13. 036c30c ref/lib/flags, ref/test: make it possible to set new default values. by Cosmos Nicolaou · 10 years ago
  14. a084670 Merge "mounttable: Update test from go/vcl/8401" by Todd Wang · 10 years ago
  15. 94502cf ref: Rename package ipc to rpc. by Matt Rosencrantz · 10 years ago
  16. 17a50cd mounttable: Update test from go/vcl/8401 by Todd Wang · 10 years ago
  17. 2331dd0 x/ref: Merge naming.{VDL,}{MountEntry,MountedServer,Glob}. by Todd Wang · 10 years ago
  18. 1381f8a mv x/ref/lib/testutil -> x/ref/test and lib/modules to test/modules by Cosmos Nicolaou · 10 years ago
  19. b60efb9 TBR x/ref: ACL Rename by Benjamin Prosnitz · 10 years ago
  20. 9dce9b2 ref: Update many variable names for *Calls to call. by Matt Rosencrantz · 10 years ago
  21. bca4981 TBR: ref: namespace_browser: Move v.io/x/ref/tools to v.io/x/ref/cmd. by Matt Rosencrantz · 10 years ago[Renamed from tools/mounttable/impl_test.go]
  22. ffceefa TBR renaming v.io/core/veyron to v.io/x/ref by Jiri Simsa · 10 years ago
  23. 5c7ed21 core: Rename things called *Context to *Call. by Matt Rosencrantz · 10 years ago
  24. 337af23 core: moving vlog from release.go.v23 to release.go.x.lib by Jiri Simsa · 10 years ago
  25. 6ac9522 TBR renaming party by Jiri Simsa · 10 years ago
  26. b2cc129 TBR: tools/{namespace,mounttable}: Sundry tweaks by Asim Shankar · 10 years ago
  27. e250ae9 mounttable cmd: Change success message for Unmount. by David Why Use Two When One Will Do Presotto · 10 years ago
  28. e5e62d0 mounttable: Change the reply stream to be a union of replies and errors. by David Why Use Two When One Will Do Presotto · 10 years ago
  29. 8bc78d6 naming,security: Server authorization via trusted mounttables. (Part 1 of 2) by Asim Shankar · 10 years ago
  30. f416ac5 "core": Make go-tests pass under agent by Ankur · 10 years ago
  31. 19fbf99 core: Change rt.New to veyron2.Init. by Suharsh Sivakumar · 10 years ago
  32. a5ad272 core: Convert all cmdline users to veyron2.Init. by Matt Rosencrantz · 10 years ago
  33. 0003fdc "core/veyron/tools": Test must run under agent by Ankur · 10 years ago
  34. d3aa663 mounttable: ResolveStep replaces ResolveStepX. The ResolveStepX RPC remains by David Why Use Two When One Will Do Presotto · 10 years ago
  35. f541b77 core: Remove the NewServer method of the Runtime interface. by Matt Rosencrantz · 10 years ago
  36. ab2bcf2 mounttable: Make ACLs actually so something useful. by David Why Use Two When One Will Do Presotto · 10 years ago
  37. 764efb7 Reorganization of VANADIUM_ROOT relative paths. by Jiri Simsa · 10 years ago
  38. c0a2865 Replacing veyron.io with v.io. by Jiri Simsa · 10 years ago
  39. 28dabfc veyron2/ipc: allow listen to return multiple endpoints and use verror2. by Cosmos Nicolaou · 10 years ago
  40. 39ac323 veyron2/ipc/model.go: Normalize the Glob interfaces by Robin Thellend · 10 years ago
  41. c2ed03e veyron/tools/*: Remove dependence on rt.R()/rt.Init() by Matt Rosencrantz · 10 years ago
  42. a02fe8f veyron2/ipc/model.go: Remove method argument from Lookup by Robin Thellend · 10 years ago
  43. 1fe7cdd veyron2/vdl,ipc: Enable reflection to capture stream types. by Todd Wang · 10 years ago
  44. 710daa2 veyron2/ipc: 4 of n. 'Invoker and Signature' rationalisation. by Cosmos Nicolaou · 10 years ago
  45. 1aa5769 veyron2/naming: Move veyron2/services/mounttable/types here. by Todd Wang · 10 years ago
  46. 702385a veyron2/vdl: New API for generated Go interfaces. by Todd Wang · 10 years ago
  47. 8b4dbbf namespace: More // eradication. by David Why Use Two When One Will Do Presotto · 10 years ago
  48. 92dba58 veyron2/ipc: 3 of n. 'Invoker and Signature' rationalisation. by Cosmos Nicolaou · 10 years ago
  49. 1ee5e1a veyron2/ipc: 1 of n. 'Invoker and Signature' rationalisation. by Cosmos Nicolaou · 10 years ago
  50. f8d4c2b rename ipc.ListenX to ipc.Listen. by Cosmos Nicolaou · 10 years ago
  51. 18205cf veyron/tools: Merge the impl and main packages by Robin Thellend · 10 years ago[Renamed (97%) from tools/mounttable/impl/impl_test.go]
  52. 6f9f574 mounttable service: Add ResolveStepX to eventually replace ResolveStep. by David Why Use Two When One Will Do Presotto · 10 years ago
  53. 3da1c79 This is the first change to get rid of //. by David Why Use Two When One Will Do Presotto · 10 years ago
  54. d6c3c9c veyron: start the transition to using ListenX. by Cosmos Nicolaou · 10 years ago
  55. 519c507 updating the veyron import paths by Jiri Simsa · 11 years ago
  56. 1da424d veyron2/services/mounttable: Split types into separate pkg by Robin Thellend · 11 years ago
  57. 8bfacf2 veyron2/ipc: change Lookup to take second arg that is the method being invoked. by Cosmos Nicolaou · 11 years ago
  58. 5181bdb veyron/go/src/...: replace "127.0.0.1:0" and "localhost:0" with ":0" in address flag default for binaries, and make sure to override --address to "127.0.0.1:0" in tests (since GCE requires ipv4). by Adam Sadovsky · 11 years ago
  59. 97b9dca veyron/: Split out the recv and send portion of the stream into sub interfaces so we don't have naming confusion when both sets of methods are on the RPC. The RPC have RecvStream or SendStream methods for the recv or send portion of the stream. This also includes a few naming changes in the API. by Shyam Jayaraman · 11 years ago
  60. 41cb914 global: s/Globable/Globbable/g by Adam Sadovsky · 11 years ago
  61. fdc838b veyron/runtimes/google/ipc: new Serve method to replace Register+Publish. by Cosmos Nicolaou · 11 years ago
  62. f5afcaf all: Create a new client context parameter that will be the first argument of every RPC call. by Matt Rosencrantz · 11 years ago
  63. 1e8ee51 veyron/services/mounttable: Move the CLI tool to veyron/tools. by Robin Thellend · 11 years ago[Renamed (98%) from services/mounttable/mounttable/impl/impl_test.go]
  64. 6933540 veyron2/naming: rename and rationalise routines for 'terminal' names. by Cosmos Nicolaou · 11 years ago
  65. 6b17da7 veyron/services/mounttable: Add a command-line tool. by Robin Thellend · 11 years ago