1. 19fbf99 core: Change rt.New to veyron2.Init. by Suharsh Sivakumar · 10 years ago
  2. a5ad272 core: Convert all cmdline users to veyron2.Init. by Matt Rosencrantz · 10 years ago
  3. 0003fdc "core/veyron/tools": Test must run under agent by Ankur · 10 years ago
  4. ae60fb2 Merge "core: Make cmdline.Command.Main return an exit code instead of exiting." by Matt Rosencrantz · 10 years ago
  5. f519f8f core: Remove vom1, wiretype and old Signature. by Todd Wang · 10 years ago
  6. 92303e1 core: Make cmdline.Command.Main return an exit code instead of exiting. by Matt Rosencrantz · 10 years ago
  7. 06eeab0 veyron/tools/vrpc: Update to new __Signature and VDL values. by Todd Wang · 10 years ago
  8. 8bd8e10 veyron/runtimes/google/namimg: allow 'addresses' to be stored in the mounttable and other 'cleanups' by Cosmos Nicolaou · 10 years ago
  9. f541b77 core: Remove the NewServer method of the Runtime interface. by Matt Rosencrantz · 10 years ago
  10. 390d648 veyron/tools/vrpc: Command to dump out blessings presented by the server. by Asim Shankar · 10 years ago
  11. 6edab56 core: Remove the NewClient and Client methods of Runtime. by Matt Rosencrantz · 10 years ago
  12. be80c1b core,vdl: Remove use of RuntimeFromContext from vdl generator. by Suharsh Sivakumar · 10 years ago
  13. 89445a4 core: Remove the redundant With* methods on context. by Matt Rosencrantz · 10 years ago
  14. 4f8ac60 veyron.go.core: Make context.T a concrete type. by Matt Rosencrantz · 10 years ago
  15. 478fcf9 veyron: Run gofmt against core. by Todd Wang · 10 years ago
  16. 3540e3a Post-migration cleanup. by Jiri Simsa · 10 years ago
  17. 764efb7 Reorganization of VANADIUM_ROOT relative paths. by Jiri Simsa · 10 years ago
  18. c0a2865 Replacing veyron.io with v.io. by Jiri Simsa · 10 years ago
  19. 3d3491f Replacing VEYRON_ROOT with VANADIUM_ROOT. by Jiri Simsa · 10 years ago
  20. 9346b41 veyron/veyron2/ipc: Call should n ot have a Cancel method. by Matt Rosencrantz · 10 years ago
  21. 383e88c veyron2/vdl: Change vdl error syntax, and rename oneof to union. by Todd Wang · 10 years ago
  22. 28dabfc veyron2/ipc: allow listen to return multiple endpoints and use verror2. by Cosmos Nicolaou · 10 years ago
  23. 8fea01c veyron: Rename proxy.envyor.com to (ns|auth).dev.v.io by Robin Thellend · 10 years ago
  24. 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
  25. 454030b veyron2/rt: make it an error and panic if multiple profiles are registered. by Cosmos Nicolaou · 10 years ago
  26. 39ac323 veyron2/ipc/model.go: Normalize the Glob interfaces by Robin Thellend · 10 years ago
  27. d83b90b veyron2/vlog: get rid of -vv flag, use --vmodule=*=2 instead. by Cosmos Nicolaou · 10 years ago
  28. 34ed4c6 veyron2/{vdl,vom2,ipc}: Finish the vom2 transition. by Todd Wang · 10 years ago
  29. c2ed03e veyron/tools/*: Remove dependence on rt.R()/rt.Init() by Matt Rosencrantz · 10 years ago
  30. bc26d69 veyron/{lib/tools}: removing the cmdline and textutil packages from by Jiri Simsa · 10 years ago
  31. 6591db4 Merge "veyron/*/main.go: update go:generate to use tool" by Robert Kroeger · 10 years ago
  32. 62b210f veyron/*/main.go: update go:generate to use tool by Robert Kroeger · 10 years ago
  33. 331e5a0 veyron/tools/vrpc: fix vrpc by importing a profile by Adam Sadovsky · 10 years ago
  34. 5739dda veyron2/vdl,ipc: Add new Signature support (incomplete). by Todd Wang · 10 years ago
  35. adf0ca1 End of the // eradication. by David Why Use Two When One Will Do Presotto · 10 years ago
  36. 1fe7cdd veyron2/vdl,ipc: Enable reflection to capture stream types. by Todd Wang · 10 years ago
  37. 1aa5769 veyron2/naming: Move veyron2/services/mounttable/types here. by Todd Wang · 10 years ago
  38. 702385a veyron2/vdl: New API for generated Go interfaces. by Todd Wang · 10 years ago
  39. 94bc464 veyron2/ipc/model.go: Add the new Glob interfaces. by Robin Thellend · 10 years ago
  40. 92dba58 veyron2/ipc: 3 of n. 'Invoker and Signature' rationalisation. by Cosmos Nicolaou · 10 years ago
  41. 896d776 TBR: fix vdl generation. by Jing Jin · 10 years ago
  42. fc4c469 veyron: Regenerate out of date vdls. by Matt Rosencrantz · 10 years ago
  43. 6a3c3e5 veyron2/vdl: Add typeobject to parser, compiler and go codegen. by Todd Wang · 10 years ago
  44. f8d4c2b rename ipc.ListenX to ipc.Listen. by Cosmos Nicolaou · 10 years ago
  45. 18205cf veyron/tools: Merge the impl and main packages by Robin Thellend · 10 years ago
  46. 0d12d71 cmdline tools: Auto-generate doc.go file using "go generate". by Todd Wang · 10 years ago
  47. a35aae2 veyron/lib/cmdline: Follow-up from change 5131. by Todd Wang · 10 years ago
  48. fcb72a5 veyron/lib/cmdline: Avoid repeatedly printing default help. by Todd Wang · 10 years ago
  49. d6c3c9c veyron: start the transition to using ListenX. by Cosmos Nicolaou · 10 years ago
  50. a615e4d veyron/lib/cmdline: Add ErrExitCode to support exit codes. by Todd Wang · 10 years ago
  51. 519c507 updating the veyron import paths by Jiri Simsa · 11 years ago
  52. bf85d54 veyron2/context: Allow the runtime to be obtained from a context.T by Matt Rosencrantz · 11 years ago
  53. 1da424d veyron2/services/mounttable: Split types into separate pkg by Robin Thellend · 11 years ago
  54. 8bfacf2 veyron2/ipc: change Lookup to take second arg that is the method being invoked. by Cosmos Nicolaou · 11 years ago
  55. 137b8d2 veyron/runtimes/google/ipc: Add deadline and cancellation propagation to the context. by Matt Rosencrantz · 11 years ago
  56. 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
  57. 0392705 veyron2/vdl: Remove comments about cancel on the Advance. by Shyam Jayaraman · 11 years ago
  58. 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
  59. a4f56db veyron2/vdl/vdl: Fix broken build. by Robin Thellend · 11 years ago
  60. 8e8f1f4 veyron2/vdl: Remove generated dead code by Asim Shankar · 11 years ago
  61. c4aed6e veyron/...: Changed the generated ipc stream to match our one true stream api. by Shyam Jayaraman · 11 years ago
  62. ce3898a android: Make map, list, set, array generated code implement standard java interfaces by Benjamin Prosnitz · 11 years ago
  63. 984214f vdl: temporary fix of issue 29: Generate a use of wiretype whenever there is an interface to temporarily fix errors on packages with just bootstrap types by Benjamin Prosnitz · 11 years ago
  64. a5ef10c veyron2/vdl/gen: attempt at clarifying the semantics of the stream API through by Bogdan Caprita · 11 years ago
  65. 0ecdd7a veyron2/val veyron2/vdl: Part 1 - reorganization of val and vdl by Todd Wang · 11 years ago
  66. 2e7dd71 {veyron/veyron2}/services/mgmt/build: a simple Go build server by Jiri Simsa · 11 years ago
  67. 948d6fa Merge "veyron,veyron2: rename runtime.Shutdown to runtime.Cleanup." by Bogdan Caprita · 11 years ago
  68. d9281a3 veyron,veyron2: replace Veyron name by Object name everywhere. by Bogdan Caprita · 11 years ago
  69. 59162a0 Make generated java files build by Benjamin Prosnitz · 11 years ago
  70. 4258d88 veyron,veyron2: rename runtime.Shutdown to runtime.Cleanup. by Bogdan Caprita · 11 years ago
  71. fdc838b veyron/runtimes/google/ipc: new Serve method to replace Register+Publish. by Cosmos Nicolaou · 11 years ago
  72. 3ac5fc5 Revert "Make generated java files build" by Jiri Simsa · 11 years ago
  73. c17947e Make generated java files build by Benjamin Prosnitz · 11 years ago
  74. 29147f7 veryon2/naming: Pipe contexts through the mounttable client library. by Matt Rosencrantz · 11 years ago
  75. f5afcaf all: Create a new client context parameter that will be the first argument of every RPC call. by Matt Rosencrantz · 11 years ago
  76. dcddb93 Reorganize GetMethodTags, Signature, UnresolveStep to be consistent. by Benjamin Prosnitz · 11 years ago
  77. 43395f3 veyron, veyron2: Re-run vdl build tool. by Tilak Sharma · 11 years ago
  78. e5d67b4 veyron2/vdl: Move all *.idl files to *.vdl, re-generate all by Todd Wang · 11 years ago
  79. ae67894 veryon2/rt/r: delete this package now that our dependency graph is simpler. by Cosmos Nicolaou · 11 years ago
  80. b07fa77 veyron2: merge Runtime interfaces into veyron2.Runtime by Cosmos Nicolaou · 11 years ago
  81. 5293dcb TBR by Jiri Simsa · 11 years ago