summaryrefslogtreecommitdiffstats
path: root/sync/engine
Commit message (Expand)AuthorAgeFilesLines
...
* sync: Implement per-type commit interfacerlarocque@chromium.org2013-10-1618-1260/+1099
* Chrome sync: Put WeakPtrFactory members at the enddmichael@chromium.org2013-10-103-15/+15
* Refactor common invalidation framework typesrlarocque@chromium.org2013-10-041-3/+3
* sync: Process updates responses on the sync threadrlarocque@chromium.org2013-10-016-110/+66
* sync: Process commit responses on the sync threadrlarocque@chromium.org2013-09-265-78/+53
* Clean up remaining unused globals (on mac).thakis@chromium.org2013-09-261-2/+0
* Send configuration stats together at the end of data type configuration so thathaitaol@chromium.org2013-09-201-1/+4
* sync: Gracefully handle early shutdownrlarocque@chromium.org2013-09-1910-49/+62
* sync: Add getters and setters to Entry classesrlarocque@chromium.org2013-09-1317-1181/+1123
* Release sync's RequestContextGetter as soon as possiblehaitaol@chromium.org2013-09-111-2/+2
* sync: Remove OverrideClientFieldsAfterCommitrlarocque@chromium.org2013-09-113-119/+1
* sync: Implement per-type GetCommitIdsrlarocque@chromium.org2013-09-105-246/+277
* Revert 222154 "sync: Gracefully handle very early shutdown"vitalybuka@chromium.org2013-09-1010-82/+118
* sync: Gracefully handle very early shutdownrlarocque@chromium.org2013-09-1010-118/+82
* sync: Remove IDs from OrderedCommitSetrlarocque@chromium.org2013-09-047-45/+38
* sync: Remove ModelTypeInvalidationMaprlarocque@chromium.org2013-09-037-29/+26
* sync: Expose BuildCommitItem helper functionrlarocque@chromium.org2013-08-272-80/+96
* Remove unused variable declaration.etienneb@chromium.org2013-08-231-8/+0
* sync: Improve testing of download functionsrlarocque@chromium.org2013-08-235-130/+195
* [sync] Properly handle case where sync is disabled by dasher adminrsimha@chromium.org2013-08-223-4/+34
* Allow ProfileSyncService to initialize backend when access token is not avail...tim@chromium.org2013-08-151-1/+5
* sync: Remove SyncSourceInforlarocque@chromium.org2013-08-039-326/+220
* Lock-free shutdown of profile sync service. Changes include:haitaol@chromium.org2013-07-319-40/+39
* Revert 213642 "Lock-free shutdown of profile sync service. Chang..."earthdok@chromium.org2013-07-259-39/+40
* Lock-free shutdown of profile sync service. Changes include:haitaol@chromium.org2013-07-259-40/+39
* sync: Add pre-commit update avoidance mode + flagrlarocque@chromium.org2013-07-204-9/+15
* Use a direct include of the message_loop header in ppapi/, printing/, rlz/, s...avi@chromium.org2013-07-185-5/+5
* Remove DEPS rules that are redundant with the defaults in src/DEPS.tfarina@chromium.org2013-07-141-1/+0
* Migrate from googleurl/ includes to url/ ones in the remaining top-level dire...tfarina@chromium.org2013-07-131-1/+1
* Sync periodic polls always fail because of expired access tokens.pavely@chromium.org2013-07-133-1/+57
* Revert "Lock-free shutdown of profile sync service. Changes include:"zea@chromium.org2013-07-134-12/+15
* Lock-free shutdown of profile sync service. Changes include:haitaol@chromium.org2013-07-104-15/+12
* [Sync] Add password support to sync apizea@chromium.org2013-07-101-0/+1
* Revert 210333 "Lock-free shutdown of profile sync service. Chang..."kinuko@chromium.org2013-07-084-12/+15
* Lock-free shutdown of profile sync service. Changes include:haitaol@chromium.org2013-07-084-15/+12
* sync: Expose sync functionality as functionsrlarocque@chromium.org2013-07-0316-709/+716
* Use a direct include of time headers in rlz/, skia/, sql/, sync/.avi@chromium.org2013-06-2810-11/+11
* Add base namespace to more values in sync and elsewhere.brettw@chromium.org2013-06-214-11/+11
* sync: Handle type throttling in NudgeTrackerrlarocque@chromium.org2013-06-1416-350/+163
* Use OAuth2 token for syncpavely@chromium.org2013-06-133-42/+17
* Rewrite scoped_ptr<T>(NULL) to use the default ctor in sync/.dcheng@chromium.org2013-06-121-5/+1
* Use a direct include of strings headers in rlz/, sandbox/, skia/, sql/, sync/.avi@chromium.org2013-06-118-9/+9
* sync: Allow commit of successors of conflict itemsrlarocque@chromium.org2013-06-083-75/+60
* sync: Cleanups in and around directory.hrlarocque@chromium.org2013-06-075-16/+16
* [Sync] Allow enabling partial sets of types instead of blockingzea@chromium.org2013-06-071-3/+6
* Update sync/, sql/, and printing/ to use scoped_refptr<T>::get() rather than ...rsleevi@chromium.org2013-06-031-1/+1
* Use base::MessageLoop in more files.xhwang@chromium.org2013-05-301-1/+1
* Client changes for disabled dasher accountpavely@chromium.org2013-05-292-1/+8
* sync: Process conflicts out of orderrlarocque@chromium.org2013-05-171-39/+6
* sync: Fix handling of data type throttlingrlarocque@chromium.org2013-05-163-24/+131