1. 1b1b938 TBR: ref: Replace V23_ROOT with JIRI_ROOT everywhere. by Nicolas Lacasse · 9 years ago
  2. 9560b9c ref: Replace v.io/x/lib/cmdline with v.io/x/lib/cmdline2 by Todd Wang · 10 years ago
  3. f1550cf ref: Convert all cmdline users to cmdline2. by Todd Wang · 10 years ago
  4. 1624bf9 ref: Add cmdline.HideGlobalFlagsExcept() to clean up help. by Todd Wang · 10 years ago
  5. 8c4e5cc x/ref: Update package doc for all packages. by Todd Wang · 10 years ago
  6. cd4b3cc x/ref: Restructure services/device by Todd Wang · 10 years ago[Renamed from services/mgmt/device/deviced/main.go]
  7. d7616c9 ref: adding copyright headers and licensing files by Jiri Simsa · 10 years ago
  8. d1cc6e0 ref: Changes most simple uses of veyron to vanadium. by Suharsh Sivakumar · 10 years ago
  9. e5cb8e5 services/mgmt/device/deviced: programmatically raise GOMAXPROCS on devicemanager by Bogdan Caprita · 10 years ago
  10. 24a7155 core: moving release.go.lib to release.go.x.lib by Jiri Simsa · 10 years ago
  11. 92303e1 core: Make cmdline.Command.Main return an exit code instead of exiting. by Matt Rosencrantz · 10 years ago
  12. 54ae80e veyron/services/mgmt/device: enable profiles statically by Bogdan Caprita · 10 years ago
  13. c7e72b6 veyron/services/mgmt/device,veyron/tools/mgmt: introduce devicex by Bogdan Caprita · 10 years ago
  14. 282bf38 veyron/services/mgmt/device/deviced: re-implement deviced using cmdline library by Bogdan Caprita · 10 years ago
  15. 4ea9b03 veyron/services/mgmt/device: device manager Stop/Suspend for handling restart by Bogdan Caprita · 10 years ago
  16. 764efb7 Reorganization of VANADIUM_ROOT relative paths. by Jiri Simsa · 10 years ago
  17. c0a2865 Replacing veyron.io with v.io. by Jiri Simsa · 10 years ago
  18. a40d338 TBR: veyron/services/device/impl,veyron/tools/mgmt: add device uninstall functionality by Bogdan Caprita · 10 years ago
  19. 28dabfc veyron2/ipc: allow listen to return multiple endpoints and use verror2. by Cosmos Nicolaou · 10 years ago
  20. 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[Renamed (95%) from services/mgmt/node/noded/main.go]
  21. 2b21936 veyron2/services/mgmt/node: rename node->device, cl 2 of N (go/vissue/496) by Bogdan Caprita · 10 years ago
  22. 35fcead v/services/mgmt/node/noded,v/tools/mgmt/nminstall: args for node manager by Bogdan Caprita · 10 years ago
  23. 5180d16 veyron/services/mgmt: Remove reliance on rt.R()/Init(). by Matt Rosencrantz · 10 years ago
  24. c7fecf1 veyron/lib/signals: Remove dependence on rt.R() by Matt Rosencrantz · 10 years ago
  25. d174846 veyron/services/mgmt/node,veyron/tools/mgmt/nminstall: make self_install pass by Bogdan Caprita · 10 years ago
  26. 8b4dbbf namespace: More // eradication. by David Why Use Two When One Will Do Presotto · 10 years ago
  27. 92dba58 veyron2/ipc: 3 of n. 'Invoker and Signature' rationalisation. by Cosmos Nicolaou · 10 years ago
  28. ad2793f veyron/services/mgmt/node/impl: now uses lib/modules rather testutil/blackbox. by Cosmos Nicolaou · 10 years ago
  29. f8d4c2b rename ipc.ListenX to ipc.Listen. by Cosmos Nicolaou · 10 years ago
  30. 5420f17 veyron/services/mgmt/node/impl: add self-installation functionality to node by Bogdan Caprita · 10 years ago
  31. d6c3c9c veyron: start the transition to using ListenX. by Cosmos Nicolaou · 10 years ago
  32. 519c507 updating the veyron import paths by Jiri Simsa · 11 years ago
  33. 82bb995 veyron/services/mgmt/node: Initial implementation of device claim in the NodeManager by Gautham · 11 years ago
  34. 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
  35. c87a914 veyron/services/mgmt/node: refactor the code and clean up the unit test. by Bogdan Caprita · 11 years ago
  36. b4d38ae Merge "veyron/lib/exec: moving the veyron exec library under mgmt." by Jiri Simsa · 11 years ago
  37. e5268b9 veyron/lib/exec: moving the veyron exec library under mgmt. by Jiri Simsa · 11 years ago
  38. 4d832ed veyron/services/mgmt/node: currently the node manager is updated every by Jiri Simsa · 11 years ago
  39. 4258d88 veyron,veyron2: rename runtime.Shutdown to runtime.Cleanup. by Bogdan Caprita · 11 years ago
  40. fdc838b veyron/runtimes/google/ipc: new Serve method to replace Register+Publish. by Cosmos Nicolaou · 11 years ago
  41. a4d9ee4 veyron/runtimes/google: adding AppCycle service implementation to the runtime. by Bogdan Caprita · 11 years ago
  42. a95daec veyron/services/mgmt: using camel case for constant names by Jiri Simsa · 11 years ago
  43. 70c3205 veyron/services/mgmt: implementing Revert() for the node manager by Jiri Simsa · 11 years ago
  44. 24e87aa veyron/services/mgmt/node: making the self-update logic of node by Jiri Simsa · 11 years ago
  45. 84059da veyron/{lib/exec,runtimes/google}: adding the veyron exec library by Jiri Simsa · 11 years ago
  46. 684cc03 veyron/services/mgmt/node: Add the standard ACL Authorizer. by Robin Thellend · 11 years ago
  47. 019270a runtimes/google/lib/exec: move to veyron/lib/exec by Cosmos Nicolaou · 11 years ago
  48. 4b968d9 veyron/services/mgmt/node: terminating node manager parent after self-update by Jiri Simsa · 11 years ago
  49. 5293dcb TBR by Jiri Simsa · 11 years ago