1. 8bd8e10 veyron/runtimes/google/namimg: allow 'addresses' to be stored in the mounttable and other 'cleanups' by Cosmos Nicolaou · 10 years ago
  2. 6edab56 core: Remove the NewClient and Client methods of Runtime. by Matt Rosencrantz · 10 years ago
  3. b59a96d veyron2/options: Make NoResolve a struct. by Suharsh Sivakumar · 10 years ago
  4. ae774a5 veyron2/options: Make VCSecurityNone a CallOpts instead of ClientOpt. by Suharsh Sivakumar · 10 years ago
  5. 7590a6d veyron2/ipc,veyron/runtimes/google/ipc: remove ipc.LeafDispatcher by Bogdan Caprita · 10 years ago
  6. 89445a4 core: Remove the redundant With* methods on context. by Matt Rosencrantz · 10 years ago
  7. 3f5ecc5 veyron2: remove unresolve method. by Cosmos Nicolaou · 10 years ago
  8. 4f8ac60 veyron.go.core: Make context.T a concrete type. by Matt Rosencrantz · 10 years ago
  9. 764efb7 Reorganization of VANADIUM_ROOT relative paths. by Jiri Simsa · 10 years ago
  10. c0a2865 Replacing veyron.io with v.io. by Jiri Simsa · 10 years ago
  11. 28dabfc veyron2/ipc: allow listen to return multiple endpoints and use verror2. by Cosmos Nicolaou · 10 years ago
  12. ae8dd21 veyron2/ipc: modify ListenSpec to accept a slice of addresses. by Cosmos Nicolaou · 10 years ago
  13. 6153c6c runtimes/google/naming/namespace: Move parsing server blessing patterns from StartCall into ResolveX. by Ryan Brown · 10 years ago
  14. 65e44c2 veyron/ipc: Fix NoDischarges Option. by Suharsh Sivakumar · 10 years ago
  15. afe4964 veyron/runtimes/google/namespace: Namespace should not take a runtime parameter on New. by Matt Rosencrantz · 10 years ago
  16. 87c0a55 veyron2/ipc: force all protocols, including tcp, to be registered. by Cosmos Nicolaou · 10 years ago
  17. cb8a614 namespace: ResolveX smarter about errors. by David Why Use Two When One Will Do Presotto · 10 years ago
  18. 39ac323 veyron2/ipc/model.go: Normalize the Glob interfaces by Robin Thellend · 10 years ago
  19. aa1a4db Merge "runtimes/google/ipc: continued tidyup and tests for verror2 and ipc.Client." by Cosmos Nicolaou · 10 years ago
  20. ac32b6c veyron/services/mounttable: Remove dependence on rt.R(). by Matt Rosencrantz · 10 years ago
  21. 5a8a125 runtimes/google/ipc: continued tidyup and tests for verror2 and ipc.Client. by Cosmos Nicolaou · 10 years ago
  22. bb1df07 Merge "naming: Turn on endpoint type v3 and use ep.ServesMountTable()." by David Why Use Two When One Will Do Presotto · 10 years ago
  23. fc29014 runtimes/google/naming/namespace: Support blessing pattern for the root mount table. by Ryan Brown · 10 years ago
  24. 9d3cfb1 naming: Turn on endpoint type v3 and use ep.ServesMountTable(). by David Why Use Two When One Will Do Presotto · 10 years ago
  25. a02fe8f veyron2/ipc/model.go: Remove method argument from Lookup by Robin Thellend · 10 years ago
  26. d028960 namespace: Don't return errors for Mount/Unmount if all routing ids have by David Why Use Two When One Will Do Presotto · 10 years ago
  27. dbae76b veyron/runtimes/google/ipc: When listening on tcp, also allow websocket by Shyam Jayaraman · 10 years ago
  28. bc2c87c Revert "runtimes/google/naming/namespace: Support blessing pattern for the root mount table." by Ryan Brown · 10 years ago
  29. e315ed6 runtimes/google/naming/namespace: Support blessing pattern for the root mount table. by Ryan Brown · 10 years ago
  30. adf0ca1 End of the // eradication. by David Why Use Two When One Will Do Presotto · 10 years ago
  31. 1fe7cdd veyron2/vdl,ipc: Enable reflection to capture stream types. by Todd Wang · 10 years ago
  32. 710daa2 veyron2/ipc: 4 of n. 'Invoker and Signature' rationalisation. by Cosmos Nicolaou · 10 years ago
  33. 1aa5769 veyron2/naming: Move veyron2/services/mounttable/types here. by Todd Wang · 10 years ago
  34. 5c95a6c veyron/runtimes/google/ipc: Switch everything to __Glob. by Robin Thellend · 10 years ago
  35. 702385a veyron2/vdl: New API for generated Go interfaces. by Todd Wang · 10 years ago
  36. 8b4dbbf namespace: More // eradication. by David Why Use Two When One Will Do Presotto · 10 years ago
  37. 92dba58 veyron2/ipc: 3 of n. 'Invoker and Signature' rationalisation. by Cosmos Nicolaou · 10 years ago
  38. c28686e namespace: Add a trailing Glob pattern ***. This is like ... but by David Why Use Two When One Will Do Presotto · 10 years ago
  39. b8178d3 naming/verror: Migrate naming errors to verror2 by Benjamin Prosnitz · 10 years ago
  40. 1ee5e1a veyron2/ipc: 1 of n. 'Invoker and Signature' rationalisation. by Cosmos Nicolaou · 10 years ago
  41. 9896004 veyron/lib/flags: provide a default value for veyron.namespace.roots by Cosmos Nicolaou · 10 years ago
  42. 59a254c veyron/runtimes/google/naming/namespace: by David Why Use Two When One Will Do Presotto · 10 years ago
  43. 98d6596 veyron/runtimes/google/naming: Bugfix in error propagation and test setup. by Asim Shankar · 10 years ago
  44. f8d4c2b rename ipc.ListenX to ipc.Listen. by Cosmos Nicolaou · 10 years ago
  45. f889c73 veyron2: break dependency between veyron2/rt and the runtime implementation. by Cosmos Nicolaou · 10 years ago
  46. c920db3 veyron/lib/testutil: Avoid parsing flags in init() by Asim Shankar · 10 years ago
  47. cc04421 veyron2: Separate out options into a separate package. by Asim Shankar · 10 years ago
  48. f410759 veyron2/naming: add a field to endpoints to reflect whether they serve a mounttable or not. by Cosmos Nicolaou · 10 years ago
  49. 7cf2900 veyron/runtimes/google: Plumb the new security model all the way through. by Asim Shankar · 10 years ago
  50. 3da1c79 This is the first change to get rid of //. by David Why Use Two When One Will Do Presotto · 10 years ago
  51. cce8f4f namespace: Change glob to list everything at a mount point, i.e., the mount point itself by David Why Use Two When One Will Do Presotto · 10 years ago
  52. cd9852b veyron/runtimes/google: log injection by Mehrdad Afshari · 11 years ago
  53. 577ce8d veyron/lib/glob: Indicate whether a name matches a glob pattern exactly. by Tilak Sharma · 11 years ago
  54. 492e8e9 veyron2/verror: Rename NotFound and NotAuthorized, introduce NoExistOrNoAccess. by Tilak Sharma · 11 years ago
  55. 519c507 updating the veyron import paths by Jiri Simsa · 11 years ago
  56. 434e39f veyron/services/mounttable: Fix Glob bug. by Robin Thellend · 11 years ago
  57. 185b0cd Argh, forgot to upload last change before merging... by David Why Use Two When One Will Do Presotto · 11 years ago
  58. 7764f31 Add CacheCtl to naming.Namespace. by David Why Use Two When One Will Do Presotto · 11 years ago
  59. 8bfacf2 veyron2/ipc: change Lookup to take second arg that is the method being invoked. by Cosmos Nicolaou · 11 years ago
  60. 4f7161e Adds caching to name resolution. Each step in the resolution is cached and by David Why Use Two When One Will Do Presotto · 11 years ago
  61. 137b8d2 veyron/runtimes/google/ipc: Add deadline and cancellation propagation to the context. by Matt Rosencrantz · 11 years ago
  62. 41cb914 global: s/Globable/Globbable/g by Adam Sadovsky · 11 years ago
  63. 50c2bb8 veyron/runtimes/google/naming/namespace: Don't send Finished glob queries to terminal servers. by Matt Rosencrantz · 11 years ago
  64. 2db32f9 Limit glob depth when doing a recursive glob. by David Why Use Two When One Will Do Presotto · 11 years ago
  65. 5f83857 veyron/runtimes/google/naming/namespace: Allow Glob with rooted pattern by Robin Thellend · 11 years ago
  66. 4258d88 veyron,veyron2: rename runtime.Shutdown to runtime.Cleanup. by Bogdan Caprita · 11 years ago
  67. fdc838b veyron/runtimes/google/ipc: new Serve method to replace Register+Publish. by Cosmos Nicolaou · 11 years ago
  68. 8b83105 global rename of MOUNTTABLE_ROOT to NAMESPACE_ROOT. This affects by Cosmos Nicolaou · 11 years ago
  69. 4e02997 veyron2/naming: renaming MountTable to Namespace by Cosmos Nicolaou · 11 years ago
  70. 29147f7 veryon2/naming: Pipe contexts through the mounttable client library. by Matt Rosencrantz · 11 years ago
  71. e6e87f1 veyron2/naming: prevent annoying last-step RPC for name resolution. by Cosmos Nicolaou · 11 years ago
  72. f5afcaf all: Create a new client context parameter that will be the first argument of every RPC call. by Matt Rosencrantz · 11 years ago
  73. d123fa3 Fix the build. by Ryan Brown · 11 years ago
  74. decdf31 veyron/runtimes/google/naming/mounttable: Fix bug with constant prefix optimization. by Matt Rosencrantz · 11 years ago
  75. 6933540 veyron2/naming: rename and rationalise routines for 'terminal' names. by Cosmos Nicolaou · 11 years ago
  76. 8b3447c Squashed commit of the following: by David Why Use Two When One Will Do Presotto · 11 years ago
  77. 5293dcb TBR by Jiri Simsa · 11 years ago