1. f044a8d "veyron2/security": Caveat and CaveatValidator by Ankur · 11 years ago
  2. 3f7e714 veyron2/services/store: Adding SyncGroup support to Store API. by Himabindu Pucha · 11 years ago
  3. c72223d veyron2/storage: Introduce directories. by Ken Ashcraft · 11 years ago
  4. c69746a veyron/services/store/server: server-side impl of new store API (directories and such) by Adam Sadovsky · 11 years ago
  5. 4aa28e6 veyron/services/store/memstore/watch: Fix flaky TestNowResumeMarker. by Tilak Sharma · 11 years ago
  6. cdcf37a veyron2/services/store: Add a Dir interface. by Ken Ashcraft · 11 years ago
  7. 8ef6026 veyron2/services/watch: Watch streams no longer batch changes. by Tilak Sharma · 11 years ago
  8. c79f0c0 veyron2/storage: Move DEntry to veyron/services/store/raw. by Ken Ashcraft · 11 years ago
  9. 530d3c5 veyron2/storage: Move Version to veyron/services/store/raw. by Ken Ashcraft · 11 years ago
  10. 2041361 veyron/services/store/viewer: Fix up viewer code and mdb templates. by Adam Sadovsky · 11 years ago
  11. 0403e52 veyron/services/store/viewer: Fix context bug with template rendering. by Matt Rosencrantz · 11 years ago
  12. f8a974f veyron2: Remove TODOContext. by Matt Rosencrantz · 11 years ago
  13. 92c3574 veyron2/vdl: Better codegen for enum and oneof. by Todd Wang · 11 years ago
  14. bf85d54 veyron2/context: Allow the runtime to be obtained from a context.T by Matt Rosencrantz · 11 years ago
  15. e971490 veyron2/services/watch: Split types into separate pkg by Robin Thellend · 11 years ago
  16. 1da424d veyron2/services/mounttable: Split types into separate pkg by Robin Thellend · 11 years ago
  17. ffac12c veyron2/storage: Make the client library thinner. by Adam Sadovsky · 11 years ago
  18. 8bfacf2 veyron2/ipc: change Lookup to take second arg that is the method being invoked. by Cosmos Nicolaou · 11 years ago
  19. 137b8d2 veyron/runtimes/google/ipc: Add deadline and cancellation propagation to the context. by Matt Rosencrantz · 11 years ago
  20. 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
  21. b66eea3 Merge "veyron/services/store/service: Remove Transaction and Watcher interfaces." by Ken Ashcraft · 11 years ago
  22. ea9b458 veyron/services/store/viewer: move viewer from veyron2 to veyron by Adam Sadovsky · 11 years ago
  23. 313c255 Merge "veyron/services/store/stored: Add viewer to stored itself (enabled by default), and update mdb example accordingly, with a proper Makefile and full usage instructions in a README.md file." by Adam Sadovsky · 11 years ago
  24. 76e08ec veyron/services/store/stored: Add viewer to stored itself (enabled by default), and update mdb example accordingly, with a proper Makefile and full usage instructions in a README.md file. by Adam Sadovsky · 11 years ago
  25. b7e15ad veyron/services/store/service: Remove Transaction and Watcher interfaces. by Ken Ashcraft · 11 years ago
  26. 6320f31 veyron/services/store: Remove access checks on store objects. by Tilak Sharma · 11 years ago
  27. 1033877 veyron/services/store: Delete pathmatch. by Tilak Sharma · 11 years ago
  28. 164adcf Merge "veyron/services/store: Don't put values of the wrong type." by Tilak Sharma · 11 years ago
  29. 89b2bfb veyron/services/store: Don't put values of the wrong type. by Tilak Sharma · 11 years ago
  30. b8ddc35 veyron2/storage: Remove overlapping Stat and Entry types. by Ken Ashcraft · 11 years ago
  31. 0392705 veyron2/vdl: Remove comments about cancel on the Advance. by Shyam Jayaraman · 11 years ago
  32. 070717c veyron2/vdl: Reinit the val we are deserializing into on the server by Shyam Jayaraman · 11 years ago
  33. 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
  34. 41cb914 global: s/Globable/Globbable/g by Adam Sadovsky · 11 years ago
  35. 772b643 Merge "veyron/services/store/service: Remove most of the interfaces." by Ken Ashcraft · 11 years ago
  36. 18279f5 veyron/services/store/service: Remove most of the interfaces. by Ken Ashcraft · 11 years ago
  37. 04c5eef {go/src/veyron2/storage,go/src/veyron2/services/store,go/src/veyron/services/store}: new transaction API by Adam Sadovsky · 11 years ago
  38. ad29904 veyron2/services/store: Remove placeholder conflict resolution. by Ken Ashcraft · 11 years ago
  39. 0ed29c3 veyron/services/store: Objects can no longer be accessed by id. by Tilak Sharma · 11 years ago
  40. 4db55f0 veyron/services/store/memstore/query: Add sample() function. by Ken Ashcraft · 11 years ago
  41. a4f56db veyron2/vdl/vdl: Fix broken build. by Robin Thellend · 11 years ago
  42. 8e8f1f4 veyron2/vdl: Remove generated dead code by Asim Shankar · 11 years ago
  43. c4aed6e veyron/...: Changed the generated ipc stream to match our one true stream api. by Shyam Jayaraman · 11 years ago
  44. 5cd73e9 Merge "veyron2/query/parse: Replace "{foo as bar}" syntax with "{bar: foo}"." by Ken Ashcraft · 11 years ago
  45. ce3898a android: Make map, list, set, array generated code implement standard java interfaces by Benjamin Prosnitz · 11 years ago
  46. 156825b veyron2/query/parse: Replace "{foo as bar}" syntax with "{bar: foo}". by Ken Ashcraft · 11 years ago
  47. 951dd95 Merge "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
  48. 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
  49. d51617f veyron/services/store/memstore/query: Better handling of slashes in selection. by Ken Ashcraft · 11 years ago
  50. a5ef10c veyron2/vdl/gen: attempt at clarifying the semantics of the stream API through by Bogdan Caprita · 11 years ago
  51. 34c8042 veyron/services/store/memstore/query: Implement the "hidden" keyword. by Ken Ashcraft · 11 years ago
  52. 2f8bc27 veyron/services/mgmt/build: adding support for cross-compilation of Go by Jiri Simsa · 11 years ago
  53. d10597b Merge "veyron/services/store: Iterate over duplicate paths to an object." by Tilak Sharma · 11 years ago
  54. 8cadc5c veyron/services/store/testutil: import type registry hack so that by Jiri Simsa · 11 years ago
  55. e189e6a veyron/services/store: Use verror instead of Go errors. by Tilak Sharma · 11 years ago
  56. 13329d9 veyron/service/store: Consolidate some store test utils. by Tilak Sharma · 11 years ago
  57. 0ecdd7a veyron2/val veyron2/vdl: Part 1 - reorganization of val and vdl by Todd Wang · 11 years ago
  58. 61380d3 veyron/services/store: Iterate over duplicate paths to an object. by Tilak Sharma · 11 years ago
  59. 5094114 veyron/services/store/memstore/state: Fix hard link creation error. by Jason Hickey · 11 years ago
  60. d9281a3 veyron,veyron2: replace Veyron name by Object name everywhere. by Bogdan Caprita · 11 years ago
  61. 56b3ee6 Merge "veyron/runtimes/google/lib/sync: WaitGroup allows concurrent calls to Add and Wait." by Tilak Sharma · 11 years ago
  62. 6d7c39c veyron/runtimes/google/lib/sync: WaitGroup allows concurrent calls to Add and Wait. by Tilak Sharma · 11 years ago
  63. fdc838b veyron/runtimes/google/ipc: new Serve method to replace Register+Publish. by Cosmos Nicolaou · 11 years ago
  64. 681f016 veyron/examples/stfortune: Implementation for store/sync codelab. It by Himabindu Pucha · 11 years ago
  65. dfba8ac veyron/services/store: Implement Object.WatchGlob(). by Tilak Sharma · 11 years ago
  66. d92d859 veyron/services/store/memstore/query: Fix flaky error handling. by Ken Ashcraft · 11 years ago
  67. 7643174 veyron/services/store/memstore/query: Finish subquery implementation. by Ken Ashcraft · 11 years ago
  68. 34ba199 Merge "veyron2/services/watch: Split up Watch interface by request type." by Tilak Sharma · 11 years ago
  69. 8657132 veyron2/services/watch: Split up Watch interface by request type. by Tilak Sharma · 11 years ago
  70. 1624f32 veyron/services/store/memstore: Don't sync the log file after every transaction. by Tilak Sharma · 11 years ago
  71. 40a5f7e veyron/services/store/memstore/query: Descending sort. by Ken Ashcraft · 11 years ago
  72. 8b6e1ea veyron/examples/bank by Alex Fandrianto · 11 years ago
  73. ef43dc4 veyron2, veyron: fix tests to use terminal names correctly. by Cosmos Nicolaou · 11 years ago
  74. 5788903 Merge "veyron/services/store/memstore/watch: Better handling of unknown resume markers." by Tilak Sharma · 11 years ago
  75. 71ca8c2 veyron/services/store/memstore/watch: Better handling of unknown resume markers. by Tilak Sharma · 11 years ago
  76. cdeacfe veyron2/security,veyron/security/caveat: Expose Endpoint in security.Context; implement NetworkType caveat by Andres Erbsen · 11 years ago
  77. 6929c21 Make put of nil maps (and a few other cases) work pre-VOM2 by Benjamin Prosnitz · 11 years ago
  78. a7ef1d8 Merge "veyron/runtimes/google/lib/follow, veyron/services/store/memstore: Miscellaneous fixes in follow and watch." by Tilak Sharma · 11 years ago
  79. 53b6838 veyron/services/memstore/query: Add the sort function. by Ken Ashcraft · 11 years ago
  80. 4820234 veyron/runtimes/google/lib/follow, veyron/services/store/memstore: Miscellaneous fixes in follow and watch. by Tilak Sharma · 11 years ago
  81. 552aa07 Switch panics for not implemented store RPCS to return errors. by Benjamin Prosnitz · 11 years ago
  82. 3db40a1 Initial Store API by Benjamin Prosnitz · 11 years ago
  83. 29147f7 veryon2/naming: Pipe contexts through the mounttable client library. by Matt Rosencrantz · 11 years ago
  84. b54d764 veyron2/ipc: Support for granting credentials to servers in the form of blessings. by Asim Shankar · 11 years ago
  85. 3916d2c Updated Storage Dispatcher to Dispatch "/a/b/.store" to the store rather than an object by Benjamin Prosnitz · 11 years ago
  86. ed6d034 Use the store/sync service to communicate box information between peers. by Gautham Thambidorai · 11 years ago
  87. 7cfc9cb veyron/services/store: A transaction may be used in only the session that created it. by Tilak Sharma · 11 years ago
  88. f5afcaf all: Create a new client context parameter that will be the first argument of every RPC call. by Matt Rosencrantz · 11 years ago
  89. 9f4f2e3 "veyron/runtimes/google/security": Only return trusted Names. by Ankur · 11 years ago
  90. 79cfb41 veyron2/services/store: API for Object-level watches. by Tilak Sharma · 11 years ago
  91. dcddb93 Reorganize GetMethodTags, Signature, UnresolveStep to be consistent. by Benjamin Prosnitz · 11 years ago
  92. 43395f3 veyron, veyron2: Re-run vdl build tool. by Tilak Sharma · 11 years ago
  93. e5d67b4 veyron2/vdl: Move all *.idl files to *.vdl, re-generate all by Todd Wang · 11 years ago
  94. 964273b Merge "veyron/services/store/service: Wire up query to the RPC interface." by Matt Rosencrantz · 11 years ago
  95. 0e72f5d Merge "Add ClientEndpoint/ServerEndpoint methods to Context interface in ipc/model.go." by Gautham Thambidorai · 11 years ago
  96. 90c2feb veyron/services/store/service: Wire up query to the RPC interface. by Matt Rosencrantz · 11 years ago
  97. 39f6cf3 Merge "veyron/services/store: Register common client types with the store." by Tilak Sharma · 11 years ago
  98. 64f1e6e Merge "veyron/services/store/memstore/query: Handle QueryResult.Fields when present." by Ken Ashcraft · 11 years ago
  99. dccea4b Add ClientEndpoint/ServerEndpoint methods to Context interface in ipc/model.go. by Gautham Thambidorai · 11 years ago
  100. 60d38f5 veyron/services/store/memstore/query: Handle QueryResult.Fields when present. by Ken Ashcraft · 11 years ago