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
/
browser
/
sync
/
engine
/
syncapi.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove obsolete base/lock.h and fix up callers to use the new header file and
brettw@chromium.org
2011-01-21
1
-4
/
+4
*
The sync server supports a new "progress token" scheme that allows data types...
nick@chromium.org
2011-01-13
1
-53
/
+5
*
Cleanup: Remove unneeded includes of chrome_switches.h.
thestig@chromium.org
2011-01-11
1
-1
/
+0
*
[SYNC] Sessions datatype refactor. Most things related to sessions under-the-...
zea@chromium.org
2011-01-06
1
-0
/
+4
*
Remove base/platform_thread.h stub and fix up all callers to use the new loca...
brettw@google.com
2011-01-01
1
-1
/
+0
*
Rest of the autofill work.
lipalani@chromium.org
2010-12-16
1
-0
/
+80
*
Remove unneeded browser_process.h includes.
thestig@chromium.org
2010-12-05
1
-5
/
+0
*
Autofill work:
lipalani@chromium.org
2010-11-24
1
-0
/
+11
*
Revert 67189 - Autofill work:
lipalani@chromium.org
2010-11-24
1
-11
/
+0
*
Autofill work:
lipalani@chromium.org
2010-11-24
1
-0
/
+11
*
Add a boolean details to the PASSPHRASE_REQUIRED message that indicates
johnnyg@chromium.org
2010-11-19
1
-4
/
+6
*
Revert 66513 - sync: remove event_sys from ServerConnectionManager and Syncer...
tim@chromium.org
2010-11-18
1
-10
/
+10
*
sync: remove event_sys from ServerConnectionManager and SyncerThread
tim@chromium.org
2010-11-17
1
-10
/
+10
*
Plumb datatype information to syncer from nudges.
zea@chromium.org
2010-11-11
1
-15
/
+42
*
sync: bake 'explicit' passphrases into the nigori specifics, rather
tim@chromium.org
2010-11-10
1
-4
/
+60
*
[Sync] Removed unused notification methods, renamed 'transitional' to 'p2p'
akalin@chromium.org
2010-11-04
1
-27
/
+9
*
sync: on chrome os, postpone network reachability check
tim@chromium.org
2010-11-03
1
-0
/
+20
*
[Sync] Added some switches for testing/debugging.
akalin@chromium.org
2010-10-26
1
-2
/
+7
*
Convert LOG(INFO) to VLOG(1) - chrome/browser/sync/engine/.
pkasting@chromium.org
2010-10-21
1
-27
/
+24
*
FBTF: Even more deinlining.
erg@google.com
2010-10-20
1
-0
/
+4
*
sync: fix passphrase bootstrapping and more.
tim@chromium.org
2010-10-20
1
-3
/
+46
*
sync: reencrypt all passwords on passphrase change
tim@chromium.org
2010-10-19
1
-4
/
+34
*
Revert 62699 - [Sync] Added some switches for testing/debugging.
rsimha@chromium.org
2010-10-19
1
-7
/
+2
*
FBTF: Monster ctor patch after changing heuristics in clang plugin.
erg@google.com
2010-10-18
1
-0
/
+12
*
[Sync] Added some switches for testing/debugging.
akalin@chromium.org
2010-10-15
1
-2
/
+7
*
[Sync] Made notifications code read/write persistent state.
akalin@chromium.org
2010-10-14
1
-38
/
+56
*
Rename ChromeThread to BrowserThread Part22:
tfarina@chromium.org
2010-10-12
1
-1
/
+1
*
sync: use ObserverList instead of EventChannel (deprecated) for syncer events.
tim@chromium.org
2010-10-11
1
-25
/
+23
*
[Sync] Added some plumbing needed for notifications persistence support
akalin@chromium.org
2010-10-11
1
-15
/
+33
*
Rename ChromeThread to BrowserThread Part5:
tfarina@chromium.org
2010-10-08
1
-2
/
+2
*
sync: Fix Nigori download sequencing.
tim@chromium.org
2010-10-07
1
-1
/
+1
*
Reapply r61237: FBTF: Another big ctor/dtor cleanup found by automated tools.
erg@google.com
2010-10-04
1
-0
/
+1
*
Revert "FBTF: Another big ctor/dtor cleanup found by automated tools."
erg@google.com
2010-10-01
1
-1
/
+0
*
FBTF: Another big ctor/dtor cleanup found by automated tools.
erg@google.com
2010-10-01
1
-0
/
+1
*
sync: Introduce support for split transaction apply/commit changes. Change_pr...
tim@chromium.org
2010-09-23
1
-2
/
+36
*
Take 2 - Get password sync to a usable state.
tim@chromium.org
2010-09-17
1
-9
/
+33
*
Removed TalkMediator SSL initialization.
akalin@chromium.org
2010-09-16
1
-4
/
+1
*
Revert 59618 - Get password sync to a usable state.
tim@chromium.org
2010-09-16
1
-33
/
+9
*
Get password sync to a usable state.
tim@chromium.org
2010-09-16
1
-9
/
+33
*
Added some tweaks to sync notification settings.
akalin@chromium.org
2010-09-14
1
-1
/
+2
*
Fix a leak when syncapi is used in test mode, where the session context was b...
johnnyg@chromium.org
2010-09-10
1
-8
/
+7
*
2nd attempt at http://codereview.chromium.org/3305003/show
johnnyg@chromium.org
2010-09-09
1
-379
/
+141
*
Adding the sync-notification-host command line parameter to the integration t...
rsimha@chromium.org
2010-09-08
1
-33
/
+25
*
Implements the backend for clearing data from the server
tim@chromium.org
2010-09-08
1
-0
/
+14
*
Revert 58778 - New authorization framework for sync.
johnnyg@chromium.org
2010-09-08
1
-108
/
+342
*
New authorization framework for sync.
johnnyg@chromium.org
2010-09-08
1
-342
/
+108
*
Revert 58768 - Adding the sync-notification-host command line parameter to th...
rsimha@chromium.org
2010-09-07
1
-25
/
+33
*
Adding the sync-notification-host command line parameter to the integration t...
rsimha@chromium.org
2010-09-07
1
-33
/
+25
*
sync: Add bootstrappability to the Cryptographer.
tim@chromium.org
2010-08-31
1
-11
/
+18
*
sync: take two for:
tim@chromium.org
2010-08-18
1
-1
/
+23
[next]