1. 53ac585 ref: Convert uses of the xrpc library to the new v23 server API. by Matt Rosencrantz · 10 years ago
  2. e9c622d x.ref/runtime: convert to context-based logging. by Cosmos Nicolaou · 10 years ago
  3. bb6295d ref: Change many uses of v23.NewServer to use xrpc.New*Server instead. by Matt Rosencrantz · 10 years ago
  4. 60052d8 ref: Rename test.InitForTest to test.V23Init by Todd Wang · 10 years ago
  5. 9587390 ref: Change test/modules registration mechanism. by Todd Wang · 10 years ago
  6. dcc11d7 ref: Change "profiles" directory to "runtime" by Suharsh Sivakumar · 10 years ago
  7. fdd6ec7 all: remove .api files from ref/ by James Ring · 10 years ago
  8. 3650fd4 all: add .api files necessary for public API presubmit check by James Ring · 10 years ago
  9. ad49204 ref: Change context mutators from SetFoo to WithFoo. by Todd Wang · 10 years ago
  10. 54feabe ref: Move context.T out of rpc.ServerCall. by Todd Wang · 10 years ago
  11. 8c4e5cc x/ref: Update package doc for all packages. by Todd Wang · 10 years ago
  12. b351149 x/ref: Restructure security packages by Todd Wang · 10 years ago
  13. cd4b3cc x/ref: Restructure services/device by Todd Wang · 10 years ago
  14. 712eeef x/ref: Move v.io/v23/mgmt to v.io/x/ref/lib/mgmt by Todd Wang · 10 years ago
  15. 94c9d0b TBR x/ref: Flatten v.io/v23/services/mgmt/* to v.io/v23/services/* by Todd Wang · 10 years ago
  16. d7616c9 ref: adding copyright headers and licensing files by Jiri Simsa · 10 years ago
  17. 94502cf ref: Rename package ipc to rpc. by Matt Rosencrantz · 10 years ago
  18. 9e90984 test/modules/shell.go: have a single NewShell call with functional expect.Session support. by Cosmos Nicolaou · 10 years ago
  19. 1381f8a mv x/ref/lib/testutil -> x/ref/test and lib/modules to test/modules by Cosmos Nicolaou · 10 years ago
  20. 42a1736 x.ref/lib/modules: comment and API improvements. by Cosmos Nicolaou · 10 years ago
  21. 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
  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. e7fc94d core: cleanup of GO.PACKAGE indentation and v23 tests header by Jiri Simsa · 10 years ago
  25. b1c49cd TBR: Copyright header added. MultiPart: 4/5 by Cosmos Nicolaou · 10 years ago
  26. 6ac9522 TBR renaming party by Jiri Simsa · 10 years ago
  27. d19c95d core: Remove testutil.Init in init and use v23 test generate by Suharsh Sivakumar · 10 years ago
  28. f416ac5 "core": Make go-tests pass under agent by Ankur · 10 years ago
  29. d68949c core: Remove old profiles and make new profiles parse flags for runtime. by Suharsh Sivakumar · 10 years ago
  30. 19fbf99 core: Change rt.New to veyron2.Init. by Suharsh Sivakumar · 10 years ago
  31. 29a3b35 veyron/services/mgmt: integrate device manager with sysinit by Bogdan Caprita · 10 years ago
  32. a08a221 veyron/lib/modules: Use the agent for managing credentials in modules.Shell. by Ryan Brown · 10 years ago
  33. 8bd8e10 veyron/runtimes/google/namimg: allow 'addresses' to be stored in the mounttable and other 'cleanups' by Cosmos Nicolaou · 10 years ago
  34. f541b77 core: Remove the NewServer method of the Runtime interface. by Matt Rosencrantz · 10 years ago
  35. f1c3b44 core: Remove the Principal method of the Runtime interface. by Matt Rosencrantz · 10 years ago
  36. 946f64d core: Change runtime.AppCycle to veyron2.GetAppCycle(ctx). by Suharsh Sivakumar · 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. 77cd9e8 "veyron/lib/testutil/security": ForkCredentials by Ankur · 10 years ago
  41. a456f47 veyron2/services/mgmt/node,veyron/services/mgmt/node,veyron/tools/mgmt: rename node->device, cl 3 of N (go/vissue/496) by Bogdan Caprita · 10 years ago
  42. c7fecf1 veyron/lib/signals: Remove dependence on rt.R() by Matt Rosencrantz · 10 years ago
  43. 344cc4a lib/modules: change the NewShell factory to take a security.Principal arg. by Cosmos Nicolaou · 10 years ago
  44. d4f0056 lib/modules: implement a registry to clean up AddFunction,Subprocess etc. by Cosmos Nicolaou · 10 years ago
  45. 39e3ae5 veyron2: move the AppCycle implementation out of the runtime. by Cosmos Nicolaou · 10 years ago
  46. 3789339 veyron/lib/modules: encapsulating Shell's config field by Jiri Simsa · 10 years ago
  47. 702385a veyron2/vdl: New API for generated Go interfaces. by Todd Wang · 10 years ago
  48. 99a276b Merge "veyron/lib/modules: adding an option to pass Config to a child process" by Bogdan Caprita · 10 years ago
  49. 92dba58 veyron2/ipc: 3 of n. 'Invoker and Signature' rationalisation. by Cosmos Nicolaou · 10 years ago
  50. f57930f veyron/lib/modules: adding an option to pass Config to a child process by Jiri Simsa · 10 years ago
  51. 95910b6 veyron/...: Consolidate use of environment variables into named constants. by Asim Shankar · 10 years ago
  52. 612ad38 veyron/lib/modules: make the Start method take an env parameter and delete StartWithEnv. by Cosmos Nicolaou · 10 years ago
  53. 7b5c94a veyron/runtimes/google/rt: Use the new security model by default. by Asim Shankar · 10 years ago
  54. f8d4c2b rename ipc.ListenX to ipc.Listen. by Cosmos Nicolaou · 10 years ago
  55. c920db3 veyron/lib/testutil: Avoid parsing flags in init() by Asim Shankar · 10 years ago
  56. cc04421 veyron2: Separate out options into a separate package. by Asim Shankar · 10 years ago
  57. 8829291 veyron/...: Update a bunch of tests to use the new security model. by Asim Shankar · 10 years ago
  58. 1e78ccc veyron/lib/modules: provide a means to auto-register subprocesses. by Cosmos Nicolaou · 10 years ago
  59. cc58172 veyron/lib/signals, veyron2/vlog: use new modules package for testing. by Cosmos Nicolaou · 10 years ago
  60. d6c3c9c veyron: start the transition to using ListenX. by Cosmos Nicolaou · 10 years ago
  61. 519c507 updating the veyron import paths by Jiri Simsa · 11 years ago
  62. 8bfacf2 veyron2/ipc: change Lookup to take second arg that is the method being invoked. by Cosmos Nicolaou · 11 years ago
  63. 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
  64. c4aed6e veyron/...: Changed the generated ipc stream to match our one true stream api. by Shyam Jayaraman · 11 years ago
  65. 4258d88 veyron,veyron2: rename runtime.Shutdown to runtime.Cleanup. by Bogdan Caprita · 11 years ago
  66. fdc838b veyron/runtimes/google/ipc: new Serve method to replace Register+Publish. by Cosmos Nicolaou · 11 years ago
  67. 73e9cac veyron/lib/testutil: factoring out the security testing utility to by Jiri Simsa · 11 years ago
  68. a4d9ee4 veyron/runtimes/google: adding AppCycle service implementation to the runtime. by Bogdan Caprita · 11 years ago
  69. 7fc6e87 veyron/lib/signals: fixing Go formatting by Jiri Simsa · 11 years ago
  70. 1002ba4 veyron/lib/signals: fixing logic to remove STOP from signals passed to by Bogdan Caprita · 11 years ago
  71. b07fa77 veyron2: merge Runtime interfaces into veyron2.Runtime by Cosmos Nicolaou · 11 years ago
  72. 5293dcb TBR by Jiri Simsa · 11 years ago