summaryrefslogtreecommitdiffstats
path: root/sync/internal_api
Commit message (Expand)AuthorAgeFilesLines
* Separate invalidator and sync client ID (part 1/2)rlarocque@chromium.org2013-03-027-15/+32
* [sync] Fix UMA tracking of sync encryption statersimha@chromium.org2013-03-021-0/+13
* Add WriteNode::Drop() to delete entry locally but not on server.haitaol@chromium.org2013-02-274-4/+21
* Backoff retry time on about:sync pagepavely@chromium.org2013-02-261-0/+3
* Remove SyncSessionJob::DidReachServer() flagrlarocque@chromium.org2013-02-261-2/+0
* Move file_path.h to base/files.brettw@chromium.org2013-02-242-2/+2
* [Sync] Single definition of set of user selectable sync typesmgist@chromium.org2013-02-211-1/+8
* Add unit tests for SyncManager change handlingrlarocque@chromium.org2013-02-211-0/+299
* [Sync] Add boilerplate for favicons typezea@chromium.org2013-02-201-10/+13
* sync_manager: Remove UserShare's name member.lazyboy@chromium.org2013-02-203-23/+9
* Cleanup: Remove deprecated base::Value methods from sync. Use base::Value too.thestig@chromium.org2013-02-164-106/+104
* Remove routing_info and workers from SyncSessionrlarocque@chromium.org2013-02-153-5/+5
* Revert 182527isherman@chromium.org2013-02-141-20/+2
* [Sync] Make SESSIONS an implicit typezea@chromium.org2013-02-141-2/+20
* Replace FilePath with base::FilePath in some more top level directories.brettw@chromium.org2013-02-1011-14/+15
* [Sync] Add support for proxy typeszea@chromium.org2013-02-084-21/+21
* sync: fix sync / xmpp auth error notification plumbingtim@chromium.org2013-02-081-1/+1
* Linux/ChromeOS Chromium style checker cleanup, sync/ edition.rsleevi@chromium.org2013-02-071-2/+2
* [Sync] Add more encryption histogramszea@chromium.org2013-02-061-0/+50
* Remove syncer::IncomingInvalidationSourcerlarocque@chromium.org2013-02-025-16/+9
* [Sync] Add full history sync experimentzea@chromium.org2013-02-012-2/+19
* [sync] Componentize sync: Part Final: Target 'sync' is now its own componentrsimha@chromium.org2013-02-012-2/+4
* [Sync] Fix histogram labelling for keystore rotationzea@chromium.org2013-01-311-3/+3
* Added a funtion to translate net errors in a ServerConnectionCode in sync.clamy@chromium.org2013-01-301-4/+3
* Separate local and remote sync invalidationsrlarocque@chromium.org2013-01-305-10/+57
* Don't try to read notifications state from sync DBrlarocque@chromium.org2013-01-291-12/+1
* Copy entries of broken (having unrecoverable error) data types to delete jour...haitaol@chromium.org2013-01-266-8/+25
* [Sync] Add logging for network error codeszea@chromium.org2013-01-251-1/+2
* Sync user's custom spellcheck dictionaryrouslan@chromium.org2013-01-231-1/+3
* Use delete journal to remove bookmarks that are already deleted in sync modelhaitaol@chromium.org2013-01-224-0/+127
* reland: sync: Initialize entries with a model typerlarocque@chromium.org2013-01-126-118/+115
* sync: Represent UniquePositions as a protobufrlarocque@chromium.org2013-01-124-20/+54
* Revert 176340joaodasilva@chromium.org2013-01-116-115/+120
* sync: Initialize entries with a valid model typerlarocque@chromium.org2013-01-116-120/+115
* sync: Add PriorityPreference protobuf and supporting code.albertb@chromium.org2013-01-096-2/+29
* sync: Start moving away from PREV_ID and NEXT_IDrlarocque@chromium.org2013-01-083-5/+5
* Initial UniquePositions implementationrlarocque@chromium.org2013-01-083-0/+947
* Small fixes to allow unit tests to compile with gcc 4.7.x (tested with gcc 4....kamil.jiwa@gmail.com2013-01-031-2/+0
* Create a fresh sync datatype for Synced Notificationspetewil@chromium.org2013-01-031-1/+3
* [sync] Componentize sync: Part 6: Add more SYNC_EXPORTs to files in src/sync/rsimha@chromium.org2013-01-0225-66/+100
* sync: Move unique_client_tag hashing coderlarocque@chromium.org2012-12-215-53/+18
* [sync] Componentize sync: Part 5: Eliminate filename collisions in sync.gyprsimha@chromium.org2012-12-199-20/+20
* [Sync] Add support for keystore key rotation.zea@chromium.org2012-12-193-89/+848
* [Sync] Add tests for invalid specifics field number handlingakalin@chromium.org2012-12-131-1/+1
* [Sync] Display encrypted data in about:synczea@chromium.org2012-12-133-3/+5
* Remove initial_sync_ended bitsrlarocque@chromium.org2012-12-1211-114/+108
* [sync] Componentize sync: Part 2: Add SYNC_EXPORTs to files in src/sync/rsimha@chromium.org2012-12-1124-55/+79
* [Sync] Handle invalid specifics field numbers gracefullyakalin@chromium.org2012-12-111-1/+19
* sync: add syncer::Experiment to control autofill culling.tim@chromium.org2012-12-062-2/+18
* [Sync] Treat XMPP auth errors as sync auth errorsakalin@chromium.org2012-12-053-8/+58