1. f43a7ed syncbase: Fix ping context cancellation leaks. by Suharsh Sivakumar · 9 years ago
  2. a9441b4 syncbase/vsync: More logging for debugging conflict resolution. by Himabindu Pucha · 9 years ago
  3. 075bb8e v.io/v23/syncbase: call context.CancelFunc functions by Mike Burrows · 9 years ago
  4. 27f5d38 syncbase/discovery: Introduce global discovery. by Suharsh Sivakumar · 9 years ago
  5. 10ad614 ref: Merge stats from todoshacks into master. by Suharsh Sivakumar · 9 years ago
  6. 60fd2ed Change vsync to use more idiomatic err != nil style. by Todd Wang · 9 years ago
  7. 1c4a7f9 Faster vom encoding and decoding. by Todd Wang · 9 years ago
  8. 859937b Move syncbase discovery to the ref repo. by Matt Rosencrantz · 9 years ago
  9. 4890db2 add timestamp to joiners and implement syngroup resolve by Fred Quintana · 9 years ago
  10. 38780a8 syncbase/vsync: by Himabindu Pucha · 9 years ago
  11. da77fbd v.io: fix places where context.T cancellation functions are not called. by Mike Burrows · 9 years ago
  12. f2f1a05 syncbase: Infer id blessings and enforce on creation. by Ivan Pilat · 9 years ago
  13. 1b8e8d4 syncbase: Fix memory leak in runRemoteOp. by Nicolas Lacasse · 9 years ago
  14. a006486 services/syncbase/vsync: Wait for ad cancellation to complete by Asim Shankar · 9 years ago
  15. a18a02c TBR Syncbase discovery: Preserve adIds across advertisements. by Matt Rosencrantz · 9 years ago
  16. 08bbed1 TBR: syncbase: try peer endpoints in parallel using preresolved opt. by Suharsh Sivakumar · 9 years ago
  17. 5f280be Changes for todos app. by Todd Wang · 9 years ago
  18. d0abcfb syncbase/vsync: Make syncgroup publishing asynchronous with its creation. by Himabindu Pucha · 9 years ago
  19. 0afc168 services/syncbase: Export the NeighborConnectionTimeout by Asim Shankar · 9 years ago
  20. c591e27 syncbase: Increase connection timeout. by Suharsh Sivakumar · 9 years ago
  21. e370206 Syncbase: Set visibility on syncgroup advertisments and update by Matt Rosencrantz · 9 years ago
  22. 038f61d syncbase/vsync: Move the generation cutting from the initiator to the by Himabindu Pucha · 9 years ago
  23. c6de0b3 Three-way merges of access.Permissions as well as tests. by Fred Quintana · 9 years ago
  24. 1eba705 Speedup and cleanup vom encoder, some bugfixes. by Todd Wang · 9 years ago
  25. 6c301ef v.io/x/ref/services/syncbase: use vom.RawBytes in LogRec struct by Mike Burrows · 9 years ago
  26. f4f3df7 Speedup and cleanup vom decoder. by Todd Wang · 9 years ago
  27. aa7213f syncbase/vsync: sharded and event-driven sync watcher by Raja Daoud · 9 years ago
  28. ac77cd7 syncbase: Change Prefixes to Collections in the SyncgroupSpec. by Himabindu Pucha · 9 years ago
  29. 91c0aa9 syncbase/vsync: fix restartability of blobref extraction by Raja Daoud · 9 years ago
  30. ee7e8d5 vdl: Add generated vars for TypeOf, for better performance. by Todd Wang · 9 years ago
  31. 449c25b vdl: remove generated targets by Benjamin Prosnitz · 9 years ago
  32. 4e841ec Fix RawBytes test failures for new coders. All new tests pass. by Todd Wang · 9 years ago
  33. de8b921 Make the expected blessings a slice rather than a string by Fred Quintana · 9 years ago
  34. 5a31e01 defend the internal Syncgroup Id generation against spoofing by Fred Quintana · 9 years ago
  35. 6fc5791 Make the syncgroup an Id by Fred Quintana · 9 years ago
  36. e8dfef0 syncbase: More helpful Id validation errors. by Ivan Pilat · 9 years ago
  37. ec1c0ca syncbase/vsync: Fix the order of initing syncgroup state so that it is by Himabindu Pucha · 9 years ago
  38. ae0cd7a Endpoints: This CL changes endpoint to be a plain struct defined in v23. by Matt Rosencrantz · 9 years ago
  39. f64eb8a New error behavior + various convert fixes by Benjamin Prosnitz · 9 years ago
  40. 1afa948 syncbase: use "any" instead of []byte in Put/Get RPCs by Mike Burrows · 9 years ago
  41. 7fb9991 services/syncbase/vsync: Use new ListenSpec for discovery by Robin Thellend · 9 years ago
  42. 1a8f756 Remove time.Deadline 0 value semantics. by Todd Wang · 9 years ago
  43. 72f132f Update VDLIsZero and native zero semantics. by Todd Wang · 9 years ago
  44. 360d8d1 Prepare for vdltest package by Todd Wang · 9 years ago
  45. f0b8de9 Add VDLIsZero, and use it in VDLWrite. by Todd Wang · 9 years ago
  46. edf19c6 Fix some generated VDLWrite bugs. by Todd Wang · 9 years ago
  47. 3cfaccd vdl/vom: new encoders and writers by Benjamin Prosnitz · 9 years ago
  48. df34319 vdl: Add codegen for Any, and fix some VDLRead bugs. by Todd Wang · 9 years ago
  49. 4e529ac ref: syncbase: Change Collection to use Id instead of name. by Ivan Pilat · 9 years ago
  50. 4cad76d Fix some VDLRead bugs and minor clean-up. by Todd Wang · 9 years ago
  51. a7f99e3 TBR Fix bug in optional convertibility check, also minor cleanup. by Todd Wang · 9 years ago
  52. a93637a syncbase/vsync: change syncgroup ID by Raja Daoud · 9 years ago
  53. 3607eef TBR vom/vdl: RawBytes.Decoder() & Decoder.IsTop() by Benjamin Prosnitz · 9 years ago
  54. cdfa3f6 ref: Add VDL codegen for VDLRead(vdl.Decoder) method of each type by Todd Wang · 9 years ago
  55. 2f116c1 syncbase/vsync: Rolling back shells and permission tracking in the context of by hpucha · 9 years ago
  56. 4f920be ref: syncbase: Clean up references to App in comments. by Ivan Pilat · 9 years ago
  57. 7d05f51 ref: syncbase: eliminate explicit app layer by Adam Sadovsky · 9 years ago
  58. 3c1ffd6 xref: update vdl-generated code to match simplified zero field logic by Benjamin Prosnitz · 9 years ago
  59. 1f62118 v.io/x/ref/services/syncbase/vsync: Use blob metadata from blobmap by Mike Burrows · 9 years ago
  60. c195724 ref: syncbase: Remove prefix ACLs. by Ivan Pilat · 9 years ago
  61. d0d7cbc TBR xref: Add FromZero to generated Targets by Benjamin Prosnitz · 9 years ago
  62. 4c46c01 ref: syncbase: rename "table" to "collection" by Adam Sadovsky · 9 years ago
  63. 0835cdc ref: Step #1 of simplified Syncbase API transition by Adam Sadovsky · 9 years ago
  64. b5bbdfd syncbase: Watchable.Store refactoring by Razvan Musaloiu-E · 9 years ago
  65. 1b37b78 xref: Generate union targets by Benjamin Prosnitz · 9 years ago
  66. 67d0e3e ref: Fix native type consts, and gen 0 values for all types. by Todd Wang · 9 years ago
  67. 7f5ad1d v23test & co: Follow-ups for v.io/c/20744 by Adam Sadovsky · 9 years ago
  68. 4426993 ref: Change vdl go codegen to emit __VDLInit funcs. by Todd Wang · 9 years ago
  69. 78fad0e xref: fix generator bug where wireValue field not reset by Benjamin Prosnitz · 9 years ago
  70. c357de8 xref: Allocate all Target dependencies at once by Benjamin Prosnitz · 9 years ago
  71. adb6cdb ref: Change vdl go generator to emit a single file. by Todd Wang · 9 years ago
  72. ffd9407 xref: generate targets for native types by Benjamin Prosnitz · 9 years ago
  73. e913854 xref: Generated vom decoder by Benjamin Prosnitz · 9 years ago
  74. da54882 xref/vdl: Generate go imports using two-pass technique by Benjamin Prosnitz · 9 years ago
  75. cbe8451 ref: Remove generated IsZero logic. by Todd Wang · 9 years ago
  76. 2fa4e4e xref: generated vom encoder by Benjamin Prosnitz · 9 years ago
  77. d7518f7 discovery: a new discovery api by Jungho Ahn · 9 years ago
  78. 37d884f syncbase/vsync: Update peer sync to use RPC connection management API. by Suharsh Sivakumar · 9 years ago
  79. e13ef1f xref: generate vom.RawBytes by default for any by Benjamin Prosnitz · 9 years ago
  80. ca61e2e ref: syncbase: Make the BatchInfo comment nicer for godoc by Razvan Musaloiu-E · 9 years ago
  81. 9573307 Add database state along with appropriate by Jatin Lodhia · 9 years ago
  82. b2d35e4 v.io/x/ref/services/syncbase/localblobstore: BlobWriter.AppendFragment -> AppendBytes by Mike Burrows · 9 years ago
  83. ad3677e discovery: introduce session to discovery by Jungho Ahn · 9 years ago
  84. 946a276 Optimize adaptation of results from app based resolution for LinkRecords. by Jatin Lodhia · 9 years ago
  85. b834d65 discovery: change Lost() to get the full Service by Jungho Ahn · 9 years ago
  86. c62bf19 syncbase/vsync: Support for updating sync and store state by the by Himabindu Pucha · 9 years ago
  87. c773845 syncbase/vsync: Add support for responder to shell data when by Himabindu Pucha · 9 years ago
  88. 0d5a5b0 syncbase/vsync: React to watcher errors when the database is destroyed by Himabindu Pucha · 9 years ago
  89. f343f7b ref: Remove dead code detected by intellij. by Suharsh Sivakumar · 9 years ago
  90. c3f786f syncbase/vsync: Handle failure when a database is destroyed while the by Himabindu Pucha · 9 years ago
  91. b50db25 syncbase/vsync: Support for neighborhood based syncgroup join and sync. by Himabindu Pucha · 9 years ago
  92. 9104ba7 syncbase/vsync: change sync discovery format by Raja Daoud · 9 years ago
  93. 8a2490c Merge "Add support for unknown values during conflict resolution." by Jatin Lodhia · 9 years ago
  94. 253488d syncbase/vsync: syncgroup admin discovery by Raja Daoud · 9 years ago
  95. 8deeb9f Add support for unknown values during conflict resolution. by Jatin Lodhia · 9 years ago
  96. fc61642 Merge "syncbase/vsync: Reset conflict resolution state when conflict resolution needs to be retried." by Himabindu Pucha · 9 years ago
  97. e8b0213 TBR syncbase: increase healthInfoTimeOut by Adam Sadovsky · 9 years ago
  98. 850c883 syncbase/vsync: Reset conflict resolution state when conflict resolution by Himabindu Pucha · 9 years ago
  99. 3a80143 TBR syncbase: restore original sync connection timeout by Adam Sadovsky · 9 years ago
  100. 75d7370 syncbase/vsync: Sync peer selection is modified to now continuously by Himabindu Pucha · 9 years ago