syncevolution/src/syncevo
Patrick Ohly f8fe4c0663 slow sync detection: use <datastoreinitscript> instead of <alertscript> (MB #2416)
Using the <datastoreinitscript> has the advantage that a slow sync
chosen by the engine after <alertscript> was called because of an
anchor mismatch is now caught.

This patch also adds a reminder that the dependency on a database dump
should be removed and slightly modifies the check for slow sync. This is
done with an eye towards enabling this code on the server side (not done
yet).
2010-02-10 10:02:07 +01:00
..
configs autotools: some more fixes 2010-02-09 20:40:38 +01:00
Cmdline.cpp DBus server: Implement GetConfigs with device querying(MB#9216) 2010-02-08 13:29:12 +08:00
Cmdline.h documentation + usage: shared configs, 1.0 features (MB #8497) 2010-01-20 14:06:56 +01:00
ConfigNode.h ConfigNode::getProperty(): added const declaration 2010-02-09 09:33:52 +01:00
ConfigTree.h syncevo-dbus-server: removing/clearing of properties in shared configs (MB# 8059) 2009-11-25 16:57:51 +01:00
CurlTransportAgent.cpp syncevo-dbus-server + syncevolution: fixed signal handling and D-Bus suspend/abort/shutdown (MB#7555) 2009-11-09 20:52:28 +01:00
CurlTransportAgent.h TransportAgent: added shutdown(), moved HTTP setup out of core engine 2009-10-07 18:10:55 +02:00
declarations.h namespace SyncEvo: added declaration file 2009-10-03 15:12:09 +02:00
DevNullConfigNode.h config: share properties between peers, configuration view without peer 2009-11-25 16:57:50 +01:00
eds_abi_wrapper.cpp build issue: icalproperty_remove_parameter_by_kind in EDS wrapper 2010-01-15 20:39:43 +01:00
eds_abi_wrapper.h build issue: icalproperty_remove_parameter_by_kind in EDS wrapper 2010-01-15 20:39:43 +01:00
FileConfigNode.cpp ConfigNode: use map with case-insensitive keys for properties 2009-11-25 16:57:51 +01:00
FileConfigNode.h ConfigNode: use map with case-insensitive keys for properties 2009-11-25 16:57:51 +01:00
FileConfigTree.cpp syncevo-dbus-server: removing/clearing of properties in shared configs (MB# 8059) 2009-11-25 16:57:51 +01:00
FileConfigTree.h syncevo-dbus-server: removing/clearing of properties in shared configs (MB# 8059) 2009-11-25 16:57:51 +01:00
FilterConfigNode.cpp ConfigNode: use map with case-insensitive keys for properties 2009-11-25 16:57:51 +01:00
FilterConfigNode.h ConfigNode: use map with case-insensitive keys for properties 2009-11-25 16:57:51 +01:00
HashConfigNode.h ConfigNode API: added writeProperties() and clear() 2009-10-07 18:17:14 +02:00
installcheck-local.sh packaging: another fix for installcheck-local 2009-10-15 14:44:50 +02:00
lcs.cpp LCS: Longest Common Subsequence 2010-01-19 17:23:07 +01:00
lcs.h LCS: added accessor for plain sequences 2010-01-19 18:06:20 +01:00
Logging.cpp files and classes renamed, include statements cleaned up 2009-10-05 14:49:32 +02:00
Logging.h files and classes renamed, include statements cleaned up 2009-10-05 14:49:32 +02:00
LogRedirect.cpp stderr redirection: detect "error" messages and show them (MB#7655) 2009-11-03 14:52:01 +01:00
LogRedirect.h files and classes renamed, include statements cleaned up 2009-10-05 14:49:32 +02:00
LogStdout.cpp files and classes renamed, include statements cleaned up 2009-10-05 14:49:32 +02:00
LogStdout.h files and classes renamed, include statements cleaned up 2009-10-05 14:49:32 +02:00
Makefile.am SHA-256: use glib or Mozilla NSS 2010-02-09 09:33:53 +01:00
MultiplexConfigNode.cpp config: share properties between peers, configuration view without peer 2009-11-25 16:57:50 +01:00
MultiplexConfigNode.h config: share properties between peers, configuration view without peer 2009-11-25 16:57:50 +01:00
ObexTransportAgent.cpp syncevo-dbus-server + OBEX: transport was not enabled (MB #9436) 2010-02-10 10:01:17 +01:00
ObexTransportAgent.h syncevo-dbus-server + OBEX: transport was not enabled (MB #9436) 2010-02-10 10:01:17 +01:00
PrefixConfigNode.cpp ConfigNode: use map with case-insensitive keys for properties 2009-11-25 16:57:51 +01:00
PrefixConfigNode.h ConfigNode: use map with case-insensitive keys for properties 2009-11-25 16:57:51 +01:00
SafeConfigNode.cpp ConfigNode: use map with case-insensitive keys for properties 2009-11-25 16:57:51 +01:00
SafeConfigNode.h ConfigNode: use map with case-insensitive keys for properties 2009-11-25 16:57:51 +01:00
SmartPtr.h SmartPtr: added smart pointer for glib char string 2010-02-09 09:33:53 +01:00
SoupTransportAgent.cpp syncevo-dbus-server + OBEX: transport was not enabled (MB #9436) 2010-02-10 10:01:17 +01:00
SoupTransportAgent.h syncevo-dbus-server + OBEX: transport was not enabled (MB #9436) 2010-02-10 10:01:17 +01:00
SyncConfig.cpp DBus server: Implement GetConfigs with device querying(MB#9216) 2010-02-08 13:29:12 +08:00
SyncConfig.h DBus server: Implement GetConfigs with device querying(MB#9216) 2010-02-08 13:29:12 +08:00
SyncContext.cpp slow sync detection: use <datastoreinitscript> instead of <alertscript> (MB #2416) 2010-02-10 10:02:07 +01:00
SyncContext.h syncevo-dbus-server + OBEX: transport was not enabled (MB #9436) 2010-02-10 10:01:17 +01:00
syncevolution.pc.in Dynamic loadable backends: repackage libsyncevolution to enable dynamic loadable backends 2009-09-23 07:35:25 +02:00
SyncML.cpp session status/error: when setting status, always update error 2010-01-25 13:30:48 +01:00
SyncML.h unexpected slow syncs: no explanation when only one source active (MB #9156) 2010-01-21 11:58:57 +01:00
SyncSource.cpp virtual source: support D-Bus CheckSource() (MB #9535) 2010-02-09 09:34:10 +01:00
SyncSource.h SAN + forced slow sync: move flag into SyncSource 2010-02-10 10:02:07 +01:00
SynthesisDBPlugin.cpp SyncSource luid-guid mapping: luid is not unique, can not be used as key. 2009-12-10 17:15:18 +08:00
SynthesisEngine.cpp Synthesis engine wrapper: avoid throwing exceptions during normal runs 2010-01-19 20:32:25 +01:00
SynthesisEngine.h Synthesis engine wrapper: avoid throwing exceptions during normal runs 2010-01-19 20:32:25 +01:00
TrackingSyncSource.cpp Merge branch 'syncevolution-0-9-branch' 2010-01-19 16:01:10 +01:00
TrackingSyncSource.h TrackingSyncSource: be more quite about getPeerMimeType() 2010-01-19 19:53:05 +01:00
TransportAgent.cpp syncevo-dbus-server: allow SAN messages to start a Connection 2009-10-07 18:12:57 +02:00
TransportAgent.h TransportAgent::setCallback(): comment clarification about how often it is called 2010-01-15 17:32:21 +01:00
util.cpp SHA-256: use glib or Mozilla NSS 2010-02-09 09:33:53 +01:00
util.h SHA-256: use glib or Mozilla NSS 2010-02-09 09:33:53 +01:00
VolatileConfigNode.h files and classes renamed, include statements cleaned up 2009-10-05 14:49:32 +02:00
VolatileConfigTree.h config: reorganized for shared config layout (MB#7707) 2009-11-25 16:57:50 +01:00