summaryrefslogtreecommitdiff
path: root/src/backends/webdav/CalDAVSource.cpp
AgeCommit message (Expand)AuthorFilesLines
2021-02-06C++: better types for loop variablesPatrick Ohly1-1/+1
2020-12-05C++: automatically determine iterator typesPatrick Ohly1-11/+11
2020-12-05C++: avoid NULLPatrick Ohly1-9/+9
2020-12-05C++: replace boost::shared_ptr, boost::function, boost::bindPatrick Ohly1-92/+69
2020-12-05C++: simpler for loopsPatrick Ohly1-9/+6
2018-01-03libical: support libical v3 (FDO #104220)Patrick Ohly1-2/+1
2014-07-14Google Calendar: remove child hack, improve alarm hack (FDO #63881)Patrick Ohly1-91/+26
2014-05-02code restructing: Exception, throwError()Patrick Ohly1-4/+4
2013-11-26CalDAV: remove dead codePatrick Ohly1-6/+0
2013-05-06Logging: eliminate _instance from SE_LOG* macrosPatrick Ohly1-16/+16
2013-05-06Logging: remove usage of Logger instancePatrick Ohly1-9/+9
2012-06-20core, WebDAV: improved support for aborting while sleepingPatrick Ohly1-1/+1
2012-03-13CalDAV: fixed Google 404 workaroundPatrick Ohly1-3/+22
2012-03-06CalDAV + ActiveSync: fixed support for multiple cyclesPatrick Ohly1-0/+2
2012-02-23CalDAV: workaround for Radicale multigetPatrick Ohly1-5/+47
2012-02-23CalDAV: ignore empty items in Google Calendar, part IIPatrick Ohly1-0/+19
2012-02-21WebDAV: ignore empty items in Google CalendarPatrick Ohly1-4/+21
2011-12-01CalDAV: fixed "variable set but unused" issuePatrick Ohly1-2/+0
2011-11-14phone sync: delete<->delete conflict + phone calendar+todo sync (BMC #23744)Patrick Ohly1-24/+10
2011-11-14CalDAV: filter out X-SYNCEVOLUTION-EXDATE-DETACHEDPatrick Ohly1-12/+23
2011-11-12CalDAV: revised RECURRENCE-ID -> EXDATE supportPatrick Ohly1-35/+47
2011-11-09EDS compatibility: added functions needed for X- propertiesPatrick Ohly1-2/+2
2011-11-09CalDAV: support RECURRENCE-ID -> EXDATEs hintPatrick Ohly1-0/+37
2011-11-04CalDAV: add RECURRENCE-ID in updatePatrick Ohly1-2/+47
2011-10-17TestingSyncSource+CalDAV: added "delete all" API callPatrick Ohly1-0/+42
2011-09-14SyncSource API: support and use Synthesis DB_DataMerged/Replace/Conflict resu...Patrick Ohly1-12/+11
2011-08-26CalDAV + Google: further workarounds for linked itemsPatrick Ohly1-0/+43
2011-08-26CalDAV: fixed memory leaksPatrick Ohly1-0/+4
2011-08-26CalDAV + Google: LAST-MODIFIED wasn't sent as UTCPatrick Ohly1-0/+1
2011-08-17Evolution Calendar: fixed error handling for broken TZIDsPatrick Ohly1-2/+4
2011-08-10CalDAV: transform UTC RECURRENCE-ID for Evolution (BMC #22594)Patrick Ohly1-15/+61
2011-08-03CalDAV: continue despite Google Calendar access problems (see BMC #19484)Patrick Ohly1-7/+39
2011-08-03CalDAV: fixed incorrect change tracking causing "event not found" (BMC #22329)Patrick Ohly1-1/+2
2011-08-03CalDAV: handle delete<->delete conflict during local sync (BMC #22327)Patrick Ohly1-6/+36
2011-06-29CalDAV: handle response with no data (Google)Patrick Ohly1-0/+10
2011-06-28CalDAV: ensure that UID is set during updatePatrick Ohly1-5/+16
2011-06-28CalDAV + MapSyncSource: rewrote change trackingPatrick Ohly1-1/+1
2011-06-28CalDAV + updateAllSubItems(): fixed updating itemsPatrick Ohly1-0/+2
2011-06-28CalDAV + updateAllSubItems(): fixed listing of revisionsPatrick Ohly1-7/+9
2011-06-26CalDAV: fix for use-after-free of multiget bufferPatrick Ohly1-1/+2
2011-06-26CalDAV: removed obsolete commentPatrick Ohly1-3/+1
2011-06-26CalDAV: implemented reading of only the changed item datawebdav-optimizationPatrick Ohly1-11/+127
2011-06-26CalDAV: code cleanup - removed 'result' variablePatrick Ohly1-3/+0
2011-06-25WebDAV: moved common href and etag handling into common parserPatrick Ohly1-22/+15
2011-06-24CalDAV: cache UID in revision mapPatrick Ohly1-13/+17
2011-06-24CalDAV: avoid GET in slow syncPatrick Ohly1-12/+41
2011-06-24WebDAV templates: avoid complete data dumpPatrick Ohly1-0/+5
2011-06-24CalDAV: avoid GET before DELETEPatrick Ohly1-4/+19
2011-06-24WebDAV: use CTag for quick change detectionPatrick Ohly1-3/+34
2011-06-17Google CalDAV: fixed the child hackPatrick Ohly1-1/+18