<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ouroboros/src/lib/instance_name.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-28T14:22:01+00:00</updated>
<entry>
<title>lib, irmd, ipcpd: Change of IRM API</title>
<updated>2016-06-28T14:22:01+00:00</updated>
<author>
<name>Sander Vrijders</name>
<email>sander.vrijders@intec.ugent.be</email>
</author>
<published>2016-06-28T14:11:19+00:00</published>
<link rel='alternate' type='text/html' href='http://www.ouroboros.rocks/cgit/ouroboros/commit/?id=0d789ed8d938cc342c8f2138280795a1d5a61e3d'/>
<id>urn:sha1:0d789ed8d938cc342c8f2138280795a1d5a61e3d</id>
<content type='text'>
This changes the IRM API after discussions with Dimitri. The register
operation is now split into a bind and register operation. The same
for unregister; unbind and unregister. PIDs are now used as the
application instance name. A name for a PID is only provided for
scriptability in bash. It is therefore also no longer passed down to
the IPCP. Every operation on an IPCP through the IRM API has to use
the PID. Quering of the PIDs by name is possible. The IRM tool has
been updated to use this new API as well. A subcommand 'ipcp' has been
added for operations that take effect on IPCPs only.

Fixes #12
</content>
</entry>
<entry>
<title>lib: Add errnos specific for Ouroboros</title>
<updated>2016-06-22T14:07:56+00:00</updated>
<author>
<name>Sander Vrijders</name>
<email>sander.vrijders@intec.ugent.be</email>
</author>
<published>2016-06-22T14:05:56+00:00</published>
<link rel='alternate' type='text/html' href='http://www.ouroboros.rocks/cgit/ouroboros/commit/?id=fa0a0dbc88adcf9cff8bf35a253f020a49ff4084'/>
<id>urn:sha1:fa0a0dbc88adcf9cff8bf35a253f020a49ff4084</id>
<content type='text'>
This adds error numbers specificly for Ouroboros. It also refactors
some of the header files that are installed.

Fixes #2
</content>
</entry>
<entry>
<title>lib: fixed missing check in instance_name_create</title>
<updated>2016-04-13T07:54:08+00:00</updated>
<author>
<name>dimitri staessens</name>
<email>dimitri.staessens@intec.ugent.be</email>
</author>
<published>2016-04-13T07:54:08+00:00</published>
<link rel='alternate' type='text/html' href='http://www.ouroboros.rocks/cgit/ouroboros/commit/?id=ec23fe6c0ae303ad54519fe914bdd675ed7fa3ea'/>
<id>urn:sha1:ec23fe6c0ae303ad54519fe914bdd675ed7fa3ea</id>
<content type='text'>
</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: Remove check for equal names</title>
<updated>2016-04-02T15:17:39+00:00</updated>
<author>
<name>Sander Vrijders</name>
<email>sander.vrijders@intec.ugent.be</email>
</author>
<published>2016-04-02T15:17:39+00:00</published>
<link rel='alternate' type='text/html' href='http://www.ouroboros.rocks/cgit/ouroboros/commit/?id=9fed4c5bdb4928c7f5c73e85888de54672cd4c56'/>
<id>urn:sha1:9fed4c5bdb4928c7f5c73e85888de54672cd4c56</id>
<content type='text'>
Removes name_is_equal. Just using instance_name_cmp is encouraged. It
also removes a wrong initialization in the irm tool.
</content>
</entry>
<entry>
<title>lib: Move strdup to utils</title>
<updated>2016-04-02T12:06:30+00:00</updated>
<author>
<name>Sander Vrijders</name>
<email>sander.vrijders@intec.ugent.be</email>
</author>
<published>2016-04-02T12:06:30+00:00</published>
<link rel='alternate' type='text/html' href='http://www.ouroboros.rocks/cgit/ouroboros/commit/?id=8e1e865a25ec4e88f64b149764c239e286e42c49'/>
<id>urn:sha1:8e1e865a25ec4e88f64b149764c239e286e42c49</id>
<content type='text'>
This moves strdup to utils to make it globally available.
</content>
</entry>
<entry>
<title>lib: fixes for instance_name</title>
<updated>2016-03-30T11:17:34+00:00</updated>
<author>
<name>dimitri staessens</name>
<email>dimitri.staessens@intec.ugent.be</email>
</author>
<published>2016-03-30T11:17:34+00:00</published>
<link rel='alternate' type='text/html' href='http://www.ouroboros.rocks/cgit/ouroboros/commit/?id=9aa7cd1d8d137bdb11f963af3e29ba4f421ab6b3'/>
<id>urn:sha1:9aa7cd1d8d137bdb11f963af3e29ba4f421ab6b3</id>
<content type='text'>
fixes wrong check, checks now use lazy evaluation
changed the order of instance_name_cpy to (dst, src)
</content>
</entry>
<entry>
<title>lib: renamed rina_name_t to instance_name_t</title>
<updated>2016-03-29T22:00:20+00:00</updated>
<author>
<name>dimitri staessens</name>
<email>dimitri.staessens@intec.ugent.be</email>
</author>
<published>2016-03-29T21:32:04+00:00</published>
<link rel='alternate' type='text/html' href='http://www.ouroboros.rocks/cgit/ouroboros/commit/?id=2ed8914deed73a558c6fbac7f107f47dc22f22d2'/>
<id>urn:sha1:2ed8914deed73a558c6fbac7f107f47dc22f22d2</id>
<content type='text'>
all functions taking a char * ap_name and uint id now take either a
instance_name_t or instance_name_t *
</content>
</entry>
</feed>
