summaryrefslogtreecommitdiffstats
path: root/sync/api
Commit message (Expand)AuthorAgeFilesLines
* Rename FakeAttachmentService to AttachmentServiceImplpavely@chromium.org2014-05-134-30/+30
* Move code from sync/api/attachments to sync/internal_api/attachments.maniscalco@chromium.org2014-05-107-544/+2
* Add AttachmentUploader interface and fake implementation.maniscalco@chromium.org2014-05-057-4/+197
* Keep track of which attachments are referenced by which sync entries.maniscalco@chromium.org2014-05-029-35/+115
* Revert of Keep track of which attachments are referenced by which sync entrie...maniscalco@chromium.org2014-05-019-115/+35
* Keep track of which attachments are referenced by which sync entries.maniscalco@chromium.org2014-05-019-35/+115
* Drop TestSimpleTaskRunner from FakeAttachmentService.maniscalco@chromium.org2014-04-301-3/+1
* sync: don't require a MessageLoopProxy in AttachmentServiceProxyForTesttim@chromium.org2014-04-292-4/+15
* Begin connecting AttachmentStore to AttachmentService.maniscalco@chromium.org2014-04-219-142/+320
* Replace deprecated 3-arg SyncData::CreateLocalData with 5-arg version.maniscalco@chromium.org2014-04-108-59/+264
* [Sync] Add support for context changes that trigger refresheszea@chromium.org2014-04-092-5/+12
* [Sync] Add sync api support for context changeszea@chromium.org2014-04-032-0/+13
* Separate SyncData methods into three groups, local, remote, and common.maniscalco@chromium.org2014-04-035-112/+132
* Update sync API to support attachments.maniscalco@chromium.org2014-04-0120-94/+994
* Replace the proto-based AttachmentId with a simple class.maniscalco@chromium.org2014-03-2010-72/+169
* Revert of Include sync.pb.h in sync_data.h. (https://chromiumcodereview.appsp...maniscalco@chromium.org2014-03-191-1/+0
* Include sync.pb.h in sync_data.h.maniscalco@chromium.org2014-03-181-0/+1
* Changes to sync/api/attachment in prep for integrating with sync API.maniscalco@chromium.org2014-03-117-123/+102
* Add some unit tests for SyncData.maniscalco@chromium.org2014-02-221-0/+66
* Remove duplicated code from sync related unit tests.maniscalco@chromium.org2014-02-194-0/+93
* Added a basic AttachmentStore interface and fake implementation for use in so...maniscalco@chromium.org2014-02-059-73/+523
* Checkpointing some Sync Attachment work. Added SyncAttachment and SyncAttachm...maniscalco@chromium.org2014-01-023-0/+157
* sync: make sessions sync v2 worktim@chromium.org2013-12-182-0/+51
* sync: Add GetAllSyncData to sync/apitim@chromium.org2013-09-052-5/+10
* sync: Add remote modification time to SyncData.tim@chromium.org2013-07-153-9/+33
* [Sync] Add support for sync Persistence Errorszea@chromium.org2013-07-025-40/+88
* Add base namespace to more values in sync and elsewhere.brettw@chromium.org2013-06-212-7/+8
* Add model version to association stats and client debug info.haitaol@chromium.org2013-06-172-1/+15
* Use a direct include of strings headers in rlz/, sandbox/, skia/, sql/, sync/.avi@chromium.org2013-06-111-1/+1
* sync: SyncableService support for starting sync.tim@chromium.org2013-05-041-0/+10
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-1/+1
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-1/+1
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-1/+1
* Two changes to history delete directive processingzea@chromium.org2013-03-062-2/+2
* Add WriteNode::Drop() to delete entry locally but not on server.haitaol@chromium.org2013-02-271-1/+1
* [sync] Componentize sync: Part 6: Add more SYNC_EXPORTs to files in src/sync/rsimha@chromium.org2013-01-022-2/+2
* [sync] Componentize sync: Part 2: Add SYNC_EXPORTs to files in src/sync/rsimha@chromium.org2012-12-118-15/+24
* [Sync] Have MergeDataAndStartSyncing return a SyncMergeResultzea@chromium.org2012-11-175-10/+13
* [Sync] Add datatype controller support for tracking association statszea@chromium.org2012-11-143-0/+227
* [Sync] Add keystore encryption info to about:synczea@chromium.org2012-09-192-1/+14
* [Sync] Generalize StringOrdinal to handle ordinal_in_parent fieldakalin@chromium.org2012-09-071-0/+47
* [Sync] Expose change location in GenericChangeProcessor errorszea@chromium.org2012-07-212-0/+5
* [Sync] Remove unneeded 'using syncer::' lines and 'syncer::' scopingsakalin@chromium.org2012-07-2010-60/+54
* Remove #pragma once from syncajwong@chromium.org2012-07-118-8/+0
* Reland r145993.zea@chromium.org2012-07-113-8/+25
* Revert 145993 - [Sync] Add location parameter to SyncChange in Sync API.zea@chromium.org2012-07-103-25/+8
* [Sync] Add location parameter to SyncChange in Sync API.zea@chromium.org2012-07-103-8/+25
* [Sync] Move ModelType and related classes to 'syncer' namespaceakalin@chromium.org2012-07-0310-46/+46
* [Sync] Move model_type* from syncable/ to base/akalin@chromium.org2012-07-035-5/+5
* [Sync] Rename csync namespace to syncerakalin@chromium.org2012-06-2818-43/+43