1. 5aa7672 syncbase: syncQL: add Split and Len functions. by John Kline · 10 years ago
  2. 6bf4e90 syncbase/syncQL: remove: Type(v) = "<short-type-name>" support. by John Kline · 10 years ago
  3. 27e0db3 syncbase: syncQL: replace t with Type(), remove restrictions on k by John Kline · 10 years ago
  4. 92e1881 TBR syncbase: fix mem ownership bug in watchable txn by Adam Sadovsky · 10 years ago
  5. 3275b48 Add expected database schema version to RPCs. by Jatin Lodhia · 10 years ago
  6. e7b44ca syncbase/vsync: by Himabindu Pucha · 10 years ago
  7. 8749d23 syncbase: various small improvements, needed for demo by Adam Sadovsky · 10 years ago
  8. 6165d5f syncbase: syncQL: excersize syncbase impl of query_db.Scan by John Kline · 10 years ago
  9. 24faa3d syncbase/vsync: by Himabindu Pucha · 10 years ago
  10. bc5a046 syncbase: syncQL: support k not like "<wildcard-string>" by John Kline · 10 years ago
  11. b480ea8 syncbase/vsync: Implementation for SyncGroup related getters and setspec. by Himabindu Pucha · 10 years ago
  12. aaacd3a Merge "syncbase API: client watch, addressing v.io/c/13615 comments" by Sergey Rogulenko · 10 years ago
  13. 1a42be3 syncbase: syncQL: Fix typo pointed out by Ivan. by John Kline · 10 years ago
  14. d2331e1 Merge "syncbase: syqnQL: query_parser/doc.go: doc.go syntax update" by John Kline · 10 years ago
  15. d6a7557 syncbase: 1st setup in hookup of blob store by Raja Daoud · 10 years ago
  16. ffe7786 syncbase API: client watch, addressing v.io/c/13615 comments by Sergey Rogulenko · 10 years ago
  17. 8ebf957 syncbase: syqnQL: query_parser/doc.go: doc.go syntax update by John Kline · 10 years ago
  18. af93faa Add schema to syncbase by Jatin Lodhia · 10 years ago
  19. 7ff3995 syncbase/vsync: vdl for client-facing blob API. by Himabindu Pucha · 10 years ago
  20. ce1ac14 Merge "syncbase API: client watch (VDL only)" by Sergey Rogulenko · 10 years ago
  21. 4a2bb55 syncbase API: client watch (VDL only) by Sergey Rogulenko · 10 years ago
  22. d654f30 syncbase/vsync: Addressing comment in go/vcl/13529. by Himabindu Pucha · 10 years ago
  23. d994efa syncbase/vsync: more sync integration tests by Raja Daoud · 10 years ago
  24. 4682764 syncbase: syncQL: queries can drill into maps,sets,arrays,lists. by John Kline · 10 years ago
  25. 2efc28e syncbase/vsync: More integrations tests covering nested and peer syncgroups. by Himabindu Pucha · 10 years ago
  26. d0c09ee syncbase/sb51: Make query demo tool a proper syncbase client. by Ivan Pilat · 10 years ago
  27. 281fc9e syncbase: Add Exists rpc method to app, db, table, row. by Ivan Pilat · 10 years ago
  28. 49d8e30 syncbase/vsync: by Himabindu Pucha · 10 years ago
  29. 5f89562 syncbase/vsync: bootstrap sync metadata for SyncGroup by Raja Daoud · 10 years ago
  30. 714363e Merge "device manager test" by Sergey Rogulenko · 10 years ago
  31. 476e223 Merge "syncbase: simplify store_util and its clients" by Adam Sadovsky · 10 years ago
  32. bb54cf0 syncbase/vsync: 1st end-to-end integration test. by Raja Daoud · 10 years ago
  33. dab28ef syncbase: simplify store_util and its clients by Adam Sadovsky · 10 years ago
  34. 67f10ac device manager test by Sergey Rogulenko · 10 years ago
  35. 13a6d4a syncbase: support restarts by Adam Sadovsky · 10 years ago
  36. ab91610 syncbase: SyncQL: Support key expression operators: <,<=,>,>=,<>. by John Kline · 10 years ago
  37. a142e40 syncbase: improve comments about concurrency by Adam Sadovsky · 10 years ago
  38. 19133a0 syncbase/vsync: Initiator module. by Himabindu Pucha · 10 years ago
  39. 801c68a syncbase/store: Scan/Exec after Put/Delete in a transaction. by John Kline · 10 years ago
  40. da06920 syncbase: improve test blessing setup & use AllowEveryone dispatcher by Adam Sadovsky · 10 years ago
  41. 3488366 syncbase/v23: simple integration test by Sergey Rogulenko · 10 years ago
  42. f551bb1 query/demo: Change JSON output to array of objects. by Ivan Pilat · 10 years ago
  43. f9e3b6f syncbase/vsync: Bug fix for create/join syncgroup tests. by Himabindu Pucha · 10 years ago
  44. 0663113 query/demo: Add JSON output support. by Ivan Pilat · 10 years ago
  45. 1404017 Merge "syncbase: Change many uses of v23.NewServer to use xrpc.New*Server instead." by Matt Rosencrantz · 10 years ago
  46. 9694ddd syncbase: Change many uses of v23.NewServer to use xrpc.New*Server instead. by Matt Rosencrantz · 10 years ago
  47. 4143b8e syncbase: syncQL: query optimization and regex rewrite by John Kline · 10 years ago
  48. 445e041 server: implement prefix ACLs by Sergey Rogulenko · 10 years ago
  49. 25cf1b8 query/demo: Add support for printing more types. by Ivan Pilat · 10 years ago
  50. 73367a4 Support query in batch operations. by John Kline · 10 years ago
  51. 4894fb1 syncbase: syncQL: integrate syncQL with key value store by John Kline · 10 years ago
  52. 9b78b36 syncbase: BeginBatch() bugfix and restartability TODOs by Adam Sadovsky · 10 years ago
  53. a0dbcc7 syncbase: syncQL: key prefixes bugfix by John Kline · 10 years ago
  54. 2153139 Merge "server: make app.DeleteNoSQLDatabase actually delete the data" by Sergey Rogulenko · 10 years ago
  55. d228f9d syncbase/store: Get after Put/Delete in a transaction. by Raja Daoud · 10 years ago
  56. 5d4ada5 server: make app.DeleteNoSQLDatabase actually delete the data by Sergey Rogulenko · 10 years ago
  57. 0758305 syncbase/vsync: Handle JoinSyncGroup RPC from client-syncbase. by Himabindu Pucha · 10 years ago
  58. fd0cd95 syncbase: implement client batches by Adam Sadovsky · 10 years ago
  59. 5aeb486 syncbase: make storage engine somewhat configurable by Adam Sadovsky · 10 years ago
  60. aebb6d8 TBR syncbase: tiny bugfix by Adam Sadovsky · 10 years ago
  61. c5cc4a3 syncbase: various small additions and enhancements by Adam Sadovsky · 10 years ago
  62. e407a8f syncbase: syncQL: rename field in struct in query_test.go. by John Kline · 10 years ago
  63. fd5a59f syncbase: syncQL: implement functions in select clause. by John Kline · 10 years ago
  64. 41212cb syncbase/vsync: Handle CreateSyncGroup RPC from client-syncbase. by Himabindu Pucha · 10 years ago
  65. b2510b6 syncbase: syncQL: add support for functions and add time type by John Kline · 10 years ago
  66. 85b45d3 syncbase: store log entries chronologically by Adam Sadovsky · 10 years ago
  67. 1a066a8 syncbase: use byte[] for range start/limit in wire API by Adam Sadovsky · 10 years ago
  68. 03d0ae3 syncbase: watchable store with versioning support by Adam Sadovsky · 10 years ago
  69. c0f3cbe syncbase/server: Implement GlobChildren__ instead of Glob__. by Nicolas Lacasse · 10 years ago
  70. b48fd52 query/demo: Fix broken shutdown. by Ivan Pilat · 10 years ago
  71. 6de0bb2 query/demo: Right-justify numbers. by Ivan Pilat · 10 years ago
  72. 78b01d4 TBR: InitForTest was renamed to V23Init in http://v.io/c/11860. by Ken Ashcraft · 10 years ago
  73. e8f6162 query/demo: Choose between CSV and pretty-printed output. by Ken Ashcraft · 10 years ago
  74. 35653b7 syncbase: add hook to get service and DB stores (needed by sync) by Adam Sadovsky · 10 years ago
  75. 5ca52dc query/demo: Fix multi-token parsing. by Ken Ashcraft · 10 years ago
  76. bdb2bfa Merge "syncbase: clean up confusion around relnames and fullnames" by Adam Sadovsky · 10 years ago
  77. af0467c syncbase/vsync: Scaffolding to start integrating sync into store. by Himabindu Pucha · 10 years ago
  78. 8145a84 syncbase: clean up confusion around relnames and fullnames by Adam Sadovsky · 10 years ago
  79. 569c0d3 Merge "query/demo: Detect if os.Stdin is a terminal." by Ken Ashcraft · 10 years ago
  80. a46a7ea TBR syncbase: s/end/limit/ by Adam Sadovsky · 10 years ago
  81. 13922e3 syncbase: Implementation and tests for Glob and Scan. by Adam Sadovsky · 10 years ago
  82. 8d409c1 query/demo: Detect if os.Stdin is a terminal. by Ken Ashcraft · 10 years ago
  83. f01b7cc TBR: Fix build. Remove unneeded imports. by Ken Ashcraft · 10 years ago
  84. 1978bcb Merge "query/demo: Delimit queries with semicolon." by Ken Ashcraft · 10 years ago
  85. 4006458 syncbase: syncql: Switch to using verror. by John Kline · 10 years ago
  86. a18b82a query/demo: Delimit queries with semicolon. by Ken Ashcraft · 10 years ago
  87. bdbb819 syncbase: syncQL: Implement as for projection (to rename headings). by John Kline · 10 years ago
  88. dcb8e44 synbase: syncQL: demo program enhancements by John Kline · 10 years ago
  89. 7c1b11d syncbase: syncQL: switch from operating on interface{} values to *vdl.Value values. by John Kline · 10 years ago
  90. 67e5f7c TBR syncbase: fix build (x/ref/runtime), regen vdl by Adam Sadovsky · 10 years ago
  91. 246c751 synbase: query: add "is nil" and "is not nil" expressions. by John Kline · 10 years ago
  92. 5809712 syncbase: query: Changes per kash comments on 10211, 10512, 10904. by John Kline · 10 years ago
  93. 07358ed syncbase: fix various "go vet" errors by Adam Sadovsky · 10 years ago
  94. 71475f8 syncbase: query: add functions to parser only. by John Kline · 10 years ago
  95. fa5f16f syncbase: update server impl to reflect API changes by Adam Sadovsky · 10 years ago
  96. 394cf2b syncbase: query: more code cleanup by John Kline · 10 years ago
  97. e92c39e syncbase: query: code cleanup: make some structs & funcs, private by John Kline · 10 years ago
  98. 00aa176 syncbase: SyncQL demo program changes, query eval bugfix. by John Kline · 10 years ago
  99. 5da67a2 syncbase: query: demo cmd line program to execute queries. by John Kline · 10 years ago
  100. bebe585 syncbase: query: Implement query exec with streaming. by John Kline · 10 years ago