1. 0fd29eb lib/exec: fix tests that have become even more flakey under go 1.5 & -race. by David Why Use Two When One Will Do Presotto · 10 years ago
  2. f2b1928 TBR: lib/exec: attempt to fix flakiness by setting GOMAXPROCS to 1 by Bogdan Caprita · 10 years ago
  3. 09d8d87 TBR: Revert "TBR skip flaky tests, see http://v.io/i/682" by Bogdan Caprita · 10 years ago
  4. dd22c18 TBR skip flaky tests, see http://v.io/i/682 by James Ring · 10 years ago
  5. d9a7b3c ref: fixing go vet violations by Jiri Simsa · 10 years ago
  6. 3bb46f5 ref: Replace x/devtools/internal/envutil with x/lib/envvar by Todd Wang · 10 years ago
  7. a036a0f Fix a bunch of trivial problems pointed out by "go vet". by Asim Shankar · 10 years ago
  8. fdd6ec7 all: remove .api files from ref/ by James Ring · 10 years ago
  9. 5068466 TBR all: fix unknown-type in .api files by James Ring · 10 years ago
  10. 3650fd4 all: add .api files necessary for public API presubmit check by James Ring · 10 years ago
  11. 8c4e5cc x/ref: Update package doc for all packages. by Todd Wang · 10 years ago
  12. 644ec62 x/ref: Flatten lib/exec/consts into lib/exec by Todd Wang · 10 years ago
  13. d7b3047 services/mgmt,lib/exec: convert env vars from VEYRON_ or VANADIUM_ to V23_ by Bogdan Caprita · 10 years ago
  14. ccca2f4 v.io/x/ref/lib/exec: Use verror instead of errors.New() and fmt.Errorf() by Mike Burrows · 10 years ago
  15. 8fa3876 x/ref: Remove verror.Is and verror.Equal by Todd Wang · 10 years ago
  16. d7616c9 ref: adding copyright headers and licensing files by Jiri Simsa · 10 years ago
  17. 8646ba6 ref: Change more uses of "veyron". by Suharsh Sivakumar · 10 years ago
  18. 52e9a22 x.ref/test: improved documentation and testing. by Cosmos Nicolaou · 10 years ago
  19. d1cc6e0 ref: Changes most simple uses of veyron to vanadium. by Suharsh Sivakumar · 10 years ago
  20. 1381f8a mv x/ref/lib/testutil -> x/ref/test and lib/modules to test/modules by Cosmos Nicolaou · 10 years ago
  21. 42a1736 x.ref/lib/modules: comment and API improvements. by Cosmos Nicolaou · 10 years ago
  22. b6cd396 x.ref/lib/exec: add an option to allow bypassing the parent/child protocol. by Cosmos Nicolaou · 10 years ago
  23. ffceefa TBR renaming v.io/core/veyron to v.io/x/ref by Jiri Simsa · 10 years ago
  24. 337af23 core: moving vlog from release.go.v23 to release.go.x.lib by Jiri Simsa · 10 years ago
  25. 6ac9522 TBR renaming party by Jiri Simsa · 10 years ago
  26. a6fef89 v23tests and testing continued tidying up by Cosmos Nicolaou · 10 years ago
  27. 074bf36 verror: addressing https://github.com/veyron/release-issues/issues/1080 by Jiri Simsa · 10 years ago
  28. 119962e veyron/lib/exec: Allow SetReady to be called multiple times. by Matt Rosencrantz · 10 years ago
  29. ff73e1f go.core: Rename package verror2 to verror. by Todd Wang · 10 years ago
  30. 4490352 veyron/lib/exec: Fix panic in handle.Clean() by Robin Thellend · 10 years ago
  31. 66ca353 veyron/lib/exec: fix source of potential flakiness by Bogdan Caprita · 10 years ago
  32. b5d6bda veyron/{lib/exec,services/mgmt/device}: Get app pid by Robert Kroeger · 10 years ago
  33. 3425a90 core: Rename vom2 to vom. by Todd Wang · 10 years ago
  34. cdbffd3 Merge ""core/veyron/lib/exec": Close extra file descriptors" by Ankur · 10 years ago
  35. f519f8f core: Remove vom1, wiretype and old Signature. by Todd Wang · 10 years ago
  36. ff1305c "core/veyron/lib/exec": Close extra file descriptors by Ankur · 10 years ago
  37. bf356d7 veyron/lib/flags,veyron/lib/exec: pipe parent config opts to child's flags parse by Bogdan Caprita · 10 years ago
  38. 764efb7 Reorganization of VANADIUM_ROOT relative paths. by Jiri Simsa · 10 years ago
  39. c0a2865 Replacing veyron.io with v.io. by Jiri Simsa · 10 years ago
  40. 9038012 veyron/lib/exec: fix potential race with TestWaitAndCleanRace and clean up logging by Bogdan Caprita · 10 years ago
  41. 650b162 veyron/lib/exec: remove data race between Wait and Clean. by Bogdan Caprita · 10 years ago
  42. 7f49167 veyron/services/mgmt/node/impl,veyron/runtimes/google/rt,veyron/security/agent: by Bogdan Caprita · 10 years ago
  43. 3789339 veyron/lib/modules: encapsulating Shell's config field by Jiri Simsa · 10 years ago
  44. e5b4150 veyron/runtimes/google: allow for command line args to override runtime env vars. by Cosmos Nicolaou · 10 years ago
  45. 4e213d7 veyron/tools/naming/simulator: add support for running proxies, sundry fixes. by Cosmos Nicolaou · 10 years ago
  46. e664f3f veyron/lib/{modules,exec}: tidy up env var handling. by Cosmos Nicolaou · 10 years ago
  47. 5420f17 veyron/services/mgmt/node/impl: add self-installation functionality to node by Bogdan Caprita · 10 years ago
  48. 1c18c1c veyron/lib/exec: add support for signaling failure via the status channel. by Cosmos Nicolaou · 10 years ago
  49. cd7f8d2 veyron2/verror2: Another try at an improved verror interface. by Mike Burrows · 10 years ago
  50. 251a4d8 veyron/runtimes/google/lib/timekeeper: move it and its testing counterpart to veyron/lib by Cosmos Nicolaou · 10 years ago
  51. 486d349 veyron/mgmt/lib/exec: move this into veyron/lib/exec and merge veyron/lib/config with it. by Cosmos Nicolaou · 10 years ago
  52. e5268b9 veyron/lib/exec: moving the veyron exec library under mgmt. by Jiri Simsa · 11 years ago
  53. 85bdffb veyron/lib/{exec,testutil/blackbox}: simplifying multi-process testing by Jiri Simsa · 11 years ago
  54. f659851 veyron/lib/testutil: fixing a bug in blackbox by Jiri Simsa · 11 years ago
  55. a4d9ee4 veyron/runtimes/google: adding AppCycle service implementation to the runtime. by Bogdan Caprita · 11 years ago
  56. 70c3205 veyron/services/mgmt: implementing Revert() for the node manager by Jiri Simsa · 11 years ago
  57. 24e87aa veyron/services/mgmt/node: making the self-update logic of node by Jiri Simsa · 11 years ago
  58. 84059da veyron/{lib/exec,runtimes/google}: adding the veyron exec library by Jiri Simsa · 11 years ago
  59. c199bc1 veyron/lib/exec: adding support for passing callback endpoint and by Jiri Simsa · 11 years ago
  60. 1f97e1f veyron/lib/exec: adding functions for setting and getting environment by Jiri Simsa · 11 years ago
  61. ee7abc2 veyron/lib/testutil/blackbox: refactor to coexist with lib/exec. by Cosmos Nicolaou · 11 years ago
  62. 019270a runtimes/google/lib/exec: move to veyron/lib/exec by Cosmos Nicolaou · 11 years ago