1. 801c68a syncbase/store: Scan/Exec after Put/Delete in a transaction. by John Kline · 9 years ago
  2. da06920 syncbase: improve test blessing setup & use AllowEveryone dispatcher by Adam Sadovsky · 9 years ago
  3. 4887659 v.io/syncbase/x/ref/services/syncbase/localblobstore/chunkmap: Introduce chunkmap by Mike Burrows · 9 years ago
  4. 9db09e3 syncbase/server/util/constants: Change $internal to $sync by Nicolas Lacasse · 9 years ago
  5. 3488366 syncbase/v23: simple integration test by Sergey Rogulenko · 9 years ago
  6. f551bb1 query/demo: Change JSON output to array of objects. by Ivan Pilat · 9 years ago
  7. f9e3b6f syncbase/vsync: Bug fix for create/join syncgroup tests. by Himabindu Pucha · 9 years ago
  8. 8aa138c Cleanup based on comments on http://go/vcl/12764 by Jatin Lodhia · 9 years ago
  9. 7ed166e v.io/syncbase/x/ref/services/syncbase/localblobstore/chunker: Introduce data chunker. by Mike Burrows · 9 years ago
  10. 7bdd667 Merge "syncbase/vsync: Integrate log and gen vector functionality (Part 2/2)." by Himabindu Pucha · 9 years ago
  11. 0663113 query/demo: Add JSON output support. by Ivan Pilat · 9 years ago
  12. 1404017 Merge "syncbase: Change many uses of v23.NewServer to use xrpc.New*Server instead." by Matt Rosencrantz · 9 years ago
  13. 9694ddd syncbase: Change many uses of v23.NewServer to use xrpc.New*Server instead. by Matt Rosencrantz · 9 years ago
  14. 4143b8e syncbase: syncQL: query optimization and regex rewrite by John Kline · 9 years ago
  15. caed76c v.io/syncbase/x/ref/services/syncbase/localblobstore: interface for blob store implementations by Mike Burrows · 9 years ago
  16. b6213de syncbase/vsync: Integrate log and gen vector functionality (Part 2/2). by Himabindu Pucha · 9 years ago
  17. 445e041 server: implement prefix ACLs by Sergey Rogulenko · 9 years ago
  18. 25cf1b8 query/demo: Add support for printing more types. by Ivan Pilat · 9 years ago
  19. 5d4884a Timestamp, clock api and bugfix. by Jatin Lodhia · 9 years ago
  20. c744b67 syncbase/vsync: track app/db in SG membership view. by Raja Daoud · 9 years ago
  21. fe2239f syncbase/vsync: DAG improvements & more tests. by Raja Daoud · 9 years ago
  22. 73367a4 Support query in batch operations. by John Kline · 9 years ago
  23. 4894fb1 syncbase: syncQL: integrate syncQL with key value store by John Kline · 9 years ago
  24. 9b78b36 syncbase: BeginBatch() bugfix and restartability TODOs by Adam Sadovsky · 9 years ago
  25. 9881ae7 Merge "v.io/syncbase/services/syncbase/localblobstore/fs_cablobstore: A blob store implementation." by Mike Burrows · 9 years ago
  26. 8ca01d4 v.io/syncbase/services/syncbase/localblobstore/fs_cablobstore: A blob store implementation. by Mike Burrows · 9 years ago
  27. e17ae5d v.io/syncbase/x/ref/services/syncbase/localblobstore/crc64window: Introduce means for computing CRCs over sliding windows. by Mike Burrows · 9 years ago
  28. a0dbcc7 syncbase: syncQL: key prefixes bugfix by John Kline · 9 years ago
  29. da2867a syncbase: Integrate log and gen vector functionality (Part 1). by Himabindu Pucha · 9 years ago
  30. fc3069f Fix a bug in StKey creation logic for dbInfoLayer by Jatin Lodhia · 9 years ago
  31. 345ec24 services/syncbase: fix --race errors. by Raja Daoud · 9 years ago
  32. b93162e syncbase/vsync: add the sync DAG layer. by Raja Daoud · 9 years ago
  33. 7fe2110 server: switch from memstore to leveldb by Sergey Rogulenko · 9 years ago
  34. 2153139 Merge "server: make app.DeleteNoSQLDatabase actually delete the data" by Sergey Rogulenko · 9 years ago
  35. d228f9d syncbase/store: Get after Put/Delete in a transaction. by Raja Daoud · 9 years ago
  36. 5d4ada5 server: make app.DeleteNoSQLDatabase actually delete the data by Sergey Rogulenko · 9 years ago
  37. 0758305 syncbase/vsync: Handle JoinSyncGroup RPC from client-syncbase. by Himabindu Pucha · 9 years ago
  38. fd0cd95 syncbase: implement client batches by Adam Sadovsky · 9 years ago
  39. 5aeb486 syncbase: make storage engine somewhat configurable by Adam Sadovsky · 9 years ago
  40. aebb6d8 TBR syncbase: tiny bugfix by Adam Sadovsky · 9 years ago
  41. c5cc4a3 syncbase: various small additions and enhancements by Adam Sadovsky · 9 years ago
  42. e407a8f syncbase: syncQL: rename field in struct in query_test.go. by John Kline · 9 years ago
  43. fd5a59f syncbase: syncQL: implement functions in select clause. by John Kline · 9 years ago
  44. 41212cb syncbase/vsync: Handle CreateSyncGroup RPC from client-syncbase. by Himabindu Pucha · 9 years ago
  45. 1471090 syncbase/vsync: tests for SyncGroup storage layer. by Raja Daoud · 9 years ago
  46. b2510b6 syncbase: syncQL: add support for functions and add time type by John Kline · 9 years ago
  47. 85b45d3 syncbase: store log entries chronologically by Adam Sadovsky · 9 years ago
  48. 1a066a8 syncbase: use byte[] for range start/limit in wire API by Adam Sadovsky · 9 years ago
  49. 6ea02ea syncbase/vsync: store iterator function by Raja Daoud · 9 years ago
  50. 03d0ae3 syncbase: watchable store with versioning support by Adam Sadovsky · 9 years ago
  51. df9822d store/leveldb: handle concurrent transactions by Sergey Rogulenko · 9 years ago
  52. c0f3cbe syncbase/server: Implement GlobChildren__ instead of Glob__. by Nicolas Lacasse · 9 years ago
  53. 058101c syncbase/vsync: SyncGroup membership view. by Raja Daoud · 9 years ago
  54. b48fd52 query/demo: Fix broken shutdown. by Ivan Pilat · 9 years ago
  55. 6de0bb2 query/demo: Right-justify numbers. by Ivan Pilat · 9 years ago
  56. 78b01d4 TBR: InitForTest was renamed to V23Init in http://v.io/c/11860. by Ken Ashcraft · 9 years ago
  57. fb8370e syncbase: watchable store layer by Adam Sadovsky · 9 years ago
  58. e8e99a9 syncbase/vsync: SyncGroup storage layer. by Raja Daoud · 9 years ago
  59. 98db170 syncbase: Add transaction type-checks, resolving a couple TODOs by Adam Sadovsky · 9 years ago
  60. 6b0649d syncbase: fix minor bug in glob error handling by Adam Sadovsky · 9 years ago
  61. e8f6162 query/demo: Choose between CSV and pretty-printed output. by Ken Ashcraft · 9 years ago
  62. f528ed0 store/memstore: recursively close objects by Sergey Rogulenko · 9 years ago
  63. 35653b7 syncbase: add hook to get service and DB stores (needed by sync) by Adam Sadovsky · 9 years ago
  64. effc7ca store: replace go errors with verrors by Sergey Rogulenko · 9 years ago
  65. 5ca52dc query/demo: Fix multi-token parsing. by Ken Ashcraft · 9 years ago
  66. ef4fa43 store/leveldb: recursively close objects by Sergey Rogulenko · 9 years ago
  67. bdb2bfa Merge "syncbase: clean up confusion around relnames and fullnames" by Adam Sadovsky · 9 years ago
  68. af0467c syncbase/vsync: Scaffolding to start integrating sync into store. by Himabindu Pucha · 9 years ago
  69. 8145a84 syncbase: clean up confusion around relnames and fullnames by Adam Sadovsky · 9 years ago
  70. 569c0d3 Merge "query/demo: Detect if os.Stdin is a terminal." by Ken Ashcraft · 9 years ago
  71. a46a7ea TBR syncbase: s/end/limit/ by Adam Sadovsky · 9 years ago
  72. d5e5cdf Merge "syncbase profile: add Snappy" by Sergey Rogulenko · 9 years ago
  73. 9a1f2be TBR: rename file test.go -> store.go by Sergey Rogulenko · 9 years ago
  74. ab95df7 store/leveldb: adding mutexes by Sergey Rogulenko · 9 years ago
  75. 13922e3 syncbase: Implementation and tests for Glob and Scan. by Adam Sadovsky · 9 years ago
  76. 8d409c1 query/demo: Detect if os.Stdin is a terminal. by Ken Ashcraft · 9 years ago
  77. f01b7cc TBR: Fix build. Remove unneeded imports. by Ken Ashcraft · 9 years ago
  78. 1978bcb Merge "query/demo: Delimit queries with semicolon." by Ken Ashcraft · 9 years ago
  79. 4006458 syncbase: syncql: Switch to using verror. by John Kline · 9 years ago
  80. f2cad22 syncbased: Read permissions from flags. If no flag exists, give the by Nicolas Lacasse · 9 years ago
  81. a18b82a query/demo: Delimit queries with semicolon. by Ken Ashcraft · 9 years ago
  82. 84c61b9 syncbase profile: add Snappy by Sergey Rogulenko · 9 years ago
  83. bdbb819 syncbase: syncQL: Implement as for projection (to rename headings). by John Kline · 9 years ago
  84. dcb8e44 synbase: syncQL: demo program enhancements by John Kline · 9 years ago
  85. 7c1b11d syncbase: syncQL: switch from operating on interface{} values to *vdl.Value values. by John Kline · 9 years ago
  86. 2ad62a3 store: add benchmarks by Sergey Rogulenko · 9 years ago
  87. 813f5e6 store/leveldb: make stream thread-safe by Sergey Rogulenko · 9 years ago
  88. 67e5f7c TBR syncbase: fix build (x/ref/runtime), regen vdl by Adam Sadovsky · 9 years ago
  89. 452deac syncbase.store: memstore stream and snapshot by Adam Sadovsky · 9 years ago
  90. 4b97d28 store: change Stream API and key type string->[]byte by Sergey Rogulenko · 9 years ago
  91. 246c751 synbase: query: add "is nil" and "is not nil" expressions. by John Kline · 9 years ago
  92. 5809712 syncbase: query: Changes per kash comments on 10211, 10512, 10904. by John Kline · 9 years ago
  93. cbbcca2 Merge "syncbase: fix various "go vet" errors" by Adam Sadovsky · 9 years ago
  94. 578cac3 store: initial implementations of internal API on top of LevelDB by Sergey Rogulenko · 9 years ago
  95. 07358ed syncbase: fix various "go vet" errors by Adam Sadovsky · 9 years ago
  96. 71475f8 syncbase: query: add functions to parser only. by John Kline · 9 years ago
  97. fa5f16f syncbase: update server impl to reflect API changes by Adam Sadovsky · 9 years ago
  98. 394cf2b syncbase: query: more code cleanup by John Kline · 9 years ago
  99. e92c39e syncbase: query: code cleanup: make some structs & funcs, private by John Kline · 9 years ago
  100. 00aa176 syncbase: SyncQL demo program changes, query eval bugfix. by John Kline · 9 years ago