<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ouroboros/src/ipcpd/shim-udp, 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-14T11:19:10+00:00</updated>
<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>ipcpd: Fix data race in shim-udp</title>
<updated>2017-09-23T08:01:05+00:00</updated>
<author>
<name>dimitri staessens</name>
<email>dimitri.staessens@ugent.be</email>
</author>
<published>2017-09-23T08:01:05+00:00</published>
<link rel='alternate' type='text/html' href='https://ouroboros.rocks/cgit/ouroboros/commit/?id=30b6998337635a37db93680760637dae759c951d'/>
<id>urn:sha1:30b6998337635a37db93680760637dae759c951d</id>
<content type='text'>
This fixes a data race in the shim-udp where the alloc_lock was
released before the ipcpi.alloc_id was set.
</content>
</entry>
<entry>
<title>ipcpd: Cancel threads in IPCPs</title>
<updated>2017-09-21T14:29:01+00:00</updated>
<author>
<name>dimitri staessens</name>
<email>dimitri.staessens@ugent.be</email>
</author>
<published>2017-09-21T14:29:01+00:00</published>
<link rel='alternate' type='text/html' href='https://ouroboros.rocks/cgit/ouroboros/commit/?id=74364d19237e80081d1c6a76b46d787527638fcb'/>
<id>urn:sha1:74364d19237e80081d1c6a76b46d787527638fcb</id>
<content type='text'>
This reduces CPU consumption and shutdown times.

Invalidates #43
</content>
</entry>
<entry>
<title>build: Fix DDNS tool detection for shim-udp</title>
<updated>2017-09-13T15:22:28+00:00</updated>
<author>
<name>dimitri staessens</name>
<email>dimitri.staessens@ugent.be</email>
</author>
<published>2017-09-13T15:00:55+00:00</published>
<link rel='alternate' type='text/html' href='https://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>
<entry>
<title>ipcpd: Add check if name was already registered</title>
<updated>2017-08-30T14:12:09+00:00</updated>
<author>
<name>Sander Vrijders</name>
<email>sander.vrijders@ugent.be</email>
</author>
<published>2017-08-30T11:29:18+00:00</published>
<link rel='alternate' type='text/html' href='https://ouroboros.rocks/cgit/ouroboros/commit/?id=a770296c7aa15057602a4e4f5c7744ccfc65b8aa'/>
<id>urn:sha1:a770296c7aa15057602a4e4f5c7744ccfc65b8aa</id>
<content type='text'>
This adds a check in the shims if a name was already registered, since
it should not return an error.
</content>
</entry>
<entry>
<title>Merged in sandervrijders/ouroboros/be-fix-authors (pull request #575)</title>
<updated>2017-08-29T15:38:42+00:00</updated>
<author>
<name>Sander Vrijders</name>
<email>sander.vrijders@ugent.be</email>
</author>
<published>2017-08-29T15:38:42+00:00</published>
<link rel='alternate' type='text/html' href='https://ouroboros.rocks/cgit/ouroboros/commit/?id=768064e211c311142697335b3e9c714ea54b204a'/>
<id>urn:sha1:768064e211c311142697335b3e9c714ea54b204a</id>
<content type='text'>
lib, ipcpd: Fix e-mail addresses in protobuf files
</content>
</entry>
<entry>
<title>lib, ipcpd: Fix e-mail addresses in protobuf files</title>
<updated>2017-08-29T14:11:16+00:00</updated>
<author>
<name>Sander Vrijders</name>
<email>sander.vrijders@ugent.be</email>
</author>
<published>2017-08-29T14:11:16+00:00</published>
<link rel='alternate' type='text/html' href='https://ouroboros.rocks/cgit/ouroboros/commit/?id=907474862983252603cdd470b49b5206289fa39d'/>
<id>urn:sha1:907474862983252603cdd470b49b5206289fa39d</id>
<content type='text'>
This fixes the wrong e-mail addresses in the protobuf files.
</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>lib, ipcpd, irmd: Fix bugs reported by static analysis</title>
<updated>2017-08-29T11:14:25+00:00</updated>
<author>
<name>Sander Vrijders</name>
<email>sander.vrijders@ugent.be</email>
</author>
<published>2017-08-29T11:14:25+00:00</published>
<link rel='alternate' type='text/html' href='https://ouroboros.rocks/cgit/ouroboros/commit/?id=4de841c26b7208d5395da349ea16c937b1361414'/>
<id>urn:sha1:4de841c26b7208d5395da349ea16c937b1361414</id>
<content type='text'>
This fixes several bugs as reported by the clang static analyzer.
</content>
</entry>
<entry>
<title>tools: Add tool to connect IPCP components</title>
<updated>2017-08-28T18:49:34+00:00</updated>
<author>
<name>dimitri staessens</name>
<email>dimitri.staessens@ugent.be</email>
</author>
<published>2017-08-28T16:54:22+00:00</published>
<link rel='alternate' type='text/html' href='https://ouroboros.rocks/cgit/ouroboros/commit/?id=9de8dc4948cf7ce239232aae0889c39ffa39ede2'/>
<id>urn:sha1:9de8dc4948cf7ce239232aae0889c39ffa39ede2</id>
<content type='text'>
This enables user-written tools to instruct IPCPs to establish and
tear down connections (a.k.a. adjacencies) between its internal
components (Management and Data Transfer).

For more info, do "irm ipcp connect" or "irm ipcp disconnect" on the
command line.

This commit exposes a deletion bug in the RIB where FSO's fail to
unpack/parse. This will be fixed when the RIB is deprecated.
</content>
</entry>
</feed>
