<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ouroboros/src/lib/du_buff.c, branch master</title>
<subtitle>Ouroboros main repository</subtitle>
<id>http://www.ouroboros.rocks/cgit/ouroboros/atom?h=master</id>
<link rel='self' href='http://www.ouroboros.rocks/cgit/ouroboros/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://www.ouroboros.rocks/cgit/ouroboros/'/>
<updated>2016-06-29T14:04:19+00:00</updated>
<entry>
<title>lib, ipcpd: removed du_buff and pci</title>
<updated>2016-06-29T14:04:19+00:00</updated>
<author>
<name>dimitri staessens</name>
<email>dimitri.staessens@intec.ugent.be</email>
</author>
<published>2016-06-29T13:54:23+00:00</published>
<link rel='alternate' type='text/html' href='http://www.ouroboros.rocks/cgit/ouroboros/commit/?id=d85f211d53a0cb35a756d0c44a2b28807eff4e5d'/>
<id>urn:sha1:d85f211d53a0cb35a756d0c44a2b28807eff4e5d</id>
<content type='text'>
Fixes #3
</content>
</entry>
<entry>
<title>lib: include stdlib.h, not malloc.h</title>
<updated>2016-04-02T16:26:05+00:00</updated>
<author>
<name>dimitri staessens</name>
<email>dimitri.staessens@intec.ugent.be</email>
</author>
<published>2016-04-02T16:26:05+00:00</published>
<link rel='alternate' type='text/html' href='http://www.ouroboros.rocks/cgit/ouroboros/commit/?id=41aa637d3af25fc1b85047ead08bcfb90c7d57b6'/>
<id>urn:sha1:41aa637d3af25fc1b85047ead08bcfb90c7d57b6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>lib: fixes to du_buff</title>
<updated>2016-03-17T17:51:55+00:00</updated>
<author>
<name>Dimitri Staessens</name>
<email>dimitri.staessens@intec.ugent.be</email>
</author>
<published>2016-03-17T17:51:55+00:00</published>
<link rel='alternate' type='text/html' href='http://www.ouroboros.rocks/cgit/ouroboros/commit/?id=112007d6308478c2dead8745024332b7299dd1a3'/>
<id>urn:sha1:112007d6308478c2dead8745024332b7299dd1a3</id>
<content type='text'>
fixes memleaks in du_buff and du_buff_test
fixes bug in copy operation
</content>
</entry>
<entry>
<title>lib: du_buff log an error when PCI &gt; block size</title>
<updated>2016-03-15T15:02:08+00:00</updated>
<author>
<name>Dimitri Staessens</name>
<email>dimitri.staessens@intec.ugent.be</email>
</author>
<published>2016-03-15T15:02:08+00:00</published>
<link rel='alternate' type='text/html' href='http://www.ouroboros.rocks/cgit/ouroboros/commit/?id=8c649a56e61012d0b245defbdea3ff5c3acb21c1'/>
<id>urn:sha1:8c649a56e61012d0b245defbdea3ff5c3acb21c1</id>
<content type='text'>
du_buff.c: LOG_WARN changed to LOG_ERR
</content>
</entry>
<entry>
<title>lib: indentation fixes in du_buff</title>
<updated>2016-03-15T14:57:40+00:00</updated>
<author>
<name>Dimitri Staessens</name>
<email>dimitri.staessens@intec.ugent.be</email>
</author>
<published>2016-03-15T14:52:35+00:00</published>
<link rel='alternate' type='text/html' href='http://www.ouroboros.rocks/cgit/ouroboros/commit/?id=69fd7316e545bd94da2b066362ebf58dd945cbb3'/>
<id>urn:sha1:69fd7316e545bd94da2b066362ebf58dd945cbb3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>lib: Updated du_buff not limit allowable PCI size</title>
<updated>2016-03-15T14:44:57+00:00</updated>
<author>
<name>Dimitri Staessens</name>
<email>dimitri.staessens@intec.ugent.be</email>
</author>
<published>2016-03-15T14:44:57+00:00</published>
<link rel='alternate' type='text/html' href='http://www.ouroboros.rocks/cgit/ouroboros/commit/?id=ceaea65296a9cb6e2235b0dd429ab3d590b634d3'/>
<id>urn:sha1:ceaea65296a9cb6e2235b0dd429ab3d590b634d3</id>
<content type='text'>
PCI can now occupy at most one block
</content>
</entry>
<entry>
<title>Fixed clang compilation errors</title>
<updated>2016-03-14T13:30:41+00:00</updated>
<author>
<name>Dimitri Staessens</name>
<email>dimitri.staessens@intec.ugent.be</email>
</author>
<published>2016-03-14T13:30:41+00:00</published>
<link rel='alternate' type='text/html' href='http://www.ouroboros.rocks/cgit/ouroboros/commit/?id=56a31976b04dd5514c9ce054ad355a59d84ae28f'/>
<id>urn:sha1:56a31976b04dd5514c9ce054ad355a59d84ae28f</id>
<content type='text'>
fixed a signed-unsigned mismatch in du_buff.c
fixed an uninitialised variable in irm
</content>
</entry>
<entry>
<title>tests: added test for the du_buff structure</title>
<updated>2016-03-08T08:25:16+00:00</updated>
<author>
<name>Dimitri Staessens</name>
<email>dimitri.staessens@intec.ugent.be</email>
</author>
<published>2016-03-08T07:37:35+00:00</published>
<link rel='alternate' type='text/html' href='http://www.ouroboros.rocks/cgit/ouroboros/commit/?id=f94912a3ea1025c689a5336a1fdc807baa8fa36f'/>
<id>urn:sha1:f94912a3ea1025c689a5336a1fdc807baa8fa36f</id>
<content type='text'>
tests/du_buff.c: tests the du_buff_t structure by creating different
                 size du_buff_t's and filling it with different size
                 sdu's at different locations in the du_buff_t

tests/CMakefile.txt: added du_buff test

lib/du_buff.c: fixed unsafe #define adding brackets
</content>
</entry>
<entry>
<title>lib: changed du_buff default size to 64KB</title>
<updated>2016-03-07T13:53:16+00:00</updated>
<author>
<name>Dimitri Staessens</name>
<email>dimitri.staessens@intec.ugent.be</email>
</author>
<published>2016-03-07T13:53:16+00:00</published>
<link rel='alternate' type='text/html' href='http://www.ouroboros.rocks/cgit/ouroboros/commit/?id=9ed17496198ad81dfa4973c5a1429d30054e7581'/>
<id>urn:sha1:9ed17496198ad81dfa4973c5a1429d30054e7581</id>
<content type='text'>
du_buff.c: default du_buff size is now 64KB.
           some formatting fixes (missing spaces around operators).
</content>
</entry>
<entry>
<title>lib:  fixed memory leaks in du_buff</title>
<updated>2016-03-04T09:24:11+00:00</updated>
<author>
<name>Dimitri Staessens</name>
<email>dimitri.staessens@intec.ugent.be</email>
</author>
<published>2016-03-04T09:24:11+00:00</published>
<link rel='alternate' type='text/html' href='http://www.ouroboros.rocks/cgit/ouroboros/commit/?id=17c2ec5c5c24b65321d9ad0207a269e54d25749e'/>
<id>urn:sha1:17c2ec5c5c24b65321d9ad0207a269e54d25749e</id>
<content type='text'>
du_buff.c: memory leak fixes
</content>
</entry>
</feed>
