1. f50128f Revert "veyron/lib/modules/core: add some initial core modules for naming." by Ken Ashcraft · 11 years ago
  2. 0412816 veyron/lib/modules/core: add some initial core modules for naming. by Cosmos Nicolaou · 11 years ago
  3. 4e115d0 veyron/tools/playground: Fix GOPATH so the vdl compiler can use imports. by Nicolas LaCasse · 11 years ago
  4. 3f83aaf Merge "veyron/tools/playground: Playground support for javascript." by Nicolas LaCasse · 11 years ago
  5. 01133ec veyron/runtimes/google/rt: fix potential race condition in remote Stop functionality. by Bogdan Caprita · 11 years ago
  6. b5b88c6 veyron/tools/playground: Playground support for javascript. by Nicolas LaCasse · 11 years ago
  7. a6eb3f8 veyron/lib/uniqueid: Add a package for generating probabalistically unique IDs. by Matt Rosencrantz · 11 years ago
  8. 8a50082 veyron/services/mgmt,veyron2/watch: removing superfluous store by Jiri Simsa · 11 years ago
  9. 80b8959 veyron/services/mgmt: Make shell tests executable again. by Tilak Sharma · 11 years ago
  10. 947a34d Merge "veyron2/ipc: add RoamingListen support." by Cosmos Nicolaou · 11 years ago
  11. b93457b Merge "veyron/services/identity: Add Android ClientID config as an option to identityd." by Srdjan Petrovic · 11 years ago
  12. 067b127 {veyron,veyron2}: moving the store code out the main repository by Jiri Simsa · 11 years ago
  13. a1e6ddb veyron/services/identity: Add Android ClientID config as an option to identityd. by Srdjan Petrovic · 11 years ago
  14. ef323db veyron2/ipc: add RoamingListen support. by Cosmos Nicolaou · 11 years ago
  15. 3bebb10 TBR: veyron2/security: Build and backward compatibility fix. by Asim Shankar · 11 years ago
  16. f044a8d "veyron2/security": Caveat and CaveatValidator by Ankur · 11 years ago
  17. 1c5b94a veyron2/security: Introduce a PublicKey type. by Asim Shankar · 11 years ago
  18. 961f836 Merge "veyron/tools/qsh: Port to the new dir/object API." by Ken Ashcraft · 11 years ago
  19. 3c4d89f veyron/tools/qsh: Port to the new dir/object API. by Ken Ashcraft · 11 years ago
  20. 3f7e714 veyron2/services/store: Adding SyncGroup support to Store API. by Himabindu Pucha · 11 years ago
  21. c72223d veyron2/storage: Introduce directories. by Ken Ashcraft · 11 years ago
  22. 00f7037 Merge "veyron/services/identity: Add revocation timestamps and buttons to identity server UI." by Suharsh Sivakumar · 11 years ago
  23. f681894 veyron/services/identity: Add revocation timestamps and buttons to identity server UI. by Suharsh Sivakumar · 11 years ago
  24. e925f2a veyron/lib/expect: simple library for making assertions about expected input. by Cosmos Nicolaou · 11 years ago
  25. 2959fc8 "veyron/runtimes/google/ipc": Disable server caveat validation by Ankur · 11 years ago
  26. c69746a veyron/services/store/server: server-side impl of new store API (directories and such) by Adam Sadovsky · 11 years ago
  27. 805769f Merge "veyron/services/wsprd: Added an a way to generate new publicid in wspr." by Shyam Jayaraman · 11 years ago
  28. cbbcf2c veyron/runtimes/google/vsync/sgtable.go: track peer sync groups by Raja Daoud · 11 years ago
  29. a638996 veyron/services/identity/util: Fix broken build. by Suharsh Sivakumar · 11 years ago
  30. 1f8437b Merge "veyron/services/identity: Adding CSRF protection to revocation interface in identity server." by Suharsh Sivakumar · 11 years ago
  31. 48bbd14 veyron/services/mgmt/node/impl: knock off a couple easy TODOs by shuffling some by Bogdan Caprita · 11 years ago
  32. 93ed6d6 Merge "veyron/services/mgmt/node/impl: implement Revert, and add corresponding test logic." by Bogdan Caprita · 11 years ago
  33. df63384 veyron/jni: remove java files from the Veyron main repo. by Srdjan Petrovic · 11 years ago
  34. 4c041db veyron/security: Replaced references to AllPrincipals pattern "*" with by Suharsh Sivakumar · 11 years ago
  35. 5ee0ee6 veyron/services/identity: Adding CSRF protection to revocation interface in by Suharsh Sivakumar · 11 years ago
  36. f89d965 veyron/tools/playground: Add response caching to the playground. by Nicolas LaCasse · 11 years ago
  37. 7f42427 veyron/runtimes/google/ipc: Skip IP address rewrite when listening on proxy by Robin Thellend · 11 years ago
  38. 53b7b7e veyron/services/mgmt/node/impl: implement Revert, and add corresponding test logic. by Bogdan Caprita · 11 years ago
  39. 101ed7e Merge "veyron/services/mgmt/impl/node: implement Update and add test logic for Update." by Bogdan Caprita · 11 years ago
  40. c638973 veyron/services/mounttable/mounttabled: Fix race. by Robin Thellend · 11 years ago
  41. bce0a63 veyron/services/mgmt/impl/node: implement Update and add test logic for Update. by Bogdan Caprita · 11 years ago
  42. 1eb8169 veyron/lib/stats/counter: Fix delta value by Robin Thellend · 11 years ago
  43. aa955f7 Merge "veyron2/vdl/codegen/java: Make all VDL types implement android.os.Parcelable." by Srdjan Petrovic · 11 years ago
  44. dbe348d Merge "veyron/services/store/memstore/watch: Fix flaky TestNowResumeMarker." by Tilak Sharma · 11 years ago
  45. 4aa28e6 veyron/services/store/memstore/watch: Fix flaky TestNowResumeMarker. by Tilak Sharma · 11 years ago
  46. aba4c0a veyron/runtimes/google/lib/follow: Fix flaky tests. by Tilak Sharma · 11 years ago
  47. 908d693 veyron2/vdl/codegen/java: Make all VDL types implement android.os.Parcelable. by Srdjan Petrovic · 11 years ago
  48. 15d0176 "veyron/security/serialization": Bug fix by Ankur · 11 years ago
  49. 977326f veyron/services/wsprd: Added an a way to generate new publicid in wspr. by Shyam Jayaraman · 11 years ago
  50. c5000fc veyron/services/wsprd: Fix broken tests. by Shyam Jayaraman · 11 years ago
  51. 5f8c1ab Merge "veyron/services/mgmt/node/impl: separate out state management types and routines into a new source file; add unit tests." by Bogdan Caprita · 11 years ago
  52. 2950992 Merge "Revert "veyron/tools/playground: Add response caching to the playground."" by Nicolas Lacasse · 11 years ago
  53. d52fdb4 Merge "veyron/services/wsprd: Added an JSIdentityStore that will back the PublicID handles that are passed to Javascript as well as implemented support for blessing identities." by Shyam Jayaraman · 11 years ago
  54. 0d68c40 Revert "veyron/tools/playground: Add response caching to the playground." by Nicolas Lacasse · 11 years ago
  55. b05bcb2 veyron/tools/playground: Add response caching to the playground. by Nicolas LaCasse · 11 years ago
  56. 6941403 veyron/services/mgmt/node/impl: separate out state management types and routines by Bogdan Caprita · 11 years ago
  57. ad2fe59 Merge "veyron2/services/store: Add a Dir interface." by Ken Ashcraft · 11 years ago
  58. 8343bd7 Merge "veyron/services/mgmt/node/impl: implement app Uninstall" by Bogdan Caprita · 11 years ago
  59. 0319721 Fix the dockerfile so it can be run locally. Update README.md. by Nicolas LaCasse · 11 years ago
  60. cdcf37a veyron2/services/store: Add a Dir interface. by Ken Ashcraft · 11 years ago
  61. db3c464 veyron/examples/rockpaperscissors: Add debug server by Robin Thellend · 11 years ago
  62. 14a09ef veyron/lib/stats: Let Glob return inner nodes by Robin Thellend · 11 years ago
  63. 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
  64. a615e70 Merge "veyron/lib/netstate,netconfig: move netconfig out of the runtime and create netstate." by Cosmos Nicolaou · 11 years ago
  65. 84bce14 Merge "veyron/runtimes/google/ipc: Adding per-method stats" by Robin Thellend · 11 years ago
  66. 8173a6c Merge "veyron/tools/playground: Add test.sh for the builder tool." by Nicolas Lacasse · 11 years ago
  67. f7a11d9 veyron/lib/netstate,netconfig: move netconfig out of the runtime and create netstate. by Cosmos Nicolaou · 11 years ago
  68. da75147 veyron/services/syncgroup: Add syncgroup.ParseID, and a test for id.go. by Mike Burrows · 11 years ago
  69. 8c776b2 veyron/services/mgmt/node/impl: implement app Uninstall by Bogdan Caprita · 11 years ago
  70. caef3e9 veyron/security/agent: Rollback since it doesn't work on linux. by Ryan Brown · 11 years ago
  71. 698697a Merge "veyron/services/mgmt/logreader/impl: Add Signature hack" by Robin Thellend · 11 years ago
  72. 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
  73. 6472025 veyron/services/mgmt/logreader/impl: Add Signature hack by Robin Thellend · 11 years ago
  74. 11e2f49 veyron/tools/playground: Add test.sh for the builder tool. by Ryan Brown · 11 years ago
  75. f1fac56 Merge "veyron/services/mgmt/node/impl: address a TODO to consolidate generateCommand with genCmd" by Bogdan Caprita · 11 years ago
  76. 0019f05 Merge "veyron/services/mounttable: Fix Glob bug." by Robin Thellend · 11 years ago
  77. 854860d veyron/lib/testutil/blackbox: Sanitize sub-process environment. by Robert Kroeger · 11 years ago
  78. 8eb7752 veyron/runtimes/google/ipc: Adding per-method stats by Robin Thellend · 11 years ago
  79. 82bb995 veyron/services/mgmt/node: Initial implementation of device claim in the NodeManager by Gautham · 11 years ago
  80. fda311b veyron/security/agent: Initial implementation using VC. by Ryan Brown · 11 years ago
  81. 25d4faa veyron/services/mgmt/node/impl: address a TODO to consolidate generateCommand with genCmd by Bogdan Caprita · 11 years ago
  82. 268b419 veyron/services/mgmt/node/impl: implement Resume and Suspend by Bogdan Caprita · 11 years ago
  83. bae615a veyron/runtimes/google/ipc: add support for selecting an 'appropriate' IP address to publish on. by Cosmos Nicolaou · 11 years ago
  84. 38b4506 Merge "veyron2/security: Simplify the ACL structure and use the glob characters in PrincipalPattern." by Asim Shankar · 11 years ago
  85. 23ed38a Merge "veyron2/services/watch: Watch streams no longer batch changes." by Tilak Sharma · 11 years ago
  86. 9f6db08 veyron2/security: Simplify the ACL structure and use the glob characters in PrincipalPattern. by Asim Shankar · 11 years ago
  87. 8ef6026 veyron2/services/watch: Watch streams no longer batch changes. by Tilak Sharma · 11 years ago
  88. 434e39f veyron/services/mounttable: Fix Glob bug. by Robin Thellend · 11 years ago
  89. fb5cbb7 veyron/services/identity: Revocation caveats are issued for every identity and can be revoked from the UI. by Suharsh Sivakumar · 11 years ago
  90. 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
  91. 6bc6458 veyron2/security: Replace PrincipalPattern with BlessingPattern. by Asim Shankar · 11 years ago
  92. df5bfb2 veyron/services/wsprd: Added an JSIdentityStore that will back the by Shyam Jayaraman · 11 years ago
  93. 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
  94. b288692 Merge "veyron/services/mounttable/mounttabled: Make test.sh work on OS X." by Asim Shankar · 11 years ago
  95. f4964aa veyron/services/mounttable/mounttabled: Make test.sh work on OS X. by Asim Shankar · 11 years ago
  96. ca821a4 veyron/services/mgmt/build/buildd: Bug fix for shell test. by Asim Shankar · 11 years ago
  97. 2c216b7 Merge "veyron/lib/modules: new API for running common services and components." by Cosmos Nicolaou · 11 years ago
  98. c4aafe3 Update generated code after http://go/vcl/4142 by Ken Ashcraft · 11 years ago
  99. c79f0c0 veyron2/storage: Move DEntry to veyron/services/store/raw. by Ken Ashcraft · 11 years ago
  100. 530d3c5 veyron2/storage: Move Version to veyron/services/store/raw. by Ken Ashcraft · 11 years ago