summaryrefslogtreecommitdiffstats
path: root/sync
Commit message (Expand)AuthorAgeFilesLines
* [Sync] Add history delete directive typeakalin@chromium.org2012-10-1714-43/+181
* Android: lazy initialization for method id.bulach@chromium.org2012-10-161-4/+8
* sync: Merge {Verify,Process}UpdatesCommandrlarocque@chromium.org2012-10-1611-436/+251
* Extend sync protocol to report hierarchy conflictsrlarocque@chromium.org2012-10-167-5/+86
* [Sync] Add a new global_id field to sync_pb::TabNavigationakalin@chromium.org2012-10-152-1/+4
* [sync] Refactor SyncSessionSnapshot to use new ProgressMarkerMap.mmontgomery@chromium.org2012-10-158-19/+79
* Makes sync code persist the date node was added. I'm hoping this coverssky@chromium.org2012-10-123-0/+17
* Add support for coverage=1 builds on iOSstuartmorgan@chromium.org2012-10-121-0/+9
* sync: Add DeviceInfo protobuf and supporting coderlarocque@chromium.org2012-10-1221-112/+140
* sync: return short initial backoff delay for NETWORK_CONNECTION_UNAVAILABLEtim@chromium.org2012-10-122-0/+32
* [Sync] Add custom passphrase time trackingzea@chromium.org2012-10-1214-43/+136
* [Sync] Add transaction_version to sync DB schema and PersistedKernelInfo. Rea...haitaol@chromium.org2012-10-106-9/+74
* Cleanup: IWYU for base/time.h in sync/.thestig@chromium.org2012-10-109-6/+10
* Fixed memory leak error in sync_unit_testsvishwath@google.com2012-10-091-0/+1
* Introduces a search term extraction mechanism working for arbitrary search pr...beaudoin@chromium.org2012-10-092-0/+4
* Changed DB to store node positions as Ordinals.vishwath@google.com2012-10-0923-65/+578
* Do not build libjingle on iOS.msarda@chromium.org2012-10-081-4/+15
* sync: Remove ConflictProgressrlarocque@chromium.org2012-10-0619-387/+178
* [Invalidations] Require there to be no registered handlers on Invalidator des...akalin@chromium.org2012-10-055-5/+39
* Rename ModelType/ObjectIdStateMap to InvalidationMap.dcheng@chromium.org2012-10-0473-769/+807
* Create the mobile bookmarks folder both on Android and iOS.msarda@chromium.org2012-10-031-1/+1
* Rename InvalidationState to BootstrapDatadcheng@chromium.org2012-10-0315-62/+63
* sync: Don't use ConflictProgress in the resolverrlarocque@chromium.org2012-10-028-47/+24
* Delete some unused code found by -Wunused-functionthakis@chromium.org2012-10-011-2/+0
* sync: Refactor update applicationrlarocque@chromium.org2012-09-285-115/+87
* [Sync] Fix tab sync page transition types.zea@chromium.org2012-09-276-24/+38
* Added nudge source counters to about:sync.vishwath@google.com2012-09-255-0/+39
* Do not build sync command line tools on iOS.msarda@chromium.org2012-09-251-38/+41
* sync: Refactor CreateRoot() test helper functionrlarocque@chromium.org2012-09-242-1/+35
* Remove ScopedTempDir from sync test utility classrlarocque@chromium.org2012-09-202-5/+0
* Removed safe worker calculation from SyncScheduler.vishwath@google.com2012-09-201-22/+5
* [Sync] Add keystore encryption info to about:synczea@chromium.org2012-09-1911-47/+113
* [Sync] Base64 encode the keystore key before usingzea@chromium.org2012-09-182-20/+47
* sync: add comment to SyncerProtoUtiltim@chromium.org2012-09-171-0/+2
* [Sync] Add keystore migration conflict support.zea@chromium.org2012-09-178-218/+816
* sync: add Google API Key to all ClientToServerMessages.tim@chromium.org2012-09-179-22/+24
* [Sync] Implement keystore migration support.zea@chromium.org2012-09-1327-314/+2224
* sync: Process client commands on commit responserlarocque@chromium.org2012-09-126-50/+88
* Implement a bag of chips for sync.qsr@chromium.org2012-09-1112-11/+241
* Remove {base,net}_java dependencies from GYP client targets on Android.pliard@chromium.org2012-09-101-1/+0
* [Invalidations] Add GetInvalidatorState() to Invalidator{,Frontend}akalin@chromium.org2012-09-0736-605/+578
* sync: remove buggy freshness condition in SyncSchedulerImpl add defensive DCH...tim@chromium.org2012-09-075-64/+156
* [Sync] Generalize StringOrdinal to handle ordinal_in_parent fieldakalin@chromium.org2012-09-078-1/+1143
* Increment sync DB's next_id with a migrationrlarocque@chromium.org2012-09-074-1/+149
* [Sync] Rename classes in sync/ that start with Chromeakalin@chromium.org2012-09-069-234/+233
* First part of PAGE_TRANSITION_START_PAGE cleanup.rogerta@chromium.org2012-09-052-2/+2
* Add InvalidationStateTracker::Forget() to erase an entry from storage.dcheng@chromium.org2012-09-0410-17/+61
* [Sync] Pass ModelTypeSet by value everywhereakalin@chromium.org2012-09-0114-23/+20
* [Sync] Rework Invalidator-related unit testsakalin@chromium.org2012-08-3128-518/+1163
* sync: Introduce control data typesrlarocque@chromium.org2012-08-3119-570/+728