summaryrefslogtreecommitdiff
path: root/libebackend/e-backend.c
Commit message (Expand)AuthorAgeFilesLines
* Bug 756530 - Deadlock in e_backend_set_online()Milan Crha2015-10-141-4/+6
* Bug 750964 - Backend online state not updated before calling open()Milan Crha2015-09-031-1/+46
* Bug 751701 - Update ESource's connection status after server connectMilan Crha2015-07-011-0/+32
* Provide default implementation of EBackend::authenticate_sync()Milan Crha2015-06-121-0/+16
* Correct and enhance developer documentation a bitMilan Crha2015-05-121-6/+5
* Add ESource::UnsetLastCredentialsRequiredArguments methodMilan Crha2015-05-061-0/+19
* [CalDAV] Be able to open in offline mode when VPN is downMilan Crha2015-02-251-3/+24
* Update devel-doc Since from 3.14 to 3.16Milan Crha2015-02-241-6/+6
* Set ESource's connection-status to disconnected on EBackend's disposeMilan Crha2015-02-041-0/+1
* Move authentication of backends back to the clientMilan Crha2015-02-021-159/+395
* Bug 736006 - Crash under backend_finalize() during online state changeMilan Crha2015-01-121-20/+21
* Bug 712392 - Delay server availability checks on network changeMilan Crha2014-10-241-9/+20
* Do not define EBackend::online as G_PARAM_CONSTRUCTMilan Crha2014-10-101-1/+1
* EBackend: Fix view leak when the client crashesFabiano FidĂȘncio2014-04-291-0/+29
* Bug #727237 - Correct LGPL license information in sourcesMilan Crha2014-04-141-3/+3
* Bug 721527 - License text contains obsolete FSF postal addressMatthew Barnes2014-01-071-10/+9
* Libebackend: Fixing gtk-doc comments and adding gtk-doc section headersTristan Van Berkom2013-12-061-2/+3
* Remove other GLib 2.35.x checks.Matthew Barnes2013-09-271-19/+0
* Coding style and whitespace cleanup.Matthew Barnes2013-03-021-17/+19
* Do not update EBackend::online in a separate threadMilan Crha2013-02-251-29/+2
* EBackend: Update online state from the correct main loop context.Matthew Barnes2013-02-221-33/+47
* EBackend: Add a read-only "main-context" property.Matthew Barnes2013-02-221-0/+48
* Do not compile code which might be unnecessary with GLib 2.35.9+Milan Crha2013-02-211-5/+10
* Revert "Revert "Make network connection change listener actually working""Milan Crha2013-02-211-19/+97
* Revert "Make network connection change listener actually working"Matthew Barnes2013-02-211-97/+19
* Make network connection change listener actually workingMilan Crha2013-02-211-19/+97
* EBackend: Use e_source_authentication_ref_connectable().Matthew Barnes2013-02-201-17/+4
* EBackend: Utilize g_network_monitor_can_reach_async().Matthew Barnes2013-02-171-5/+110
* EBackend: Keep a reference on GNetworkMonitor.Matthew Barnes2013-02-171-10/+32
* EBackend: Add a "connectable" property (GSocketConnectable).Matthew Barnes2013-02-171-0/+148
* EBackend: Use g_clear_object() in dispose().Matthew Barnes2013-02-171-9/+2
* Introduce e_backend_is_destination_reachable()Milan Crha2013-02-131-0/+103
* Bump libsoup dependency to 2.40.3Milan Crha2013-01-181-49/+3
* Avoid GSList in new public APIs.Matthew Barnes2013-01-121-5/+5
* Coding style and whitespace cleanups.Matthew Barnes2013-01-121-33/+52
* Bug #690177 - Use trust-prompt for certificate verification in WebDAV backendsMilan Crha2013-01-091-3/+213
* EBackend: Add authenticate() sync+async methods.Matthew Barnes2012-07-311-0/+210
* Do not call g_object_notify() when property didn't changeMilan Crha2012-06-181-1/+1
* Implement single-file includes for all E-D-S libraries.Matthew Barnes2012-06-031-1/+1
* libebackend documentation touch ups.Matthew Barnes2012-05-261-1/+1
* Remove EBackend::last-client-gone signal.Matthew Barnes2012-04-161-34/+0
* Remove EDataFactory's "online" property.Matthew Barnes2012-04-141-0/+20
* Add various base classes for backends and servers.Matthew Barnes2011-09-261-0/+267