<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ouroboros/src/lib/CMakeLists.txt, branch 0.7</title>
<subtitle>Ouroboros main repository</subtitle>
<id>http://www.ouroboros.rocks/cgit/ouroboros/atom?h=0.7</id>
<link rel='self' href='http://www.ouroboros.rocks/cgit/ouroboros/atom?h=0.7'/>
<link rel='alternate' type='text/html' href='http://www.ouroboros.rocks/cgit/ouroboros/'/>
<updated>2017-10-14T11:32:22Z</updated>
<entry>
<title>Merged in dstaesse/ouroboros/be-deprecate-ouroboros-init-fini (pull request #626)</title>
<updated>2017-10-14T11:32:22Z</updated>
<author>
<name>dimitri staessens</name>
<email>dimitri.staessens@ugent.be</email>
</author>
<published>2017-10-14T11:32:22Z</published>
<link rel='alternate' type='text/html' href='http://www.ouroboros.rocks/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:10Z</updated>
<author>
<name>dimitri staessens</name>
<email>dimitri.staessens@ugent.be</email>
</author>
<published>2017-10-12T00:15:39Z</published>
<link rel='alternate' type='text/html' href='http://www.ouroboros.rocks/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>lib: Re-enable multi-block support</title>
<updated>2017-10-13T08:03:47Z</updated>
<author>
<name>dimitri staessens</name>
<email>dimitri.staessens@ugent.be</email>
</author>
<published>2017-10-12T16:12:05Z</published>
<link rel='alternate' type='text/html' href='http://www.ouroboros.rocks/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>
<entry>
<title>lib: Disable lockless rbuff by default</title>
<updated>2017-09-22T12:32:41Z</updated>
<author>
<name>Sander Vrijders</name>
<email>sander.vrijders@ugent.be</email>
</author>
<published>2017-09-22T12:32:41Z</published>
<link rel='alternate' type='text/html' href='http://www.ouroboros.rocks/cgit/ouroboros/commit/?id=90c3ac199a650920061bd0ca31988527c71fdffb'/>
<id>urn:sha1:90c3ac199a650920061bd0ca31988527c71fdffb</id>
<content type='text'>
This disables the lockless rbuff by default since it is less stable
and tested.
</content>
</entry>
<entry>
<title>irmd: Init libgcrypt before using it</title>
<updated>2017-09-20T07:49:49Z</updated>
<author>
<name>dimitri staessens</name>
<email>dimitri.staessens@ugent.be</email>
</author>
<published>2017-09-20T07:44:17Z</published>
<link rel='alternate' type='text/html' href='http://www.ouroboros.rocks/cgit/ouroboros/commit/?id=c665c71719225ef6d076c6be24c588049527f31f'/>
<id>urn:sha1:c665c71719225ef6d076c6be24c588049527f31f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>build: Notify if FUSE is not installed</title>
<updated>2017-09-19T18:37:15Z</updated>
<author>
<name>dimitri staessens</name>
<email>dimitri.staessens@ugent.be</email>
</author>
<published>2017-09-19T18:37:15Z</published>
<link rel='alternate' type='text/html' href='http://www.ouroboros.rocks/cgit/ouroboros/commit/?id=85477c51efce50645b1e87e639cdfe9e6afc524b'/>
<id>urn:sha1:85477c51efce50645b1e87e639cdfe9e6afc524b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ipcpd, lib: Add flow down events</title>
<updated>2017-09-19T14:52:54Z</updated>
<author>
<name>Sander Vrijders</name>
<email>sander.vrijders@ugent.be</email>
</author>
<published>2017-09-18T17:06:15Z</published>
<link rel='alternate' type='text/html' href='http://www.ouroboros.rocks/cgit/ouroboros/commit/?id=541b1c5eeb5fe9f9aaa4aa6487852e5c59761139'/>
<id>urn:sha1:541b1c5eeb5fe9f9aaa4aa6487852e5c59761139</id>
<content type='text'>
This adds the flow down event to Ouroboros. In the shim-eth-llc, a
netlink socket is opened which listens to device up/down events. For
each event the flow is then adjusted with fccntl to notify the user
the flow is down or back up again. In the normal IPCP an event is
thrown if a write reports that the flow is down.
</content>
</entry>
<entry>
<title>lib: Provide RIB API to export internals via fuse</title>
<updated>2017-09-18T07:27:53Z</updated>
<author>
<name>dimitri staessens</name>
<email>dimitri.staessens@ugent.be</email>
</author>
<published>2017-09-18T06:03:31Z</published>
<link rel='alternate' type='text/html' href='http://www.ouroboros.rocks/cgit/ouroboros/commit/?id=f86502516b2a069954d0529d8b43593ece7360eb'/>
<id>urn:sha1:f86502516b2a069954d0529d8b43593ece7360eb</id>
<content type='text'>
This adds a virtual RIB that is accessible as a filesystem that is
accessed through a fuse mountpoint (configurable , default is
/tmp/ouroboros). Currently, each IPCP will export its link state
database.
</content>
</entry>
<entry>
<title>lib: Add reordering queue to FRCT</title>
<updated>2017-09-15T09:30:40Z</updated>
<author>
<name>Sander Vrijders</name>
<email>sander.vrijders@ugent.be</email>
</author>
<published>2017-09-14T11:43:09Z</published>
<link rel='alternate' type='text/html' href='http://www.ouroboros.rocks/cgit/ouroboros/commit/?id=26d4a6072cbf59708071dac8393c88ddacd69a37'/>
<id>urn:sha1:26d4a6072cbf59708071dac8393c88ddacd69a37</id>
<content type='text'>
This adds a reordering queue to FRCT so that SDUs can be delivered
in-order when requested.
</content>
</entry>
<entry>
<title>build: Fix DDNS tool detection for shim-udp</title>
<updated>2017-09-13T15:22:28Z</updated>
<author>
<name>dimitri staessens</name>
<email>dimitri.staessens@ugent.be</email>
</author>
<published>2017-09-13T15:00:55Z</published>
<link rel='alternate' type='text/html' href='http://www.ouroboros.rocks/cgit/ouroboros/commit/?id=0ed2ae85935be59b3fee5663a9906c4260cd64cc'/>
<id>urn:sha1:0ed2ae85935be59b3fee5663a9906c4260cd64cc</id>
<content type='text'>
This fixes output when detecting DDNS tools and homogenizes output and
the APIs used to pass variables between the build system and the
sources. Fixes some minor issues and typos).
</content>
</entry>
</feed>
