- 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
- 9a7f516 veyron2/security: Add ContextParams.Copy and LabelFromMethodTags. by Todd Wang · 10 years ago
- adf0ca1 End of the // eradication. by David Why Use Two When One Will Do Presotto · 10 years ago
- 4e8da64 runtimes/google/ipc: client side RPC improvements: by Cosmos Nicolaou · 10 years ago
- 96d30e8 veyron/runtimes/google/ipc/stream: Implement control-channel encryption. by Jason Hickey · 10 years ago
- 4d7c4be veyron/runtimes/google/ipc: Improve the test coverage for contexts. by Matt Rosencrantz · 10 years ago
- 1fe7cdd veyron2/vdl,ipc: Enable reflection to capture stream types. by Todd Wang · 10 years ago
- a139e4d Merge "veyron/runtimes/google/ipc: Increase test coverage slightly." by Robin Thellend · 10 years ago
- 5d6994b Merge "runtimes/google/ipc: make sure wg.Add's get called before .WaitFor can be." by Cosmos Nicolaou · 10 years ago
- 24a7815 Merge "veyron/runtimes/google/ipc: fixing a deadlock in the context code" by Jiri Simsa · 10 years ago
- 710daa2 veyron2/ipc: 4 of n. 'Invoker and Signature' rationalisation. by Cosmos Nicolaou · 10 years ago
- e49a86a "veyron/runtime/google/ipc": Server Discharges by Ankur · 10 years ago
- 2874e0b veyron/runtimes/google/ipc: fixing a deadlock in the context code by Jiri Simsa · 10 years ago
- eef1fab runtimes/google/ipc: make sure wg.Add's get called before .WaitFor can be. by Cosmos Nicolaou · 10 years ago
- 50ce9c4 veyron/runtimes/google/ipc: Increase test coverage slightly. by Robin Thellend · 10 years ago
- 1aa5769 veyron2/naming: Move veyron2/services/mounttable/types here. by Todd Wang · 10 years ago
- 4466c61 Merge "veyron2/security: Address a few TODOs" by Asim Shankar · 10 years ago
- b32fed3 Merge "veyron/runtimes/google/ipc: Preventing addName and removeName cuasing panics (nil s.names map) if called before Serve() or ServerDispatcher(). Return error instead." by Ali Ghassemi · 10 years ago
- 2519cc1 veyron2/security: Address a few TODOs by Asim Shankar · 10 years ago
- 3c6db7b veyron/runtimes/google/ipc: Preventing addName and removeName cuasing panics by Ali Ghassemi · 10 years ago
- 9fb0735 veyron/{services,runtimes}: adding dependency constraint exceptions by Jiri Simsa · 10 years ago
- 5ae28f7 Merge "veyron: delete counterpart to go/vcl/6663" by Jiri Simsa · 10 years ago
- d8ed8f6 Merge "veyron/runtimes/google/ipc,veyron/runtimes/google/rt: expose stats for security." by Bogdan Caprita · 10 years ago
- 405360d veyron: delete counterpart to go/vcl/6663 by Jiri Simsa · 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
- 5c95a6c veyron/runtimes/google/ipc: Switch everything to __Glob. by Robin Thellend · 10 years ago
- 9388ae4 veyron/runtimes/google/ipc: refactor Listen loop code - back from the rollback... by Cosmos Nicolaou · 10 years ago
- 3e76f28 veyron/runtimes/google/vtrace: Add a store for collecting vtrace traces. by Matt Rosencrantz · 10 years ago
- 6e9d13d Merge "veyron/runtimes/google/ipc: Treat nil glob-states as leaves in glob results." by Matt Rosencrantz · 10 years ago
- bea254d veyron/runtimes/google/ipc: Treat nil glob-states as leaves in glob results. by Matt Rosencrantz · 10 years ago
- 8ea1d8a Merge "veyron/services/mgmt/node/impl: identity management for child apps (agent-less)." by Bogdan Caprita · 10 years ago
- aef5e37 Revert "veyron/runtimes/google/ipc: refactor Listen loop code." by Cosmos Nicolaou · 10 years ago
- 0f7f19a Merge "veyron/runtimes/google/ipc: refactor Listen loop code." by Cosmos Nicolaou · 10 years ago
- b16d716 veyron/runtimes/google/ipc: Rewrite the ipc.Server Glob implementation by Robin Thellend · 10 years ago
- 2692910 veyron/services/mgmt/node/impl: identity management for child apps (agent-less). by Bogdan Caprita · 10 years ago
- 3789339 veyron/lib/modules: encapsulating Shell's config field by Jiri Simsa · 10 years ago
- 702385a veyron2/vdl: New API for generated Go interfaces. by Todd Wang · 10 years ago
- 9b681e7 Merge "veyron2/options,veyron/runtimes/google/ipc: Allow different servers to present different blessings." by Bogdan Caprita · 10 years ago
- 99a276b Merge "veyron/lib/modules: adding an option to pass Config to a child process" by Bogdan Caprita · 10 years ago
- a5b60b2 veyron2/options,veyron/runtimes/google/ipc: Allow different servers to by Asim Shankar · 10 years ago
- d3d2530 Merge "ipc/benchmarks: fix for https://veyron-review.googlesource.com/#/c/6373/" by Cosmos Nicolaou · 10 years ago
- 5ce6ede veyron/runtimes/google/ipc: refactor Listen loop code. by Cosmos Nicolaou · 10 years ago
- 6413c99 veyron2: can no longer specify a specific prefix for the ReservedNameDispatcher. by Cosmos Nicolaou · 10 years ago
- 8b4dbbf namespace: More // eradication. by David Why Use Two When One Will Do Presotto · 10 years ago
- 687f59c Merge "runtimes/google/ipc: trap all reserved names (starting with __)." by Cosmos Nicolaou · 10 years ago
- 5a7d133 ipc/benchmarks: fix for https://veyron-review.googlesource.com/#/c/6373/ by Cosmos Nicolaou · 10 years ago
- 3197d6c veyron/runtimes/google/ipc: Derive incomming server call contexts from server.ctx. by Matt Rosencrantz · 10 years ago
- 5a485b2 Merge "veyron2/ipc/model.go: Add the new Glob interfaces." by Robin Thellend · 10 years ago
- 5f8318f Partially fix breakage following: by Cosmos Nicolaou · 10 years ago
- add8e4a runtimes/google/ipc: trap all reserved names (starting with __). by Cosmos Nicolaou · 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
- f57930f veyron/lib/modules: adding an option to pass Config to a child process by Jiri Simsa · 10 years ago
- 69fc443 Merge "runtimes/google/ipc: Encode expected server blessings in the name instead of options.RemoteID" by Ryan Brown · 10 years ago
- c28686e namespace: Add a trailing Glob pattern ***. This is like ... but by David Why Use Two When One Will Do Presotto · 10 years ago
- 2726b40 runtimes/google/ipc: Encode expected server blessings in the name instead of options.RemoteID by Ryan Brown · 10 years ago
- 8982a08 Merge "TBR Fix nsRoots bug in rt.go" by Benjamin Prosnitz · 10 years ago
- ee70898 TBR Fix nsRoots bug in rt.go by Benjamin Prosnitz · 10 years ago
- b8178d3 naming/verror: Migrate naming errors to verror2 by Benjamin Prosnitz · 10 years ago
- 0cad083 veyron2/security: Make the timestamp and method tags available in by Asim Shankar · 10 years ago
- 214f89c veyron2/ipc: Invoker.Prepare will now return all tags associated with a by Asim Shankar · 10 years ago
- 61c96c7 veyron2/ipc: 2 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
- e38af0d Merge "veyron2: make it possible to specify a 'reserved name' dispatcher." by Cosmos Nicolaou · 10 years ago
- 1ee5e1a veyron2/ipc: 1 of n. 'Invoker and Signature' rationalisation. by Cosmos Nicolaou · 10 years ago
- 8246a8b veyron2: make it possible to specify a 'reserved name' dispatcher. by Cosmos Nicolaou · 10 years ago
- 95910b6 veyron/...: Consolidate use of environment variables into named constants. by Asim Shankar · 10 years ago
- cce47dc Merge "veyron2/rt: allow the profile to actually specify the runtime to use." by Cosmos Nicolaou · 10 years ago
- aadfd4d veyron2/rt: allow the profile to actually specify the runtime to use. by Cosmos Nicolaou · 10 years ago
- 0c73fbf veyron/runtimes/google/ipc: Explicitly implement default authorization. by Asim Shankar · 10 years ago
- 5a82d35 veyron2/security: Address a bunch of cleanup TODOs. by Asim Shankar · 10 years ago
- 13887d9 Merge "veyron/runtimes/google/ipc: Restore the check for nil context to before the context is used." by Matt Rosencrantz · 10 years ago
- 9896004 veyron/lib/flags: provide a default value for veyron.namespace.roots by Cosmos Nicolaou · 10 years ago
- 220a015 Remove the old security model. by Asim Shankar · 10 years ago
- 93c511f Merge "veyron.io/veyron/veyron/runtimes/google/ipc: Bugfix. dhcpListener was never triggered, even for ":0" addresses." by Srdjan Petrovic · 10 years ago
- 69381a9 veyron.io/veyron/veyron/runtimes/google/ipc: Bugfix. dhcpListener was never triggered, even for ":0" addresses. by Srdjan Petrovic · 10 years ago
- 59a254c veyron/runtimes/google/naming/namespace: by David Why Use Two When One Will Do Presotto · 10 years ago
- fc4c469 veyron: Regenerate out of date vdls. by Matt Rosencrantz · 10 years ago
- 321a51d veyron/runtimes/google/ipc: Restore the check for nil context by Matt Rosencrantz · 10 years ago
- e5b4150 veyron/runtimes/google: allow for command line args to override runtime env vars. by Cosmos Nicolaou · 10 years ago
- 6a3c3e5 veyron2/vdl: Add typeobject to parser, compiler and go codegen. by Todd Wang · 10 years ago
- 612ad38 veyron/lib/modules: make the Start method take an env parameter and delete StartWithEnv. by Cosmos Nicolaou · 10 years ago
- bea438c Merge "veyron/runtimes/google/rt: Use the new security model by default." by Asim Shankar · 10 years ago
- 762404f Merge "veyron/runtimes/google/vtrace: Add start and end times to spans." by Matt Rosencrantz · 10 years ago
- 7b5c94a veyron/runtimes/google/rt: Use the new security model by default. by Asim Shankar · 10 years ago
- 0ed405f veyron/runtimes/google/ipc/stream/vif: Fix race between close and accept by Robin Thellend · 10 years ago
- 1fa3277 veyron/runtimes/google/vtrace: Add start and end times to spans. by Matt Rosencrantz · 10 years ago
- ad2793f veyron/services/mgmt/node/impl: now uses lib/modules rather testutil/blackbox. by Cosmos Nicolaou · 10 years ago
- 223f536 veyron/runtimes/google/ipc: Make securitynone backwards compatible by Suharsh Sivakumar · 10 years ago
- 8a7fba4 veyron/security/agent: Make the agent a pricipal. by Suharsh Sivakumar · 10 years ago
- 80eaa74 Merge "veyron2/security: Get rid of FakePublicID and FakePrivateID." by Asim Shankar · 10 years ago
- cd743f7 veyron/runtimes/google/ipc: Disable authorization if authentication is disabled. by Suharsh Sivakumar · 10 years ago
- 17b5cee veyron2/security: Get rid of FakePublicID and FakePrivateID. by Asim Shankar · 10 years ago
- f61ed83 Merge "veyron/runtimes/google/naming: Bugfix in error propagation and test setup." by Asim Shankar · 10 years ago
- a5457f0 veyron/runtimes/google/ipc: Refactor authorization error messages. by Asim Shankar · 10 years ago
- 98d6596 veyron/runtimes/google/naming: Bugfix in error propagation and test setup. by Asim Shankar · 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