<feed xmlns='http://www.w3.org/2005/Atom'>
<title>skalibs/src/libunixonacid, branch v2.4.0.0</title>
<subtitle>The skarnet.org C programming library</subtitle>
<id>https://git.skarnet.org/cgit/skalibs/atom/src/libunixonacid?h=v2.4.0.0</id>
<link rel='self' href='https://git.skarnet.org/cgit/skalibs/atom/src/libunixonacid?h=v2.4.0.0'/>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/'/>
<updated>2016-10-14T17:07:56Z</updated>
<entry>
<title> Clean up and modernize librandom.</title>
<updated>2016-10-14T17:07:56Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2016-10-14T17:07:56Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=a1933bd1847951b959016f59ee744d1b18a00142'/>
<id>urn:sha1:a1933bd1847951b959016f59ee744d1b18a00142</id>
<content type='text'>
 Correct random number generation has historically been
suprisingly painful to achieve. There was no standard,
every system behaved in a subtly different way, and there
were a few userland initiatives to get decent randomness,
all incompatible of course.
 The situation is a bit better now, we're heading towards
some standardization. The arc4random() series of functions
is a good API, and available on a lot of systems -
unfortunately not Linux, but on Linux the new getrandom()
makes using /dev/random obsolete.

 So I removed the old crap in librandom, dropped EGD support,
dropped dynamic backend selection, made a single API series
(random_* instead of goodrandom_* and badrandom_*), added
an arc4random backend and a getrandom backend, and defaulted
to /dev/urandom backed up by SURF in the worst case. This
should be much smaller and logical. However, it's a major
API break, so the skarnet.org stack will be changed to
adapt.
</content>
</entry>
<entry>
<title> ipc_timed_send workaround for the usual OpenBSD braindead headers</title>
<updated>2016-07-24T10:53:00Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2016-07-24T10:53:00Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=97714b8e41f7539a67d6da56f1d926b683dc8351'/>
<id>urn:sha1:97714b8e41f7539a67d6da56f1d926b683dc8351</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Actually call ipc_timed_recv ipc_timed_recv</title>
<updated>2016-07-20T19:21:51Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2016-07-20T19:21:51Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=11ff79c65649a1c97bf2e6dce30dccc35df9e860'/>
<id>urn:sha1:11ff79c65649a1c97bf2e6dce30dccc35df9e860</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Add ipc_timed_recv</title>
<updated>2016-07-20T19:20:08Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2016-07-20T19:20:08Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=885cd198c0be874147a0e98e106a85abf720a7f1'/>
<id>urn:sha1:885cd198c0be874147a0e98e106a85abf720a7f1</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Add ipc_timed_send</title>
<updated>2016-07-20T12:24:12Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2016-07-20T12:24:12Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=d68c3647e69cce6aaf4fd3d94e3eb33e3125b31c'/>
<id>urn:sha1:d68c3647e69cce6aaf4fd3d94e3eb33e3125b31c</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Fix closecb support wherever a unixmessage may get dropped; add closecb support to unixconnection</title>
<updated>2016-04-22T11:54:31Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2016-04-22T11:54:31Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=f6d5fcfa0fa2a62f9583fa44dbee035c0adfcc88'/>
<id>urn:sha1:f6d5fcfa0fa2a62f9583fa44dbee035c0adfcc88</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Tentative re-commit of the closecb feature</title>
<updated>2016-02-02T23:33:34Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2016-02-02T23:33:34Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=c2e99ad0fbca5f669c76f188cff7e74681a3e683'/>
<id>urn:sha1:c2e99ad0fbca5f669c76f188cff7e74681a3e683</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert " Add support for advanced closing callbacks to unixmessage_sender_flush."</title>
<updated>2016-02-02T07:36:22Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2016-02-02T07:36:22Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=6129e14bc76488f121c4557eb477886dd9dd2926'/>
<id>urn:sha1:6129e14bc76488f121c4557eb477886dd9dd2926</id>
<content type='text'>
This reverts commit c9c7e241a7b68f67e0cc8a7d3874510dced532d6.

(something is segfaulting, reverting until I find the fix)
</content>
</entry>
<entry>
<title> Add support for advanced closing callbacks to unixmessage_sender_flush.</title>
<updated>2016-01-18T23:56:21Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2016-01-18T23:56:21Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=c9c7e241a7b68f67e0cc8a7d3874510dced532d6'/>
<id>urn:sha1:c9c7e241a7b68f67e0cc8a7d3874510dced532d6</id>
<content type='text'>
(Typically, this will be used for refcounting when broadcasting copies of
the same fd.)
</content>
</entry>
<entry>
<title> Add atomic_rm_rf and atomic_rm_rf_tmp</title>
<updated>2015-08-13T12:02:12Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2015-08-13T12:02:12Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=65d71ab4b780a5d18a8146eb4567eb8a9105f4fe'/>
<id>urn:sha1:65d71ab4b780a5d18a8146eb4567eb8a9105f4fe</id>
<content type='text'>
</content>
</entry>
</feed>
