<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ding-libs.git/collection, branch master</title>
<subtitle>ding-libs wip repository</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/gd/public_git/ding-libs.git/'/>
<entry>
<title>Clean doxygen configurations</title>
<updated>2012-10-24T15:05:49+00:00</updated>
<author>
<name>Dmitri Pal</name>
<email>dpal@redhat.com</email>
</author>
<published>2012-10-19T21:38:51+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/gd/public_git/ding-libs.git/commit/?id=8315b3e18db8f04a91cfebf4218cab01db498c54'/>
<id>8315b3e18db8f04a91cfebf4218cab01db498c54</id>
<content type='text'>
The doxygen files contained some deprecated values and typos.
This patch cleans them for all interfaces exposed by ding libs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The doxygen files contained some deprecated values and typos.
This patch cleans them for all interfaces exposed by ding libs.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use right macro</title>
<updated>2012-04-05T18:20:09+00:00</updated>
<author>
<name>Dmitri Pal</name>
<email>dpal@redhat.com</email>
</author>
<published>2012-03-26T23:34:04+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/gd/public_git/ding-libs.git/commit/?id=b597c0e70474f1ee40fd78d006fc1da1a04d4bba'/>
<id>b597c0e70474f1ee40fd78d006fc1da1a04d4bba</id>
<content type='text'>
Use correct macro instead of type casting.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use correct macro instead of type casting.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add missing cleanup in unit test</title>
<updated>2012-04-05T18:20:09+00:00</updated>
<author>
<name>Dmitri Pal</name>
<email>dpal@redhat.com</email>
</author>
<published>2012-03-26T23:28:57+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/gd/public_git/ding-libs.git/commit/?id=16197f9cc3e9f732a41edf07d9e314288b86d161'/>
<id>16197f9cc3e9f732a41edf07d9e314288b86d161</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Do not debug padding</title>
<updated>2012-04-05T18:20:09+00:00</updated>
<author>
<name>Dmitri Pal</name>
<email>dpal@redhat.com</email>
</author>
<published>2012-03-26T21:41:19+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/gd/public_git/ding-libs.git/commit/?id=12c8a2748fb47168e19e2600772fea46b73eebed'/>
<id>12c8a2748fb47168e19e2600772fea46b73eebed</id>
<content type='text'>
The header structure might contain padding to align data on
the boundary of the word. It is unsafe to always print
the header data as it might be uninitialized.
I do not want to remove it as it might be handy some day
so I prefer to #ifdef it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The header structure might contain padding to align data on
the boundary of the word. It is unsafe to always print
the header data as it might be uninitialized.
I do not want to remove it as it might be handy some day
so I prefer to #ifdef it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixing dereferencing NULL</title>
<updated>2011-11-17T17:29:11+00:00</updated>
<author>
<name>Dmitri Pal</name>
<email>dpal@redhat.com</email>
</author>
<published>2011-11-17T14:45:06+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/gd/public_git/ding-libs.git/commit/?id=f5dbb4ecb9bdf991625d5e48d039a66a765b292c'/>
<id>f5dbb4ecb9bdf991625d5e48d039a66a765b292c</id>
<content type='text'>
This is the issue found by Coverity. If the proprty is NULL
but type is not there is dereferencing of the NULL veriable
in the check.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is the issue found by Coverity. If the proprty is NULL
but type is not there is dereferencing of the NULL veriable
in the check.
</pre>
</div>
</content>
</entry>
<entry>
<title>Initializing variables in test</title>
<updated>2011-01-03T18:51:37+00:00</updated>
<author>
<name>Dmitri Pal</name>
<email>dpal@redhat.com</email>
</author>
<published>2010-12-24T04:33:37+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/gd/public_git/ding-libs.git/commit/?id=a2a434d8a0d97419ac81643602613595105ae24f'/>
<id>a2a434d8a0d97419ac81643602613595105ae24f</id>
<content type='text'>
Addresses coverity issue 10048.
Patch should apply to master and 0.1.x.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Addresses coverity issue 10048.
Patch should apply to master and 0.1.x.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix copy collection</title>
<updated>2010-12-21T16:16:09+00:00</updated>
<author>
<name>Dmitri Pal</name>
<email>dpal@redhat.com</email>
</author>
<published>2010-11-27T03:54:02+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/gd/public_git/ding-libs.git/commit/?id=f7a48c6b5975259f20780a6353a1325852e71850'/>
<id>f7a48c6b5975259f20780a6353a1325852e71850</id>
<content type='text'>
Collection with subcollections was failing
to pass copy callback to the subcollections.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Collection with subcollections was failing
to pass copy callback to the subcollections.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix version handling of the libraries</title>
<updated>2010-09-23T12:56:44+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2010-09-23T12:39:09+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/gd/public_git/ding-libs.git/commit/?id=a7d58845973f1e81e6cfc7d2a64b1456c1b17de8'/>
<id>a7d58845973f1e81e6cfc7d2a64b1456c1b17de8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow destroying collection with a callback</title>
<updated>2010-09-22T18:57:53+00:00</updated>
<author>
<name>Dmitri Pal</name>
<email>dpal@redhat.com</email>
</author>
<published>2010-07-23T18:33:56+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/gd/public_git/ding-libs.git/commit/?id=2893de11973c4912f4c2a3d40f09ef0823a3f091'/>
<id>2893de11973c4912f4c2a3d40f09ef0823a3f091</id>
<content type='text'>
Addresses ticket #572
Bumps the library and interface version.
Updates the docs.

[COLLECTION] Changed callback signature
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Addresses ticket #572
Bumps the library and interface version.
Updates the docs.

[COLLECTION] Changed callback signature
</pre>
</div>
</content>
</entry>
<entry>
<title>Build all of the ding-libs from the root</title>
<updated>2010-09-22T18:48:28+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2010-09-21T18:33:25+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/gd/public_git/ding-libs.git/commit/?id=43f7cfb86f2f405e5cf3f78b4f883cd70fe451e3'/>
<id>43f7cfb86f2f405e5cf3f78b4f883cd70fe451e3</id>
<content type='text'>
This changes our approach from having independent tarballs to
having a single, monolithic tarball for all of the libraries
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This changes our approach from having independent tarballs to
having a single, monolithic tarball for all of the libraries
</pre>
</div>
</content>
</entry>
</feed>
