- b86b352 core: Rename vdlutil.Any to vdl.AnyRep. by Todd Wang · 10 years ago
- f519f8f core: Remove vom1, wiretype and old Signature. by Todd Wang · 10 years ago
- 61aec44 veyron/services/security/discharger: Increase validity period of a discharge. by Asim Shankar · 10 years ago
- be80c1b core,vdl: Remove use of RuntimeFromContext from vdl generator. 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
- 383e88c veyron2/vdl: Change vdl error syntax, and rename oneof to union. by Todd Wang · 10 years ago
- 39ac323 veyron2/ipc/model.go: Normalize the Glob interfaces by Robin Thellend · 10 years ago
- 6888519 veyron2/services/security/access: Update to the new ACL format. by Asim Shankar · 10 years ago
- 5739dda veyron2/vdl,ipc: Add new Signature support (incomplete). by Todd Wang · 10 years ago
- 1fe7cdd veyron2/vdl,ipc: Enable reflection to capture stream types. by Todd Wang · 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
- 896d776 TBR: fix vdl generation. by Jing Jin · 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
- b18a44f veyron/services/identity: Many changes rolled into one. by Asim Shankar · 10 years ago
- 45ad8e7 veyron/services/security/discharger: Remove unused files. by Suharsh Sivakumar · 10 years ago
- f889c73 veyron2: break dependency between veyron2/rt and the runtime implementation. by Cosmos Nicolaou · 10 years ago
- 0af4d3b "veyron2/security": Split MintDischarge by Ankur · 10 years ago
- 052483e veyron2/security: Implementation of a public-key signature based ThirdPartyCaveat. by Asim Shankar · 11 years ago
- 519c507 updating the veyron import paths by Jiri Simsa · 11 years ago
- 61e1003 TBR: veyron/services/security: Update VDL by Asim Shankar · 11 years ago
- f044a8d "veyron2/security": Caveat and CaveatValidator by Ankur · 11 years ago
- fb5cbb7 veyron/services/identity: Revocation caveats are issued for every identity and can be revoked from the UI. by Suharsh Sivakumar · 11 years ago
- bf85d54 veyron2/context: Allow the runtime to be obtained from a context.T by Matt Rosencrantz · 11 years ago
- a94e507 veyron2/security,veyron/runtimes/google/ipc: Provide context to a discharger. by Asim Shankar · 11 years ago
- 8bfacf2 veyron2/ipc: change Lookup to take second arg that is the method being invoked. by Cosmos Nicolaou · 11 years ago
- b48db1e Revoker implements the revoker service using a directory and files to store. by Suharsh Sivakumar · 11 years ago
- 62ab200 Merge "veyron2/security, veyron2/services/security/access: Update security.ACL to support the Access API." by Tilak Sharma · 11 years ago
- b88a111 veyron2/security, veyron2/services/security/access: Update security.ACL to support the Access API. by Tilak Sharma · 11 years ago
- 137b8d2 veyron/runtimes/google/ipc: Add deadline and cancellation propagation to the context. by Matt Rosencrantz · 11 years ago
- c3b1ad0 veyron/services/security/discharger: set pathInStore in constructor by Andres Erbsen · 11 years ago
- 5181bdb veyron/go/src/...: replace "127.0.0.1:0" and "localhost:0" with ":0" in address flag default for binaries, and make sure to override --address to "127.0.0.1:0" in tests (since GCE requires ipv4). by Adam Sadovsky · 11 years ago
- 3ed3024 veyron2/security, veyron/security: Move ACL authorizer to veyron/security. by Tilak Sharma · 11 years ago
- ab4f10d veyron2/security: Add the Resolve label. by Tilak Sharma · 11 years ago
- 04c5eef {go/src/veyron2/storage,go/src/veyron2/services/store,go/src/veyron/services/store}: new transaction API by Adam Sadovsky · 11 years ago
- a4f56db veyron2/vdl/vdl: Fix broken build. by Robin Thellend · 11 years ago
- 8e8f1f4 veyron2/vdl: Remove generated dead code by Asim Shankar · 11 years ago
- c4aed6e veyron/...: Changed the generated ipc stream to match our one true stream api. by Shyam Jayaraman · 11 years ago
- ce3898a android: Make map, list, set, array generated code implement standard java interfaces by Benjamin Prosnitz · 11 years ago
- 984214f vdl: temporary fix of issue 29: Generate a use of wiretype whenever there is an interface to temporarily fix errors on packages with just bootstrap types by Benjamin Prosnitz · 11 years ago
- a5ef10c veyron2/vdl/gen: attempt at clarifying the semantics of the stream API through by Bogdan Caprita · 11 years ago
- b2fbf14 veyron/services/security/revoker: revocation service by Andres Erbsen · 11 years ago
- 0ecdd7a veyron2/val veyron2/vdl: Part 1 - reorganization of val and vdl by Todd Wang · 11 years ago
- fdc838b veyron/runtimes/google/ipc: new Serve method to replace Register+Publish. by Cosmos Nicolaou · 11 years ago
- 728c5fa veyron/services/security: fixing Go formatting by Jiri Simsa · 11 years ago
- b48e8e5 veyron/services/security/simpledischarged/ by Andres Erbsen · 11 years ago
- 46bb7e0 veyron: Updating out of date VDL. by Ali Ghassemi · 11 years ago
- 975c883 veyron/services/security: discharge service vdl by Andres Erbsen · 11 years ago