1. 110e22f rt,verror2: verror2 to get language/programme/operation info from a context. by Mike Burrows · 10 years ago
  2. 8829291 veyron/...: Update a bunch of tests to use the new security model. by Asim Shankar · 10 years ago
  3. 7cf2900 veyron/runtimes/google: Plumb the new security model all the way through. by Asim Shankar · 10 years ago
  4. ae8d4c5 veyron/security: Provide a common implementation of the BlessingStore by Asim Shankar · 10 years ago
  5. fdfbf7b ipc: Add some type checking statements by Benjamin Prosnitz · 10 years ago
  6. e5e824b veyron/runtimes/google/rt: Fix up some loose ends on principal initialization. by Asim Shankar · 11 years ago
  7. 48bf0e6 veyron2/security: Provide a way to "unmark" blessings in the BlessingStore. by Asim Shankar · 11 years ago
  8. 46cc9dc veyron/security/agent: Fix the build. Pass passphrase param of nil. by Suharsh Sivakumar · 11 years ago
  9. 7c89059 "veyron2": Principal in Runtime by Ankur · 11 years ago
  10. f45c928 veyron/runtimes/google/rt: remove use of MOUNTTABLE_ROOT. by Cosmos Nicolaou · 11 years ago
  11. c7159c3 Merge "veyron/runtimes/google/rt: track StreamManagers created from the runtime, so that we can call Shutdown on them at Cleanup() time." by Bogdan Caprita · 11 years ago
  12. 486d349 veyron/mgmt/lib/exec: move this into veyron/lib/exec and merge veyron/lib/config with it. by Cosmos Nicolaou · 11 years ago
  13. fbcfe89 veyron/runtimes/google/rt: track StreamManagers created from the runtime, so by Bogdan Caprita · 11 years ago
  14. d6c3c9c veyron: start the transition to using ListenX. by Cosmos Nicolaou · 11 years ago
  15. cd9852b veyron/runtimes/google: log injection by Mehrdad Afshari · 11 years ago
  16. 682d7fd veyron2/model: profile.Init now returns an error. by Cosmos Nicolaou · 11 years ago
  17. b4f03a1 "veyron2/security": BlessingRoots and BlessingStore (part 2) by Ankur · 11 years ago
  18. 50b473a veyron/security/agent: Add support for multiple apps connecting to one agent. by Ryan Brown · 11 years ago
  19. 767b62d veyron2/ipc: move the publisher stream into the ListenSpec as per Asim's suggestion. by Cosmos Nicolaou · 11 years ago
  20. 45c8955 {veyron,veyron2}/security: Hack to get old identities working with new. by Asim Shankar · 11 years ago
  21. 519c507 updating the veyron import paths by Jiri Simsa · 11 years ago
  22. 9e8500a "veyron2/security": IsValidBlessingPattern by Ankur · 11 years ago
  23. 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
  24. 100eb27 "veyron2/security": Added BlessingRoots and BlessingStore by Ankur · 11 years ago
  25. fed691e veyron/security/agent: Initial implementation using VC. by Ryan Brown · 11 years ago
  26. 9fe6082 veyron2/vtrace: Add an initial vtrace skelleton. by Matt Rosencrantz · 11 years ago
  27. 01133ec veyron/runtimes/google/rt: fix potential race condition in remote Stop functionality. by Bogdan Caprita · 11 years ago
  28. ef323db veyron2/ipc: add RoamingListen support. by Cosmos Nicolaou · 11 years ago
  29. caef3e9 veyron/security/agent: Rollback since it doesn't work on linux. by Ryan Brown · 11 years ago
  30. 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
  31. 854860d veyron/lib/testutil/blackbox: Sanitize sub-process environment. by Robert Kroeger · 11 years ago
  32. fda311b veyron/security/agent: Initial implementation using VC. by Ryan Brown · 11 years ago
  33. 9f6db08 veyron2/security: Simplify the ACL structure and use the glob characters in PrincipalPattern. by Asim Shankar · 11 years ago
  34. 6bc6458 veyron2/security: Replace PrincipalPattern with BlessingPattern. by Asim Shankar · 11 years ago
  35. f8a974f veyron2: Remove TODOContext. by Matt Rosencrantz · 11 years ago
  36. bf85d54 veyron2/context: Allow the runtime to be obtained from a context.T by Matt Rosencrantz · 11 years ago
  37. d6ade0e veyron2/security, veyron/security: Refactor veyron2/security/util.go. by Tilak Sharma · 11 years ago
  38. 6c6fa11 veyron/profiles: first pass at implementing profiles. by Cosmos Nicolaou · 11 years ago
  39. 8bfacf2 veyron2/ipc: change Lookup to take second arg that is the method being invoked. by Cosmos Nicolaou · 11 years ago
  40. 3ab1ea0 veyron/runtimes/google/rt: Add special Platform for linux/arm. by Matt Rosencrantz · 11 years ago
  41. 62ab200 Merge "veyron2/security, veyron2/services/security/access: Update security.ACL to support the Access API." by Tilak Sharma · 11 years ago
  42. b88a111 veyron2/security, veyron2/services/security/access: Update security.ACL to support the Access API. by Tilak Sharma · 11 years ago
  43. 137b8d2 veyron/runtimes/google/ipc: Add deadline and cancellation propagation to the context. by Matt Rosencrantz · 11 years ago
  44. 3ebf4ee "veyron/runtimes/google/security": Add persistence to PublicIDStore by Ankur · 11 years ago
  45. 969ff4e veyron/runtimes/google/rt: fix build break for linux by Bogdan Caprita · 11 years ago
  46. 39a00e0 veyron2/rt: rework how runtimes and profiles are initialized and configured. by Cosmos Nicolaou · 11 years ago
  47. 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
  48. 3ed3024 veyron2/security, veyron/security: Move ACL authorizer to veyron/security. by Tilak Sharma · 11 years ago
  49. 1e37913 Bveyron/services/mgmt/node/impl: add initial support for app installation, start, by Bogdan Caprita · 11 years ago
  50. 97b9dca veyron/: Split out the recv and send portion of the stream into sub interfaces so we don't have naming confusion when both sets of methods are on the RPC. The RPC have RecvStream or SendStream methods for the recv or send portion of the stream. This also includes a few naming changes in the API. by Shyam Jayaraman · 11 years ago
  51. 4b0dfa0 veyron/runtimes/google/security: replace private key with a generic Signer. by Srdjan Petrovic · 11 years ago
  52. 2b71943 Merge "veyron/{services,tools}/identity: Make the identity tool much more usable and secure." by Asim Shankar · 11 years ago
  53. c4aed6e veyron/...: Changed the generated ipc stream to match our one true stream api. by Shyam Jayaraman · 11 years ago
  54. 6107179 veyron/{services,tools}/identity: Make the identity tool much more usable and secure. by Asim Shankar · 11 years ago
  55. a3c9765 "veyron2": Add PublicIDStore to Runtime by Ankur · 11 years ago
  56. b67ba24 veyron/runtimes/google/rt: Avoid using global flags in the library. by Asim Shankar · 11 years ago
  57. e5268b9 veyron/lib/exec: moving the veyron exec library under mgmt. by Jiri Simsa · 11 years ago
  58. 948d6fa Merge "veyron,veyron2: rename runtime.Shutdown to runtime.Cleanup." by Bogdan Caprita · 11 years ago
  59. d9281a3 veyron,veyron2: replace Veyron name by Object name everywhere. by Bogdan Caprita · 11 years ago
  60. 4258d88 veyron,veyron2: rename runtime.Shutdown to runtime.Cleanup. by Bogdan Caprita · 11 years ago
  61. fdc838b veyron/runtimes/google/ipc: new Serve method to replace Register+Publish. by Cosmos Nicolaou · 11 years ago
  62. 73e9cac veyron/lib/testutil: factoring out the security testing utility to by Jiri Simsa · 11 years ago
  63. 6a65d28 veyron/runtimes/google/rt: Each ipc.Server has its own RoutingID (and stream.Manager). by Asim Shankar · 11 years ago
  64. a4d9ee4 veyron/runtimes/google: adding AppCycle service implementation to the runtime. by Bogdan Caprita · 11 years ago
  65. 8b83105 global rename of MOUNTTABLE_ROOT to NAMESPACE_ROOT. This affects by Cosmos Nicolaou · 11 years ago
  66. 4e02997 veyron2/naming: renaming MountTable to Namespace by Cosmos Nicolaou · 11 years ago
  67. 0a9f998 veyron2, veyron/runtimes/google: adding support for supplying and streaming by Bogdan Caprita · 11 years ago
  68. 77c7f03 "veyron/runtimes/google/rt": Servers must use Runtime's current identity by Ankur · 11 years ago
  69. 1002ba4 veyron/lib/signals: fixing logic to remove STOP from signals passed to by Bogdan Caprita · 11 years ago
  70. 29147f7 veryon2/naming: Pipe contexts through the mounttable client library. by Matt Rosencrantz · 11 years ago
  71. 84059da veyron/{lib/exec,runtimes/google}: adding the veyron exec library by Jiri Simsa · 11 years ago
  72. f5afcaf all: Create a new client context parameter that will be the first argument of every RPC call. by Matt Rosencrantz · 11 years ago
  73. 293fad7 Merge "veyron/runtimes/google/rt: only start the http debug server for servers!" by Cosmos Nicolaou · 11 years ago
  74. 8c73357 Make identity tool not dependent on existing identity being parsable by Benjamin Prosnitz · 11 years ago
  75. 416ca97 veyron/runtimes/google/rt: only start the http debug server for servers! by Cosmos Nicolaou · 11 years ago
  76. ac97265 Add basic per-node acl support to mounttabled by Ryan Brown · 11 years ago
  77. b07fa77 veyron2: merge Runtime interfaces into veyron2.Runtime by Cosmos Nicolaou · 11 years ago
  78. 70a2887 veyron/runtimes/google/security: Export a single PrivateID factory method. by Asim Shankar · 11 years ago
  79. 5293dcb TBR by Jiri Simsa · 11 years ago