- 66bc120 veyron2/ipc: incorporate routing information into network address selection. by Cosmos Nicolaou · 10 years ago
- d6c3c9c veyron: start the transition to using ListenX. by Cosmos Nicolaou · 10 years ago
- d993b39 scripts: replacing scripts/build/go with "veyron go" by Jiri Simsa · 10 years ago
- 2d731a9 veyron2/ipc,veyron/runtimes/google/ipc: Make the blessings used to authenticate by Asim Shankar · 10 years ago
- 0af4d3b "veyron2/security": Split MintDischarge by Ankur · 10 years ago
- 3655789 veyron: fixed depcop files so that some rules are enforced by Mehrdad Afshari · 10 years ago
- c67b987 veyron.io/veyron/veyron/runtimes/google/ipc/stream/crypto: Run tls_generate_old.sh by Mike Burrows · 10 years ago
- 2ade04a veyron/runtimes/google/ipc/stream/crypto: Update comment. by Asim Shankar · 10 years ago
- d970c69 veyron/runtimes/google/ipc/stream/vc: Fix goroutine leak in cancel. by Matt Rosencrantz · 10 years ago
- a9036db veyron/runtimes/google/ipc/client.go: Don't start a cancel goroutine for uncancellable contexts. by Matt Rosencrantz · 10 years ago
- cd9852b veyron/runtimes/google: log injection by Mehrdad Afshari · 10 years ago
- 3eb4f2a veyron/runtimes/google/ipc/stream/vc/flow.go: Fixed remoteBlessings spelling. by Suharsh Sivakumar · 10 years ago
- c0e4b79 veyron/profiles/roaming: minor tweaks to get roaming working. by Cosmos Nicolaou · 10 years ago
- 682d7fd veyron2/model: profile.Init now returns an error. by Cosmos Nicolaou · 10 years ago
- af5a6f4 Merge "scripts: reflecting the move of scripts to a separate repository" by Jiri Simsa · 10 years ago
- 8ff6bde veyron2/security: Introduce package level comment and mark all the interfaces/objects by Asim Shankar · 10 years ago
- f8727f2 scripts: reflecting the move of scripts to a separate repository by Jiri Simsa · 10 years ago
- 36c1c6b Merge "veyron/runtimes/google/ipc: Make "connection refused" retriable." by Matt Rosencrantz · 10 years ago
- e463cf9 Merge ""veyron2/security": BlessingRoots and BlessingStore (part 2)" by Ankur · 10 years ago
- 08b2ae1 veyron/runtimes/google/ipc: Fix debug_test.go by Robin Thellend · 10 years ago
- b4f03a1 "veyron2/security": BlessingRoots and BlessingStore (part 2) by Ankur · 10 years ago
- 5be947d Merge "veyron/runtimes/google/ipc: Add __debug dispatcher" by Robin Thellend · 10 years ago
- 4a93c46 veyron/runtimes/google/lib/publisher: We should finish unmounting before claiming we are done. by Matt Rosencrantz · 11 years ago
- cd8ffda veyron/runtimes/google/lib/publisher: Remove write/close race in the publisher cmdchan. by Matt Rosencrantz · 11 years ago
- 50b473a veyron/security/agent: Add support for multiple apps connecting to one agent. by Ryan Brown · 11 years ago
- 0c4032e veyron/runtimes/google/ipc: Make "connection refused" retriable. by Matt Rosencrantz · 11 years ago
- ad5761f veyron/runtimes/google/ipc: crude fixes for https://code.google.com/p/envyor/issues/detail?id=257 by Bogdan Caprita · 11 years ago
- d24f084 veyron/runtimes/google/ipc: Add __debug dispatcher by Robin Thellend · 11 years ago
- 54e4c24 Merge "veyron/tools/naming/simulator: reworked to use new modules and to be more useful." by Cosmos Nicolaou · 11 years ago
- add284a Merge "veyron/runtimes/google/lib/sync/semaphore: update comment about the behavior of Close() w.r.t. Dec/DecN." by Bogdan Caprita · 11 years ago
- 9c9918d veyron/tools/naming/simulator: reworked to use new modules and to be more useful. by Cosmos Nicolaou · 11 years ago
- 052483e veyron2/security: Implementation of a public-key signature based ThirdPartyCaveat. by Asim Shankar · 11 years ago
- e1ad20b veyron/runtimes/google/lib/sync/semaphore: update comment about the behavior of by Bogdan Caprita · 11 years ago
- 577ce8d veyron/lib/glob: Indicate whether a name matches a glob pattern exactly. by Tilak Sharma · 11 years ago
- 767b62d veyron2/ipc: move the publisher stream into the ListenSpec as per Asim's suggestion. by Cosmos Nicolaou · 11 years ago
- 03ea1f1 Merge "veyron/runtimes/google/ipc/stream/crypto: fix shell test import paths." by Matt Rosencrantz · 11 years ago
- 8568082 veyron/runtimes/google/ipc/stream/crypto: fix shell test import paths. by Matt Rosencrantz · 11 years ago
- 492e8e9 veyron2/verror: Rename NotFound and NotAuthorized, introduce NoExistOrNoAccess. by Tilak Sharma · 11 years ago
- 45c8955 {veyron,veyron2}/security: Hack to get old identities working with new. by Asim Shankar · 11 years ago
- 27647d2 veyron2/opts.go: Add DebugAuthorizerOpt by Robin Thellend · 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
- 9e8500a "veyron2/security": IsValidBlessingPattern by Ankur · 11 years ago
- b738d7c Set a reasonable deadline for the tests to see whether it fixes the TestProxy failures. by Gautham · 11 years ago
- 8dc76a6 Merge "veyron/security/agent: Initial implementation using VC. This is a bare bones implementation of an agent which stores the identity's private key in a separate process. Currently it only stores a single key for a single child process. Future versions will lift these limitations. The first attempt broke on linux because the socket addresses on Linux are "@", which the endpoint parsing code doesn't support. This is fixed by implementing custom names for unixfd Conn's." by Ryan Brown · 11 years ago
- b6fe1ad {veyron,scripts}: removing the REPO_ROOT logic from veyron build and by Jiri Simsa · 11 years ago
- 50ff636 veyron2/security: Formalize "framework" caveats. by Asim Shankar · 11 years ago
- 100eb27 "veyron2/security": Added BlessingRoots and BlessingStore by Ankur · 11 years ago
- b9cf63f "veyron/security/serialization": Bug fix by Ankur · 11 years ago
- fed691e veyron/security/agent: Initial implementation using VC. by Ryan Brown · 11 years ago
- e7fcdc9 Merge "veyron2/security: Make ThirdPartyRequirements a VDL type." by Asim Shankar · 11 years ago
- 1fecbcc veyron2/security: Make ThirdPartyRequirements a VDL type. by Asim Shankar · 11 years ago
- b02cf90 Fix too long test caused by c/4467 by David Why Use Two When One Will Do Presotto · 11 years ago
- f556f4c Merge "veyron/runtimes/google/ipc: implemente ListenX." by Cosmos Nicolaou · 11 years ago
- 9fe6082 veyron2/vtrace: Add an initial vtrace skelleton. by Matt Rosencrantz · 11 years ago
- bf350a6 veyron/runtimes/google/ipc: implemente ListenX. by Cosmos Nicolaou · 11 years ago
- 397d2b9 veyron2/security: Introduce a "purpose" in Signatures. by Asim Shankar · 11 years ago
- 06c60f0 Add a retry loop to StartCall. If a deadline is not set, use by David Why Use Two When One Will Do Presotto · 11 years ago
- 778cb7e veyron2/ipc: reworked ListenX API to support roaming, non-roaming and proxy. by Cosmos Nicolaou · 11 years ago
- 8c0b082 Merge "veyron/runtimes/google/ipc: Disallow multiple calls to Finish." by Ken Ashcraft · 11 years ago
- d412e3b veyron2/security,veyron/security: Fix bug in signature generation. by Asim Shankar · 11 years ago
- bb0f0c1 veyron2/security,veyron/security: Get rid of "Caveat.Bytes" and simplify some by Asim Shankar · 11 years ago
- 01133ec veyron/runtimes/google/rt: fix potential race condition in remote Stop functionality. by Bogdan Caprita · 11 years ago
- 2b8309a veyron/runtimes/google/ipc: Disallow multiple calls to Finish. by Ken Ashcraft · 11 years ago
- 947a34d Merge "veyron2/ipc: add RoamingListen support." by Cosmos Nicolaou · 11 years ago
- 067b127 {veyron,veyron2}: moving the store code out the main repository by Jiri Simsa · 11 years ago
- ef323db veyron2/ipc: add RoamingListen support. by Cosmos Nicolaou · 11 years ago
- f044a8d "veyron2/security": Caveat and CaveatValidator by Ankur · 11 years ago
- 1c5b94a veyron2/security: Introduce a PublicKey type. by Asim Shankar · 11 years ago
- 2959fc8 "veyron/runtimes/google/ipc": Disable server caveat validation by Ankur · 11 years ago
- cbbcf2c veyron/runtimes/google/vsync/sgtable.go: track peer sync groups by Raja Daoud · 11 years ago
- 4c041db veyron/security: Replaced references to AllPrincipals pattern "*" with by Suharsh Sivakumar · 11 years ago
- 7f42427 veyron/runtimes/google/ipc: Skip IP address rewrite when listening on proxy by Robin Thellend · 11 years ago
- aba4c0a veyron/runtimes/google/lib/follow: Fix flaky tests. by Tilak Sharma · 11 years ago
- 9a24655 veyron/runtimes/google/ipc: take care to use an IP host address and never an IP network address. by Cosmos Nicolaou · 11 years ago
- a615e70 Merge "veyron/lib/netstate,netconfig: move netconfig out of the runtime and create netstate." by Cosmos Nicolaou · 11 years ago
- 84bce14 Merge "veyron/runtimes/google/ipc: Adding per-method stats" by Robin Thellend · 11 years ago
- f7a11d9 veyron/lib/netstate,netconfig: move netconfig out of the runtime and create netstate. by Cosmos Nicolaou · 11 years ago
- caef3e9 veyron/security/agent: Rollback since it doesn't work on linux. by Ryan Brown · 11 years ago
- e42763b Merge "veyron/security/agent: Initial implementation using VC. This is a bare bones implementation of an agent which stores the identity's private key in a separate process. Currently it only stores a single key for a single child process. Future versions will lift these limitations." by Ryan Brown · 11 years ago
- 0019f05 Merge "veyron/services/mounttable: Fix Glob bug." by Robin Thellend · 11 years ago
- 854860d veyron/lib/testutil/blackbox: Sanitize sub-process environment. by Robert Kroeger · 11 years ago
- 8eb7752 veyron/runtimes/google/ipc: Adding per-method stats by Robin Thellend · 11 years ago
- fda311b veyron/security/agent: Initial implementation using VC. by Ryan Brown · 11 years ago
- bae615a veyron/runtimes/google/ipc: add support for selecting an 'appropriate' IP address to publish on. by Cosmos Nicolaou · 11 years ago
- 38b4506 Merge "veyron2/security: Simplify the ACL structure and use the glob characters in PrincipalPattern." by Asim Shankar · 11 years ago
- 23ed38a Merge "veyron2/services/watch: Watch streams no longer batch changes." by Tilak Sharma · 11 years ago
- 9f6db08 veyron2/security: Simplify the ACL structure and use the glob characters in PrincipalPattern. by Asim Shankar · 11 years ago
- 8ef6026 veyron2/services/watch: Watch streams no longer batch changes. by Tilak Sharma · 11 years ago
- 434e39f veyron/services/mounttable: Fix Glob bug. by Robin Thellend · 11 years ago
- fd22b4d Merge "veyron/runtimes/google/ipc: Flush the relevant namespace cache entry if a startCall fails for a reason other than a resolution not finding anything. This is to try to more quickly survive server restarts that might end up with a different ip address, port, or routeid." by David Why Use Two When One Will Do Presotto · 11 years ago
- 6bc6458 veyron2/security: Replace PrincipalPattern with BlessingPattern. by Asim Shankar · 11 years ago
- f3f39ae veyron/runtimes/google/ipc: Flush the relevant namespace cache entry if a startCall by David Why Use Two When One Will Do Presotto · 11 years ago
- c4aafe3 Update generated code after http://go/vcl/4142 by Ken Ashcraft · 11 years ago
- c79f0c0 veyron2/storage: Move DEntry to veyron/services/store/raw. by Ken Ashcraft · 11 years ago
- 530d3c5 veyron2/storage: Move Version to veyron/services/store/raw. by Ken Ashcraft · 11 years ago
- 0cd7353 veyron/runtimes/google/ipc/stream/vif: Fix test breakage on Linux. by Asim Shankar · 11 years ago
- f8a974f veyron2: Remove TODOContext. by Matt Rosencrantz · 11 years ago
- 24f733c Merge "veyron/runtimes/google/ipc/stream/vif: Handle caching of VIFs over unix sockets correctly." by Asim Shankar · 11 years ago
- fff23e2 veyron/runtimes/google/vsync: add SyncGroup Table by Raja Daoud · 11 years ago