<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/evolution-data-server.git/libedataserver/e-data-server-util.c, branch sqlite-refactor</title>
<subtitle>gitlab.gnome.org: GNOME/evolution-data-server.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/evolution-data-server.git/'/>
<entry>
<title>Add macros/functions to help name timeouts.</title>
<updated>2013-10-29T15:37:47+00:00</updated>
<author>
<name>Matthew Barnes</name>
<email>mbarnes@redhat.com</email>
</author>
<published>2013-10-29T15:37:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/evolution-data-server.git/commit/?id=7280d882f99076ba9a0ab7375806f7aad77d3d66'/>
<id>7280d882f99076ba9a0ab7375806f7aad77d3d66</id>
<content type='text'>
The macros form a name for the timeout GSource implicitly.

New macros:

  e_named_timeout_add()
  e_named_timeout_add_full()
  e_named_timeout_add_seconds()
  e_named_timeout_add_seconds_full()

New functions (called by the macros):

  e_timeout_add_with_name()
  e_timeout_add_seconds_with_name()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The macros form a name for the timeout GSource implicitly.

New macros:

  e_named_timeout_add()
  e_named_timeout_add_full()
  e_named_timeout_add_seconds()
  e_named_timeout_add_seconds_full()

New functions (called by the macros):

  e_timeout_add_with_name()
  e_timeout_add_seconds_with_name()
</pre>
</div>
</content>
</entry>
<entry>
<title>Add e_util_strv_equal().</title>
<updated>2013-10-25T17:27:05+00:00</updated>
<author>
<name>Matthew Barnes</name>
<email>mbarnes@redhat.com</email>
</author>
<published>2013-10-21T18:19:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/evolution-data-server.git/commit/?id=730182476511ecc6d8d4f445eb08e42e3ba3dea4'/>
<id>730182476511ecc6d8d4f445eb08e42e3ba3dea4</id>
<content type='text'>
Compares two NULL-terminated string arrays for equality, handling NULL
gracefully for either argument.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Compares two NULL-terminated string arrays for equality, handling NULL
gracefully for either argument.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added missing copyright attributions.</title>
<updated>2013-08-29T13:00:05+00:00</updated>
<author>
<name>Tristan Van Berkom</name>
<email>tristan.van.berkom@gmail.com</email>
</author>
<published>2013-08-29T12:38:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/evolution-data-server.git/commit/?id=e207234e49091d5cd5d1eaff78614f5b80a4b4c1'/>
<id>e207234e49091d5cd5d1eaff78614f5b80a4b4c1</id>
<content type='text'>
All of the files effected by this commit have been modified by me
over the last year, just comming back to assign copyright for the
modifications I made.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
All of the files effected by this commit have been modified by me
over the last year, just comming back to assign copyright for the
modifications I made.
</pre>
</div>
</content>
</entry>
<entry>
<title>Switch NULL to empty string in e_util_utf8_{data_}make_valid()</title>
<updated>2013-04-16T14:58:37+00:00</updated>
<author>
<name>Milan Crha</name>
<email>mcrha@redhat.com</email>
</author>
<published>2013-04-16T14:51:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/evolution-data-server.git/commit/?id=ebb998f2809a0d0e410b46f47f386a3e60c71afe'/>
<id>ebb998f2809a0d0e410b46f47f386a3e60c71afe</id>
<content type='text'>
It's used on various places which expect a valid string, but which
doesn't check for NULL values of the string, which can cause a crash,
like xtian found with e_data_cal_respond_get_object(), which can have
passed in a NULL object. This change is also to avoid NULL-checking
on too many places.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It's used on various places which expect a valid string, but which
doesn't check for NULL values of the string, which can cause a crash,
like xtian found with e_data_cal_respond_get_object(), which can have
passed in a NULL object. This change is also to avoid NULL-checking
on too many places.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add e_weak_ref_new() and e_weak_ref_free().</title>
<updated>2013-03-17T13:35:48+00:00</updated>
<author>
<name>Matthew Barnes</name>
<email>mbarnes@redhat.com</email>
</author>
<published>2013-03-16T14:41:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/evolution-data-server.git/commit/?id=28dfb63bdb855c37e68b71356aec291770b83dd0'/>
<id>28dfb63bdb855c37e68b71356aec291770b83dd0</id>
<content type='text'>
This has come up enough times now that it's worth adding public API.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This has come up enough times now that it's worth adding public API.
</pre>
</div>
</content>
</entry>
<entry>
<title>Deprecate e_data_server_util_get/set_dbus_call_timeout().</title>
<updated>2013-02-06T12:54:58+00:00</updated>
<author>
<name>Matthew Barnes</name>
<email>mbarnes@redhat.com</email>
</author>
<published>2013-02-06T12:53:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/evolution-data-server.git/commit/?id=78db78bf8b648c32ced27231edb8708cea0a8900'/>
<id>78db78bf8b648c32ced27231edb8708cea0a8900</id>
<content type='text'>
No longer used.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
No longer used.
</pre>
</div>
</content>
</entry>
<entry>
<title>e-data-server-util.c: Fix a couple typos.</title>
<updated>2013-01-12T22:04:01+00:00</updated>
<author>
<name>Matthew Barnes</name>
<email>mbarnes@redhat.com</email>
</author>
<published>2013-01-12T22:04:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/evolution-data-server.git/commit/?id=bc882c750204c9df34f562c4973857b9cd445c43'/>
<id>bc882c750204c9df34f562c4973857b9cd445c43</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Deprecate e_util_copy_object_slist().</title>
<updated>2013-01-12T20:16:20+00:00</updated>
<author>
<name>Matthew Barnes</name>
<email>mbarnes@redhat.com</email>
</author>
<published>2013-01-12T20:16:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/evolution-data-server.git/commit/?id=ef212a837367a79402f1c894d13423f91bea4392'/>
<id>ef212a837367a79402f1c894d13423f91bea4392</id>
<content type='text'>
Use g_slist_copy_deep() instead, and optionally g_slist_concat() to
concatenate the copied list to another GSList.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use g_slist_copy_deep() instead, and optionally g_slist_concat() to
concatenate the copied list to another GSList.
</pre>
</div>
</content>
</entry>
<entry>
<title>Deprecate e_util_copy_string_slist().</title>
<updated>2013-01-12T20:14:29+00:00</updated>
<author>
<name>Matthew Barnes</name>
<email>mbarnes@redhat.com</email>
</author>
<published>2013-01-12T20:14:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/evolution-data-server.git/commit/?id=72986766f28c2dbc26cee13eff85c2b90096cd9d'/>
<id>72986766f28c2dbc26cee13eff85c2b90096cd9d</id>
<content type='text'>
Use g_slist_copy_deep() instead, and optionally g_slist_concat() to
concatenate the copied list to another GSList.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use g_slist_copy_deep() instead, and optionally g_slist_concat() to
concatenate the copied list to another GSList.
</pre>
</div>
</content>
</entry>
<entry>
<title>Deprecate e_util_free_object_slist().</title>
<updated>2013-01-12T19:37:46+00:00</updated>
<author>
<name>Matthew Barnes</name>
<email>mbarnes@redhat.com</email>
</author>
<published>2013-01-12T19:37:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/evolution-data-server.git/commit/?id=c482d9abb0e41a7641286c618d92f37093412093'/>
<id>c482d9abb0e41a7641286c618d92f37093412093</id>
<content type='text'>
Use g_slist_free_full() instead.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use g_slist_free_full() instead.
</pre>
</div>
</content>
</entry>
</feed>
