summaryrefslogtreecommitdiff
path: root/libebackend
Commit message (Expand)AuthorAgeFilesLines
* Bug #680961 - Broken dispatching of EAuthenticationSessionMilan Crha2013-11-253-0/+39
* ESourceRegistry: Ignore hidden files from .source folder monitoringMilan Crha2013-11-222-8/+6
* registry-server: Demote g_print() to g_debug()Colin Walters2013-11-211-1/+1
* libebackend: Use g_debug() for normal operation message instead of g_print()Colin Walters2013-11-211-1/+1
* Makefile.am cleanups.Matthew Barnes2013-11-171-83/+93
* ECollectionBackend: Implement "proxy-resolver" property.Matthew Barnes2013-11-131-0/+7
* Fix/mute issues found by Coverity scanMilan Crha2013-11-131-0/+1
* Bug 710808 - Name all the timeouts added with g_timeout_add()Bastien Nocera2013-10-293-16/+28
* ECollectionBackend: Add a read-only "proxy-resolver" property.Matthew Barnes2013-10-252-2/+143
* Miscellaneous cleanups.Matthew Barnes2013-10-202-6/+16
* Remove other GLib 2.35.x checks.Matthew Barnes2013-09-271-19/+0
* Bug #703181 - Book/calendar backends can authenticate without passwordMilan Crha2013-08-162-6/+40
* Add ESoupAuthBearer.Matthew Barnes2013-07-094-0/+280
* GError instance use-after-free in collection_backend_load_resources()Milan Crha2013-07-011-1/+1
* ESource: Move "remember-password" to Authentication extension.Matthew Barnes2013-04-171-2/+19
* Bug #691939 - Password prompt has "save password" always checkedMilan Crha2013-04-171-1/+10
* Automatically strip D-Bus info from error messages.Matthew Barnes2013-04-151-10/+21
* build: Fix srcdir != builddir from gitColin Walters2013-04-121-4/+4
* Bug #681837 - Make enum type registration thread safeMilan Crha2013-04-123-72/+10
* Add e_weak_ref_new() and e_weak_ref_free().Matthew Barnes2013-03-171-17/+2
* libedataserver: Use g_cclosure_marshal_generic() for all signals.Matthew Barnes2013-03-176-26/+11
* Coding style and whitespace cleanup.Matthew Barnes2013-03-0210-57/+119
* ECollectionBackend: Synchronize display-names on mail sources.Matthew Barnes2013-02-281-0/+18
* Added EDS_TESTING env var to silence messagesTristan Van Berkom2013-02-281-0/+17
* Make the ESourceRegistryServer modules relocatable like addressbook & calendarTristan Van Berkom2013-02-252-1/+16
* 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-222-0/+49
* e_source_registry_server_load_directory: Monitor failure is non-fatal.Matthew Barnes2013-02-221-10/+28
* 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-172-0/+152
* EBackend: Use g_clear_object() in dispose().Matthew Barnes2013-02-171-9/+2
* e_extensible_load_extensions: Allow for retries.Matthew Barnes2013-02-161-2/+16
* EBackend: Avoid breaking libebackend ABI.Matthew Barnes2013-02-131-1/+1
* Introduce e_backend_is_destination_reachable()Milan Crha2013-02-132-0/+117
* Fix few memory leaks in evolution-source-registryMilan Crha2013-02-122-0/+2
* Add e_data_factory_ref_initable_backend().Matthew Barnes2013-02-042-1/+65
* Oopsie...Matthew Barnes2013-02-011-1/+1
* Deprecate e_authentication_session_new().Matthew Barnes2013-02-012-5/+8
* Use e_source_registry_server_new_auth_session().Matthew Barnes2013-02-012-5/+6
* Add e_source_registry_server_new_auth_session().Matthew Barnes2013-02-012-0/+57
* collection_backend_child_added: Inherit the auth session type.Matthew Barnes2013-02-011-0/+6
* EServerSideSource: Add an "auth-session-type" property.Matthew Barnes2013-02-012-0/+94
* Make ECollectionBackend and ECollectionBackendFactory instantiable.Matthew Barnes2013-01-282-9/+10