<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ouroboros/doc, branch 0.7</title>
<subtitle>Ouroboros main repository</subtitle>
<id>https://ouroboros.rocks/cgit/ouroboros/atom?h=0.7</id>
<link rel='self' href='https://ouroboros.rocks/cgit/ouroboros/atom?h=0.7'/>
<link rel='alternate' type='text/html' href='https://ouroboros.rocks/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='https://ouroboros.rocks/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>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='https://ouroboros.rocks/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>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='https://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>doc: man: Update fccntl manpage</title>
<updated>2017-09-19T15:00:58+00:00</updated>
<author>
<name>Sander Vrijders</name>
<email>sander.vrijders@ugent.be</email>
</author>
<published>2017-09-19T15:00:58+00:00</published>
<link rel='alternate' type='text/html' href='https://ouroboros.rocks/cgit/ouroboros/commit/?id=321cb375f3e9774e49fb279d562f863735772181'/>
<id>urn:sha1:321cb375f3e9774e49fb279d562f863735772181</id>
<content type='text'>
The option to mark a flow as down was missing from the manpage of
fccntl.
</content>
</entry>
<entry>
<title>ipcpd, lib: Add flow down events</title>
<updated>2017-09-19T14:52:54+00:00</updated>
<author>
<name>Sander Vrijders</name>
<email>sander.vrijders@ugent.be</email>
</author>
<published>2017-09-18T17:06:15+00:00</published>
<link rel='alternate' type='text/html' href='https://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: Add fccntl configuration command</title>
<updated>2017-08-31T07:18:41+00:00</updated>
<author>
<name>dimitri staessens</name>
<email>dimitri.staessens@ugent.be</email>
</author>
<published>2017-08-30T15:11:22+00:00</published>
<link rel='alternate' type='text/html' href='https://ouroboros.rocks/cgit/ouroboros/commit/?id=4060efec26115dbb9e68da67bc482a12b4f80ea8'/>
<id>urn:sha1:4060efec26115dbb9e68da67bc482a12b4f80ea8</id>
<content type='text'>
This replaces the flow_set_* commands with a single fccntl command
that can configure flows and the FRCT instance.

For more details, see "man 3 fccntl".
</content>
</entry>
<entry>
<title>dev: Revise fqueue API and add man pages</title>
<updated>2017-08-29T12:52:29+00:00</updated>
<author>
<name>dimitri staessens</name>
<email>dimitri.staessens@ugent.be</email>
</author>
<published>2017-08-29T12:30:35+00:00</published>
<link rel='alternate' type='text/html' href='https://ouroboros.rocks/cgit/ouroboros/commit/?id=f6b898da88e06399aedbfec87296602aef5c09c2'/>
<id>urn:sha1:f6b898da88e06399aedbfec87296602aef5c09c2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>build: Revise the build system</title>
<updated>2017-08-21T08:25:19+00:00</updated>
<author>
<name>dimitri staessens</name>
<email>dimitri.staessens@ugent.be</email>
</author>
<published>2017-08-18T13:56:55+00:00</published>
<link rel='alternate' type='text/html' href='https://ouroboros.rocks/cgit/ouroboros/commit/?id=8f58e5a3ec0e4a15fc8ae0911cc864f5dbf86c6e'/>
<id>urn:sha1:8f58e5a3ec0e4a15fc8ae0911cc864f5dbf86c6e</id>
<content type='text'>
This revises the build system to have configuration per system
component. System settings can now be set using cmake.

The standard compliance defines were removed from configuration header
and are set in the sources where needed. Also some small code
refactors, such as moving the data for shims out of the ipcp structure
to the respective shims were performed.
</content>
</entry>
<entry>
<title>include, lib: Rename ap_init/ap_fini</title>
<updated>2017-04-13T10:14:24+00:00</updated>
<author>
<name>dimitri staessens</name>
<email>dimitri.staessens@ugent.be</email>
</author>
<published>2017-04-13T10:00:09+00:00</published>
<link rel='alternate' type='text/html' href='https://ouroboros.rocks/cgit/ouroboros/commit/?id=b43e8cd0f0858e78486752007c3640b70bf44c8d'/>
<id>urn:sha1:b43e8cd0f0858e78486752007c3640b70bf44c8d</id>
<content type='text'>
Fixes #35
</content>
</entry>
<entry>
<title>build: Install manpages</title>
<updated>2017-04-12T13:05:36+00:00</updated>
<author>
<name>Sander Vrijders</name>
<email>sander.vrijders@ugent.be</email>
</author>
<published>2017-04-12T13:03:55+00:00</published>
<link rel='alternate' type='text/html' href='https://ouroboros.rocks/cgit/ouroboros/commit/?id=74fe5f5ebbcd9a174ad8c597e4c8d1d211c7f0a5'/>
<id>urn:sha1:74fe5f5ebbcd9a174ad8c597e4c8d1d211c7f0a5</id>
<content type='text'>
This will install the manpages found in doc/man/ during installation.

Fixes #38
</content>
</entry>
</feed>
