- 6edab56 core: Remove the NewClient and Client methods of Runtime. by Matt Rosencrantz · 10 years ago
- a5782bc Merge "veyron/security/agent: Fix race." by Ryan Brown · 10 years ago
- ae774a5 veyron2/options: Make VCSecurityNone a CallOpts instead of ClientOpt. by Suharsh Sivakumar · 10 years ago
- 8ddbcc1 Merge "core: Remove Logger related methods from the Runtime and use the RuntimeX variants." by Matt Rosencrantz · 10 years ago
- 8dc9a18 veyron2/security/... by gauthamt · 10 years ago
- 97eb540 core: Remove Logger related methods from the Runtime and use the RuntimeX variants. by Matt Rosencrantz · 10 years ago
- e920e66 Merge "core,vdl: Remove use of RuntimeFromContext from vdl generator." by Suharsh Sivakumar · 10 years ago
- 946f64d core: Change runtime.AppCycle to veyron2.GetAppCycle(ctx). by Suharsh Sivakumar · 10 years ago
- be80c1b core,vdl: Remove use of RuntimeFromContext from vdl generator. by Suharsh Sivakumar · 10 years ago
- 53a8e2b veyron/security/agent: Fix race. by Ryan Brown · 10 years ago
- b37f9b0 veyron/security/agent/agentd: support the veyron.credentials flag by Ryan Brown · 10 years ago
- 4f8ac60 veyron.go.core: Make context.T a concrete type. by Matt Rosencrantz · 10 years ago
- 3540e3a Post-migration cleanup. by Jiri Simsa · 10 years ago
- 764efb7 Reorganization of VANADIUM_ROOT relative paths. by Jiri Simsa · 10 years ago
- c0a2865 Replacing veyron.io with v.io. by Jiri Simsa · 10 years ago
- ca08e3b Merge branch 'master' of https://veyron.googlesource.com/veyron.go.core by Jiri Simsa · 10 years ago
- 3d3491f Replacing VEYRON_ROOT with VANADIUM_ROOT. by Jiri Simsa · 10 years ago
- 67a6211 veyron/security/agent: Agent can restart child app upon exit. by Bogdan Caprita · 10 years ago
- 383e88c veyron2/vdl: Change vdl error syntax, and rename oneof to union. by Todd Wang · 10 years ago
- 38699ab Merge "switch to go1.4" by Jiri Simsa · 10 years ago
- f826393 Security API additions. by gauthamt · 10 years ago
- d412cb2 switch to go1.4 by Cosmos Nicolaou · 10 years ago
- ae8dd21 veyron2/ipc: modify ListenSpec to accept a slice of addresses. by Cosmos Nicolaou · 10 years ago
- 7d1b28d shell/lib: moving shell libraries into the veyron core repository by Jiri Simsa · 10 years ago
- 3709c16 veyron: Enable vom2 by default by Robin Thellend · 10 years ago
- 9c4aa22 veyron/services/mgmt/device/impl: rename node->device, cl 5 of N (go/vissue/496) by Bogdan Caprita · 10 years ago
- 2b21936 veyron2/services/mgmt/node: rename node->device, cl 2 of N (go/vissue/496) by Bogdan Caprita · 10 years ago
- 4b9b5d5 veyron.io/veyron/veyron/security/agent: Convert to use verror2 by Mike Burrows · 10 years ago
- 3df8584 veyron/veyron2/rt: Remove rt.R()/rt.Init(). by Matt Rosencrantz · 10 years ago
- 654a495 Merge "veyron/security/agent/agentd: kill child command when the agent is killed" by Bogdan Caprita · 10 years ago
- 0610a23 veyron: Remove all remaining uses of rt.R()/rt.Init() in the core repository. by Matt Rosencrantz · 10 years ago
- b61c675 veyron/security/agent/agentd: kill child command when the agent is killed by Bogdan Caprita · 10 years ago
- 39ac323 veyron2/ipc/model.go: Normalize the Glob interfaces by Robin Thellend · 10 years ago
- c98a8b5 veyron/tools/mgmt,veyron/security/agent/agentd: node mgr integration test. by Bogdan Caprita · 10 years ago
- c7fecf1 veyron/lib/signals: Remove dependence on rt.R() by Matt Rosencrantz · 10 years ago
- 34ed4c6 veyron2/{vdl,vom2,ipc}: Finish the vom2 transition. by Todd Wang · 10 years ago
- 6888519 veyron2/services/security/access: Update to the new ACL format. by Asim Shankar · 10 years ago
- 23ea535 veyron/security/agent: Read pasphrase in agent from file with no buffering. by Suharsh Sivakumar · 10 years ago
- ab5f4ff veyron/security/agent: enabling non-interactive invocations of agentd by Jiri Simsa · 10 years ago
- 7c88fb1 TBR Revert "veyron: Update go.tools to its new golang.org location." by Matt Rosencrantz · 10 years ago
- 8c8acea veyron: Update go.tools to its new golang.org location. by Matt Rosencrantz · 10 years ago
- bcdd70a Merge "veyron2/vdl,ipc: Add new Signature support (incomplete)." by Todd Wang · 10 years ago
- 9a06b1e Merge "veyron/lib/unixfd, veyron/lib/security/agent/server: Try to fix the flaky agent tests." by Ryan Brown · 10 years ago
- 5739dda veyron2/vdl,ipc: Add new Signature support (incomplete). by Todd Wang · 10 years ago
- 7f49167 veyron/services/mgmt/node/impl,veyron/runtimes/google/rt,veyron/security/agent: by Bogdan Caprita · 10 years ago
- fac212e veyron/lib/unixfd, veyron/lib/security/agent/server: Try to fix the flaky agent tests. by Ryan Brown · 10 years ago
- 1fe7cdd veyron2/vdl,ipc: Enable reflection to capture stream types. by Todd Wang · 10 years ago
- 9810816 veyron.io/veyron/security/... by gauthamt · 10 years ago
- 4e09188 veyron/security/agent: Fix agent encryption. by Suharsh Sivakumar · 10 years ago
- 702385a veyron2/vdl: New API for generated Go interfaces. by Todd Wang · 10 years ago
- 94bc464 veyron2/ipc/model.go: Add the new Glob interfaces. by Robin Thellend · 10 years ago
- 92dba58 veyron2/ipc: 3 of n. 'Invoker and Signature' rationalisation. by Cosmos Nicolaou · 10 years ago
- 896d776 TBR: fix vdl generation. by Jing Jin · 10 years ago
- 36f3812 Merge "veyron: Regenerate out of date vdls." by Benjamin Prosnitz · 10 years ago
- 95910b6 veyron/...: Consolidate use of environment variables into named constants. by Asim Shankar · 10 years ago
- 8178944 veyron/security/agent: Add API so the NodeManager can manage keys for apps. by Ryan Brown · 10 years ago
- 395a3f7 Merge "veyron/security/agent: Switch to ssh terminal for password input." by Suharsh Sivakumar · 10 years ago
- fc4c469 veyron: Regenerate out of date vdls. by Matt Rosencrantz · 10 years ago
- 6a3c3e5 veyron2/vdl: Add typeobject to parser, compiler and go codegen. by Todd Wang · 10 years ago
- 30ee666 veyron/security/agent: Switch to ssh terminal for password input. by Suharsh Sivakumar · 10 years ago
- b3a82ba veyron/services/identity: Remove support for the old security model. by Asim Shankar · 10 years ago
- 84a1152 security/agent/test: move "test" package to "pingpong" so we don't need to manually set different output file in shelltest-runner (a driver GO program to run all shell tests). by Jing Jin · 10 years ago
- 8a7fba4 veyron/security/agent: Make the agent a pricipal. by Suharsh Sivakumar · 10 years ago
- 61fef34 Merge "veyron/security: make loadPEMKey support nil encrypted passwords." by Suharsh Sivakumar · 10 years ago
- a8161de Merge "veyron/.../test.sh: update test.sh scripts to use a single dir to share binaries." by Jing Jin · 10 years ago
- 4684f4e veyron/security: make loadPEMKey support nil encrypted passwords. by Suharsh Sivakumar · 10 years ago
- 89312ff veyron/.../test.sh: update test.sh scripts to use a single dir to share binaries. by Jing Jin · 10 years ago
- f8d4c2b rename ipc.ListenX to ipc.Listen. by Cosmos Nicolaou · 10 years ago
- aca1c32 veyron/security/agent: Added encryption to agent and option not to encrypt. by Suharsh Sivakumar · 10 years ago
- f889c73 veyron2: break dependency between veyron2/rt and the runtime implementation. by Cosmos Nicolaou · 10 years ago
- cc04421 veyron2: Separate out options into a separate package. by Asim Shankar · 10 years ago
- 85aea7b veyron: cleanup of shell test scripts making sure that non-zero exit by Jiri Simsa · 10 years ago
- f17b602 veyron/.../test.sh: update to use new shell::, shell_test:: functions with timeouts. by Cosmos Nicolaou · 10 years ago
- f30b2df veyron/.../test.sh: Tweaks to use (or explicitly avoid) the new security model. by Asim Shankar · 10 years ago
- d993b39 scripts: replacing scripts/build/go with "veyron go" by Jiri Simsa · 10 years ago
- f8727f2 scripts: reflecting the move of scripts to a separate repository by Jiri Simsa · 10 years ago
- 50b473a veyron/security/agent: Add support for multiple apps connecting to one agent. by Ryan Brown · 10 years ago
- b860a42 making sure shell tests use the correct paths and package names by Jiri Simsa · 11 years ago
- 519c507 updating the veyron import paths by Jiri Simsa · 11 years ago
- 312b06e {scripts,veyron}: moving scripts to a separate repository, related by Jiri Simsa · 11 years ago
- e2be04a veyron/security/agent: Remove REPO_ROOT from shell tests. by Matt Rosencrantz · 11 years ago
- e027b5c veyron/security/agent: Regenerate vdl. by Ken Ashcraft · 11 years ago
- f6b9227 veyron/security/agent: Regenerate one more vdl. by Ryan Brown · 11 years ago
- 9a888a6 veyron/security/agent: Regenerate the vdl. by Ryan Brown · 11 years ago
- fed691e veyron/security/agent: Initial implementation using VC. by Ryan Brown · 11 years ago
- caef3e9 veyron/security/agent: Rollback since it doesn't work on linux. by Ryan Brown · 11 years ago
- fda311b veyron/security/agent: Initial implementation using VC. by Ryan Brown · 11 years ago