<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/evolution-data-server.git/libedataserver/e-source-authenticator.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>Fix/mute issues found by Coverity scan</title>
<updated>2013-11-13T08:40:46+00:00</updated>
<author>
<name>Milan Crha</name>
<email>mcrha@redhat.com</email>
</author>
<published>2013-11-13T08:40:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/evolution-data-server.git/commit/?id=a317be96dcffe6ce2c5900fe4e76d955e2294ce9'/>
<id>a317be96dcffe6ce2c5900fe4e76d955e2294ce9</id>
<content type='text'>
This makes the code free of Coverity scan issues, except of the doc/
folder. It is sometimes quite pedantic and expects/suggests some
coding habits, thus certain changes may look weird, but for a good
thing, I hope. The code is also tagged with Coverity scan
suppressions, to keep the code as is and hide the warning too.
Also note that Coverity treats g_return_if_fail(), g_assert() and
similar macros as unreliable, and it's true these can be disabled
during the compile time, thus it brings in other set of 'weird'
changes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes the code free of Coverity scan issues, except of the doc/
folder. It is sometimes quite pedantic and expects/suggests some
coding habits, thus certain changes may look weird, but for a good
thing, I hope. The code is also tagged with Coverity scan
suppressions, to keep the code as is and hide the warning too.
Also note that Coverity treats g_return_if_fail(), g_assert() and
similar macros as unreliable, and it's true these can be disabled
during the compile time, thus it brings in other set of 'weird'
changes.
</pre>
</div>
</content>
</entry>
<entry>
<title>Miscellaneous cleanups.</title>
<updated>2013-10-20T13:46:11+00:00</updated>
<author>
<name>Matthew Barnes</name>
<email>mbarnes@redhat.com</email>
</author>
<published>2013-10-20T13:17:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/evolution-data-server.git/commit/?id=bfbedfb4c64501fceaf68961bac29b92a9d7f8b2'/>
<id>bfbedfb4c64501fceaf68961bac29b92a9d7f8b2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug #703181 - Book/calendar backends can authenticate without password</title>
<updated>2013-08-16T14:17:53+00:00</updated>
<author>
<name>Milan Crha</name>
<email>mcrha@redhat.com</email>
</author>
<published>2013-08-16T14:17:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/evolution-data-server.git/commit/?id=b4c00af15f6fb255475cbde134b6265b4f4688a2'/>
<id>b4c00af15f6fb255475cbde134b6265b4f4688a2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Coding style and whitespace cleanup.</title>
<updated>2012-08-19T15:52:39+00:00</updated>
<author>
<name>Matthew Barnes</name>
<email>mbarnes@redhat.com</email>
</author>
<published>2012-07-12T12:12:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/evolution-data-server.git/commit/?id=93b1561553eab1f5feac068e182d6c5dda0a8aa9'/>
<id>93b1561553eab1f5feac068e182d6c5dda0a8aa9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement single-file includes for all E-D-S libraries.</title>
<updated>2012-06-03T23:51:10+00:00</updated>
<author>
<name>Matthew Barnes</name>
<email>mbarnes@redhat.com</email>
</author>
<published>2012-06-03T13:50:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/evolution-data-server.git/commit/?id=bda7165f697ba922ea9daf57ce06febc2df238fd'/>
<id>bda7165f697ba922ea9daf57ce06febc2df238fd</id>
<content type='text'>
The top-level headers are named after the library:

    #include &lt;libebackend/libebackend.h&gt;
    #include &lt;libebook/libebook.h&gt;
    #include &lt;libecal/libecal.h&gt;
    #include &lt;libedata-book/libedata-book.h&gt;
    #include &lt;libedata-cal/libedata-cal.h&gt;
    #include &lt;libedataserver/libedataserver.h&gt;
    #include &lt;libedataserverui/libedataserverui.h&gt;

Including individual headers will cause a compilation error.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The top-level headers are named after the library:

    #include &lt;libebackend/libebackend.h&gt;
    #include &lt;libebook/libebook.h&gt;
    #include &lt;libecal/libecal.h&gt;
    #include &lt;libedata-book/libedata-book.h&gt;
    #include &lt;libedata-cal/libedata-cal.h&gt;
    #include &lt;libedataserver/libedataserver.h&gt;
    #include &lt;libedataserverui/libedataserverui.h&gt;

Including individual headers will cause a compilation error.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add new ESource classes.</title>
<updated>2012-06-03T23:51:07+00:00</updated>
<author>
<name>Matthew Barnes</name>
<email>mbarnes@redhat.com</email>
</author>
<published>2010-11-12T15:19:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/evolution-data-server.git/commit/?id=89aa9d560cab29a40d4cb4a37d63162ca491f6ec'/>
<id>89aa9d560cab29a40d4cb4a37d63162ca491f6ec</id>
<content type='text'>
ESource
ESourceExtension
ESourceRegistry
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ESource
ESourceExtension
ESourceRegistry
</pre>
</div>
</content>
</entry>
</feed>
