Camel: Allow SSL certificate resave and use detailed errors from SSL stream
[platform/upstream/evolution-data-server.git] / libedataserver /
2012-05-13 Matthew BarnesUse g_simple_async_result_set_check_cancellable().
2012-05-13 Matthew BarnesWhitespace cleanups.
2012-05-08 Matthew BarnesAdd EAsyncClosure.
2012-04-24 Matthew BarnesRevert unintentional API break in libedataserver.
2012-04-21 Matthew BarnesDiff noise reduction.
2012-04-21 Matthew BarnesNudge ESource toward its new API.
2012-04-18 Matthew BarnesRemove some redundant argument checks.
2012-04-07 Matthew BarnesAdd e_file_recursive_delete().
2012-04-04 Milan CrhaBug #664793 - Deadlock on EClient operation cancel
2012-04-01 Matthew BarnesRemove migration of categories from GConf.
2012-03-27 Christophe DumezBug 670457: Add bulk methods to ECalClient
2012-03-26 Philip Withnallbuild: Add an --enable-code-coverage configure option...
2012-03-02 Milan CrhaBug #658742 - Gettext messages require translator comments
2012-02-27 Milan CrhaFix nasty typos from recent whitespace cleanup commit
2012-02-20 Matthew BarnesCoding style and whitespace cleanup.
2012-02-20 Matthew BarnesAdd untracked ".valid" files to CLEANFILES.
2012-02-17 Milan CrhaUse GSettings for EProxy
2012-02-14 Milan CrhaFix issues found by Coverity Scan
2012-02-01 Milan CrhaFix few memory leaks
2012-01-11 Philip WithnallBug 667388 — Introspection annotation fixes for nullabl...
2012-01-04 Milan CrhaBug #665036 - Memory leaks spot in Contacts view
2011-12-23 Matthew BarnesBug 666770 - Add gmodule-2.0 to libedataserver.pc
2011-12-23 Milan CrhaBug #592906 - Birthdays from WebDAV contacts do not...
2011-11-25 Milan CrhaEProxy: Disconnect from signal handlers on dispose
2011-11-23 Tristan Van BerkomBug #652177 - Add "revision" property to calendar file...
2011-11-15 Matthew BarnesAdd useful GBinding transform funcs from e-util.
2011-11-14 Matthew BarnesUpdate API docs.
2011-11-10 Milan CrhaBug #659736 - Do not report change on property set...
2011-11-07 Milan CrhaIntroduce e_gdbus_templates_init_main_thread()
2011-10-21 Alban BrowaeysBug #660656 - Fix e_iterator_get annotation
2011-10-16 Matthew BarnesUpdate libedataserver API docs.
2011-10-12 Christophe DumezBug #661448 - e_util_copy_*_slist(): Avoid using append...
2011-10-11 Christophe DumezRevert "gdbus_proxy_call_sync: stop using g_usleep()"
2011-10-10 Christophe Dumezgdbus_proxy_call_sync: stop using g_usleep()
2011-10-07 Christophe Dumezgdbus_proxy_call_sync: check sync flag more frequently
2011-10-03 Milan CrhaProvide EClient's GSList utility functions within e...
2011-09-30 Milan CrhaBug #601898 - SOCKS proxy does not work with mailer
2011-09-29 Matthew BarnesRequire GLib 2.30.
2011-09-26 Milan CrhaBug #659568 - One day delay in calendar view
2011-09-26 Christophe Dumeze_util_utf8_make_valid: Remove dead code
2011-09-26 Milan CrhaBug #655252 - Need to escape the comp_uid part of a...
2011-09-16 Raul Gutierrez SegalesIntrospection: improve annotation for e_source_peek_group
2011-09-13 Christophe Dumeze-gdbus-templates: Fix incorrect type check in e_gdbus_...
2011-09-06 Milan CrhaBug #655728 - Read proxy settings from GSettings since...
2011-09-06 Vincent UntzBug #655837 - Avoid use of deprecated g_unicode_canonic...
2011-09-03 Matthew BarnesMake sure all new APIs have "Since: 3.2" tags.
2011-09-03 Matthew BarnesCoding style and whitespace cleanups.
2011-09-01 Raul Gutierrez SegalesIntrospection: e_source_set_proproperty's property_valu...
2011-08-23 Milan CrhaBug #655997 - Unneeded context specifiers
2011-08-09 Milan CrhaAdd a bit more type checking in ESourceList
2011-08-03 Christophe DumezAdd missing G_BEGIN_DECLS macro to libedataserver/e...
2011-08-02 Milan CrhaBug #655190 - Sluggish performance interacting with...
2011-08-01 Milan CrhaBug #655499 - Don't crash when getting contacts before...
2011-07-29 Milan CrhaMerge same backtraces into one e_pointer_tracker report
2011-07-29 Milan CrhaBe able to provide backtraces for e_ptr_tracker* functions
2011-07-29 Raul Gutierrez SegalesIntrospection: state the element-type when using GSLists
2011-07-28 Raul Gutierrez SegalesIntrospection: fix annotation in e_client_get_capabilities
2011-07-28 Milan CrhaAdd missing \n in a debug print
2011-07-27 Milan CrhaBug #654472 - Crash on async error return over GDBus
2011-07-04 Matthew BarnesAuthorization domains are no longer used in password...
2011-07-03 Matthew BarnesFix build break (my bad).
2011-07-03 Matthew BarnesUpdate API documentation.
2011-06-29 Milan CrhaFix LDAP authentication and process authentication...
2011-06-27 Milan CrhaAllow asynchronous retrieval of EClient capabilities...
2011-06-23 Colin WaltersFix a few srcdir != builddir issues
2011-06-15 Raul Gutierrez SegalesEmit notification for EClient::opened property
2011-06-14 Milan CrhaDo not use deprecated EBook/ECal API
2011-06-13 Matthew BarnesCoding style and whitespace cleanups.
2011-05-29 Raul Gutierrez SegalesIntrospection: add missing annotations in libedataserver
2011-05-29 Raul Gutierrez SegalesVala bindings: include gio-2.0 needed by EDataServer
2011-05-28 Matthew BarnesIncluding <glib-object.h> directly is rarely needed.
2011-05-28 Matthew BarnesIncluding <glib.h> directly is rarely needed.
2011-05-23 Milan CrhaNew EClient/EBookClient/ECalClient API deprecating...
2011-05-18 Raul Gutierrez Segaleslibedataserver: break down long lines of the Introspect...
2011-05-18 Raul Gutierrez SegalesAdd the correct headers to libedataserver's GIR file
2011-05-18 Raul Gutierrez SegalesFixed annotations in libedataserver
2011-05-08 Matthew BarnesCoding style cleanups.
2011-05-08 Raul Gutierrez SegalesBug 649684 - GIR files should contain <package name...
2011-03-22 Matthew BarnesCollect all test code into a top-level "tests" directory
2011-03-20 David WoodhouseRemove ESoapMessage and ESoapResponse
2011-03-18 Matthew BarnesCoding style and whitespace cleanup.
2011-03-14 Milan CrhaBug #644532 - Crash when opening ESource with local...
2011-03-14 Matthew BarnesImprove libedataserver API docs (not done yet).
2011-03-05 Matthew BarnesBump BASE_VERSION to 3.0.
2011-03-05 Matthew BarnesCoding style cleanup.
2011-03-05 Matthew BarnesUpdate API documentation.
2011-03-03 Milan Crhae_source_copy() may copy also relative_uri
2011-02-24 Milan CrhaBug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE...
2011-02-16 Milan CrhaBug #638246 - Runtime warning: and_operator: assertion...
2011-02-14 Matthew BarnesEProxy cleanup.
2011-02-12 Matthew BarnesRemove NULL checks for GObject methods.
2011-02-09 Milan CrhaBe able to define DBus call timeout in configure and...
2011-02-08 Kjartan MaraasBug 641757 - Fix warnings from GCC 4.6
2011-02-07 Milan CrhaProperly fix bug #601111
2011-02-07 Milan CrhaBug #601111 - Do not use empty host names in EProxy
2011-01-30 Matthew BarnesMore whitespace cleanup.
2011-01-27 Milan CrhaBug #623933 - Crash under ESourceList::conf_changed_cal...
2010-12-27 Matthew BarnesRemember to chain up in dispose() methods.
2010-12-10 Milan CrhaBug #633557 - Translation comments needed
2010-12-10 Milan CrhaDo not store and generate locel:/system URIs
next