summaryrefslogtreecommitdiff
path: root/libebackend/e-data-factory.c
Commit message (Expand)AuthorAgeFilesLines
* Always hold EDBusServer when opening factory subprocessMilan Crha2015-09-021-17/+14
* Bug 751108 - Source registry Reload() method call brokenMilan Crha2015-06-171-8/+67
* Add --factory parameter to factory subprocesses for easier debuggingMilan Crha2015-06-041-1/+6
* Update devel-doc Since from 3.14 to 3.16Milan Crha2015-02-241-3/+3
* Bug 743015 - Calendar factory crashes when trying to open a book sourceMilan Crha2015-02-031-73/+93
* Move authentication of backends back to the clientMilan Crha2015-02-021-1/+2
* Factory could close due to inactivity with slow backend subprocess openMilan Crha2014-10-301-3/+19
* Bug #732948 - Add backend-per-process supportFabiano FidĂȘncio2014-07-111-489/+721
* EBackend: Fix view leak when the client crashesFabiano FidĂȘncio2014-04-291-12/+85
* Bug #727237 - Correct LGPL license information in sourcesMilan Crha2014-04-141-3/+3
* Bug #727431 - Merge common factories' code into a superclassFabiano FidĂȘncio2014-04-101-8/+620
* Bug 721527 - License text contains obsolete FSF postal addressMatthew Barnes2014-01-071-10/+9
* libebackend: Use g_debug() for normal operation message instead of g_print()Colin Walters2013-11-211-1/+1
* 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-171-2/+1
* Add e_data_factory_ref_initable_backend().Matthew Barnes2013-02-041-1/+59
* EDataFactory: Add a "backend-created" signal.Matthew Barnes2012-11-121-0/+32
* Replace deprecated GLib symbols (as of GLib 2.34.x)Milan Crha2012-11-051-5/+5
* 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
* Nudge ESource toward its new API.Matthew Barnes2012-04-211-1/+1
* EDataFactory: Readability tweaks.Matthew Barnes2012-04-171-23/+23
* Add e_data_factory_ref_backend_factory().Matthew Barnes2012-04-171-2/+46
* EDataFactory: Clarify a comment.Matthew Barnes2012-04-161-5/+2
* EDataFactory: Move reload policy to subclasses.Matthew Barnes2012-04-161-20/+0
* EDataFactory: Keep only weak references to backends.Matthew Barnes2012-04-161-24/+62
* EDataFactory: Add 'backend_factory_type' class member.Matthew Barnes2012-04-151-1/+5
* Have EDBusServer load modules and extensions.Matthew Barnes2012-04-151-4/+0
* EDataFactory: No need to implement GInitable.Matthew Barnes2012-04-151-21/+11
* EDataFactory: Remove redundant interface declaration.Matthew Barnes2012-04-151-2/+1
* Remove EDataFactory's "online" property.Matthew Barnes2012-04-141-96/+0
* Add E_DBUS_SERVER_EXIT_RELOAD.Matthew Barnes2012-04-101-0/+20
* EDataFactory: Use GNetworkMonitor always.Matthew Barnes2012-03-311-89/+10
* Bug 669847 - Fix up online notification (part 2)Alexander Larsson2012-02-071-0/+41
* Bug 669487 - Fix up online notification (part 1)Alexander Larsson2012-02-071-40/+17
* Add various base classes for backends and servers.Matthew Barnes2011-09-261-0/+392