summaryrefslogtreecommitdiff
path: root/calendar/backends/caldav
Commit message (Expand)AuthorAgeFilesLines
* Makefile.am cleanups.Matthew Barnes2013-11-171-3/+7
* Fix/mute issues found by Coverity scanMilan Crha2013-11-131-1/+2
* ECalBackendCalDAV: Bind to SoupSession's GProxyResolver.Matthew Barnes2013-10-251-33/+5
* Bug 708730 - CalDAV: Improve handling of invalid access tokensMatthew Barnes2013-09-301-9/+51
* ECalBackendCalDAV: Override the shutdown() class method.Matthew Barnes2013-08-151-46/+46
* CalDAV: Add support for OAuth 2.0 authentication.Matthew Barnes2013-07-091-1/+45
* Remove e_cal_backend_sync_set_lock().Matthew Barnes2013-04-021-2/+0
* Remove e_return_data_cal_error_val_if_fail() macro.Matthew Barnes2013-04-011-21/+16
* ECalBackend: Convert get_backend_property() method.Matthew Barnes2013-04-011-27/+29
* ECalBackendCalDAV: Avoid deprecated EDS APIs.Matthew Barnes2013-03-171-28/+15
* Coding style and whitespace cleanup.Matthew Barnes2013-03-021-7/+7
* [CalDAV] Try to search for event when not in local cacheMilan Crha2013-02-131-70/+240
* Deprecate e_cal_backend_notify_opened().Matthew Barnes2013-01-291-6/+2
* Clean up the mess that is CalObjModType.Matthew Barnes2013-01-281-21/+21
* Coding style and whitespace cleanups.Matthew Barnes2013-01-121-18/+19
* Bug #690177 - Use trust-prompt for certificate verification in WebDAV backendsMilan Crha2013-01-091-83/+110
* Revert "Add e_cal_backend_store_save()."Matthew Barnes2013-01-091-1/+0
* Save changes before finalizing ECalBackendStore.Matthew Barnes2013-01-091-0/+1
* Remove e_cal_backend_store_put_timezone().Matthew Barnes2013-01-041-3/+8
* Remove e_cal_backend_store_get_timezone().Matthew Barnes2013-01-041-11/+12
* ECalBackend: Remove internal_get_timezone() method.Matthew Barnes2013-01-041-33/+9
* ECalBackendSExp: Take an ETimezoneCache instead of ECalBackend.Matthew Barnes2013-01-041-7/+7
* ECalBackendStore: Add a "timezone-cache" construct-only property.Matthew Barnes2013-01-041-7/+2
* Merge ECalBackendFileStore into ECalBackendStore.Matthew Barnes2013-01-041-1/+1
* Bug #687642 - Crash under caldav_synch_slave_loop()Milan Crha2012-11-071-3/+3
* Use soup_message_headers_get_list() as a replacement of soup_message_headers_...Milan Crha2012-11-051-7/+7
* Replace deprecated soup_message_headers_get()Milan Crha2012-11-051-7/+7
* Replace deprecated GLib symbols (as of GLib 2.34.x)Milan Crha2012-11-051-46/+43
* Coding style and whitespace cleanup.Matthew Barnes2012-10-201-94/+129
* EDataCalView cleanups.Matthew Barnes2012-10-131-5/+2
* [CalDAV] Block EProxy::changed when changing priv::uriMilan Crha2012-09-101-18/+24
* Coding style and whitespace cleanup.Matthew Barnes2012-09-011-2/+2
* Mark user-visible strings in book/cal backends for translationMilan Crha2012-08-281-7/+7
* Bug #660383 - Backends should listen for changes in refresh intervalMilan Crha2012-08-221-26/+27
* Coding style and whitespace cleanup.Matthew Barnes2012-08-191-6/+6
* ECalBackendCaldav: Remove the remove_sync() method.Matthew Barnes2012-08-161-42/+0
* Bug 681321 - Support both old and new-buf libxml2 APIsColin Walters2012-08-131-10/+29
* Use e_backend_authenticate_sync() in backends.Matthew Barnes2012-07-311-9/+5
* Bug #680013 - Deadlock in CalDAV calendarMilan Crha2012-07-251-15/+70
* Port remaining bits from GConf to GSettingsMilan Crha2012-06-141-1/+0
* Implement single-file includes for all E-D-S libraries.Matthew Barnes2012-06-034-17/+3
* Adapt calendar backends to the new ESource API.Matthew Barnes2012-06-031-163/+215
* Whitespace cleanups.Matthew Barnes2012-06-021-1/+1
* Whitespace cleanups.Matthew Barnes2012-05-131-6/+6
* CalDAV: Also rename NoSuchCal to ObjectNotFound in caldav_server_put_object()Milan Crha2012-05-111-2/+2
* Better error message for SOUP_STATUS_SSL_FAILED responseMilan Crha2012-05-101-0/+20
* CalDAV: Report NoSuchCal only when opening, ObjectNotFound otherwiseMilan Crha2012-05-101-8/+17
* Bug #672398 - CalDAV backend doesn't respect "Copy for offline" optionMilan Crha2012-04-241-4/+1
* Bug #671537 - Option to validate SLL certificates with libsoupMilan Crha2012-04-231-0/+9
* Diff noise reduction.Matthew Barnes2012-04-211-21/+40