- d963de3 syncbase: syncQL: add back query_checker_test for offset by John Kline · 9 years ago master
- 1b30e37 Merge "Make query_checker tests pass in go1.5." by James Ring · 9 years ago
- b7aa70c Make query_checker tests pass in go1.5. by James Ring · 9 years ago
- eaabb6c Add Conflict resolution API by Jatin Lodhia · 9 years ago
- 79724f5 TBR: v23/syncbase/nosql: Skip flaky test by Robin Thellend · 9 years ago
- 08f523f Merge "syncbase: syncQL: time functions: Time,Now,Year,Month,Day,Hour,Minute,Second,Nanosecond,Weekday,YearDay" by John Kline · 9 years ago
- 428f567 TBR: syncbase-mojo: Implement table.Scan by Nicolas Lacasse · 9 years ago
- d3b116e syncbase: syncQL: time functions: Time,Now,Year,Month,Day,Hour,Minute,Second,Nanosecond,Weekday,YearDay by John Kline · 9 years ago
- e20e030 Addressing Adam's comments in https://vanadium-review.googlesource.com/#/c/13619/ by Himabindu Pucha · 9 years ago
- caef2a9 syncbase: syncQL: support varargs in functions, functions cleanup by John Kline · 9 years ago
- f58d907 Merge "store API: update comments" by Sergey Rogulenko · 9 years ago
- f8fe0c7 TBR: syncbase-mojo: Implement table.Scan. by Nicolas Lacasse · 9 years ago
- dc77f8e store API: update comments by Sergey Rogulenko · 9 years ago
- 325111d syncbase: syncql: add query functions StrCat,StrIndex,StrLastIndex,StrRepeat,StrReplace,Trim,TrimLeft,TrimRight by John Kline · 9 years ago
- 355c9af syncbase: syncql: make k, v and functions case sensitive by John Kline · 9 years ago
- d95c55f store: refactor transactions by Sergey Rogulenko · 9 years ago
- bea72d9 Merge "Flesh out syncbase clock 1) Add storage adapter for clock data 2) Add clock service to keep track of changes to local clock 3) Add ntp service to sample ntp time and update clock skew for syncbase clock 4) Tests for above" by Jatin Lodhia · 9 years ago
- f97b690 Flesh out syncbase clock by Jatin Lodhia · 9 years ago
- 015bab5 Merge "TBR client test: cancel contexts with timeouts" by Sergey Rogulenko · 9 years ago
- b1ffc8a TBR client test: cancel contexts with timeouts by Sergey Rogulenko · 9 years ago
- 6be8780 store: fix a bug in the stream by Sergey Rogulenko · 9 years ago
- 672d504 v.io/syncbase/x/ref/services/syncbase/localblobstore/blobmap: rename chunkmap to blobmap by Mike Burrows · 9 years ago
- 1f988de the client watch impl by Sergey Rogulenko · 9 years ago
- 9f4f006 TBR tests: properly clean up tmp dir by Sergey Rogulenko · 9 years ago
- 04110d9 mgmt test: clean up leaking processes by Sergey Rogulenko · 9 years ago
- c323819 syncbase: more go vet fixes (that do not appear on darwin) by Jiri Simsa · 9 years ago
- 7586a57 Merge "syncbase: fixing vet violations" by Jiri Simsa · 9 years ago
- c124703 syncbase/vsync: Preliminary blob discovery and support for fetching blobs by Himabindu Pucha · 9 years ago
- 7340231 syncbase: fixing vet violations by Jiri Simsa · 9 years ago
- 1689ac3 TBR: Fix perms.WriteTo in mojo_impl. by Nicolas Lacasse · 9 years ago
- fdb3ed1 TBR syncbase mojo: fix to use WithNewTrace ctx by Adam Sadovsky · 9 years ago
- 18200c8 syncbase/vsync: conflict w/o ancestor by Raja Daoud · 9 years ago
- 05a308a ref: required by v.io/c/14484 by Jiri Simsa · 9 years ago
- a120f0a syncbase: implement various mojo stubs by Adam Sadovsky · 9 years ago
- adf3100 watch: refactoring required for the client watch by Sergey Rogulenko · 9 years ago
- 8211615 Remove use of gomobile now that Mojo uses Go v1.5. by Nicolas Lacasse · 9 years ago
- 7e9fedf Merge "x/ref/services/syncbase: Update Glob implementation" by Robin Thellend · 9 years ago
- 03c7fd6 x/ref/services/syncbase: Update Glob implementation by Robin Thellend · 9 years ago
- cef361c v.io/syncbase/x/ref/services/syncbase/signing: Add signing mechanism to allow for syncbase updates to be signed. by Mike Burrows · 9 years ago
- 10f1691 TBR: mojo_impl: Fix signature of DbExec. by Nicolas Lacasse · 9 years ago
- a7b7841 TBR: syncbase: fix compilation error by Sergey Rogulenko · 9 years ago
- ca24ae7 Merge "internal storage engine: improve compile-time typing" by Sergey Rogulenko · 9 years ago
- 5aa7672 syncbase: syncQL: add Split and Len functions. by John Kline · 9 years ago
- 47bbee5 syncbase/vsync: responder discovers initiator by Raja Daoud · 9 years ago
- dc85dcf internal storage engine: improve compile-time typing by Sergey Rogulenko · 9 years ago
- 6bf4e90 syncbase/syncQL: remove: Type(v) = "<short-type-name>" support. by John Kline · 9 years ago
- 9a392b6 watchable store: extract func that gets next log seq by Sergey Rogulenko · 9 years ago
- c668635 Merge "syncbase: syncQL: replace t with Type(), remove restrictions on k" by John Kline · 9 years ago
- 1ba7c08 syncbase: add mojo stubs (currently unimplemented) by Adam Sadovsky · 9 years ago
- 0f77932 syncbase/vsync: eager sync watcher by Raja Daoud · 9 years ago
- 27e0db3 syncbase: syncQL: replace t with Type(), remove restrictions on k by John Kline · 9 years ago
- 92e1881 TBR syncbase: fix mem ownership bug in watchable txn by Adam Sadovsky · 9 years ago
- 8fd7949 v.io/syncbase/x/ref/services/syncbase/localblobstore/fs_cablobstore: Bug fix: blob reader code reading at EOF by Mike Burrows · 9 years ago
- f6f77f7 syncbase/sync: remove obsolete sync code. by Raja Daoud · 9 years ago
- 3275b48 Add expected database schema version to RPCs. by Jatin Lodhia · 9 years ago
- e7b44ca syncbase/vsync: by Himabindu Pucha · 9 years ago
- 4409172 Merge "syncbase/vsync: Bug fix. Cleanup to prevent running out of fds." by Himabindu Pucha · 9 years ago
- b85afd8 syncbase/vsync: Bug fix. Cleanup to prevent running out of fds. by Himabindu Pucha · 9 years ago
- 8749d23 syncbase: various small improvements, needed for demo by Adam Sadovsky · 9 years ago
- 6165d5f syncbase: syncQL: excersize syncbase impl of query_db.Scan by John Kline · 9 years ago
- 24faa3d syncbase/vsync: by Himabindu Pucha · 9 years ago
- bc5a046 syncbase: syncQL: support k not like "<wildcard-string>" by John Kline · 9 years ago
- b480ea8 syncbase/vsync: Implementation for SyncGroup related getters and setspec. by Himabindu Pucha · 9 years ago
- aaacd3a Merge "syncbase API: client watch, addressing v.io/c/13615 comments" by Sergey Rogulenko · 9 years ago
- 1a42be3 syncbase: syncQL: Fix typo pointed out by Ivan. by John Kline · 9 years ago
- d2331e1 Merge "syncbase: syqnQL: query_parser/doc.go: doc.go syntax update" by John Kline · 9 years ago
- d6a7557 syncbase: 1st setup in hookup of blob store by Raja Daoud · 9 years ago
- ffe7786 syncbase API: client watch, addressing v.io/c/13615 comments by Sergey Rogulenko · 9 years ago
- 8ebf957 syncbase: syqnQL: query_parser/doc.go: doc.go syntax update by John Kline · 9 years ago
- af93faa Add schema to syncbase by Jatin Lodhia · 9 years ago
- 7ff3995 syncbase/vsync: vdl for client-facing blob API. by Himabindu Pucha · 9 years ago
- ce1ac14 Merge "syncbase API: client watch (VDL only)" by Sergey Rogulenko · 9 years ago
- 4a2bb55 syncbase API: client watch (VDL only) by Sergey Rogulenko · 9 years ago
- d654f30 syncbase/vsync: Addressing comment in go/vcl/13529. by Himabindu Pucha · 9 years ago
- d994efa syncbase/vsync: more sync integration tests by Raja Daoud · 9 years ago
- 4682764 syncbase: syncQL: queries can drill into maps,sets,arrays,lists. by John Kline · 9 years ago
- 2efc28e syncbase/vsync: More integrations tests covering nested and peer syncgroups. by Himabindu Pucha · 9 years ago
- d0c09ee syncbase/sb51: Make query demo tool a proper syncbase client. by Ivan Pilat · 9 years ago
- 2b78782 syncbase/vsync: logging & error handling by Raja Daoud · 9 years ago
- 281fc9e syncbase: Add Exists rpc method to app, db, table, row. by Ivan Pilat · 9 years ago
- 823d60f syncbase/vsync: Addressing Adam's review comments from go/vcl/12873 and a few other cleanups. by Himabindu Pucha · 9 years ago
- db466a8 Merge "syncbase/vsync: * Integration test for bi-directional syncing. * Made client/servers independent principals in integration tests." by Himabindu Pucha · 9 years ago
- 924f055 v.io/syncbase/x/ref/services/syncbase/localblobstore: Integrate chunk handling into main blob store code. by Mike Burrows · 9 years ago
- 49d8e30 syncbase/vsync: by Himabindu Pucha · 9 years ago
- 63ec508 Merge "syncbase/vsync: bootstrap sync metadata for SyncGroup" by Raja Daoud · 9 years ago
- 5f89562 syncbase/vsync: bootstrap sync metadata for SyncGroup by Raja Daoud · 9 years ago
- a46091d Needed for v.io/c/13354 by Cosmos Nicolaou · 9 years ago
- 714363e Merge "device manager test" by Sergey Rogulenko · 9 years ago
- 476e223 Merge "syncbase: simplify store_util and its clients" by Adam Sadovsky · 9 years ago
- bb54cf0 syncbase/vsync: 1st end-to-end integration test. by Raja Daoud · 9 years ago
- dab28ef syncbase: simplify store_util and its clients by Adam Sadovsky · 9 years ago
- 67f10ac device manager test by Sergey Rogulenko · 9 years ago
- 13a6d4a syncbase: support restarts by Adam Sadovsky · 9 years ago
- ab91610 syncbase: SyncQL: Support key expression operators: <,<=,>,>=,<>. by John Kline · 9 years ago
- b2837ea syncbase/server/watchable: watch enhancements by Raja Daoud · 9 years ago
- 094d5a8 syncbase/vsync: Responder module. by Himabindu Pucha · 9 years ago
- a142e40 syncbase: improve comments about concurrency by Adam Sadovsky · 9 years ago
- cf3ee97 TBR: syncbase: switch to roaming profile by Adam Sadovsky · 9 years ago
- 6182094 syncbase/vsync: add sync watcher by Raja Daoud · 9 years ago
- 19133a0 syncbase/vsync: Initiator module. by Himabindu Pucha · 9 years ago