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
/
chrome
/
test
/
sync
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move sync test code out of chrome/test
phajdan.jr@chromium.org
2011-09-02
19
-2393
/
+0
*
[Sync] Make PostBufferParams easier to reason about
akalin@chromium.org
2011-09-02
2
-9
/
+10
*
[Sync] Make BackendMigrator not wait for full sync cycles
akalin@chromium.org
2011-09-01
1
-1
/
+1
*
Server directed error handling backend code.
lipalani@chromium.org
2011-08-31
1
-1
/
+5
*
Move some files from sync/engine to internal_api
rlarocque@chromium.org
2011-08-31
1
-2
/
+2
*
sync: make ServerConnectionManager explicitly NonThreadSafe
tim@chromium.org
2011-08-26
1
-4
/
+6
*
Original patch by rlarocque@chromium.org at http://codereview.chromium.org/76...
zea@chromium.org
2011-08-17
1
-1
/
+1
*
sync: add DEPS files to subdirs
tim@chromium.org
2011-08-11
1
-1
/
+0
*
[Sync] Add client-side plumbing for server control of sessions commit delay
akalin@chromium.org
2011-08-10
1
-10
/
+13
*
[Sync] Refactor syncable::{Base,Read,Write}Transaction
akalin@chromium.org
2011-06-29
2
-4
/
+4
*
[Sync] Add Location parameter to Read/WriteTransactions
akalin@chromium.org
2011-06-17
2
-3
/
+3
*
[Sync] Split DirectoryChangeListener for thread-safety
akalin@chromium.org
2011-06-16
5
-6
/
+74
*
[Sync] Speed up sync node browser/search in about:sync
akalin@chromium.org
2011-06-03
1
-3
/
+3
*
Move scoped_temp_dir and scoped_native_library back from base/memory to base.
thakis@chromium.org
2011-05-19
1
-1
/
+1
*
iwyu: Include stringprintf.h where appropriate, part 3.
jhawkins@chromium.org
2011-05-12
1
-1
/
+2
*
Remove all TODO(tim):deprcecated and clean up all the remnants of syncer thre...
lipalani@chromium.org
2011-04-29
1
-14
/
+5
*
sync: introducing HttpBridge::Abort
tim@chromium.org
2011-04-07
2
-0
/
+5
*
sync: Move HttpPostProviderInterface class into its own header file.
tfarina@chromium.org
2011-04-01
1
-25
/
+16
*
sync: Move HttpPostProviderFactory class in its own header file.
tfarina@chromium.org
2011-03-31
1
-4
/
+4
*
[Sync] Add TestUserShare class meant to be used by syncapi-related unit tests
akalin@chromium.org
2011-03-30
4
-5
/
+110
*
Revert 79902 - [Sync] Add TestUserShare class meant to be used by syncapi-rel...
akalin@chromium.org
2011-03-30
4
-110
/
+5
*
[Sync] Add TestUserShare class meant to be used by syncapi-related unit tests
akalin@chromium.org
2011-03-30
4
-5
/
+110
*
sync: dont return store_birthday_ by ref in MockConnectionManager
tim@chromium.org
2011-03-29
1
-3
/
+2
*
sync: hook up ServerConnectionManager <> SyncerThread2 and tie up more loose ...
tim@chromium.org
2011-03-29
1
-0
/
+7
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
2
-3
/
+3
*
[Sync] Move TypePayloadMap into its own file
akalin@chromium.org
2011-03-22
2
-8
/
+8
*
[Sync] Attach payload to appropriate progress marker + unit tests.
zea@chromium.org
2011-02-28
3
-11
/
+52
*
Even more test cleanup. Some fixes to non-test code that's regressed.
erg@google.com
2011-02-15
2
-20
/
+48
*
Continuing with the out-of-lining of test code.
erg@google.com
2011-02-11
2
-39
/
+51
*
Cleanup more test code.
erg@google.com
2011-02-09
2
-2
/
+5
*
Another big out-of-lining of test code. Hits a lot of gmock objects
erg@google.com
2011-02-08
2
-1
/
+3
*
Recommit attempt for rev 72685.
zea@chromium.org
2011-01-27
1
-2
/
+9
*
Revert 72685 - [SYNC] Refactor SyncSourceInfo and add support in chrome inval...
zea@chromium.org
2011-01-26
1
-9
/
+2
*
[SYNC] Refactor SyncSourceInfo and add support in chrome invalidation client ...
zea@chromium.org
2011-01-26
1
-2
/
+9
*
[Sync] Remove now-obsolete FastDump class
akalin@chromium.org
2011-01-25
1
-23
/
+25
*
Remove obsolete base/lock.h and fix up callers to use the new header file and
brettw@chromium.org
2011-01-21
2
-8
/
+8
*
The sync server supports a new "progress token" scheme that allows data types...
nick@chromium.org
2011-01-13
2
-41
/
+95
*
sync: Make SyncSession take most of its required state at construction time.
tim@chromium.org
2010-11-24
1
-2
/
+6
*
Revert 66513 - sync: remove event_sys from ServerConnectionManager and Syncer...
tim@chromium.org
2010-11-18
1
-4
/
+2
*
sync: remove event_sys from ServerConnectionManager and SyncerThread
tim@chromium.org
2010-11-17
1
-2
/
+4
*
sync: Update sync.proto to match the server's and handle new error codes.
albertb@chromium.org
2010-10-26
1
-0
/
+1
*
sync: use ObserverList instead of EventChannel (deprecated) for syncer events.
tim@chromium.org
2010-10-11
2
-1
/
+38
*
Added UI for clearing Chrome Sync data
raz@chromium.org
2010-09-29
2
-5
/
+8
*
Revert 60845 (check perms failure) - Added UI for clearing Chrome Sync data
willchan@chromium.org
2010-09-28
2
-8
/
+5
*
Added UI for clearing Chrome Sync data
raz@chromium.org
2010-09-28
2
-5
/
+8
*
2nd attempt at http://codereview.chromium.org/3305003/show
johnnyg@chromium.org
2010-09-09
2
-2
/
+5
*
Implements the backend for clearing data from the server
tim@chromium.org
2010-09-08
2
-1
/
+23
*
Revert 58778 - New authorization framework for sync.
johnnyg@chromium.org
2010-09-08
2
-5
/
+2
*
New authorization framework for sync.
johnnyg@chromium.org
2010-09-08
2
-2
/
+5
*
Add locking around store_birthday to ensure atomic overwrites and avoid race
tim@chromium.org
2010-09-07
2
-3
/
+14
[next]