summaryrefslogtreecommitdiffstats
path: root/sync/internal_api/sync_encryption_handler_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Split ValueSerializer into separate Serializer and Deserializer classes.prashhir2015-03-051-1/+2
* Add the Sync.PassphraseType histogram.maxbogue2014-12-051-0/+4
* sync: Add non-blocking type encryption (retry)rlarocque@chromium.org2014-08-061-1/+1
* Revert of sync: Add non-blocking type encryption support (https://codereview....thestig@chromium.org2014-08-051-1/+1
* sync: Add non-blocking type encryption supportrlarocque@chromium.org2014-08-051-1/+1
* sync: Specialize functions that fetch type rootrlarocque@chromium.org2014-06-031-11/+8
* Refactor password sync integration testsrlarocque@chromium.org2014-05-091-1/+0
* Revert 239921 "Revert 239759 "The comment in base64.h implies th..."vadimt@chromium.org2013-12-111-2/+1
* Revert 239759 "The comment in base64.h implies that base::Base64..."vadimt@chromium.org2013-12-111-1/+2
* The comment in base64.h implies that base::Base64Encode() can return false, butricea@chromium.org2013-12-101-2/+1
* Chrome sync: Put WeakPtrFactory members at the enddmichael@chromium.org2013-10-101-3/+3
* sync: Add getters and setters to Entry classesrlarocque@chromium.org2013-09-131-2/+2
* Use a direct include of the message_loop header in ppapi/, printing/, rlz/, s...avi@chromium.org2013-07-181-1/+1
* Use a direct include of time headers in rlz/, skia/, sql/, sync/.avi@chromium.org2013-06-281-3/+3
* [Sync] Allow enabling partial sets of types instead of blockingzea@chromium.org2013-06-071-4/+2
* sync: Use base::MessageLoop.xhwang@chromium.org2013-05-071-2/+2
* Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.erg@chromium.org2013-04-301-1/+1
* sync: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-271-1/+1
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-3/+3
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-3/+3
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-3/+3
* [Sync] Stop requiring backwards compatbility for sync encryptionzea@chromium.org2013-03-221-10/+18
* [sync] Fix UMA tracking of sync encryption statersimha@chromium.org2013-03-021-0/+13
* [Sync] Add more encryption histogramszea@chromium.org2013-02-061-0/+50
* [Sync] Fix histogram labelling for keystore rotationzea@chromium.org2013-01-311-3/+3
* [sync] Componentize sync: Part 5: Eliminate filename collisions in sync.gyprsimha@chromium.org2012-12-191-2/+2
* [Sync] Add support for keystore key rotation.zea@chromium.org2012-12-191-44/+270
* [Sync] Add history delete directive typeakalin@chromium.org2012-10-171-8/+8
* [Sync] Add custom passphrase time trackingzea@chromium.org2012-10-121-6/+51
* [Sync] Add keystore encryption info to about:synczea@chromium.org2012-09-191-6/+17
* [Sync] Base64 encode the keystore key before usingzea@chromium.org2012-09-181-2/+8
* [Sync] Add keystore migration conflict support.zea@chromium.org2012-09-171-1/+6
* [Sync] Implement keystore migration support.zea@chromium.org2012-09-131-112/+607
* sync: Introduce control data typesrlarocque@chromium.org2012-08-311-7/+11
* [Sync] Move keystore key handling to SyncEncryptionHandlerImplzea@chromium.org2012-08-291-2/+32
* [Sync] Refactor passphrase state handlingzea@chromium.org2012-08-261-16/+26
* [Sync] Refactor GetEncryptedTypes usage.zea@chromium.org2012-08-241-92/+165
* [Sync] Add SyncEncryptionHandlerzea@chromium.org2012-08-161-0/+678