1. 4c454e2 [Sync] Adjust new entity version before commit. by pavely · 9 years ago
  2. ec89ad3e [Sync] Remove all scoped_ptr references from //sync. by maxbogue · 9 years ago
  3. 1c9fbf7 [Sync] Rename SyncContext to ModelTypeConnector. by maxbogue · 9 years ago
  4. 226fd29 [Sync] Refactor SyncManager to read initial sync ended types from ModelTypeRegistry by pavely · 9 years ago
  5. c3e8057 Convert //sync from scoped_ptr to std::unique_ptr by dcheng · 9 years ago
  6. 3dfdc875 [Sync] Add cookie jar mismatch logging by zea · 9 years ago
  7. d30b7b8e Remove a reference of processor from controller by gangwu · 9 years ago
  8. 8cd3afc [Sync] Accumulate GU response chunks in the Worker. by maxbogue · 9 years ago
  9. 4b212e6 [Sync] USS: Clean up ModelTypeWorker a little bit. by maxbogue · 9 years ago
  10. 8508454d [Sync] Adding device count histogram based off pulsing device info. by skym · 9 years ago
  11. 4776274 [Sync] Rename to (Processor|Worker)EntityTracker for clarity. by maxbogue · 9 years ago
  12. 718d68b sync: Add out-of-line copy ctors for complex classes. by vmpstr · 10 years ago
  13. 385c8b25 [Sync] USS: Remove pending updates from SharedModelTypeProcessor. by maxbogue · 10 years ago
  14. 32a7684cf [Sync] Remove backup/rollback logic from Sync by zea · 10 years ago
  15. 24820c0 [Sync] Now also check get updates request types before performing sessions garbage collection. by skym · 10 years ago
  16. d40211d Change sync conflict resolution for extensions by asargent · 10 years ago
  17. 79ecce1a Renaming EntityData::Pass to PassToPtr to avoid Pass->std::move by skym · 10 years ago
  18. fe95d93 [Sync] Moving DataTypeState to be a proto so that it can easily be by skym · 10 years ago
  19. 5d64b52 Fix remaining incompatibilities between scoped_ptr and unique_ptr. by dcheng · 10 years ago
  20. bcaf62b [Sync] Sync should run canary cycle after any network related error by pavely · 10 years ago
  21. 15dfe44 Fix GetCommitIds local deletion case resulting in orphaning of directory entries by stanisc · 10 years ago
  22. c80b1b61 Convert Pass()→std::move() in //sync by dcheng · 10 years ago
  23. 7623e62 [Sync] Use account_id instead of username in a few places in sync by pavely · 10 years ago
  24. 4856ced0 Switch to standard integer types in sync/. by avi · 10 years ago
  25. c1b7f5a [Sync] Audited syncer unittest for gtest eq/bool and expected/actual usage, removed a multi line macro comment that caused lint confusion. by skym · 10 years ago
  26. f593336 [Sync] Fixing all trivial lint violations in src/sync/* by skym · 10 years ago
  27. 9ef02cc Sync: relax ordering constraints in GetCommitIds by stanisc · 10 years ago
  28. 6344d79 [Sync] Replacing SYNC_EXPORT_PRIVATE with SYNC_EXPORT for all usage, and fixing lint violations on all touched files. by skym · 10 years ago
  29. ea4e35e [Sync] Remove ScopedServerStatusWatcher by pavely · 10 years ago
  30. 2d70560 Revert of [Sync] Removing SYNC_EXPORT_PRIVATE macro and fixing lint violations on (patchset #3 id:40001 of https://codereview.chromium.org/1509563002/ ) by caitkp · 10 years ago
  31. 1621aa93 [Sync] Removing SYNC_EXPORT_PRIVATE macro and fixing lint violations on by skym · 10 years ago
  32. ae33a61 [Sync] Ensure all values of SyncProtocolErrorType are handled in ShouldRequestEarlyExit by pavely · 10 years ago
  33. 21ef98c sync/engine: switch base::ScopedPtrMap to std::map. by vmpstr · 10 years ago
  34. ca21b9b base: Make ScopedPtrMap use DISALLOW_COPY_AND_ASSIGN by danakj · 10 years ago
  35. 29a9029 ModelTypeEntity refactoring to use EntityData and EntityMetadata by stanisc · 10 years ago
  36. 2a5ba736 ScopedPtrMap -> std::map from /sync by limasdf · 10 years ago
  37. 259626c Cleanup: Correctly spell success(ful). by thestig · 10 years ago
  38. f3e705f USS refactoring with EntityData by stanisc · 10 years ago
  39. 8668a73 Sync: Conflict resolution code doesn't take into account implicit permanent folders by stanisc · 10 years ago
  40. b691b7a0 Sync: fix for the code that checks whether the initial download has completed by stanisc · 10 years ago
  41. ad26d97 [Sync] Client should prompt for passphrase after server data was cleared by different client by pavely · 10 years ago
  42. 786b459e [Sync] Move ModelTypeProcessor* and rename *Impl to Shared*. by maxbogue · 10 years ago
  43. 52da4ee USS: Refactoring of ModelTypeProcessorImpl to not depend on SyncContextProxy by stanisc · 10 years ago
  44. 5604a11d Detecting and fixing stringprintf.h format bugs by brucedawson · 10 years ago
  45. a4e4a10 USS SyncContextProxy / data type activation refactoring by stanisc · 10 years ago
  46. 8c3eb80 base: Template methods on Timer classes instead of the classes themselves. by danakj · 10 years ago
  47. 21e465ee3 [Sync] USS: Simplify EntityTracker to use data structs. by maxbogue · 10 years ago
  48. 3c95758 [Sync] Introduce ModelTypeStore interface by pavely · 10 years ago
  49. 4824734 [Sync] Use ModelTypeProcessor instead of ModelTypeProcessorImpl. by maxbogue · 10 years ago
  50. 61d3c01 [Sync] Rename ModelTypeSyncWorkerImpl to ModelTypeWorker by pavely · 10 years ago
  51. a360efc Add OnConnect method to this interface ModelTypeProcessor. by gangwu · 10 years ago
  52. d9fcd08 [Sync] Rename ModelTypeSyncProxyImpl to ModelTypeProcessorImpl. by maxbogue · 10 years ago
  53. 5b0ee73 ModelTypeSyncProxy -> ModelTypeProcessor ModelTypeSyncWorker -> CommitQueue by gangwu · 10 years ago
  54. b7c07e86 Remove base::debug::DumpWithoutCrashing() when UniquePosition by gangwu · 10 years ago
  55. c3e364c When receive a bookmark with an invalid unique position from sync by gangwu · 10 years ago
  56. 30c0985 Measuring data use of different ModelTypes in Sync Service. by amohammadkhan · 10 years ago
  57. 96665bd move V2 classes in chrome/engine to syncer_v2 namespace by stanisc · 10 years ago
  58. 1091719b Sync: DataTypeState cleanup by stanisc · 10 years ago
  59. a23b61e Sync: move v2 classes in chrome/internal_api to syncer_v2 namespace. by stanisc · 10 years ago
  60. c692afe [Sync] Random cleanups. by pavely · 10 years ago
  61. 6d2f3f06 Sync: Don't set/use Parent ID for non-hierarchical sync data types. by stanisc · 10 years ago
  62. 9cd186e [Sync] Add ClearServerData support to Sync Scheduler by maniscalco · 10 years ago
  63. c48c05a [Sync] Add ClearServerData RPC by maniscalco · 10 years ago
  64. a01edead Replace StringPrintf("%d", ...) with IntToString() by ricea · 10 years ago
  65. f59c7a8 Update usages of std::map to use ScopedPtrMap. by mgiuca · 10 years ago
  66. 487ce6b Remove base/port.h includes that are not necessary anymore. by tfarina · 10 years ago
  67. 5b974ac Sync: Change Delete Journals to apply to server deletions only by stanisc · 10 years ago
  68. 2efc987 Since Sync auth need to update every 60 minutes, so need to remove SYNC_AUTH_ERROR from log. by gangwu · 10 years ago
  69. 236d317 Replace more ObserverList with base::ObserverList. by brettw · 10 years ago
  70. b19a0a0 Fixed Implicit Permanent Folders issues found when testing with alpha server by stanisc · 10 years ago
  71. c51d1eb Sync: Remove VerifyLocalIdToUpdate. by stanisc · 10 years ago
  72. 8d04646 Convert JsonWriter::Write to taking a const ref for the in-param by estade · 10 years ago
  73. b1133ac9 Reland [Sync] Refactoring polling to be reliable. by zea · 10 years ago
  74. 938b3c0 Revert of [Sync] Refactoring polling to be reliable. (patchset #5 id:80001 of https://codereview.chromium.org/1132013004/) by zea · 10 years ago
  75. 3777d87 [Sync] Refactoring polling to be reliable. by zea · 10 years ago
  76. c6bb7fcb Convert some parts of sync/ to use of scoped_ptr instead of bare ptrs by estade · 10 years ago
  77. fbc37dbb [Sync] Delete syncable::Blob and associated dead code by maniscalco · 10 years ago
  78. 5a36760 [Sync] Fix undeletion during commit logic by zea · 10 years ago
  79. 8d56b3a Sync: support implicit permanent folders in commits. by stanisc · 10 years ago
  80. 4c80a31 [Sync] Add size and crc32c to AttachmentId. by maniscalco · 10 years ago
  81. eb83b6c Revert of [Sync] Add size and crc32c to AttachmentId. (patchset #8 id:140001 of https://codereview.chromium.org/982883002/) by dgrogan · 10 years ago
  82. 4b27fc7 Sync: Added extra validation to FindLocalIdToUpdate. by stanisc · 10 years ago
  83. 23ae312 [Sync] Add size and crc32c to AttachmentId. by maniscalco · 10 years ago
  84. 7ee948b [Sync] Add support for GetUpdates Throttling by gangwu · 11 years ago
  85. e7f7e82f Migrate sync/ to base::RunLoop::RunUntilIdle() by qi1988.yang · 11 years ago
  86. 3b78f0e Sync: Small refactoring of Directory::CheckTreeInvariants. by stanisc · 11 years ago
  87. f951166 Sync commit errors should temporarily re-enable trigger pre-commit getupdates by gangwu · 11 years ago
  88. 796a0ab Revert of Sync commit errors should temporarily re-enable trigger pre-commit getupdates (patchset #2 id:20001 of https://codereview.chromium.org/905853002/) by rch · 11 years ago
  89. 21f43c5a Sync commit errors should temporarily re-enable trigger pre-commit getupdates by gangwu · 11 years ago
  90. 8d4046a Remove dependency on server generated type root folders by stanisc · 11 years ago
  91. a592e1f Mechanical rename of tracing includes for /sync by primiano · 11 years ago
  92. b3ccc9c Correct a comment typo by gangwu · 11 years ago
  93. 60c25ae Enable Null Syncable ID which is different than Root ID. by stanisc · 11 years ago
  94. 520ae85 Standardize usage of virtual/override/final specifiers in sync/. by dcheng · 11 years ago
  95. 6fc5ad0 [Sync] Enforce child-to-parent deletion order with more than max entries by zea · 11 years ago
  96. 87192fc [Sync] Fix deletion while uncommitted logic by zea · 11 years ago
  97. 393acf28 Standardize usage of virtual/override/final in sync/ by dcheng · 11 years ago
  98. 494aa0a Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>. by dcheng · 11 years ago
  99. 44fdf5d0 replace OVERRIDE and FINAL with override and final in sync/ by mostynb · 11 years ago
  100. 34bf875 [Sync] Clean up ProfileSyncService observer events by zea · 11 years ago