1. b0a4df7 Merge "veyron/modules/lib/shell, veyron/security/agent/agentd: Update coments." by Ryan Brown · 10 years ago
  2. 82d00d8 v23tests: port tools/debug to v23tests + v23tests improvements/fixes by Cosmos Nicolaou · 10 years ago
  3. 10a4ade veyron/modules/lib/shell, veyron/security/agent/agentd: Update coments. by Ryan Brown · 10 years ago
  4. 03c34d6 namespace: Glob now returns a chan of interface{} where the possible returned by David Why Use Two When One Will Do Presotto · 10 years ago
  5. af862a5 veyron2/ipc/stream: Unexpose veyron2/ipc/stream API. by Suharsh Sivakumar · 10 years ago
  6. 78b8b2a "core": Get rid of "/..."-BlessingPatterns. by Ankur · 10 years ago
  7. e96cd04 veyron/...: avoid returning unexported types from exported constructors by Bogdan Caprita · 10 years ago
  8. dde6c59 veyron/lib/modules/core, veyron/tools/naming/simulator: Fix use of flags by Suharsh Sivakumar · 10 years ago
  9. c195b6d services/identity: Support email-domain based classification of blessings. by Asim Shankar · 10 years ago
  10. 9d17e4a veyron/lib/modules: Make modules parse flags using the veyron2.Init by Suharsh Sivakumar · 10 years ago
  11. e5001d8 veyron/lib/modules: Get blessings name with BlessingsInfo instead of by Suharsh Sivakumar · 10 years ago
  12. f416ac5 "core": Make go-tests pass under agent by Ankur · 10 years ago
  13. 6613fc4 veyron/services/mgmt/device/impl,veyron/lib/unixfd: more close-on-exec stuff by Bogdan Caprita · 10 years ago
  14. 9d9489d veyron/lib/modules: introduce sh.StartExternalCommand by James Ring · 10 years ago
  15. 9fbe7d2 veyron2: add a method for obtaining the current status of a server. by Cosmos Nicolaou · 10 years ago
  16. 19fbf99 core: Change rt.New to veyron2.Init. by Suharsh Sivakumar · 10 years ago
  17. bb37c54 veyron/lib/unixfd: always set close on exec on the created sockpair by Bogdan Caprita · 10 years ago
  18. 6bbd99c veyron/lib/modules/core: Fix call to NewWSPR. by Suharsh Sivakumar · 10 years ago
  19. 99cc06e veyron2: Panic if the user tries to use the runtime when it is not set. by Matt Rosencrantz · 10 years ago
  20. a08a221 veyron/lib/modules: Use the agent for managing credentials in modules.Shell. by Ryan Brown · 10 years ago
  21. 8bd8e10 veyron/runtimes/google/namimg: allow 'addresses' to be stored in the mounttable and other 'cleanups' by Cosmos Nicolaou · 10 years ago
  22. f541b77 core: Remove the NewServer method of the Runtime interface. by Matt Rosencrantz · 10 years ago
  23. f1c3b44 core: Remove the Principal method of the Runtime interface. by Matt Rosencrantz · 10 years ago
  24. 123a5c7 "core": Support BlessingUsingAccessTOken in identityd_test by Ankur · 10 years ago
  25. d599e38 core: Remove the NewStreamManager and Namespace methods of Runtime. by Matt Rosencrantz · 10 years ago
  26. 6edab56 core: Remove the NewClient and Client methods of Runtime. by Matt Rosencrantz · 10 years ago
  27. 8ddbcc1 Merge "core: Remove Logger related methods from the Runtime and use the RuntimeX variants." by Matt Rosencrantz · 10 years ago
  28. bf356d7 veyron/lib/flags,veyron/lib/exec: pipe parent config opts to child's flags parse by Bogdan Caprita · 10 years ago
  29. 97eb540 core: Remove Logger related methods from the Runtime and use the RuntimeX variants. by Matt Rosencrantz · 10 years ago
  30. c7cdf42 veyron/lib/modules, veyron/tools/servicerunner: Start the test identityd by Nicolas LaCasse · 10 years ago
  31. c7e72b6 veyron/services/mgmt/device,veyron/tools/mgmt: introduce devicex by Bogdan Caprita · 10 years ago
  32. ecda313 veyron/lib/modules/core: remove unrecognized flag by James Ring · 10 years ago
  33. 88d5410 lib/modules/core: implement exec command using syscall.exec by James Ring · 10 years ago
  34. 764efb7 Reorganization of VANADIUM_ROOT relative paths. by Jiri Simsa · 10 years ago
  35. c0a2865 Replacing veyron.io with v.io. by Jiri Simsa · 10 years ago
  36. 28dabfc veyron2/ipc: allow listen to return multiple endpoints and use verror2. by Cosmos Nicolaou · 10 years ago
  37. 34d75fe Merge "veyron2/ipc: modify ListenSpec to accept a slice of addresses." by Cosmos Nicolaou · 10 years ago
  38. 77cd9e8 "veyron/lib/testutil/security": ForkCredentials by Ankur · 10 years ago
  39. ae8dd21 veyron2/ipc: modify ListenSpec to accept a slice of addresses. by Cosmos Nicolaou · 10 years ago
  40. e5e9bd3 veyron/veyron/lib/modules/core: add exec command to shell by James Ring · 10 years ago
  41. e3ae350 Merge "veyron/lib/modules: Clean up stderr files on Shutdown" by Robin Thellend · 10 years ago
  42. dad0017 "veyron/lib/modules/core": Update w.r.t. CL 7791 MultiPart:2/2 by Ankur · 10 years ago
  43. 1c8a828 veyron/lib/modules: Clean up stderr files on Shutdown by Robin Thellend · 10 years ago
  44. cf140c0 veyron.core: Fix tests that leave files in /tmp by Robin Thellend · 10 years ago
  45. c13446b veyron/lib/modules/core: Remove reliance on rt.R(). by Matt Rosencrantz · 10 years ago
  46. 90610bd veyron/lib/modules: add some examples. by Cosmos Nicolaou · 10 years ago
  47. 5a8a125 runtimes/google/ipc: continued tidyup and tests for verror2 and ipc.Client. by Cosmos Nicolaou · 10 years ago
  48. e577ef0 veyron/lib/modules,veyron/services/mgmt/node/impl: expanding some of the logging by Bogdan Caprita · 10 years ago
  49. 344cc4a lib/modules: change the NewShell factory to take a security.Principal arg. by Cosmos Nicolaou · 10 years ago
  50. 3713c75 Merge "proxy: mount the ws endpoint as well if we are listening on tcp." by Shyam Jayaraman · 10 years ago
  51. 9f95794 "veyron/lib/modules": Fresh VEYRON_CREDENTIALS for each command by Ankur · 10 years ago
  52. cec437c Merge "runtimes/google/naming/namespace: Support blessing pattern for the root mount table. This fixes the tests and un-reverts commit 6fec7cc628dca0c29b8384c47663bdc9a8566d35." by Ryan Brown · 10 years ago
  53. 73ca5e7 veyron/lib/modules,veyron/services/node/impl: adjust subprocess timeout. by Bogdan Caprita · 10 years ago
  54. fc29014 runtimes/google/naming/namespace: Support blessing pattern for the root mount table. by Ryan Brown · 10 years ago
  55. 2f5585b veyron/lib/modules: fix bug in queue rw implementation and add unit test. by Bogdan Caprita · 10 years ago
  56. 54cf3ef veyron/services/mgmt/node/impl: wait for SetNamespaceRootsCommand to finish. by Bogdan Caprita · 10 years ago
  57. 490a451 veyron/lib/modules: replace StdoutPipe with a custom in-memory queue-based by Bogdan Caprita · 10 years ago
  58. a6d3188 proxy: mount the ws endpoint as well if we are listening on tcp. by Shyam Jayaraman · 10 years ago
  59. a02fe8f veyron2/ipc/model.go: Remove method argument from Lookup by Robin Thellend · 10 years ago
  60. 5b68196 Merge "veyron/lib/modules: fix to avoid depending on hash map iteration order." by Cosmos Nicolaou · 10 years ago
  61. 8d0ba31 TBR: lib/modules/core: Pass a nil profileFactory to wspr, so everything by Shyam Jayaraman · 10 years ago
  62. 5339a7b veyron/lib/modules: fix to avoid depending on hash map iteration order. by Cosmos Nicolaou · 10 years ago
  63. d4f0056 lib/modules: implement a registry to clean up AddFunction,Subprocess etc. by Cosmos Nicolaou · 10 years ago
  64. dbae76b veyron/runtimes/google/ipc: When listening on tcp, also allow websocket by Shyam Jayaraman · 10 years ago
  65. bc2c87c Revert "runtimes/google/naming/namespace: Support blessing pattern for the root mount table." by Ryan Brown · 10 years ago
  66. e315ed6 runtimes/google/naming/namespace: Support blessing pattern for the root mount table. by Ryan Brown · 10 years ago
  67. adf0ca1 End of the // eradication. by David Why Use Two When One Will Do Presotto · 10 years ago
  68. 1fe7cdd veyron2/vdl,ipc: Enable reflection to capture stream types. by Todd Wang · 10 years ago
  69. 710daa2 veyron2/ipc: 4 of n. 'Invoker and Signature' rationalisation. by Cosmos Nicolaou · 10 years ago
  70. 3789339 veyron/lib/modules: encapsulating Shell's config field by Jiri Simsa · 10 years ago
  71. 99a276b Merge "veyron/lib/modules: adding an option to pass Config to a child process" by Bogdan Caprita · 10 years ago
  72. 8b4dbbf namespace: More // eradication. by David Why Use Two When One Will Do Presotto · 10 years ago
  73. 92dba58 veyron2/ipc: 3 of n. 'Invoker and Signature' rationalisation. by Cosmos Nicolaou · 10 years ago
  74. f57930f veyron/lib/modules: adding an option to pass Config to a child process by Jiri Simsa · 10 years ago
  75. 92d0a89 wpsr: Change NewWSPR call to use new style by Benjamin Prosnitz · 10 years ago
  76. 1ee5e1a veyron2/ipc: 1 of n. 'Invoker and Signature' rationalisation. by Cosmos Nicolaou · 10 years ago
  77. 95910b6 veyron/...: Consolidate use of environment variables into named constants. by Asim Shankar · 10 years ago
  78. 220a015 Remove the old security model. by Asim Shankar · 10 years ago
  79. 59a254c veyron/runtimes/google/naming/namespace: by David Why Use Two When One Will Do Presotto · 10 years ago
  80. e5b4150 veyron/runtimes/google: allow for command line args to override runtime env vars. by Cosmos Nicolaou · 10 years ago
  81. 612ad38 veyron/lib/modules: make the Start method take an env parameter and delete StartWithEnv. by Cosmos Nicolaou · 10 years ago
  82. d21d95a veyron/lib/modules: add wspr module and a tool to start all services by Adam Sadovsky · 10 years ago
  83. d811b07 veyron/lib/flags: add flag groups. by Cosmos Nicolaou · 10 years ago
  84. ad2793f veyron/services/mgmt/node/impl: now uses lib/modules rather testutil/blackbox. by Cosmos Nicolaou · 10 years ago
  85. 20b6b1b TBR: veyron/lib/modules/core: remove empty file. by Cosmos Nicolaou · 10 years ago
  86. 4e213d7 veyron/tools/naming/simulator: add support for running proxies, sundry fixes. by Cosmos Nicolaou · 10 years ago
  87. 244d344 veyron/lib/modules: make sure the implementation of start uses envelope. by Cosmos Nicolaou · 10 years ago
  88. f8d4c2b rename ipc.ListenX to ipc.Listen. by Cosmos Nicolaou · 11 years ago
  89. 74cc9b2 veyron/lib/modules: quote env vars using fmt and not the url package. by Cosmos Nicolaou · 11 years ago
  90. b7b1f95 veyron/lib/modules: Fix test so that environment variables can contain newlines. by Matt Rosencrantz · 11 years ago
  91. 2cb05fb veyron/lib/modules: add support for per-command environment and logging. by Cosmos Nicolaou · 11 years ago
  92. 2eeae41 TBR: veyron/lib/modules: Fix test by Robin Thellend · 11 years ago
  93. e664f3f veyron/lib/{modules,exec}: tidy up env var handling. by Cosmos Nicolaou · 11 years ago
  94. c920db3 veyron/lib/testutil: Avoid parsing flags in init() by Asim Shankar · 11 years ago
  95. cc04421 veyron2: Separate out options into a separate package. by Asim Shankar · 11 years ago
  96. 5ef0784 modules: ending error messages with a new line character to prevent by Jiri Simsa · 11 years ago
  97. 59496fe veyron/runtimes/google/rt: use modules instead of blackbox. by Cosmos Nicolaou · 11 years ago
  98. f47699b veyron/lib/modules: use VEYRON_CREDENTIALS, not VEYRON_IDENTITY by Cosmos Nicolaou · 11 years ago
  99. 1e78ccc veyron/lib/modules: provide a means to auto-register subprocesses. by Cosmos Nicolaou · 11 years ago
  100. fdfbf7b ipc: Add some type checking statements by Benjamin Prosnitz · 11 years ago