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
/
syncable
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Sync] Erase sync DB when corrupted
maniscalco
2015-04-30
6
-31
/
+54
*
Revert of [Sync] Erase sync DB when corrupted (patchset #4 id:60001 of https:...
vkuzkokov
2015-04-28
6
-54
/
+31
*
[Sync] Erase sync DB when corrupted
maniscalco
2015-04-27
6
-31
/
+54
*
[Sync] Add test to verify sync DB corruption handling during SaveChanges
maniscalco
2015-04-24
2
-11
/
+71
*
[Sync] Make OnDiskDirectoryBackingStore base class for deferred DBS
maniscalco
2015-04-20
8
-44
/
+86
*
[Sync] Delete syncable::Blob and associated dead code
maniscalco
2015-04-17
2
-28
/
+0
*
[Sync] Make more of DirectoryBackingStore's methods private
maniscalco
2015-04-17
2
-88
/
+80
*
[Sync] Make Directory's protected methods private where possible
maniscalco
2015-04-16
1
-9
/
+9
*
[Sync] Make DirectoryBackingStore's db_ private.
maniscalco
2015-04-16
7
-25
/
+61
*
[Sync] Update DirectoryBackingStore to detect Sync DB corruption
maniscalco
2015-04-14
4
-0
/
+148
*
[Sync] Eliminate friends from Directory by exposing kernel via accessor
maniscalco
2015-04-03
11
-210
/
+217
*
[Sync] Fix undeletion during commit logic
zea
2015-04-02
7
-10
/
+30
*
[Sync] Refactor DirectoryBackingStore's sql::Connection creation
maniscalco
2015-03-31
5
-79
/
+91
*
[Sync] Replace AttachmentIdSet with AttachmentIdList in interfaces.
pavely
2015-03-25
3
-18
/
+16
*
Increase page size for SyncData DB from 4K to maximum
gangwu
2015-03-20
5
-4
/
+80
*
Sync: Handle empty (implicit) ParentId in GetPredecessorId and GetSuccessorId
stanisc
2015-03-17
5
-18
/
+82
*
Sync: Avoid 3 passes over SyncDarta DB when loading the directory from the disk
stanisc
2015-03-17
16
-71
/
+179
*
[Sync] Add size and crc32c to AttachmentId.
maniscalco
2015-03-11
1
-6
/
+6
*
Revert of [Sync] Add size and crc32c to AttachmentId. (patchset #8 id:140001 ...
dgrogan
2015-03-10
1
-6
/
+6
*
[Sync] Add size and crc32c to AttachmentId.
maniscalco
2015-03-10
1
-6
/
+6
*
Sync: Small refactoring of Directory::CheckTreeInvariants.
stanisc
2015-02-24
3
-7
/
+16
*
Hook up wallet card and address sync
brettw
2015-02-12
2
-5
/
+32
*
Remove dependency on server generated type root folders
stanisc
2015-01-30
10
-28
/
+153
*
Mechanical rename of tracing includes for /sync
primiano
2015-01-30
3
-3
/
+3
*
Sync: Support directory entries with unset (implicit) parent ID
stanisc
2015-01-12
8
-52
/
+272
*
replace COMPILE_ASSERT with static_assert in sync/
mostynb
2015-01-07
4
-12
/
+12
*
Enable Null Syncable ID which is different than Root ID.
stanisc
2014-12-23
10
-39
/
+40
*
Standardize usage of virtual/override/final specifiers in sync/.
dcheng
2014-12-22
5
-18
/
+12
*
Add a new component for WiFi credential sync. Populate the
quiche
2014-12-20
1
-0
/
+7
*
Add a datatype for supervised user whitelists.
bauerb
2014-12-16
2
-3
/
+31
*
[Sync] Fix deletion while uncommitted logic
zea
2014-11-17
2
-9
/
+8
*
sync: add WIFI_CREDENTIALS protobuf, ModelType, and preference
quiche
2014-10-30
2
-2
/
+53
*
Revert enhanced bookmarks sync datatype
wittman
2014-10-28
2
-27
/
+2
*
Standardize usage of virtual/override/final in sync/
dcheng
2014-10-21
11
-34
/
+29
*
replace OVERRIDE and FINAL with override and final in sync/
mostynb
2014-10-06
10
-12
/
+12
*
Add enhanced bookmarks sync datatype
Mike Wittman
2014-10-01
2
-2
/
+27
*
Make Directory's code style a little more consistent.
maniscalco
2014-09-22
2
-79
/
+87
*
Refactor syncable DEVICE_INFO type from ChangeProcessor to SyncableService - ...
stanisc
2014-09-22
1
-1
/
+4
*
Make GenericChangeProcessor upload attachments on startup.
maniscalco
2014-09-22
4
-1
/
+125
*
Cleanup: Use base/files/file_util.h instead of base/file_util.h in [r-t]*/
thestig
2014-09-12
3
-3
/
+3
*
Let SyncBackupManager keep backup data in memory until shutdown. Only persist
haitaol@chromium.org
2014-08-15
3
-0
/
+232
*
Revert of Let SyncBackupManager keep backup data in memory until shutdown. On...
miu@chromium.org
2014-08-14
3
-232
/
+0
*
Let SyncBackupManager keep backup data in memory until shutdown. Only persist
haitaol@chromium.org
2014-08-14
3
-0
/
+232
*
[Sync] Rely on directory to decide which types need to be purged
zea@chromium.org
2014-07-19
4
-8
/
+26
*
Update Commit and GetUpdatesResponse messages to include attachment ids.
maniscalco@chromium.org
2014-07-17
2
-0
/
+13
*
Do not update AttachmentIds after uploading attachments to sync server.
maniscalco@chromium.org
2014-07-17
3
-12
/
+9
*
Add server_attachment_metadata field to EntryKernel and sync database.
maniscalco@chromium.org
2014-07-16
7
-7
/
+183
*
Replace MessageLoopProxy with ThreadTaskRunnerHandle in src/sync/.
maniscalco@chromium.org
2014-07-09
1
-0
/
+1
*
Add base::SizeTToString.
wtc@chromium.org
2014-06-27
1
-2
/
+1
*
sync: Stop supporting parent IDs for some types
rlarocque@chromium.org
2014-06-26
4
-0
/
+17
[next]