1. 1b1b938 TBR: ref: Replace V23_ROOT with JIRI_ROOT everywhere. by Nicolas Lacasse · 10 years ago
  2. 0438443 Revert "TBR: Revert "IPC implementation of agentd. The client library supports both IPC and RPC for now."" by Ryan Brown · 10 years ago
  3. 8b59ca3 TBR: Revert "IPC implementation of agentd. The client library supports both IPC and RPC for now." by Ryan Brown · 10 years ago
  4. feb42ba IPC implementation of agentd. The client library supports both IPC and RPC for now. by Ryan Brown · 10 years ago
  5. 1c33b7d x/ref/services: convert yet more services to context based logging. by Cosmos Nicolaou · 10 years ago
  6. 3e38992 ref: Add support for cmdline.Env.Vars by Todd Wang · 10 years ago
  7. 8123b5e ref: Move v.io/x/ref/envvar files into v.io/x/ref by Todd Wang · 10 years ago
  8. 7a6a4c2 ref: Convert all programs in ref to use package cmdline. by Todd Wang · 10 years ago
  9. dcc11d7 ref: Change "profiles" directory to "runtime" by Suharsh Sivakumar · 10 years ago
  10. a036a0f Fix a bunch of trivial problems pointed out by "go vet". by Asim Shankar · 10 years ago
  11. df3ed6a services/agent/agentd: Be able to choose a name other than by Asim Shankar · 10 years ago
  12. 7f950a8 ref: Update the agent environment variable to be an endpoint instead of a file descriptor. by Ryan Brown · 10 years ago
  13. ad49204 ref: Change context mutators from SetFoo to WithFoo. by Todd Wang · 10 years ago
  14. 8850968 x/ref: Restructure services/agent to follow conventions. by Todd Wang · 10 years ago
  15. b351149 x/ref: Restructure security packages by Todd Wang · 10 years ago[Renamed (98%) from security/agent/agentd/main.go]
  16. f77f91f ref: Change deviced, agentd, and mounttabled flags from underscores to hyphens. by Suharsh Sivakumar · 10 years ago
  17. f32d24d flags: Replace "veyron" with "v23". (And _s with -s) by Asim Shankar · 10 years ago
  18. 59b8b69 ref: Begin consolidating environment variables into a single package. by Asim Shankar · 10 years ago
  19. 7f7088d v.io/x/ref/security: Use verror instead of fmt.Errorf and errors.New by Mike Burrows · 10 years ago
  20. d7616c9 ref: adding copyright headers and licensing files by Jiri Simsa · 10 years ago
  21. ffceefa TBR renaming v.io/core/veyron to v.io/x/ref by Jiri Simsa · 10 years ago
  22. 337af23 core: moving vlog from release.go.v23 to release.go.x.lib by Jiri Simsa · 10 years ago
  23. 6ac9522 TBR renaming party by Jiri Simsa · 10 years ago
  24. 1fcb6a3 veyron/security/agent: port test.sh to v23tests. by Cosmos Nicolaou · 10 years ago
  25. 10a4ade veyron/modules/lib/shell, veyron/security/agent/agentd: Update coments. by Ryan Brown · 10 years ago
  26. a1ffe86 Merge "veyron/security/agent/agentd: Fix missing panic" by Robin Thellend · 10 years ago
  27. 4476cc6 security/agent: Bugfix for passphrase encoded private keys. by Asim Shankar · 10 years ago
  28. dd5f9e0 veyron/security/agent/agentd: Fix missing panic by Robin Thellend · 10 years ago
  29. 97d67a9 veyron2: Remove the Get/Set logger routines. by Matt Rosencrantz · 10 years ago
  30. 19fbf99 core: Change rt.New to veyron2.Init. by Suharsh Sivakumar · 10 years ago
  31. 6edab56 core: Remove the NewClient and Client methods of Runtime. by Matt Rosencrantz · 10 years ago
  32. 97eb540 core: Remove Logger related methods from the Runtime and use the RuntimeX variants. by Matt Rosencrantz · 10 years ago
  33. 946f64d core: Change runtime.AppCycle to veyron2.GetAppCycle(ctx). by Suharsh Sivakumar · 10 years ago
  34. b37f9b0 veyron/security/agent/agentd: support the veyron.credentials flag by Ryan Brown · 10 years ago
  35. 764efb7 Reorganization of VANADIUM_ROOT relative paths. by Jiri Simsa · 10 years ago
  36. c0a2865 Replacing veyron.io with v.io. by Jiri Simsa · 10 years ago
  37. 67a6211 veyron/security/agent: Agent can restart child app upon exit. by Bogdan Caprita · 10 years ago
  38. d412cb2 switch to go1.4 by Cosmos Nicolaou · 10 years ago
  39. 3df8584 veyron/veyron2/rt: Remove rt.R()/rt.Init(). by Matt Rosencrantz · 10 years ago
  40. b61c675 veyron/security/agent/agentd: kill child command when the agent is killed by Bogdan Caprita · 10 years ago
  41. c98a8b5 veyron/tools/mgmt,veyron/security/agent/agentd: node mgr integration test. by Bogdan Caprita · 10 years ago
  42. 23ea535 veyron/security/agent: Read pasphrase in agent from file with no buffering. by Suharsh Sivakumar · 10 years ago
  43. ab5f4ff veyron/security/agent: enabling non-interactive invocations of agentd by Jiri Simsa · 10 years ago
  44. 7c88fb1 TBR Revert "veyron: Update go.tools to its new golang.org location." by Matt Rosencrantz · 10 years ago
  45. 8c8acea veyron: Update go.tools to its new golang.org location. by Matt Rosencrantz · 10 years ago
  46. 7f49167 veyron/services/mgmt/node/impl,veyron/runtimes/google/rt,veyron/security/agent: by Bogdan Caprita · 10 years ago
  47. 4e09188 veyron/security/agent: Fix agent encryption. by Suharsh Sivakumar · 10 years ago
  48. 95910b6 veyron/...: Consolidate use of environment variables into named constants. by Asim Shankar · 10 years ago
  49. 8178944 veyron/security/agent: Add API so the NodeManager can manage keys for apps. by Ryan Brown · 10 years ago
  50. 30ee666 veyron/security/agent: Switch to ssh terminal for password input. by Suharsh Sivakumar · 10 years ago
  51. b3a82ba veyron/services/identity: Remove support for the old security model. by Asim Shankar · 10 years ago
  52. 8a7fba4 veyron/security/agent: Make the agent a pricipal. by Suharsh Sivakumar · 10 years ago
  53. 4684f4e veyron/security: make loadPEMKey support nil encrypted passwords. by Suharsh Sivakumar · 10 years ago
  54. aca1c32 veyron/security/agent: Added encryption to agent and option not to encrypt. by Suharsh Sivakumar · 10 years ago
  55. f889c73 veyron2: break dependency between veyron2/rt and the runtime implementation. by Cosmos Nicolaou · 10 years ago
  56. 50b473a veyron/security/agent: Add support for multiple apps connecting to one agent. by Ryan Brown · 11 years ago
  57. 519c507 updating the veyron import paths by Jiri Simsa · 11 years ago
  58. fed691e veyron/security/agent: Initial implementation using VC. by Ryan Brown · 11 years ago
  59. caef3e9 veyron/security/agent: Rollback since it doesn't work on linux. by Ryan Brown · 11 years ago
  60. fda311b veyron/security/agent: Initial implementation using VC. by Ryan Brown · 11 years ago