summaryrefslogtreecommitdiff
path: root/calendar/backends/http
Commit message (Expand)AuthorAgeFilesLines
* Makefile.am cleanups.Matthew Barnes2013-11-171-23/+27
* ECalBackendHttp: Bind to SoupSession's GProxyResolver.Matthew Barnes2013-10-251-17/+5
* Bug #704688 - HTTP Backend: Don't authenticate unnecessarilyMilan Crha2013-08-091-18/+13
* Fix buildKjartan Maraas2013-08-081-0/+1
* Bug #704618 - Missing detached instances in get_object() responseMilan Crha2013-07-221-7/+13
* Remove e_cal_backend_sync_set_lock().Matthew Barnes2013-04-021-2/+3
* Remove e_return_data_cal_error_val_if_fail() macro.Matthew Barnes2013-04-011-10/+0
* ECalBackend: Convert get_backend_property() method.Matthew Barnes2013-04-011-19/+21
* ECalBackendHttp: Avoid deprecated EDS APIs.Matthew Barnes2013-03-171-9/+2
* Coding style and whitespace cleanup.Matthew Barnes2013-03-021-1/+5
* ECalBackendHttp: Ignore cancellations when retrieving data.Matthew Barnes2013-02-251-1/+5
* Deprecate e_cal_backend_notify_opened().Matthew Barnes2013-01-291-10/+1
* Clean up the mess that is CalObjModType.Matthew Barnes2013-01-281-2/+2
* Coding style and whitespace cleanups.Matthew Barnes2013-01-121-1/+2
* Bug #690177 - Use trust-prompt for certificate verification in WebDAV backendsMilan Crha2013-01-091-14/+42
* Revert "Add e_cal_backend_store_save()."Matthew Barnes2013-01-091-6/+7
* Save changes before finalizing ECalBackendStore.Matthew Barnes2013-01-091-7/+6
* [http calendar] Ref backend inside source_changed_cb()Milan Crha2013-01-091-0/+4
* Remove e_cal_backend_store_put_timezone().Matthew Barnes2013-01-041-5/+7
* ECalBackend: Remove internal_get_timezone() method.Matthew Barnes2013-01-041-35/+3
* ECalBackendSExp: Take an ETimezoneCache instead of ECalBackend.Matthew Barnes2013-01-041-3/+11
* ECalBackendStore: Add a "timezone-cache" construct-only property.Matthew Barnes2013-01-041-1/+2
* e_cal_backend_store_put_timezone(): Remove const qualifier.Matthew Barnes2013-01-041-1/+1
* Merge ECalBackendFileStore into ECalBackendStore.Matthew Barnes2013-01-041-1/+1
* Use soup_message_headers_get_list() as a replacement of soup_message_headers_...Milan Crha2012-11-051-1/+1
* Replace deprecated soup_message_headers_get()Milan Crha2012-11-051-1/+1
* Coding style and whitespace cleanup.Matthew Barnes2012-10-201-20/+27
* EDataCalView cleanups.Matthew Barnes2012-10-131-4/+3
* Bug #677685 - WebCal backend doesn't stop opening phase on errorMilan Crha2012-09-141-4/+4
* Coding style and whitespace cleanup.Matthew Barnes2012-09-011-1/+1
* Bug #660383 - Backends should listen for changes in refresh intervalMilan Crha2012-08-221-87/+35
* Coding style and whitespace cleanup.Matthew Barnes2012-08-191-7/+7
* ECalBackendHttp: Remove the remove_sync() method.Matthew Barnes2012-08-161-19/+0
* Use e_backend_authenticate_sync() in backends.Matthew Barnes2012-07-311-7/+2
* Preset timeout on SoupSession-s to 90 secondsMilan Crha2012-07-111-0/+1
* 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/+4
* Adapt calendar backends to the new ESource API.Matthew Barnes2012-06-031-250/+424
* Whitespace cleanups.Matthew Barnes2012-06-021-1/+1
* Better error message for SOUP_STATUS_SSL_FAILED responseMilan Crha2012-05-101-0/+18
* Bug #671537 - Option to validate SLL certificates with libsoupMilan Crha2012-04-231-1/+11
* Diff noise reduction.Matthew Barnes2012-04-211-25/+27
* Remove some redundant argument checks.Matthew Barnes2012-04-181-2/+1
* Bug 670457: Add bulk methods to ECalClientChristophe Dumez2012-03-271-29/+28
* build: Add an --enable-code-coverage configure option to enable gcov supportPhilip Withnall2012-03-261-2/+6
* Coding style and whitespace cleanup.Matthew Barnes2012-02-201-33/+13
* Fix issues found by Coverity ScanMilan Crha2012-02-141-2/+0
* Fix few memory leaksMilan Crha2012-02-011-2/+4
* Bug #662068 - Crash in e-cal-backend-http.c:retrieval_doneMilan Crha2011-12-141-2/+17
* Avoid crash in e-cal-backend-http.c:webcal_to_http_methodMilan Crha2011-11-251-11/+11