summaryrefslogtreecommitdiffstats
path: root/sync
Commit message (Expand)AuthorAgeFilesLines
* Revert r147801 "Refactor sync-specific parts out of SyncNotifier/SyncNotifier...maruel@chromium.org2012-07-2226-579/+261
* Refactor sync-specific parts out of SyncNotifier/SyncNotifierObserverdcheng@chromium.org2012-07-2126-261/+579
* [Sync] Expose change location in GenericChangeProcessor errorszea@chromium.org2012-07-212-0/+5
* sync: get rid of *ForTest() methods in SyncManagerImpl.tim@chromium.org2012-07-213-79/+64
* mac: Remove code that was only needed on 10.5thakis@chromium.org2012-07-201-25/+1
* [Sync] Remove unneeded 'using syncer::' lines and 'syncer::' scopingsakalin@chromium.org2012-07-20169-1714/+1564
* sync: Remove SyncInternaltim@chromium.org2012-07-208-792/+559
* sync: Remove SyncManager::TestingMode in favour of InternalComponentsFactory.tim@chromium.org2012-07-1922-1734/+2188
* sync: Track validity of about:sync fieldsrlarocque@chromium.org2012-07-192-2/+13
* [Sync] Add sync_export.h (Step 1 for componentizing sync)akalin@chromium.org2012-07-1811-22/+101
* [Sync] Refactor SyncBackendHost unit tests.zea@chromium.org2012-07-183-0/+342
* [Sync] Refactor sync manager into interface.zea@chromium.org2012-07-1713-288/+477
* Finish commit 146665: [Sync] Refactor sync configuration logic.zea@chromium.org2012-07-1312-256/+614
* Revert 146262 - Revert "Revert 142517 - [Sync] Refactor sync configuration lo...zea@chromium.org2012-07-1312-614/+256
* Remove syncproto.hrlarocque@chromium.org2012-07-1235-290/+277
* Switch to TimeDelta interfaces for TestTimeouts in sync code.tedvessenes@gmail.com2012-07-122-3/+2
* Revert "Revert 142517 - [Sync] Refactor sync configuration logic."zea@chromium.org2012-07-1212-256/+614
* Remove #pragma once from syncajwong@chromium.org2012-07-11144-144/+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-03132-1218/+1078
* sync: Fix and test delete of server-unknown itemsrlarocque@chromium.org2012-07-033-3/+27
* [Sync] Add sync_client toolakalin@chromium.org2012-07-034-43/+444
* sync: Move MarkForSyncing to mutable_entry.ccrlarocque@chromium.org2012-07-032-10/+10
* sync: Remove GetPossibleLastChildForTest()rlarocque@chromium.org2012-07-032-32/+1
* Improve logging in server_connection_manager.ccakalin@chromium.org2012-07-031-1/+2
* [Sync] Move model_type* from syncable/ to base/akalin@chromium.org2012-07-0394-199/+202
* sync: Remove unused IdFilter classrlarocque@chromium.org2012-07-032-23/+0
* [Sync] Move sync/{internal_api,syncable} into syncer namespaceakalin@chromium.org2012-07-02107-269/+419
* base: Remove dereference structure operator (i.e ->) from ScopedVector.tfarina@chromium.org2012-06-301-5/+5
* sync: Move invariant check logic into Directoryrlarocque@chromium.org2012-06-294-103/+67
* Remove syncable::ModelType usage from ChromeInvalidationClientdcheng@chromium.org2012-06-296-117/+134
* [Sync] Move nigori_util* to sync/syncableakalin@chromium.org2012-06-2924-201/+179
* [Sync] Rename csync namespace to syncerakalin@chromium.org2012-06-28303-1063/+1059
* Include <iterator>.hbono@chromium.org2012-06-281-0/+1
* Convert sync_notifier::RegistrationManager to use object IDs.dcheng@chromium.org2012-06-286-329/+361
* [Sync] Make Login class listen to connection and DNS changesakalin@chromium.org2012-06-282-3/+13
* Remove unused fields found by clang's new Wunused-private-fields.thakis@chromium.org2012-06-272-3/+1
* Revert 144382 - [Sync] Make Login class listen to connection and DNS changesnkostylev@chromium.org2012-06-272-13/+3
* [Sync] Put everything in sync/api into csync namespaceakalin@chromium.org2012-06-2718-4/+72
* [Sync] Make Login class listen to connection and DNS changesakalin@chromium.org2012-06-272-3/+13
* sync: Set explicit protocol_version on commitrlarocque@chromium.org2012-06-272-0/+4
* sync: Create sync entry factory class for testsrlarocque@chromium.org2012-06-265-244/+334
* Use base::ThreadChecker as a member var, rather than base::NonThreadSafersleevi@chromium.org2012-06-252-15/+15
* sync: inject DirectoryBackingStore to Directory and remove "OpenInMemoryForTe...tim@chromium.org2012-06-226-113/+100
* More fixes to address missing symbols when building unit-tests on Android.jcivelli@chromium.org2012-06-221-2/+2
* sync: Refactor session tracking rlarocque@chromium.org2012-06-2229-477/+255
* Removes reference counting of syncable::Directory::Kernelrlarocque@chromium.org2012-06-222-22/+2
* [Sync] Move HttpBridge to sync/akalin@chromium.org2012-06-2216-34/+971