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
/
directory.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sync: Change Local IDs to GUID based to avoid ID collision
stanisc
2015-05-14
1
-3
/
+1
*
[Sync] Erase sync DB when corrupted
maniscalco
2015-04-30
1
-0
/
+7
*
Revert of [Sync] Erase sync DB when corrupted (patchset #4 id:60001 of https:...
vkuzkokov
2015-04-28
1
-7
/
+0
*
[Sync] Erase sync DB when corrupted
maniscalco
2015-04-27
1
-0
/
+7
*
[Sync] Make OnDiskDirectoryBackingStore base class for deferred DBS
maniscalco
2015-04-20
1
-0
/
+3
*
[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
1
-10
/
+10
*
[Sync] Eliminate friends from Directory by exposing kernel via accessor
maniscalco
2015-04-03
1
-128
/
+130
*
[Sync] Replace AttachmentIdSet with AttachmentIdList in interfaces.
pavely
2015-03-25
1
-2
/
+2
*
Sync: Avoid 3 passes over SyncDarta DB when loading the directory from the disk
stanisc
2015-03-17
1
-2
/
+3
*
Remove dependency on server generated type root folders
stanisc
2015-01-30
1
-1
/
+4
*
Make Directory's code style a little more consistent.
maniscalco
2014-09-22
1
-48
/
+57
*
Make GenericChangeProcessor upload attachments on startup.
maniscalco
2014-09-22
1
-0
/
+14
*
Cleanup: Use base/files/file_util.h instead of base/file_util.h in [r-t]*/
thestig
2014-09-12
1
-1
/
+1
*
[Sync] Rely on directory to decide which types need to be purged
zea@chromium.org
2014-07-19
1
-0
/
+3
*
Special handling of preference backup to not change local values in backup mode.
haitaol@chromium.org
2014-06-26
1
-0
/
+6
*
Invoke AttachmentUploader and update AttachmentIds.
pavely@chromium.org
2014-05-20
1
-0
/
+7
*
Keep track of which attachments are referenced by which sync entries.
maniscalco@chromium.org
2014-05-02
1
-1
/
+43
*
Revert of Keep track of which attachments are referenced by which sync entrie...
maniscalco@chromium.org
2014-05-01
1
-43
/
+1
*
Keep track of which attachments are referenced by which sync entries.
maniscalco@chromium.org
2014-05-01
1
-1
/
+43
*
Remove unused method Directory::GetRootEntry.
maniscalco@chromium.org
2014-04-12
1
-1
/
+0
*
[Sync] Properly purge context/progress markers for disabled types
zea@chromium.org
2014-04-11
1
-1
/
+1
*
[Sync] Add support for context changes that trigger refreshes
zea@chromium.org
2014-04-09
1
-0
/
+5
*
sync: Re-implement getAllNodes WebUI function
rlarocque@chromium.org
2014-04-07
1
-1
/
+4
*
[Sync] Add context proto and directory support
zea@chromium.org
2014-04-04
1
-0
/
+10
*
Implememt garbage collection of old entries according to
haitaol@chromium.org
2014-03-01
1
-0
/
+5
*
sync: Remove some WebUI debug functions
rlarocque@chromium.org
2014-01-16
1
-10
/
+3
*
sync: Per-type update application
rlarocque@chromium.org
2013-12-04
1
-5
/
+2
*
sync: Process updates responses on the sync thread
rlarocque@chromium.org
2013-10-01
1
-2
/
+2
*
sync: Introduce ModelNeutralWriteTransactions
rlarocque@chromium.org
2013-09-26
1
-3
/
+4
*
sync: Add ModelNeutralMutableEntry
rlarocque@chromium.org
2013-09-24
1
-0
/
+1
*
sync: Reduce work done to process bookmark changes
rlarocque@chromium.org
2013-06-15
1
-0
/
+4
*
Rename base/hash_tables to base/containers/hash_tables.
brettw@chromium.org
2013-06-11
1
-1
/
+1
*
Move FileEnumerator to its own file, do some refactoring.
brettw@chromium.org
2013-06-08
1
-0
/
+1
*
sync: Cleanups in and around directory.h
rlarocque@chromium.org
2013-06-07
1
-100
/
+88
*
[Sync] Allow enabling partial sets of types instead of blocking
zea@chromium.org
2013-06-07
1
-10
/
+24
*
Use hash_map for syncable::Directory indices
rlarocque@chromium.org
2013-06-04
1
-85
/
+42
*
sync: Count nodes more efficiently
rlarocque@chromium.org
2013-05-29
1
-0
/
+9
*
sync: Bookmark unique position end-to-end support
rlarocque@chromium.org
2013-04-02
1
-81
/
+28
*
Replace FilePath with base::FilePath in some more top level directories.
brettw@chromium.org
2013-02-10
1
-1
/
+1
*
Don't try to read notifications state from sync DB
rlarocque@chromium.org
2013-01-29
1
-10
/
+0
*
Copy entries of broken (having unrecoverable error) data types to delete jour...
haitaol@chromium.org
2013-01-26
1
-4
/
+8
*
[sync] Componentize sync: Part 7: Eliminate more filename collisions in sync.gyp
rsimha@chromium.org
2013-01-24
1
-2
/
+2
*
Use delete journal to remove bookmarks that are already deleted in sync model
haitaol@chromium.org
2013-01-22
1
-2
/
+4
*
[Sync] Add support for loading, updating and querying delete journals in
haitaol@chromium.org
2013-01-05
1
-10
/
+10
*
[sync] Componentize sync: Part 6: Add more SYNC_EXPORTs to files in src/sync/
rsimha@chromium.org
2013-01-02
1
-2
/
+2
*
Remove initial_sync_ended bits
rlarocque@chromium.org
2012-12-12
1
-6
/
+3
*
[sync] Componentize sync: Part 2: Add SYNC_EXPORTs to files in src/sync/
rsimha@chromium.org
2012-12-11
1
-2
/
+3
*
Added directory entry counters to about:sync
vishwath@google.com
2012-11-15
1
-0
/
+7
*
Transaction version is used to detect out-of-sync between sync model and nati...
haitaol@chromium.org
2012-10-26
1
-0
/
+5
[next]