1. 42a1736 x.ref/lib/modules: comment and API improvements. by Cosmos Nicolaou · 10 years ago
  2. 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
  3. ffceefa TBR renaming v.io/core/veyron to v.io/x/ref by Jiri Simsa · 10 years ago
  4. 337af23 core: moving vlog from release.go.v23 to release.go.x.lib by Jiri Simsa · 10 years ago
  5. 61d6938 veyron/lib/modules: Add an api for customizing the principal given to a process. by Ryan Brown · 10 years ago
  6. 6ac9522 TBR renaming party by Jiri Simsa · 10 years ago
  7. d61e5a8 v23tests, modules and exec: make stdin redirection work and start work towards fixing https://github.com/veyron/release-issues/issues/1157 by Cosmos Nicolaou · 10 years ago
  8. 980a870 TBR: fix the build after accidentially pushing https://vanadium.googlesource.com/release.go.core/+/ceef8f9b7a428dd15045ece2a639b5f12ce92520 by Cosmos Nicolaou · 10 years ago
  9. a6fef89 v23tests and testing continued tidying up by Cosmos Nicolaou · 10 years ago
  10. d3b1cb1 v23tests: usability improvements. by Cosmos Nicolaou · 10 years ago
  11. 93dd88b veyron/tools/mgmt: migrate test.sh to v23tests. MultiPart: 1/2 by Cosmos Nicolaou · 10 years ago
  12. 1fcb6a3 veyron/security/agent: port test.sh to v23tests. by Cosmos Nicolaou · 10 years ago
  13. 01007a0 v23tests: use concrete rather than interface types. MultiPart: 1/3 by Cosmos Nicolaou · 10 years ago
  14. 82d00d8 v23tests: port tools/debug to v23tests + v23tests improvements/fixes by Cosmos Nicolaou · 10 years ago
  15. a866f26 TBR: Needed for https://vanadium-review.googlesource.com/#/c/3578/ by Cosmos Nicolaou · 10 years ago
  16. a8fc6e0 lib/testutil/v23tests: add documentation, change WithEnv to take varargs by James Ring · 10 years ago
  17. 110388d Merge "lib/testutil/integration: a first pass at implementing IO redirection" by James Ring · 10 years ago
  18. 412f438 lib/testutil/v23tests: use correct VEYRON_CREDENTIALS env var by James Ring · 10 years ago
  19. 79a9ceb lib/testutil/integration: a first pass at implementing IO redirection by James Ring · 10 years ago
  20. 4a77c19 TBR: lib/testutil/integration: renamed to lib/testutil/v23tests MultiPart: 1/2 by Cosmos Nicolaou · 10 years ago[Renamed (98%) from lib/testutil/integration/v23tests.go]
  21. cc5a4a8 testutil/integration: more improvements by Cosmos Nicolaou · 10 years ago[Renamed (61%) from lib/testutil/integration/util.go]
  22. d21f6b1 testutil/integration: sundry changes to improve usability and robustness by Cosmos Nicolaou · 10 years ago
  23. a43eb79 veyron/lib/testutil/integration: re-order subprocess shutdown by James Ring · 10 years ago
  24. 731c692 lib/testutil/integration: make sure to shut down the rootMT last. by Cosmos Nicolaou · 10 years ago
  25. fb3bee5 lib/testutil/integration: extend timeout for waiting for subcommands. by Cosmos Nicolaou · 10 years ago
  26. 234642b lib/testutil/integration: modifyied API and first use of auto-generated stub support. by Cosmos Nicolaou · 10 years ago
  27. 3d3cfe7 veyron/lib/testutil/integration: fix build breakage, update docs by James Ring · 10 years ago
  28. 89e93af veyron/lib/testutil/integration: remove Stderr and ErrorOutput calls by James Ring · 10 years ago
  29. aa70149 veyron/lib/testutil/integration: remove isValidShell check by James Ring · 10 years ago
  30. 9d17e4a veyron/lib/modules: Make modules parse flags using the veyron2.Init by Suharsh Sivakumar · 10 years ago
  31. 5329cb9 Merge "veyron/lib/testutil/integration: use SHELL env var in DebugShell impl" by James Ring · 10 years ago
  32. 2fdeb45 veyron/lib/testutil/integration: use SHELL env var in DebugShell impl by James Ring · 10 years ago
  33. 90d21dc veyron/lib/testutil/integration: add BinaryFromPath function to TestEnvironment by James Ring · 10 years ago
  34. 9d9489d veyron/lib/modules: introduce sh.StartExternalCommand by James Ring · 10 years ago
  35. 855dfd4 lib/testutil/integration: introduce a Test interface by James Ring · 10 years ago
  36. 19fbf99 core: Change rt.New to veyron2.Init. by Suharsh Sivakumar · 10 years ago
  37. a71e49a veyron/lib/testutil/integration: add more godoc by James Ring · 10 years ago
  38. 3bea4c6 Merge "lib/testutil/integration: unexport some methods, remove StartServer" by James Ring · 10 years ago
  39. a918583 Merge "veyron/lib/testutil/integration: don't expect MT_ADDR in StartRootMT" by James Ring · 10 years ago
  40. bd2216f lib/testutil/integration: unexport some methods, remove StartServer by James Ring · 10 years ago
  41. a08a221 veyron/lib/modules: Use the agent for managing credentials in modules.Shell. by Ryan Brown · 10 years ago
  42. 3a29fb5 veyron/lib/testutil/integration: don't expect MT_ADDR in StartRootMT by James Ring · 10 years ago
  43. 7edf1ca services/mgmt/build/buildd: port buildd integration test to new test env by James Ring · 10 years ago
  44. b9a1dfd veyron/lib/testutil/integration: improve Start logging by James Ring · 10 years ago
  45. 23b5486 veyron/services/mgmt/application/applicationd: port integration test to new env by James Ring · 10 years ago
  46. ff70b02 veyron/lib/testutil/integration: minor DebugShell output improvement by James Ring · 10 years ago
  47. e78c7da veyron/services/mgmt/binary/binaryd/testdata: port binaryd test to new environment by James Ring · 10 years ago
  48. 29c0e9d veyron/tools/debug/testdata: fix code review comments by James Ring · 10 years ago
  49. 0bad567 lib/testutil/integration: fix error checking style by James Ring · 10 years ago
  50. 0d525c2 lib/testutil/integration: use /dev/tty as DebugShell stdout by James Ring · 10 years ago
  51. 72b14bd veyron/tools/debug/testdata: add debug stats watch test by James Ring · 10 years ago
  52. 764efb7 Reorganization of VANADIUM_ROOT relative paths. by Jiri Simsa · 10 years ago
  53. c0a2865 Replacing veyron.io with v.io. by Jiri Simsa · 10 years ago
  54. c8aaaf6 lib/testutil/integration: increase StartRootMT timeout by James Ring · 10 years ago
  55. 6579510 veyron/lib/testutil/integration: an integration test environment. by James Ring · 10 years ago
  56. 28dabfc veyron2/ipc: allow listen to return multiple endpoints and use verror2. by Cosmos Nicolaou · 10 years ago
  57. ae8dd21 veyron2/ipc: modify ListenSpec to accept a slice of addresses. by Cosmos Nicolaou · 10 years ago
  58. 80d22e9 veyron/lib/testutil/integration: increase timeout. by Cosmos Nicolaou · 10 years ago
  59. 8e2258a Merge "veyron/services/mgmt: port of binaryd integration test to Go" by Jiri Simsa · 10 years ago
  60. 432cc2e veyron/services/mgmt: port of binaryd integration test to Go by Jiri Simsa · 10 years ago
  61. 75dda81 veyron/services/mgmt: porting applicationd and profiled integration by Jiri Simsa · 10 years ago
  62. e63e07d veyron/services/mgmt: an example port of test.sh to Go by Jiri Simsa · 10 years ago