index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sync
/
engine
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sync: Conflict resolution code doesn't take into account implicit permanent f...
stanisc
2015-10-29
2
-1
/
+46
*
Sync: fix for the code that checks whether the initial download has completed
stanisc
2015-10-13
6
-35
/
+160
*
[Sync] Client should prompt for passphrase after server data was cleared by d...
pavely
2015-10-12
4
-86
/
+139
*
[Sync] Move ModelTypeProcessor* and rename *Impl to Shared*.
maxbogue
2015-10-09
8
-1218
/
+5
*
USS: Refactoring of ModelTypeProcessorImpl to not depend
stanisc
2015-10-06
3
-108
/
+96
*
Detecting and fixing stringprintf.h format bugs
brucedawson
2015-10-06
1
-6
/
+6
*
USS SyncContextProxy / data type activation refactoring
stanisc
2015-09-28
2
-6
/
+14
*
base: Template methods on Timer classes instead of the classes themselves.
danakj
2015-09-24
1
-4
/
+4
*
[Sync] USS: Simplify EntityTracker to use data structs.
maxbogue
2015-09-16
4
-234
/
+140
*
[Sync] Introduce ModelTypeStore interface
pavely
2015-09-10
3
-3
/
+15
*
[Sync] Use ModelTypeProcessor instead of ModelTypeProcessorImpl.
maxbogue
2015-09-09
1
-25
/
+24
*
[Sync] Rename ModelTypeSyncWorkerImpl to ModelTypeWorker
pavely
2015-09-03
5
-202
/
+171
*
Add OnConnect method to this interface ModelTypeProcessor.
gangwu
2015-09-02
2
-8
/
+17
*
[Sync] Rename ModelTypeSyncProxyImpl to ModelTypeProcessorImpl.
maxbogue
2015-09-01
4
-77
/
+77
*
ModelTypeSyncProxy -> ModelTypeProcessor
gangwu
2015-08-31
12
-77
/
+80
*
Remove base::debug::DumpWithoutCrashing() when UniquePosition
gangwu
2015-08-31
1
-9
/
+9
*
When receive a bookmark with an invalid unique position from sync
gangwu
2015-08-28
3
-1
/
+42
*
Measuring data use of different ModelTypes in Sync Service.
amohammadkhan
2015-08-25
4
-4
/
+139
*
move V2 classes in chrome/engine to syncer_v2 namespace
stanisc
2015-08-14
18
-304
/
+268
*
Sync: DataTypeState cleanup
stanisc
2015-08-06
2
-72
/
+70
*
Sync: move v2 classes in chrome/internal_api to syncer_v2 namespace.
stanisc
2015-08-05
13
-203
/
+239
*
[Sync] Random cleanups.
pavely
2015-08-04
4
-48
/
+1
*
Sync: Don't set/use Parent ID for non-hierarchical sync data types.
stanisc
2015-07-30
4
-5
/
+29
*
[Sync] Add ClearServerData support to Sync Scheduler
maniscalco
2015-07-28
6
-10
/
+133
*
[Sync] Add ClearServerData RPC
maniscalco
2015-07-08
3
-2
/
+116
*
Replace StringPrintf("%d", ...) with IntToString()
ricea
2015-07-01
1
-4
/
+3
*
Update usages of std::map to use ScopedPtrMap.
mgiuca
2015-06-25
11
-129
/
+98
*
Remove base/port.h includes that are not necessary anymore.
tfarina
2015-06-11
3
-3
/
+0
*
Sync: Change Delete Journals to apply to server deletions only
stanisc
2015-06-11
2
-3
/
+6
*
Since Sync auth need to update every 60 minutes, so need to remove SYNC_AUTH_...
gangwu
2015-06-11
1
-1
/
+8
*
Replace more ObserverList with base::ObserverList.
brettw
2015-06-03
3
-4
/
+4
*
Fixed Implicit Permanent Folders issues found when testing with alpha server
stanisc
2015-05-28
1
-1
/
+2
*
Sync: Remove VerifyLocalIdToUpdate.
stanisc
2015-05-19
1
-48
/
+0
*
Convert JsonWriter::Write to taking a const ref for the in-param
estade
2015-05-16
1
-3
/
+2
*
Reland [Sync] Refactoring polling to be reliable.
zea
2015-05-15
7
-449
/
+554
*
Revert of [Sync] Refactoring polling to be reliable. (patchset #5 id:80001 of...
zea
2015-05-13
7
-550
/
+449
*
[Sync] Refactoring polling to be reliable.
zea
2015-05-13
7
-449
/
+550
*
Convert some parts of sync/ to use of scoped_ptr instead of bare ptrs
estade
2015-05-07
2
-3
/
+5
*
[Sync] Delete syncable::Blob and associated dead code
maniscalco
2015-04-17
4
-89
/
+0
*
[Sync] Fix undeletion during commit logic
zea
2015-04-02
4
-11
/
+58
*
Sync: support implicit permanent folders in commits.
stanisc
2015-03-20
2
-25
/
+40
*
[Sync] Add size and crc32c to AttachmentId.
maniscalco
2015-03-11
2
-6
/
+8
*
Revert of [Sync] Add size and crc32c to AttachmentId. (patchset #8 id:140001 ...
dgrogan
2015-03-10
2
-8
/
+6
*
Sync: Added extra validation to FindLocalIdToUpdate.
stanisc
2015-03-10
1
-0
/
+48
*
[Sync] Add size and crc32c to AttachmentId.
maniscalco
2015-03-10
2
-6
/
+8
*
[Sync] Add support for GetUpdates Throttling
gangwu
2015-02-27
8
-28
/
+134
*
Migrate sync/ to base::RunLoop::RunUntilIdle()
qi1988.yang
2015-02-26
1
-5
/
+5
*
Sync: Small refactoring of Directory::CheckTreeInvariants.
stanisc
2015-02-24
2
-2
/
+2
*
Sync commit errors should temporarily re-enable
gangwu
2015-02-11
7
-31
/
+50
*
Revert of Sync commit errors should temporarily re-enable trigger pre-commit ...
rch
2015-02-09
7
-50
/
+31
[next]