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
*
Transaction version is used to detect out-of-sync between sync model and nati...
haitaol@chromium.org
2012-10-26
2
-0
/
+15
*
Initial support for the 'Experiments' data type
rlarocque@chromium.org
2012-10-19
1
-0
/
+22
*
[Sync] Add history delete directive type
akalin@chromium.org
2012-10-17
1
-4
/
+30
*
sync: Add DeviceInfo protobuf and supporting code
rlarocque@chromium.org
2012-10-12
1
-0
/
+26
*
[Sync] Add transaction_version to sync DB schema and PersistedKernelInfo. Rea...
haitaol@chromium.org
2012-10-10
5
-9
/
+73
*
Fixed memory leak error in sync_unit_tests
vishwath@google.com
2012-10-09
1
-0
/
+1
*
Changed DB to store node positions as Ordinals.
vishwath@google.com
2012-10-09
16
-48
/
+526
*
Implement a bag of chips for sync.
qsr@chromium.org
2012-09-11
6
-11
/
+194
*
Increment sync DB's next_id with a migration
rlarocque@chromium.org
2012-09-07
3
-1
/
+148
*
sync: Introduce control data types
rlarocque@chromium.org
2012-08-31
2
-3
/
+31
*
[Sync] Move keystore key handling to SyncEncryptionHandlerImpl
zea@chromium.org
2012-08-29
1
-0
/
+10
*
Fix sync unit test.
qsr@chromium.org
2012-08-27
1
-0
/
+1
*
[Sync] Refactor GetEncryptedTypes usage.
zea@chromium.org
2012-08-24
8
-62
/
+113
*
Update next_id when loading sync DB
rlarocque@chromium.org
2012-08-22
3
-50
/
+158
*
Fix Sync.DirectoryOpenResult histogram
rlarocque@chromium.org
2012-08-21
1
-3
/
+3
*
[Sync] Add SyncEncryptionHandler
zea@chromium.org
2012-08-16
4
-0
/
+135
*
Fix mem leak in DirectoryBackingStore unit tests
rlarocque@chromium.org
2012-08-08
1
-1
/
+2
*
sync: Attempt to recover from directory corruption
rlarocque@chromium.org
2012-08-08
7
-48
/
+169
*
Fix SyncManager initialization failure crash.
rlarocque@chromium.org
2012-07-31
2
-0
/
+52
*
Fix a typo in RealModelTypeToNotificationType.
dcheng@chromium.org
2012-07-27
1
-1
/
+1
*
[Sync] Remove unneeded 'using syncer::' lines and 'syncer::' scopings
akalin@chromium.org
2012-07-20
17
-103
/
+81
*
Finish commit 146665: [Sync] Refactor sync configuration logic.
zea@chromium.org
2012-07-13
3
-5
/
+7
*
Revert 146262 - Revert "Revert 142517 - [Sync] Refactor sync configuration lo...
zea@chromium.org
2012-07-13
3
-7
/
+5
*
Remove syncproto.h
rlarocque@chromium.org
2012-07-12
5
-16
/
+79
*
Revert "Revert 142517 - [Sync] Refactor sync configuration logic."
zea@chromium.org
2012-07-12
3
-5
/
+7
*
Remove #pragma once from sync
ajwong@chromium.org
2012-07-11
23
-23
/
+0
*
[Sync] Move ModelType and related classes to 'syncer' namespace
akalin@chromium.org
2012-07-03
13
-51
/
+46
*
sync: Fix and test delete of server-unknown items
rlarocque@chromium.org
2012-07-03
2
-2
/
+23
*
sync: Move MarkForSyncing to mutable_entry.cc
rlarocque@chromium.org
2012-07-03
2
-10
/
+10
*
sync: Remove GetPossibleLastChildForTest()
rlarocque@chromium.org
2012-07-03
2
-32
/
+1
*
[Sync] Move model_type* from syncable/ to base/
akalin@chromium.org
2012-07-03
8
-8
/
+8
*
sync: Remove unused IdFilter class
rlarocque@chromium.org
2012-07-03
2
-23
/
+0
*
[Sync] Move sync/{internal_api,syncable} into syncer namespace
akalin@chromium.org
2012-07-02
49
-24
/
+109
*
sync: Move invariant check logic into Directory
rlarocque@chromium.org
2012-06-29
3
-87
/
+56
*
[Sync] Move nigori_util* to sync/syncable
akalin@chromium.org
2012-06-29
5
-9
/
+399
*
[Sync] Rename csync namespace to syncer
akalin@chromium.org
2012-06-28
16
-55
/
+55
*
sync: inject DirectoryBackingStore to Directory and remove "OpenInMemoryForTe...
tim@chromium.org
2012-06-22
4
-100
/
+73
*
Removes reference counting of syncable::Directory::Kernel
rlarocque@chromium.org
2012-06-22
2
-22
/
+2
*
[Sync] Rename sync_api to csync
akalin@chromium.org
2012-06-22
3
-6
/
+6
*
[Sync] Rename browser_sync to csync in sync/
akalin@chromium.org
2012-06-21
13
-48
/
+48
*
Split syncable.{h,cc} into several files
rlarocque@chromium.org
2012-06-20
32
-1897
/
+2111
*
Revert 142563 - Handle sync database corruption with re-download
zea@chromium.org
2012-06-18
1
-0
/
+19
*
sync: move internal_api components used by chrome/browser into internal_api/p...
tim@chromium.org
2012-06-17
2
-4
/
+5
*
Handle sync database corruption with re-download
rlarocque@chromium.org
2012-06-16
1
-19
/
+0
*
Protect against sync entries left by old clients
rlarocque@chromium.org
2012-06-16
2
-4
/
+76
*
sync: create internal_api/public to house sync/ files needed by chrome/browse...
tim@chromium.org
2012-06-07
14
-479
/
+14
*
sync: split SyncSessionSnapshot, SyncerStatus, ErrorCounters, and SyncSourceI...
tim@chromium.org
2012-06-06
1
-0
/
+2
*
Remove sync's ModelSafeWorkerRegistrar
rlarocque@chromium.org
2012-06-01
2
-0
/
+6
*
sync: Loop committing items without downloading updates
rlarocque@chromium.org
2012-05-26
1
-0
/
+2
*
sync: in MutableEntry, SaveOriginals on-demand rather than on construction to...
tim@chromium.org
2012-05-25
2
-19
/
+21
[next]