1. 912059e veyron/examples/rockpaperscissors: Change Challenge return value. by Robin Thellend · 11 years ago
  2. 968bc10 Merge "veyron/tools/proximity: Add command-line tool." by Robin Thellend · 11 years ago
  3. c199bc1 veyron/lib/exec: adding support for passing callback endpoint and by Jiri Simsa · 11 years ago
  4. 993cc8c Add the store/sync service to the boxes app. We still dont use the store to communicate box information. That would be the next step. For now, this was tested by just making sure an array of values stayed in sync across the phones. by Gautham Thambidorai · 11 years ago
  5. 2e34c21 Merge "veyron/runtimes/google/ipc: Fix race between concurrent calls to ipc.ClientCall.CloseSend and ipc.ClientCall.Finish" by Asim Shankar · 11 years ago
  6. 293fad7 Merge "veyron/runtimes/google/rt: only start the http debug server for servers!" by Cosmos Nicolaou · 11 years ago
  7. 1707e43 veyron/runtimes/google/ipc: Fix race between concurrent calls to ipc.ClientCall.CloseSend and ipc.ClientCall.Finish by Asim Shankar · 11 years ago
  8. 8c73357 Make identity tool not dependent on existing identity being parsable by Benjamin Prosnitz · 11 years ago
  9. 9f04f97 veyron/tools/proximity: Add command-line tool. by Robin Thellend · 11 years ago
  10. 1190a87 Merge "veyron/runtimes/google/security: Fix bug in test helper function." by Asim Shankar · 11 years ago
  11. edf556a Merge "veyron/services/mounttable: Move the CLI tool to veyron/tools." by Robin Thellend · 11 years ago
  12. 6b8eabf Merge "veyron/services/identity: Move the identity tool to veyron/tools" by Robin Thellend · 11 years ago
  13. e159bc7 veyron/runtimes/google/security: Fix bug in test helper function. by Asim Shankar · 11 years ago
  14. 1e8ee51 veyron/services/mounttable: Move the CLI tool to veyron/tools. by Robin Thellend · 11 years ago
  15. 07264f8 veyron/services/identity: Move the identity tool to veyron/tools by Robin Thellend · 11 years ago
  16. 308aae0 veyron/services/mgmt: Move all the CLI tools to veyron/tools. by Robin Thellend · 11 years ago
  17. 416ca97 veyron/runtimes/google/rt: only start the http debug server for servers! by Cosmos Nicolaou · 11 years ago
  18. 20f1307 Merge "veyron/examples/rockpaperscissors: Fix leak." by Robin Thellend · 11 years ago
  19. 1f97e1f veyron/lib/exec: adding functions for setting and getting environment by Jiri Simsa · 11 years ago
  20. 8b428dd veyron/examples/rockpaperscissors: Fix leak. by Robin Thellend · 11 years ago
  21. c996bbf Merge ""veyron/runtimes/google/security": Only return trusted Names." by Ankur · 11 years ago
  22. 682a97c veyron/lib/testutil/blackbox: allow for use from outside of tests. by Cosmos Nicolaou · 11 years ago
  23. 9f4f2e3 "veyron/runtimes/google/security": Only return trusted Names. by Ankur · 11 years ago
  24. 224aca1 Merge "veyron/services/wspr: Added js server wspr tests." by Shyam Jayaraman · 11 years ago
  25. 79cfb41 veyron2/services/store: API for Object-level watches. by Tilak Sharma · 11 years ago
  26. 684cc03 veyron/services/mgmt/node: Add the standard ACL Authorizer. by Robin Thellend · 11 years ago
  27. dcddb93 Reorganize GetMethodTags, Signature, UnresolveStep to be consistent. by Benjamin Prosnitz · 11 years ago
  28. 8deb14e veyron/services/wspr: Added js server wspr tests. by Shyam Jayaraman · 11 years ago
  29. 53492c2 veyron/services/wspr: Adding a temporary ACL authorizer for WSPR until we by Ali Ghassemi · 11 years ago
  30. cfc54bd Merge "veyron/lib/testutil/blackbox: refactor to coexist with lib/exec." by Cosmos Nicolaou · 11 years ago
  31. 43395f3 veyron, veyron2: Re-run vdl build tool. by Tilak Sharma · 11 years ago
  32. ee7abc2 veyron/lib/testutil/blackbox: refactor to coexist with lib/exec. by Cosmos Nicolaou · 11 years ago
  33. e5d67b4 veyron2/vdl: Move all *.idl files to *.vdl, re-generate all by Todd Wang · 11 years ago
  34. cad6d80 Merge "examples/storage/mdb" by Alex Fandrianto · 11 years ago
  35. 598309d veyron/services/wspr: Fixing flaky test. by Ali Ghassemi · 11 years ago
  36. 134347d Merge "veyron/runtimes/google3/ipc: Fix flaky client.Finish logic; the comments describe the bug and fix in detail. The basic problem is that we were incorrectly propagating an error that might not indicate a real error condition." by Todd Wang · 11 years ago
  37. 75a7a47 Merge "veyron/runtimes/google/ipc: Bugfix for results store." by Asim Shankar · 11 years ago
  38. c14225c veyron/runtimes/google/ipc: Bugfix for results store. by Asim Shankar · 11 years ago
  39. 6387ef2 "veyron/...": Ran fmt by Ankur · 11 years ago
  40. 130db44 examples/storage/mdb by Alex Fandrianto · 11 years ago
  41. ce3033b veyron/runtimes/google3/ipc: Fix flaky client.Finish logic; the by Todd Wang · 11 years ago
  42. 0ec4dd1 Merge "veyron/services/wspr: Remove idlManager; the functionality is replaced by the signature support. And it gets in the way of the idl->vdl transition." by Todd Wang · 11 years ago
  43. 964273b Merge "veyron/services/store/service: Wire up query to the RPC interface." by Matt Rosencrantz · 11 years ago
  44. c0fd35e veyron/services/wspr: Remove idlManager; the functionality is by Todd Wang · 11 years ago
  45. 0e72f5d Merge "Add ClientEndpoint/ServerEndpoint methods to Context interface in ipc/model.go." by Gautham Thambidorai · 11 years ago
  46. 90c2feb veyron/services/store/service: Wire up query to the RPC interface. by Matt Rosencrantz · 11 years ago
  47. 39f6cf3 Merge "veyron/services/store: Register common client types with the store." by Tilak Sharma · 11 years ago
  48. fb3e24d veyron/services/mgmt/application: fixing a portability issue in the application client test by Jiri Simsa · 11 years ago
  49. 64f1e6e Merge "veyron/services/store/memstore/query: Handle QueryResult.Fields when present." by Ken Ashcraft · 11 years ago
  50. 389c8d6 Merge "veyron/services/store/memstore/query: Fix race condition." by Ken Ashcraft · 11 years ago
  51. 019270a runtimes/google/lib/exec: move to veyron/lib/exec by Cosmos Nicolaou · 11 years ago
  52. 8c6f899 Merge "veyron/lib/testutil/blackbox: various measures to prevent process leaks." by Cosmos Nicolaou · 11 years ago
  53. b9d40e1 Merge "veyron/services/mgmt/node: terminating node manager parent after self-update" by Jiri Simsa · 11 years ago
  54. bfcac5f veyron/lib/testutil/blackbox: various measures to prevent process leaks. by Cosmos Nicolaou · 11 years ago
  55. 091a9e0 Merge "javascript/api/src/naming: Add a mounttable client library." by Matt Rosencrantz · 11 years ago
  56. 6ebdffb Use os.TempDir() instead of "/tmp" for Jenkins. by Raja Daoud · 11 years ago
  57. 4b968d9 veyron/services/mgmt/node: terminating node manager parent after self-update by Jiri Simsa · 11 years ago
  58. 32c438b veyron/services/mgmt/application: Add command-line tool. by Robin Thellend · 11 years ago
  59. 6d9eab2 javascript/api/src/naming: Add a mounttable client library. by Matt Rosencrantz · 11 years ago
  60. dccea4b Add ClientEndpoint/ServerEndpoint methods to Context interface in ipc/model.go. by Gautham Thambidorai · 11 years ago
  61. 60d38f5 veyron/services/store/memstore/query: Handle QueryResult.Fields when present. by Ken Ashcraft · 11 years ago
  62. 52567a0 veyron/services/mgmt/node: adding a dummy profile by Jiri Simsa · 11 years ago
  63. ea5c9f2 veyron/services/store/memstore/query: Fix race condition. by Ken Ashcraft · 11 years ago
  64. 4a021b1 veyron/services/mounttable/mounttable/impl: pass the names that we make rpcs against through ResolveToMountTable. This way, the underlying resolution mechanism will not attempt to find a server mounted under the given name, but rather interpret the name as a mounttable OA. by Bogdan Caprita · 11 years ago
  65. 96eb25a veyron/services/store: Register common client types with the store. by Tilak Sharma · 11 years ago
  66. 70e5569 Merge "veyron/runtimes/google/ipc: Call CloseSend on Finish." by Tilak Sharma · 11 years ago
  67. d123fa3 Fix the build. by Ryan Brown · 11 years ago
  68. 57449fa Merge "go/src/veyron/runtimes/google/testing/concurrency: adding support for systematic testing of RWMutexes" by Jiri Simsa · 11 years ago
  69. 88aba82 Merge "veyron/runtimes/google/vsync: Fix for a race condition between initiator and responder. veyron2/storage/vstore: Minor fix in BindObject()." by Himabindu Pucha · 11 years ago
  70. ca9f1cf Merge "Add basic per-node acl support to mounttabled" by Ryan Brown · 11 years ago
  71. 1ec8b0e go/src/veyron/runtimes/google/testing/concurrency: adding support for by Jiri Simsa · 11 years ago
  72. 8b746a3 veyron/runtimes/google/vsync: Fix for a race condition between by Himabindu Pucha · 11 years ago
  73. 0c76611 veyron/runtimes/google/ipc: Call CloseSend on Finish. by Tilak Sharma · 11 years ago
  74. ac97265 Add basic per-node acl support to mounttabled by Ryan Brown · 11 years ago
  75. decdf31 veyron/runtimes/google/naming/mounttable: Fix bug with constant prefix optimization. by Matt Rosencrantz · 11 years ago
  76. 9259f3b veyron/services/mgmt/profile: Add command-line tool. by Robin Thellend · 11 years ago
  77. 9baf8f4 Merge "Check in the playground backend." by Ryan Brown · 11 years ago
  78. 7b09bd7 veyron/examples/{tunnel,rockpaperscissors}: Use the library to generate ACL by Asim Shankar · 11 years ago
  79. 3e994a2 Merge "veyron/servies/wspr: Added test in go for javascript publish." by Shyam Jayaraman · 11 years ago
  80. 2e454c5 Merge "veyron2/naming: rename and rationalise routines for 'terminal' names." by Cosmos Nicolaou · 11 years ago
  81. ce1511c Merge "veyron/service/store/memstore: Log deletions after every commit." by Tilak Sharma · 11 years ago
  82. 0d63aa2 Check in the playground backend. by Ryan Brown · 11 years ago
  83. 6933540 veyron2/naming: rename and rationalise routines for 'terminal' names. by Cosmos Nicolaou · 11 years ago
  84. 4feacfa veyron/service/store/memstore: Log deletions after every commit. by Tilak Sharma · 11 years ago
  85. c861ab4 Change the default conflict resolution policy. by Raja Daoud · 11 years ago
  86. 8a23201 Merge "veyron/services/store: Streaming put mutation api." by Tilak Sharma · 11 years ago
  87. 2af7002 veyron/services/store: Streaming put mutation api. by Tilak Sharma · 11 years ago
  88. fb47442 veyron/...: Add TODOs to remove flags when config manager is ready. by Robin Thellend · 11 years ago
  89. 4902bdc veyron/services/mgmt/profile: Add flags. by Robin Thellend · 11 years ago
  90. e28876a veyron/services/mgmt/profile: Add Authorizer by Robin Thellend · 11 years ago
  91. edca68c veyron/examples/rockpaperscissors: New demo game by Robin Thellend · 11 years ago
  92. 069dd9a Merge "veyron/runtimes/google/ipc/jni: buxfix - fix handling of arguments." by Srdjan Petrovic · 11 years ago
  93. 94d709c TBR: veyron/runtimes/google/daemon/proximityd: Switch to NewAuthorizerOrDie() by Robin Thellend · 11 years ago
  94. aec2c4e Merge "veyron/runtimes/google/daemon/proximityd: Add authorizer." by Robin Thellend · 11 years ago
  95. 16683eb veyron/runtimes/google/ipc/jni: buxfix - fix handling of arguments. by Srdjan Petrovic · 11 years ago
  96. b1b16a8 veyron/servies/wspr: Added test in go for javascript publish. by Shyam Jayaraman · 11 years ago
  97. d6c0134 Merge "veyron/services/store: Authorize store clients." by Tilak Sharma · 11 years ago
  98. ae67894 veryon2/rt/r: delete this package now that our dependency graph is simpler. by Cosmos Nicolaou · 11 years ago
  99. 3d13387 veyron/runtimes/google/ipc/stream/vif: Fix race in accepting VCs. by Asim Shankar · 11 years ago
  100. 3b3895d Merge "veyron2: merge Runtime interfaces into veyron2.Runtime" by Cosmos Nicolaou · 11 years ago