summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Correct ECalCache time-related issueswip/offline-cacheMilan Crha2017-05-174-42/+63
* Change how tests get ESourceRegistryMilan Crha2017-05-174-33/+44
* Correct failing tests after change of "Custom-4" UID to "custom-4" (non-capit...Milan Crha2017-05-172-5/+5
* Handle ECache revision change automaticallyMilan Crha2017-05-176-3/+240
* Fix a 'make check' build break in a google address book testMilan Crha2017-05-171-4/+5
* Add some new lines around ESoupSession/EWebDAVSession debug printsMilan Crha2017-05-162-1/+11
* Make EWebDAVDiscover use EWebDAVSessionMilan Crha2017-05-162-1642/+287
* e_webdav_session_delete_sync - let the 'depth' argument be optionalMilan Crha2017-05-163-10/+11
* [ECalMetaBackend] Locally stored attachments (beside cache file) never removedMilan Crha2017-05-163-4/+135
* Add locking around EBook/CalMetaBackend connect/disconnect calls, to not inte...Milan Crha2017-05-162-6/+41
* Update evolution-data-server-docs.sgmlMilan Crha2017-05-161-0/+13
* Make Google book backend derive from EBookMetaBackendMilan Crha2017-05-158-1850/+773
* Make EBookBackendWebDAV derive from EBookMetaBackendMilan Crha2017-05-127-1695/+1014
* Add more EBookMetaBackend testsMilan Crha2017-05-1113-10/+622
* Add some initial tests for EBookMetaBackendMilan Crha2017-05-109-11/+1213
* EBookMetaBackend prototypeMilan Crha2017-05-1014-30/+4620
* Correct one #include in e-cal-meta-backend.hMilan Crha2017-05-041-1/+1
* Add ECalMetaBackend::search_sync()/search_components_sync() optional virtual ...Milan Crha2017-05-042-28/+178
* ecb_caldav_load_component_sync: Try with .ics extension first, then without itMilan Crha2017-04-271-2/+2
* Make CalDAV backend derive from ECalMetaBackend + some other semi-related cha...Milan Crha2017-04-1213-5370/+1841
* Minor not-code changes in ECalMetaBackendMilan Crha2017-04-052-2/+5
* Let ESoupSession understand OAuthMilan Crha2017-04-051-10/+205
* EWebDAVSession - add ACL extension functionsMilan Crha2017-04-042-14/+1663
* Define some E_WEBDAV_COLLATION_... constantsMilan Crha2017-04-031-0/+12
* [EWebDAVSession] MKCOL for address books and enhance error reading a bit moreMilan Crha2017-04-032-110/+384
* [EWebDAVSession] MKCALENDAR and REPORTMilan Crha2017-03-312-45/+394
* [EWebDAVSession] Enhance error extraction from server responsesMilan Crha2017-03-311-24/+100
* Show detailed errors from EWebDAVSession, when provided by the serverMilan Crha2017-03-305-78/+269
* EWebDAVSession - work with LOCK/UNLOCK requestsMilan Crha2017-03-302-6/+537
* Add more EWebDAVSession methodsMilan Crha2017-03-305-162/+1341
* Fill EWebDAVSession with some functions and add more helper bitsMilan Crha2017-03-2812-28/+2338
* Add ESoupSession - hides some common parts into a descendant of SoupSessionMilan Crha2017-03-237-110/+868
* Make GTasks backend work in offline (writable) + ECalMetaBackend test fixesMilan Crha2017-03-225-13/+30
* Make GTasks backend derive from ECalMetaBackendMilan Crha2017-03-213-1132/+591
* Make it possible to provide 'object' within ECalMetaBackendInfoMilan Crha2017-03-216-16/+222
* Make ECalBackendHttp derive from ECalMetaBackendMilan Crha2017-03-212-1300/+458
* Added ECalMetaBackend::requires_reconnect() virtual method and some other fixesMilan Crha2017-03-212-9/+196
* Create "default" cache for ECalMetaBackend in its constructed()Milan Crha2017-03-212-69/+106
* Miscellaneous changes around ECalMetaBackend and ECalCacheMilan Crha2017-03-217-25/+412
* Minor ECalMetaBackend tweaksMilan Crha2017-03-212-67/+97
* Add more ECalMetaBackend testsMilan Crha2017-03-218-28/+2190
* Change prototype of connect_sync() and implement EBackendClass::authenticate_...Milan Crha2017-03-214-8/+164
* Implement refresh with offline changes storingMilan Crha2017-03-214-53/+396
* e_cal_meta_backend_get_changes_sync: Provide default implementationMilan Crha2017-03-211-1/+115
* Implement ECalBackend/Sync virtual methodsMilan Crha2017-03-219-150/+2568
* Add few tests for ECalMetaBackend utility functionsMilan Crha2017-03-215-12/+531
* Begin prototype of ECalMetaBackendMilan Crha2017-03-216-5/+1210
* Add missing G_END_DECLS in header filesMilan Crha2017-03-212-0/+4
* Add ECalCache getters test + some other minor changesMilan Crha2017-03-217-10/+258
* ECalCache test change for a floating time eventMilan Crha2017-03-212-3/+6