summaryrefslogtreecommitdiff
path: root/libebackend/e-backend.c
Commit message (Expand)AuthorAgeFilesLines
* 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