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