- 9d17e4a veyron/lib/modules: Make modules parse flags using the veyron2.Init by Suharsh Sivakumar · 10 years ago
- a4b7c4a "veyron/runtimes/google/rt": Make VeyronCredentials take precendence by Ankur · 10 years ago
- 5ca4664 veyron2,runtimes/google/rt: Resolve todo and remove other stale todos. by Suharsh Sivakumar · 10 years ago
- 41684cb Merge "veyron/runtimes/google/rt: Preserve namespace cache settings across recreations." by Matt Rosencrantz · 10 years ago
- 1094d06 veyron2/context: Allow users to remove cancellation and deadlines from contexts. by Matt Rosencrantz · 10 years ago
- 001644e veyron/runtimes/google/rt: Preserve namespace cache settings across recreations. by Matt Rosencrantz · 10 years ago
- f416ac5 "core": Make go-tests pass under agent by Ankur · 10 years ago
- af99c97 veyron/runtimes/google/ipc: Pass client to server to allow discharge client by Suharsh Sivakumar · 10 years ago
- d7a6519 veyron2/options: Remove unused options and move no longer publicly by Suharsh Sivakumar · 10 years ago
- 79bec0e veyron2/options: Remove RuntimePrincipal opt and make PreferredProtocol by Suharsh Sivakumar · 10 years ago
- 97d67a9 veyron2: Remove the Get/Set logger routines. by Matt Rosencrantz · 10 years ago
- 3199588 veyron/runtimes/google/rt: Split runtime initialization into two parts by Matt Rosencrantz · 10 years ago
- ba470a5 core: Compelete the runtimex->runtime transition by renaming everything to non-x variants. by Matt Rosencrantz · 10 years ago
- 5dbfbef veyron/runtimes/google/lib/dependency: Factor the dependency graph logic by Matt Rosencrantz · 10 years ago
- d68949c core: Remove old profiles and make new profiles parse flags for runtime. by Suharsh Sivakumar · 10 years ago
- 940e100 veyron/runtimes/google/rt: Remove deprecated runtime implementation. by Matt Rosencrantz · 10 years ago
- 1932912 veyron/runtimes/fake: Create a fake runtime and profile. by Matt Rosencrantz · 10 years ago
- 1b79391 core: Remove remaining uses of veyron2/rt package and delete it. by Matt Rosencrantz · 10 years ago
- fa3082c veyron/services/mgmt: Update the management services to use veyron2.Init() by Matt Rosencrantz · 10 years ago
- cf714c6 veyron/runtimes/google/rt: Fix a race condition in our signal handling. by Matt Rosencrantz · 10 years ago
- b86b352 core: Rename vdlutil.Any to vdl.AnyRep. by Todd Wang · 10 years ago
- fb9255a "core": Makes Tests pass under agent by Ankur · 10 years ago
- 6b61907 Merge "veyron/runtimes/google/rt: Make tests use veyron2.Init." by Suharsh Sivakumar · 10 years ago
- d5049b7 veyron/runtimes/google/rt: Make tests use veyron2.Init. by Suharsh Sivakumar · 10 years ago
- e5dc980 veyron/runtimes/google/rt: Port the agent fd duping logic to veyron2.Init(). by Matt Rosencrantz · 10 years ago
- 99cc06e veyron2: Panic if the user tries to use the runtime when it is not set. by Matt Rosencrantz · 10 years ago
- a08a221 veyron/lib/modules: Use the agent for managing credentials in modules.Shell. by Ryan Brown · 10 years ago
- 4d36f81 veyron/runtimes/google/rt: Remove duplicate tests and make rt_test by Suharsh Sivakumar · 10 years ago
- 3838c55 veyron2: Add BackgroundContext. by Matt Rosencrantz · 10 years ago
- 96d952a veyron/runtimes/google/rt: RuntimeX.Init should be a function instead of a method. by Matt Rosencrantz · 10 years ago
- d8cfbb8 TBR: Move flags initialization above logging initialization. by Matt Rosencrantz · 10 years ago
- 4575472 veyron/runtimes/google/rt: Add veyron2.InitForTest method. by Suharsh Sivakumar · 10 years ago
- 39fafdb Merge "veyron/runtimes/google/rt: adjust timeout for callback RPC to device manager" by Bogdan Caprita · 10 years ago
- 5ba81da veyron/runtimes/google/rt: adjust timeout for callback RPC to device manager by Bogdan Caprita · 10 years ago
- 98aa48c veyron/profiles: Create profile init functions. by Suharsh Sivakumar · 10 years ago
- aeed5d5 veyron/runtimes/google/rt: Add code to synchronously clean up the runtime. by Matt Rosencrantz · 10 years ago
- 628a8ee veyron2: veyron2.Init function for new API. by Suharsh Sivakumar · 10 years ago
- 8bd8e10 veyron/runtimes/google/namimg: allow 'addresses' to be stored in the mounttable and other 'cleanups' by Cosmos Nicolaou · 10 years ago
- f7b00e2 veyron/runtimes/google/vtrace: Add capturing via regexps to vtrace. by Matt Rosencrantz · 10 years ago
- ce6728d Merge "veyron2/context: Remove the runtime from the context. It is no longer used." by Matt Rosencrantz · 10 years ago
- 3395b4e veyron2/context: Remove the runtime from the context. It is no longer used. by Matt Rosencrantz · 10 years ago
- 9db8bc3 veyron/runtimes/google: Finish a couple of RuntimeX Todos. by Matt Rosencrantz · 10 years ago
- f1c3b44 core: Remove the Principal method of the Runtime interface. by Matt Rosencrantz · 10 years ago
- 6edab56 core: Remove the NewClient and Client methods of Runtime. by Matt Rosencrantz · 10 years ago
- 396f219 veyron/runtimes/google/rt: Modify TODO. by Suharsh Sivakumar · 10 years ago
- 5b4380d veyron/runtimes/google/rt: Initial rt with client for agent to use. by Suharsh Sivakumar · 10 years ago
- ae774a5 veyron2/options: Make VCSecurityNone a CallOpts instead of ClientOpt. by Suharsh Sivakumar · 10 years ago
- 77befba veyron/runtimes/google: Minor tweaks to vlog and vtrace messages. by Asim Shankar · 10 years ago
- 5c03ffd veyron2: Remove client from reserved functions. by Todd Wang · 10 years ago
- 8ddbcc1 Merge "core: Remove Logger related methods from the Runtime and use the RuntimeX variants." by Matt Rosencrantz · 10 years ago
- 7d43687 TBR core:veyron/runtimes/google/rt: Runtime should add the reserved name dispatcher to NewContexts. by Matt Rosencrantz · 10 years ago
- bf356d7 veyron/lib/flags,veyron/lib/exec: pipe parent config opts to child's flags parse by Bogdan Caprita · 10 years ago
- 6013214 veyron/google/rt/runtimex: Add preferred protocols to runtime by Suharsh Sivakumar · 10 years ago
- 97eb540 core: Remove Logger related methods from the Runtime and use the RuntimeX variants. by Matt Rosencrantz · 10 years ago
- 5f98d94 core: Refactor vtrace to allow starting new traces from user code. by Matt Rosencrantz · 10 years ago
- ac9feed veyron/runtimes/google/rt: Change runtime.Publisher calls to veyron2.GetPublisher(ctx). by Suharsh Sivakumar · 10 years ago
- 946f64d core: Change runtime.AppCycle to veyron2.GetAppCycle(ctx). by Suharsh Sivakumar · 10 years ago
- 033a30e veyron/profiles,veyron/runtimes/google/rt/runtimex.go: Create profiles by Suharsh Sivakumar · 10 years ago
- ba56393 veyron/runtimes, veyron2/model: Share preferred protocols when client is by Suharsh Sivakumar · 10 years ago
- 5845bf1 veyron2: Add a RuntimeX interface and its implementation. by Matt Rosencrantz · 10 years ago
- 89445a4 core: Remove the redundant With* methods on context. by Matt Rosencrantz · 10 years ago
- 1b6683e veyron/runtimes/google: Remove dischargeclient client and server opts by Suharsh Sivakumar · 10 years ago
- 4f8ac60 veyron.go.core: Make context.T a concrete type. by Matt Rosencrantz · 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
- 63214cb veyron.io/veyron/veyron2/i18n: Initialize default i18n catalogue from file by Mike Burrows · 10 years ago
- 28dabfc veyron2/ipc: allow listen to return multiple endpoints and use verror2. by Cosmos Nicolaou · 10 years ago
- 34d75fe Merge "veyron2/ipc: modify ListenSpec to accept a slice of addresses." by Cosmos Nicolaou · 10 years ago
- 77cd9e8 "veyron/lib/testutil/security": ForkCredentials by Ankur · 10 years ago
- ae8dd21 veyron2/ipc: modify ListenSpec to accept a slice of addresses. by Cosmos Nicolaou · 10 years ago
- a456f47 veyron2/services/mgmt/node,veyron/services/mgmt/node,veyron/tools/mgmt: rename node->device, cl 3 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
- 37c275b Merge "veyron/runtimes/google/namespace: Namespace should not take a runtime parameter on New." by Matt Rosencrantz · 10 years ago
- afe4964 veyron/runtimes/google/namespace: Namespace should not take a runtime parameter on New. by Matt Rosencrantz · 10 years ago
- 3e8f964 veyron/lib/appcycle: remove rt argument from appcycle.New by Bogdan Caprita · 10 years ago
- 3df8584 veyron/veyron2/rt: Remove rt.R()/rt.Init(). by Matt Rosencrantz · 10 years ago
- 0610a23 veyron: Remove all remaining uses of rt.R()/rt.Init() in the core repository. by Matt Rosencrantz · 10 years ago
- 5180d16 veyron/services/mgmt: Remove reliance on rt.R()/Init(). by Matt Rosencrantz · 10 years ago
- d83b90b veyron2/vlog: get rid of -vv flag, use --vmodule=*=2 instead. by Cosmos Nicolaou · 10 years ago
- c7fecf1 veyron/lib/signals: Remove dependence on rt.R() by Matt Rosencrantz · 10 years ago
- 344cc4a lib/modules: change the NewShell factory to take a security.Principal arg. by Cosmos Nicolaou · 10 years ago
- 55a10f3 veyron/runtimes/google/ipc: Pass the preferred protocols to the by Nicolas LaCasse · 10 years ago
- 6888519 veyron2/services/security/access: Update to the new ACL format. by Asim Shankar · 10 years ago
- f4864f4 veyron/runtimes/google/ipc: Plumb the context through when fetching discharges. by Asim Shankar · 10 years ago
- 756fa96 runtimes/google/rt: fix overly short timeout in a test. by Cosmos Nicolaou · 10 years ago
- 9f95794 "veyron/lib/modules": Fresh VEYRON_CREDENTIALS for each command by Ankur · 10 years ago
- e06d715 veyron/runtime/google: fix potential race in shutdown_test by Bogdan Caprita · 10 years ago
- f30346f veyron/runtimes/google/rt: fix flakiness in TestSimpleServerDoubleSignal by Bogdan Caprita · 10 years ago
- a429eff runtimes/google/rt: bring back tests for runtime shutdown. by Cosmos Nicolaou · 10 years ago
- d02ac22 veyron/runtimes/google/rt: Potential fix for flaky data race test. by Suharsh Sivakumar · 10 years ago
- d4f0056 lib/modules: implement a registry to clean up AddFunction,Subprocess etc. by Cosmos Nicolaou · 10 years ago
- 39e3ae5 veyron2: move the AppCycle implementation out of the runtime. by Cosmos Nicolaou · 10 years ago
- 7f49167 veyron/services/mgmt/node/impl,veyron/runtimes/google/rt,veyron/security/agent: by Bogdan Caprita · 10 years ago
- 4e8da64 runtimes/google/ipc: client side RPC improvements: by Cosmos Nicolaou · 10 years ago
- 1fe7cdd veyron2/vdl,ipc: Enable reflection to capture stream types. by Todd Wang · 10 years ago
- e49a86a "veyron/runtime/google/ipc": Server Discharges by Ankur · 10 years ago
- 2519cc1 veyron2/security: Address a few TODOs by Asim Shankar · 10 years ago
- d8ed8f6 Merge "veyron/runtimes/google/ipc,veyron/runtimes/google/rt: expose stats for security." by Bogdan Caprita · 10 years ago
- b30286b veyron/services/mgmt/debug: Export vtrace information in the debug dispatcher. by Matt Rosencrantz · 10 years ago
- e737631 veyron/runtimes/google/ipc,veyron/runtimes/google/rt: expose stats for security. by Bogdan Caprita · 10 years ago