1. d804828 services/device/mgmt_v23_test: Use "device publish" and check publisher blessings by Arup Mukherjee · 10 years ago
  2. e3b1932 x/ref/test: update to use context-based logging. by Cosmos Nicolaou · 10 years ago
  3. 9587390 ref: Change test/modules registration mechanism. by Todd Wang · 10 years ago
  4. 5507c83 ref: First cleanup of test/modules, removing RegisterFunction. by Todd Wang · 10 years ago
  5. 3bb46f5 ref: Replace x/devtools/internal/envutil with x/lib/envvar by Todd Wang · 10 years ago
  6. 8123b5e ref: Move v.io/x/ref/envvar files into v.io/x/ref by Todd Wang · 10 years ago
  7. 7f950a8 ref: Update the agent environment variable to be an endpoint instead of a file descriptor. by Ryan Brown · 10 years ago
  8. ad49204 ref: Change context mutators from SetFoo to WithFoo. by Todd Wang · 10 years ago
  9. c4c1628 Merge "x/ref: Restructure services/agent to follow conventions." by Todd Wang · 10 years ago
  10. 185c0c6 profiles/internal/rpc: more verror conversions and tests. by Cosmos Nicolaou · 10 years ago
  11. 9fb1034 profiles/internal/rcp/stream: verror conversions. by Cosmos Nicolaou · 10 years ago
  12. 8850968 x/ref: Restructure services/agent to follow conventions. by Todd Wang · 10 years ago
  13. 8c4e5cc x/ref: Update package doc for all packages. by Todd Wang · 10 years ago
  14. b351149 x/ref: Restructure security packages by Todd Wang · 10 years ago
  15. 59b8b69 ref: Begin consolidating environment variables into a single package. by Asim Shankar · 10 years ago
  16. d7616c9 ref: adding copyright headers and licensing files by Jiri Simsa · 10 years ago
  17. 9e90984 test/modules/shell.go: have a single NewShell call with functional expect.Session support. by Cosmos Nicolaou · 10 years ago
  18. 52e9a22 x.ref/test: improved documentation and testing. by Cosmos Nicolaou · 10 years ago
  19. 1381f8a mv x/ref/lib/testutil -> x/ref/test and lib/modules to test/modules by Cosmos Nicolaou · 10 years ago[Renamed (99%) from lib/modules/shell.go]
  20. 34fb249 modules, v23tests: Security usability improvement by Asim Shankar · 10 years ago
  21. b10e547 Revert "lib/modules: Pass credentials irrespective of "ExecProtocol"." by Asim Shankar · 10 years ago
  22. a72e70b lib/modules: Pass credentials irrespective of "ExecProtocol". by Asim Shankar · 10 years ago
  23. 42a1736 x.ref/lib/modules: comment and API improvements. by Cosmos Nicolaou · 10 years ago
  24. ffceefa TBR renaming v.io/core/veyron to v.io/x/ref by Jiri Simsa · 10 years ago
  25. 61d6938 veyron/lib/modules: Add an api for customizing the principal given to a process. by Ryan Brown · 10 years ago
  26. 6ac9522 TBR renaming party by Jiri Simsa · 10 years ago
  27. 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
  28. 50ab988 TBR: "core/veyron/lib/shell": Setting child principal by Ankur · 10 years ago
  29. b0a4df7 Merge "veyron/modules/lib/shell, veyron/security/agent/agentd: Update coments." by Ryan Brown · 10 years ago
  30. 82d00d8 v23tests: port tools/debug to v23tests + v23tests improvements/fixes by Cosmos Nicolaou · 10 years ago
  31. 10a4ade veyron/modules/lib/shell, veyron/security/agent/agentd: Update coments. by Ryan Brown · 10 years ago
  32. af862a5 veyron2/ipc/stream: Unexpose veyron2/ipc/stream API. by Suharsh Sivakumar · 10 years ago
  33. 78b8b2a "core": Get rid of "/..."-BlessingPatterns. by Ankur · 10 years ago
  34. e5001d8 veyron/lib/modules: Get blessings name with BlessingsInfo instead of by Suharsh Sivakumar · 10 years ago
  35. 6613fc4 veyron/services/mgmt/device/impl,veyron/lib/unixfd: more close-on-exec stuff by Bogdan Caprita · 10 years ago
  36. 9d9489d veyron/lib/modules: introduce sh.StartExternalCommand by James Ring · 10 years ago
  37. bb37c54 veyron/lib/unixfd: always set close on exec on the created sockpair by Bogdan Caprita · 10 years ago
  38. 99cc06e veyron2: Panic if the user tries to use the runtime when it is not set. by Matt Rosencrantz · 10 years ago
  39. a08a221 veyron/lib/modules: Use the agent for managing credentials in modules.Shell. by Ryan Brown · 10 years ago
  40. 764efb7 Reorganization of VANADIUM_ROOT relative paths. by Jiri Simsa · 10 years ago
  41. c0a2865 Replacing veyron.io with v.io. by Jiri Simsa · 10 years ago
  42. cf140c0 veyron.core: Fix tests that leave files in /tmp by Robin Thellend · 10 years ago
  43. 5a8a125 runtimes/google/ipc: continued tidyup and tests for verror2 and ipc.Client. by Cosmos Nicolaou · 10 years ago
  44. 344cc4a lib/modules: change the NewShell factory to take a security.Principal arg. by Cosmos Nicolaou · 10 years ago
  45. 9f95794 "veyron/lib/modules": Fresh VEYRON_CREDENTIALS for each command by Ankur · 10 years ago
  46. 490a451 veyron/lib/modules: replace StdoutPipe with a custom in-memory queue-based by Bogdan Caprita · 10 years ago
  47. d4f0056 lib/modules: implement a registry to clean up AddFunction,Subprocess etc. by Cosmos Nicolaou · 10 years ago
  48. 3789339 veyron/lib/modules: encapsulating Shell's config field by Jiri Simsa · 10 years ago
  49. f57930f veyron/lib/modules: adding an option to pass Config to a child process by Jiri Simsa · 10 years ago
  50. 95910b6 veyron/...: Consolidate use of environment variables into named constants. by Asim Shankar · 10 years ago
  51. e5b4150 veyron/runtimes/google: allow for command line args to override runtime env vars. by Cosmos Nicolaou · 10 years ago
  52. 612ad38 veyron/lib/modules: make the Start method take an env parameter and delete StartWithEnv. by Cosmos Nicolaou · 10 years ago
  53. 2cb05fb veyron/lib/modules: add support for per-command environment and logging. by Cosmos Nicolaou · 10 years ago
  54. e664f3f veyron/lib/{modules,exec}: tidy up env var handling. by Cosmos Nicolaou · 10 years ago
  55. f47699b veyron/lib/modules: use VEYRON_CREDENTIALS, not VEYRON_IDENTITY by Cosmos Nicolaou · 10 years ago
  56. 1e78ccc veyron/lib/modules: provide a means to auto-register subprocesses. by Cosmos Nicolaou · 10 years ago
  57. cc58172 veyron/lib/signals, veyron2/vlog: use new modules package for testing. by Cosmos Nicolaou · 10 years ago
  58. bbae388 veyron/lib/modules: allow Cleanup/Shutdown to access stderr and stdout. by Cosmos Nicolaou · 10 years ago
  59. 9c9918d veyron/tools/naming/simulator: reworked to use new modules and to be more useful. by Cosmos Nicolaou · 11 years ago
  60. 9afe120 veyron/lib/modules: create a fake ID for use in tests. by Cosmos Nicolaou · 11 years ago
  61. 9ca249d veyron/lib/modules/core: expand the set of core modules. by Cosmos Nicolaou · 11 years ago
  62. 519c507 updating the veyron import paths by Jiri Simsa · 11 years ago
  63. 66afced veyron/lib/modules: allow Shutdown to return an error status and avoid races. by Cosmos Nicolaou · 11 years ago
  64. addf483 veyron/lib/modules/core: fix flaky tests for the core modules. by Cosmos Nicolaou · 11 years ago
  65. 0f0e877 veyron/lib/modules: fix a test -race problem. by Cosmos Nicolaou · 11 years ago
  66. f50128f Revert "veyron/lib/modules/core: add some initial core modules for naming." by Ken Ashcraft · 11 years ago
  67. 0412816 veyron/lib/modules/core: add some initial core modules for naming. by Cosmos Nicolaou · 11 years ago
  68. 6261384 veyron/lib/modules: new API for running common services and components. by Cosmos Nicolaou · 11 years ago