<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ouroboros, branch 0.7</title>
<subtitle>Ouroboros main repository</subtitle>
<id>http://133.ip-51-38-114.eu/cgit/ouroboros/atom?h=0.7</id>
<link rel='self' href='http://133.ip-51-38-114.eu/cgit/ouroboros/atom?h=0.7'/>
<link rel='alternate' type='text/html' href='http://133.ip-51-38-114.eu/cgit/ouroboros/'/>
<updated>2017-10-17T13:16:29+00:00</updated>
<entry>
<title>doc: Fix documentation issues</title>
<updated>2017-10-17T13:16:29+00:00</updated>
<author>
<name>dimitri staessens</name>
<email>dimitri.staessens@ugent.be</email>
</author>
<published>2017-10-17T11:32:29+00:00</published>
<link rel='alternate' type='text/html' href='http://133.ip-51-38-114.eu/cgit/ouroboros/commit/?id=2b1f71e7993070cbc8b37d44a44d8c6554ef0631'/>
<id>urn:sha1:2b1f71e7993070cbc8b37d44a44d8c6554ef0631</id>
<content type='text'>
Removed a self-reference in ouroboros-tutorial. Fixes some style
issues in ouroboros(8).

Signed-off-by: dimitri staessens &lt;dimitri.staessens@ugent.be&gt;
Signed-off-by: Sander Vrijders &lt;sander.vrijders@ugent.be&gt;
</content>
</entry>
<entry>
<title>Merged in dstaesse/ouroboros/be-doc-ouroboros (pull request #629)</title>
<updated>2017-10-17T08:12:05+00:00</updated>
<author>
<name>dimitri staessens</name>
<email>dimitri.staessens@ugent.be</email>
</author>
<published>2017-10-17T08:12:05+00:00</published>
<link rel='alternate' type='text/html' href='http://133.ip-51-38-114.eu/cgit/ouroboros/commit/?id=5b0c18875e50a154981b08307b2d502dd7d4a4dc'/>
<id>urn:sha1:5b0c18875e50a154981b08307b2d502dd7d4a4dc</id>
<content type='text'>
doc: Add general documentation
</content>
</entry>
<entry>
<title>doc: Add general documentation</title>
<updated>2017-10-17T03:48:20+00:00</updated>
<author>
<name>dimitri staessens</name>
<email>dimitri.staessens@ugent.be</email>
</author>
<published>2017-10-15T19:56:26+00:00</published>
<link rel='alternate' type='text/html' href='http://133.ip-51-38-114.eu/cgit/ouroboros/commit/?id=d6b7840709288cd1fdd1d275986c4133856c5e2d'/>
<id>urn:sha1:d6b7840709288cd1fdd1d275986c4133856c5e2d</id>
<content type='text'>
This adds user documentation for the Ouroboros User Manual in man
sections 7 and 8. It consists of a general man page, a tutorial and a
glossary.

It also fixes and updates other manpages in the Ouroboros Programmer's
Manual.
</content>
</entry>
<entry>
<title>Merged in dstaesse/ouroboros/be-build-bugs (pull request #628)</title>
<updated>2017-10-14T13:42:52+00:00</updated>
<author>
<name>dimitri staessens</name>
<email>dimitri.staessens@ugent.be</email>
</author>
<published>2017-10-14T13:42:52+00:00</published>
<link rel='alternate' type='text/html' href='http://133.ip-51-38-114.eu/cgit/ouroboros/commit/?id=de225326e624a97bf08363c0b47772053c68c063'/>
<id>urn:sha1:de225326e624a97bf08363c0b47772053c68c063</id>
<content type='text'>
build: Set bugreport URL
</content>
</entry>
<entry>
<title>build: Set bugreport URL</title>
<updated>2017-10-14T13:31:27+00:00</updated>
<author>
<name>dimitri staessens</name>
<email>dimitri.staessens@ugent.be</email>
</author>
<published>2017-10-14T13:31:27+00:00</published>
<link rel='alternate' type='text/html' href='http://133.ip-51-38-114.eu/cgit/ouroboros/commit/?id=c88c72010759d248d85b8195ed55323ca4a8c246'/>
<id>urn:sha1:c88c72010759d248d85b8195ed55323ca4a8c246</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merged in dstaesse/ouroboros/be-deprecate-ouroboros-init-fini (pull request #626)</title>
<updated>2017-10-14T11:32:22+00:00</updated>
<author>
<name>dimitri staessens</name>
<email>dimitri.staessens@ugent.be</email>
</author>
<published>2017-10-14T11:32:22+00:00</published>
<link rel='alternate' type='text/html' href='http://133.ip-51-38-114.eu/cgit/ouroboros/commit/?id=bf1602c915dee8bd6cbb69aba1fe88619b9c0eed'/>
<id>urn:sha1:bf1602c915dee8bd6cbb69aba1fe88619b9c0eed</id>
<content type='text'>
Be deprecate ouroboros init fini
</content>
</entry>
<entry>
<title>lib: Deprecate ouroboros_init and ourboros_fini</title>
<updated>2017-10-14T11:19:10+00:00</updated>
<author>
<name>dimitri staessens</name>
<email>dimitri.staessens@ugent.be</email>
</author>
<published>2017-10-12T00:15:39+00:00</published>
<link rel='alternate' type='text/html' href='http://133.ip-51-38-114.eu/cgit/ouroboros/commit/?id=bedd1d4eadde9ab64f924c69eba716b015599e67'/>
<id>urn:sha1:bedd1d4eadde9ab64f924c69eba716b015599e67</id>
<content type='text'>
This commit deprecates ouroboros_init and ouroboros_fini and adds them
as a constructor or destructor, causing these function to be run
automatically when a program that links to the library calls and exits
main(). For this to fully work, the library had to be split so that we
can avoid the irmd calling these functions (the IRMd has to create the
shm structures on which these calls depend).

The library is split in 3 parts: libouroboros-dev, libouroboros-irm
and libouroboros-common. The latter is linked to the other two so that
including libouroboros-dev or libouroboros-irm will also link
libouroboros-common.
</content>
</entry>
<entry>
<title>Merged in dstaesse/ouroboros/be-fix-multiblock (pull request #627)</title>
<updated>2017-10-14T08:29:50+00:00</updated>
<author>
<name>dimitri staessens</name>
<email>dimitri.staessens@ugent.be</email>
</author>
<published>2017-10-14T08:29:50+00:00</published>
<link rel='alternate' type='text/html' href='http://133.ip-51-38-114.eu/cgit/ouroboros/commit/?id=1888c137a8ff315bc549c16740aa727da8c666f5'/>
<id>urn:sha1:1888c137a8ff315bc549c16740aa727da8c666f5</id>
<content type='text'>
lib: Re-enable multi-block support
</content>
</entry>
<entry>
<title>Merged in dstaesse/ouroboros/be-shim-eth-clang (pull request #625)</title>
<updated>2017-10-14T08:28:47+00:00</updated>
<author>
<name>dimitri staessens</name>
<email>dimitri.staessens@ugent.be</email>
</author>
<published>2017-10-14T08:28:47+00:00</published>
<link rel='alternate' type='text/html' href='http://133.ip-51-38-114.eu/cgit/ouroboros/commit/?id=76ce1f398a6efae7f62b6e786ef94e89be0784c1'/>
<id>urn:sha1:76ce1f398a6efae7f62b6e786ef94e89be0784c1</id>
<content type='text'>
ipcpd: Fix unreachable code in shim-eth-llc
</content>
</entry>
<entry>
<title>lib: Re-enable multi-block support</title>
<updated>2017-10-13T08:03:47+00:00</updated>
<author>
<name>dimitri staessens</name>
<email>dimitri.staessens@ugent.be</email>
</author>
<published>2017-10-12T16:12:05+00:00</published>
<link rel='alternate' type='text/html' href='http://133.ip-51-38-114.eu/cgit/ouroboros/commit/?id=7a98128e053ccd59203757982f7332ed5e4568ea'/>
<id>urn:sha1:7a98128e053ccd59203757982f7332ed5e4568ea</id>
<content type='text'>
Multi-block support was forgotten during the update of the build
system. This enables it again and fixes some bugs when it is disabled
and larger SDUs are sent.
</content>
</entry>
</feed>
