1. 92303e1 core: Make cmdline.Command.Main return an exit code instead of exiting. by Matt Rosencrantz · 10 years ago
  2. 764efb7 Reorganization of VANADIUM_ROOT relative paths. by Jiri Simsa · 10 years ago
  3. c0a2865 Replacing veyron.io with v.io. by Jiri Simsa · 10 years ago
  4. 3d3491f Replacing VEYRON_ROOT with VANADIUM_ROOT. by Jiri Simsa · 10 years ago
  5. d83b90b veyron2/vlog: get rid of -vv flag, use --vmodule=*=2 instead. by Cosmos Nicolaou · 10 years ago
  6. c2ed03e veyron/tools/*: Remove dependence on rt.R()/rt.Init() by Matt Rosencrantz · 10 years ago
  7. bc26d69 veyron/{lib/tools}: removing the cmdline and textutil packages from by Jiri Simsa · 10 years ago
  8. 62b210f veyron/*/main.go: update go:generate to use tool by Robert Kroeger · 10 years ago
  9. 18205cf veyron/tools: Merge the impl and main packages by Robin Thellend · 10 years ago
  10. f889c73 veyron2: break dependency between veyron2/rt and the runtime implementation. by Cosmos Nicolaou · 10 years ago
  11. 0d12d71 cmdline tools: Auto-generate doc.go file using "go generate". by Todd Wang · 10 years ago
  12. fcb72a5 veyron/lib/cmdline: Avoid repeatedly printing default help. by Todd Wang · 10 years ago
  13. 519c507 updating the veyron import paths by Jiri Simsa · 11 years ago
  14. 4258d88 veyron,veyron2: rename runtime.Shutdown to runtime.Cleanup. by Bogdan Caprita · 11 years ago
  15. 1e8ee51 veyron/services/mounttable: Move the CLI tool to veyron/tools. by Robin Thellend · 11 years ago[Renamed (69%) from services/mounttable/mounttable/main.go]
  16. 4a021b1 veyron/services/mounttable/mounttable/impl: pass the names that we make rpcs against through ResolveToMountTable. This way, the underlying resolution mechanism will not attempt to find a server mounted under the given name, but rather interpret the name as a mounttable OA. by Bogdan Caprita · 11 years ago
  17. 6b17da7 veyron/services/mounttable: Add a command-line tool. by Robin Thellend · 11 years ago