1. 24a7155 core: moving release.go.lib to release.go.x.lib by Jiri Simsa · 10 years ago
  2. 6ac9522 TBR renaming party by Jiri Simsa · 10 years ago
  3. 427ba40 TBR: fix a typo and fix a comment to make it clear why the test is failing. by Cosmos Nicolaou · 10 years ago
  4. 603c682 veyron/services/mgmt/binary/impl,veyron/tools/binary: minor cleanups by Bogdan Caprita · 10 years ago
  5. cb03d13 veyron2/services/mgmt/... by gauthamt · 10 years ago
  6. e96cd04 veyron/...: avoid returning unexported types from exported constructors by Bogdan Caprita · 10 years ago
  7. e44e74e veyron/tools: fixing the go generated documentation (one last time) by Jiri Simsa · 10 years ago
  8. 7fc2271 veyron: making sure that files create by 'go generate' files are up-to-date by Jiri Simsa · 10 years ago
  9. f416ac5 "core": Make go-tests pass under agent by Ankur · 10 years ago
  10. 86537a2 veyron/tools/binary: Create packages dynamically by Robin Thellend · 10 years ago
  11. d68949c core: Remove old profiles and make new profiles parse flags for runtime. by Suharsh Sivakumar · 10 years ago
  12. 19fbf99 core: Change rt.New to veyron2.Init. by Suharsh Sivakumar · 10 years ago
  13. a5ad272 core: Convert all cmdline users to veyron2.Init. by Matt Rosencrantz · 10 years ago
  14. 0003fdc "core/veyron/tools": Test must run under agent by Ankur · 10 years ago
  15. 8d7a0ef veyron/services/mgmt/binary/impl: add support for ACLs by Robert Kroeger · 10 years ago
  16. 92303e1 core: Make cmdline.Command.Main return an exit code instead of exiting. by Matt Rosencrantz · 10 years ago
  17. f541b77 core: Remove the NewServer method of the Runtime interface. by Matt Rosencrantz · 10 years ago
  18. 478fcf9 veyron: Run gofmt against core. by Todd Wang · 10 years ago
  19. 3540e3a Post-migration cleanup. by Jiri Simsa · 10 years ago
  20. 764efb7 Reorganization of VANADIUM_ROOT relative paths. by Jiri Simsa · 10 years ago
  21. c0a2865 Replacing veyron.io with v.io. by Jiri Simsa · 10 years ago
  22. 3d3491f Replacing VEYRON_ROOT with VANADIUM_ROOT. by Jiri Simsa · 10 years ago
  23. 28dabfc veyron2/ipc: allow listen to return multiple endpoints and use verror2. by Cosmos Nicolaou · 10 years ago
  24. 8fea01c veyron: Rename proxy.envyor.com to (ns|auth).dev.v.io by Robin Thellend · 10 years ago
  25. 511363d Merge "veyron.core: Fix tests that leave files in /tmp" by Robin Thellend · 10 years ago
  26. 432cc2e veyron/services/mgmt: port of binaryd integration test to Go by Jiri Simsa · 10 years ago
  27. cf140c0 veyron.core: Fix tests that leave files in /tmp by Robin Thellend · 10 years ago
  28. d83b90b veyron2/vlog: get rid of -vv flag, use --vmodule=*=2 instead. by Cosmos Nicolaou · 10 years ago
  29. e262789 veyron/services/mgmt: Implement optional packages by Robin Thellend · 10 years ago
  30. c2ed03e veyron/tools/*: Remove dependence on rt.R()/rt.Init() by Matt Rosencrantz · 10 years ago
  31. 64178ed veyron2/services/mgmt/application: Add optional packages by Robin Thellend · 10 years ago
  32. bc26d69 veyron/{lib/tools}: removing the cmdline and textutil packages from by Jiri Simsa · 10 years ago
  33. 62b210f veyron/*/main.go: update go:generate to use tool by Robert Kroeger · 10 years ago
  34. a02fe8f veyron2/ipc/model.go: Remove method argument from Lookup by Robin Thellend · 10 years ago
  35. adf0ca1 End of the // eradication. by David Why Use Two When One Will Do Presotto · 10 years ago
  36. 710daa2 veyron2/ipc: 4 of n. 'Invoker and Signature' rationalisation. by Cosmos Nicolaou · 10 years ago
  37. 702385a veyron2/vdl: New API for generated Go interfaces. by Todd Wang · 10 years ago
  38. 92dba58 veyron2/ipc: 3 of n. 'Invoker and Signature' rationalisation. by Cosmos Nicolaou · 10 years ago
  39. 1ee5e1a veyron2/ipc: 1 of n. 'Invoker and Signature' rationalisation. by Cosmos Nicolaou · 10 years ago
  40. f8d4c2b rename ipc.ListenX to ipc.Listen. by Cosmos Nicolaou · 10 years ago
  41. 18205cf veyron/tools: Merge the impl and main packages by Robin Thellend · 10 years ago
  42. f889c73 veyron2: break dependency between veyron2/rt and the runtime implementation. by Cosmos Nicolaou · 10 years ago
  43. 0d12d71 cmdline tools: Auto-generate doc.go file using "go generate". by Todd Wang · 10 years ago
  44. fcb72a5 veyron/lib/cmdline: Avoid repeatedly printing default help. by Todd Wang · 11 years ago
  45. d6c3c9c veyron: start the transition to using ListenX. by Cosmos Nicolaou · 11 years ago
  46. a615e4d veyron/lib/cmdline: Add ErrExitCode to support exit codes. by Todd Wang · 11 years ago
  47. 519c507 updating the veyron import paths by Jiri Simsa · 11 years ago
  48. 8bfacf2 veyron2/ipc: change Lookup to take second arg that is the method being invoked. by Cosmos Nicolaou · 11 years ago
  49. 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
  50. 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
  51. c4aed6e veyron/...: Changed the generated ipc stream to match our one true stream api. by Shyam Jayaraman · 11 years ago
  52. 51d78fc veyron/lib/binary: binary repository client-side library by Jiri Simsa · 11 years ago
  53. 948d6fa Merge "veyron,veyron2: rename runtime.Shutdown to runtime.Cleanup." by Bogdan Caprita · 11 years ago
  54. d9281a3 veyron,veyron2: replace Veyron name by Object name everywhere. by Bogdan Caprita · 11 years ago
  55. 4258d88 veyron,veyron2: rename runtime.Shutdown to runtime.Cleanup. by Bogdan Caprita · 11 years ago
  56. fdc838b veyron/runtimes/google/ipc: new Serve method to replace Register+Publish. by Cosmos Nicolaou · 11 years ago
  57. b04fbb2 veyron2/services/mgmt/binary: binary API by Jiri Simsa · 11 years ago