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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Sync] Add sync_export.h (Step 1 for componentizing sync)
akalin@chromium.org
2012-07-18
11
-22
/
+101
*
[Sync] Refactor SyncBackendHost unit tests.
zea@chromium.org
2012-07-18
3
-0
/
+342
*
[Sync] Refactor sync manager into interface.
zea@chromium.org
2012-07-17
13
-288
/
+477
*
Finish commit 146665: [Sync] Refactor sync configuration logic.
zea@chromium.org
2012-07-13
12
-256
/
+614
*
Revert 146262 - Revert "Revert 142517 - [Sync] Refactor sync configuration lo...
zea@chromium.org
2012-07-13
12
-614
/
+256
*
Remove syncproto.h
rlarocque@chromium.org
2012-07-12
35
-290
/
+277
*
Switch to TimeDelta interfaces for TestTimeouts in sync code.
tedvessenes@gmail.com
2012-07-12
2
-3
/
+2
*
Revert "Revert 142517 - [Sync] Refactor sync configuration logic."
zea@chromium.org
2012-07-12
12
-256
/
+614
*
Remove #pragma once from sync
ajwong@chromium.org
2012-07-11
144
-144
/
+0
*
Reland r145993.
zea@chromium.org
2012-07-11
3
-8
/
+25
*
Revert 145993 - [Sync] Add location parameter to SyncChange in Sync API.
zea@chromium.org
2012-07-10
3
-25
/
+8
*
[Sync] Add location parameter to SyncChange in Sync API.
zea@chromium.org
2012-07-10
3
-8
/
+25
*
[Sync] Move ModelType and related classes to 'syncer' namespace
akalin@chromium.org
2012-07-03
132
-1218
/
+1078
*
sync: Fix and test delete of server-unknown items
rlarocque@chromium.org
2012-07-03
3
-3
/
+27
*
[Sync] Add sync_client tool
akalin@chromium.org
2012-07-03
4
-43
/
+444
*
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
*
Improve logging in server_connection_manager.cc
akalin@chromium.org
2012-07-03
1
-1
/
+2
*
[Sync] Move model_type* from syncable/ to base/
akalin@chromium.org
2012-07-03
94
-199
/
+202
*
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
107
-269
/
+419
*
base: Remove dereference structure operator (i.e ->) from ScopedVector.
tfarina@chromium.org
2012-06-30
1
-5
/
+5
*
sync: Move invariant check logic into Directory
rlarocque@chromium.org
2012-06-29
4
-103
/
+67
*
Remove syncable::ModelType usage from ChromeInvalidationClient
dcheng@chromium.org
2012-06-29
6
-117
/
+134
*
[Sync] Move nigori_util* to sync/syncable
akalin@chromium.org
2012-06-29
24
-201
/
+179
*
[Sync] Rename csync namespace to syncer
akalin@chromium.org
2012-06-28
303
-1063
/
+1059
*
Include <iterator>.
hbono@chromium.org
2012-06-28
1
-0
/
+1
*
Convert sync_notifier::RegistrationManager to use object IDs.
dcheng@chromium.org
2012-06-28
6
-329
/
+361
*
[Sync] Make Login class listen to connection and DNS changes
akalin@chromium.org
2012-06-28
2
-3
/
+13
*
Remove unused fields found by clang's new Wunused-private-fields.
thakis@chromium.org
2012-06-27
2
-3
/
+1
*
Revert 144382 - [Sync] Make Login class listen to connection and DNS changes
nkostylev@chromium.org
2012-06-27
2
-13
/
+3
*
[Sync] Put everything in sync/api into csync namespace
akalin@chromium.org
2012-06-27
18
-4
/
+72
*
[Sync] Make Login class listen to connection and DNS changes
akalin@chromium.org
2012-06-27
2
-3
/
+13
*
sync: Set explicit protocol_version on commit
rlarocque@chromium.org
2012-06-27
2
-0
/
+4
*
sync: Create sync entry factory class for tests
rlarocque@chromium.org
2012-06-26
5
-244
/
+334
*
Use base::ThreadChecker as a member var, rather than base::NonThreadSafe
rsleevi@chromium.org
2012-06-25
2
-15
/
+15
*
sync: inject DirectoryBackingStore to Directory and remove "OpenInMemoryForTe...
tim@chromium.org
2012-06-22
6
-113
/
+100
*
More fixes to address missing symbols when building unit-tests on Android.
jcivelli@chromium.org
2012-06-22
1
-2
/
+2
*
sync: Refactor session tracking
rlarocque@chromium.org
2012-06-22
29
-477
/
+255
*
Removes reference counting of syncable::Directory::Kernel
rlarocque@chromium.org
2012-06-22
2
-22
/
+2
*
[Sync] Move HttpBridge to sync/
akalin@chromium.org
2012-06-22
16
-34
/
+971
*
[Sync] Rename sync_api to csync
akalin@chromium.org
2012-06-22
56
-295
/
+292
*
[Sync] Rename browser_sync to csync in sync/
akalin@chromium.org
2012-06-21
241
-703
/
+708
*
Convert InvalidationStateTracker to use invalidation::ObjectId instead of syn...
dcheng@chromium.org
2012-06-20
9
-42
/
+66
*
Split syncable.{h,cc} into several files
rlarocque@chromium.org
2012-06-20
79
-1967
/
+2243
*
[Sync] Rename sync_notifier namespace to csync
akalin@chromium.org
2012-06-20
40
-108
/
+108
*
sync: Remove ClearUserData command.
tim@chromium.org
2012-06-20
26
-396
/
+15
*
Remove hard_dependency=1 from cacheinvalidation target
akalin@chromium.org
2012-06-18
1
-5
/
+4
*
Revert 142517 - [Sync] Refactor sync configuration logic.
zea@chromium.org
2012-06-18
9
-504
/
+228
*
[Sync] Propagate XMPP auth errors to SyncNotifierObservers
akalin@chromium.org
2012-06-18
25
-132
/
+466
[next]