syncevolution/src/syncevo
Patrick Ohly 5947ba419f CalDAV + syncevolution.org: fixed segfault without libical+libecal
When libical and libecal were not installed, trying to use the CalDAV
backend for VEVENTs segfaulted because it depends on libical and did
not check properly for it. Only affected syncevolution.org binaries.

The root cause is that libical functions were only looked up in
combination with libecal, when compiled with
--enable-evolution-compatibility. Now they are first checked via
libecal (for old libecal which embedded libical) and separately in
libical itself as fallback.
2012-07-10 15:10:14 +02:00
..
configs Funambol: ignore UID 2012-06-29 16:56:13 +02:00
BoostHelper.h boost: support boost::bind() + weak pointers 2012-07-10 06:30:33 +00:00
Cmdline.cpp command line: fixed password + property lookup during --print-databases 2012-06-28 14:29:01 +02:00
Cmdline.h command line: fixed password + property lookup during --print-databases 2012-06-28 14:29:01 +02:00
CmdlineSyncClient.cpp password handling: fixed KWallet support, global configuration option 2012-05-30 09:09:00 +02:00
CmdlineSyncClient.h password handling: fixed KWallet support, global configuration option 2012-05-30 09:09:00 +02:00
ConfigFilter.cpp command line: allow setting empty properties 2012-06-07 14:16:58 +02:00
ConfigFilter.h command line: allow setting empty properties 2012-06-07 14:16:58 +02:00
ConfigNode.cpp .ini files: use newer Ini*ConfigNode 2012-06-07 14:16:58 +02:00
ConfigNode.h command line: allow setting empty properties 2012-06-07 14:16:58 +02:00
ConfigTree.h syncevo: Clean up namespace pollution. 2011-08-26 12:52:15 +02:00
CurlTransportAgent.cpp rewrote signal handling 2012-01-20 13:58:52 +01:00
CurlTransportAgent.h syncevo: Clean up namespace pollution. 2011-08-26 12:52:15 +02:00
DataBlob.h DataBlob: abstract access to chunks of data 2010-05-04 09:39:19 +02:00
DBusTraits.h command line: allow setting empty properties 2012-06-07 14:16:58 +02:00
declarations.h stdout: never write to std::cout directly (MB #5041) 2010-03-29 11:01:35 +02:00
DevNullConfigNode.h command line: allow setting empty properties 2012-06-07 14:16:58 +02:00
eds_abi_wrapper.cpp CalDAV + syncevolution.org: fixed segfault without libical+libecal 2012-07-10 15:10:14 +02:00
eds_abi_wrapper.h CalDAV + syncevolution.org: fixed segfault without libical+libecal 2012-07-10 15:10:14 +02:00
FileConfigTree.cpp .ini files: use newer Ini*ConfigNode 2012-06-07 14:16:58 +02:00
FileConfigTree.h syncevo: Clean up namespace pollution. 2011-08-26 12:52:15 +02:00
FileDataBlob.cpp DataBlob: abstract access to chunks of data 2010-05-04 09:39:19 +02:00
FileDataBlob.h DataBlob: abstract access to chunks of data 2010-05-04 09:39:19 +02:00
FilterConfigNode.cpp command line: allow setting empty properties 2012-06-07 14:16:58 +02:00
FilterConfigNode.h command line: allow setting empty properties 2012-06-07 14:16:58 +02:00
ForkExec.cpp ForkExec: removed unnecessary line break 2012-07-10 09:37:25 +00:00
ForkExec.h ForkExec: slight logging improvement 2012-06-29 11:36:32 +02:00
GLibSupport.cpp GMainLoop smart pointer: moved to GLibSupport.h 2012-01-17 11:04:37 +01:00
GLibSupport.h GLibSupport: allow GListCXX<const char> 2012-05-25 10:31:47 +02:00
HashConfigNode.h ConfigNode API: added writeProperties() and clear() 2009-10-07 18:17:14 +02:00
icalstrdup.c libical: moved support code into core SyncEvolution 2011-02-25 12:18:28 +01:00
icalstrdup.h icalstrdup: fixed compile issue in EDS backend 2011-03-01 15:18:21 +01:00
IniConfigNode.cpp command line: allow setting empty properties 2012-06-07 14:16:58 +02:00
IniConfigNode.h command line: allow setting empty properties 2012-06-07 14:16:58 +02:00
installcheck-local.sh pkg-config: added libgdbussyncevo 2012-01-20 10:25:41 +00:00
lcs.cpp syncevo: Clean up namespace pollution. 2011-08-26 12:52:15 +02:00
lcs.h lcs: must include unistd.h for (s)size_t 2012-01-13 16:42:08 +01:00
LocalTransportAgent.cpp testing: added and updated several failure tests 2012-07-10 13:09:04 +00:00
LocalTransportAgent.h local sync: use weak pointers with asynchronous D-Bus calls 2012-07-10 07:35:25 +00:00
Logging.cpp logging: control libsynthesis console output via SYNCEVOLUTION_DEBUG 2012-06-15 12:25:52 +02:00
Logging.h local sync: improved target side output 2012-06-29 11:35:53 +02:00
LogRedirect.cpp LogRedirect: ignore Qt Session managment error 2012-05-30 09:09:07 +02:00
LogRedirect.h command line: use both stdout and stderr 2012-04-11 14:38:54 +02:00
LogStdout.cpp logging (base, stdout and syslog): code refactoring 2012-05-10 22:08:47 +02:00
LogStdout.h logging (base, stdout and syslog): code refactoring 2012-05-10 22:08:47 +02:00
LogSyslog.cpp logging (base, stdout and syslog): code refactoring 2012-05-10 22:08:47 +02:00
LogSyslog.h logging (base, stdout and syslog): code refactoring 2012-05-10 22:08:47 +02:00
MapSyncSource.cpp CalDAV + ActiveSync: fixed support for multiple cycles 2012-03-06 14:03:21 +01:00
MapSyncSource.h engine: tell peers about detached recurrence exceptions 2011-11-09 11:38:14 +01:00
MultiplexConfigNode.cpp command line: allow setting empty properties 2012-06-07 14:16:58 +02:00
MultiplexConfigNode.h command line: allow setting empty properties 2012-06-07 14:16:58 +02:00
ObexTransportAgent.cpp rewrote signal handling 2012-01-20 13:58:52 +01:00
ObexTransportAgent.h OBEX transport: code cleanup 2012-01-20 13:58:52 +01:00
PrefixConfigNode.cpp command line: allow setting empty properties 2012-06-07 14:16:58 +02:00
PrefixConfigNode.h command line: allow setting empty properties 2012-06-07 14:16:58 +02:00
readme2c.pl command line: --delete-items ... * deletes all items 2010-10-26 10:24:48 +02:00
SafeConfigNode.cpp command line: allow setting empty properties 2012-06-07 14:16:58 +02:00
SafeConfigNode.h command line: allow setting empty properties 2012-06-07 14:16:58 +02:00
SafeOstream.cpp DataBlob: abstract access to chunks of data 2010-05-04 09:39:19 +02:00
SafeOstream.h DataBlob: abstract access to chunks of data 2010-05-04 09:39:19 +02:00
SingleFileConfigTree.cpp command line: allow setting empty properties 2012-06-07 14:16:58 +02:00
SingleFileConfigTree.h Port build system to non-recursive Automake. 2011-08-30 16:38:34 +02:00
SmartPtr.h GMainLoop smart pointer: moved to GLibSupport.h 2012-01-17 11:04:37 +01:00
SoupTransportAgent.cpp rewrote signal handling 2012-01-20 13:58:52 +01:00
SoupTransportAgent.h rewrote signal handling 2012-01-20 13:58:52 +01:00
StringDataBlob.cpp syncevo: Clean up namespace pollution. 2011-08-26 12:52:15 +02:00
StringDataBlob.h StringDataBlob: implemented write() method 2010-12-01 12:32:47 +01:00
SuspendFlags.cpp core, WebDAV: improved support for aborting while sleeping 2012-06-20 12:26:43 +02:00
SuspendFlags.h core, WebDAV: improved support for aborting while sleeping 2012-06-20 12:26:43 +02:00
SyncConfig.cpp sync: refresh-from-server implementation configurable 2012-06-15 12:25:52 +02:00
SyncConfig.h sync: refresh-from-server implementation configurable 2012-06-15 12:25:52 +02:00
SyncContext.cpp testing: added and updated several failure tests 2012-07-10 13:09:04 +00:00
SyncContext.h core, WebDAV: improved support for aborting while sleeping 2012-06-20 12:26:43 +02:00
syncevo.am boost: support boost::bind() + weak pointers 2012-07-10 06:30:33 +00:00
syncevolution.pc.in pkg-config: added libgdbussyncevo 2012-01-20 10:25:41 +00:00
SyncML.cpp SyncMLStatus: added more status codes 2012-05-14 16:15:43 +02:00
SyncML.h SyncMLStatus: added more status codes 2012-05-14 16:15:43 +02:00
SyncSource.cpp engine: add DTSTAMP+LAST-MODIFIED before writing calendar items 2012-06-29 11:36:32 +02:00
SyncSource.h testing: fixed testInsertTwice 2012-07-10 09:37:24 +00:00
SynthesisDBPlugin.cpp SyncML server: fixed invalid memory access in blob handling 2012-05-22 09:16:32 +00:00
SynthesisEngine.cpp DBusServer: change status code for password timeout (MB#9636) 2010-03-17 18:40:20 +08:00
SynthesisEngine.h D-Bus server: fix support for WBXML 2012-05-10 22:08:49 +02:00
Timespec.h util/Timespec: moved into Timespec.h 2012-05-10 22:08:47 +02:00
TrackingSyncSource.cpp SyncSource API: support and use Synthesis DB_DataMerged/Replace/Conflict result codes (BMC #22783) 2011-09-14 15:07:30 +02:00
TrackingSyncSource.h phone sync: delete<->delete conflict + phone calendar+todo sync (BMC #23744) 2011-11-18 15:17:21 +00:00
TransportAgent.cpp syncevo-dbus-server: allow SAN messages to start a Connection 2009-10-07 18:12:57 +02:00
TransportAgent.h TransportAgent: simplified timeout API 2011-02-09 15:02:13 +01:00
UserInterface.cpp password handling: fixed KWallet support, global configuration option 2012-05-30 09:09:00 +02:00
UserInterface.h password handling: fixed KWallet support, global configuration option 2012-05-30 09:09:00 +02:00
util.cpp core, WebDAV: improved support for aborting while sleeping 2012-06-20 12:26:43 +02:00
util.h core, WebDAV: improved support for aborting while sleeping 2012-06-20 12:26:43 +02:00
VolatileConfigNode.h .ini files: use newer Ini*ConfigNode 2012-06-07 14:16:58 +02:00
VolatileConfigTree.h config handling: old-style configs not found anymore (BMC #9381) 2010-11-01 12:49:12 +01:00