<feed xmlns='http://www.w3.org/2005/Atom'>
<title>skalibs/src/libstddjb/ipc_bind_reuse_lock.c, branch main</title>
<subtitle>The skarnet.org C programming library</subtitle>
<id>http://git.skarnet.org/cgit/skalibs/atom/src/libstddjb/ipc_bind_reuse_lock.c?h=main</id>
<link rel='self' href='http://git.skarnet.org/cgit/skalibs/atom/src/libstddjb/ipc_bind_reuse_lock.c?h=main'/>
<link rel='alternate' type='text/html' href='http://git.skarnet.org/cgit/skalibs/'/>
<updated>2021-08-22T02:05:58Z</updated>
<entry>
<title> Add ipc_bind_reuse_perms</title>
<updated>2021-08-22T02:05:58Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2021-08-22T02:05:58Z</published>
<link rel='alternate' type='text/html' href='http://git.skarnet.org/cgit/skalibs/commit/?id=b8e8f5b0c490063a351a1cb5740419b8ba45a2e6'/>
<id>urn:sha1:b8e8f5b0c490063a351a1cb5740419b8ba45a2e6</id>
<content type='text'>
Signed-off-by: Laurent Bercot &lt;ska@appnovation.com&gt;
</content>
</entry>
<entry>
<title> bugfix: ipc_bind_reuse_lock must ignore umask</title>
<updated>2021-02-13T01:24:32Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2021-02-13T01:24:32Z</published>
<link rel='alternate' type='text/html' href='http://git.skarnet.org/cgit/skalibs/commit/?id=025e5ed74528cc2e8676268ad07b169949d89ae3'/>
<id>urn:sha1:025e5ed74528cc2e8676268ad07b169949d89ae3</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Get rid of webipc.h and DJBUNIX_FLAG_*</title>
<updated>2020-12-09T17:16:40Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2020-12-09T17:16:40Z</published>
<link rel='alternate' type='text/html' href='http://git.skarnet.org/cgit/skalibs/commit/?id=e557bab0dcaf35f003fa755b74e4c80000e05e42'/>
<id>urn:sha1:e557bab0dcaf35f003fa755b74e4c80000e05e42</id>
<content type='text'>
 Decent semantic header separation is hard. It's always
an ongoing process. Here socket.h always included webipc.h
for listen(), and webipc.h always included djbunix.h for
socket_internal() and socketpair_internal(). That's ugh.
Just move all the socket stuff into one socket header.
Of course, djbunix.h is still needed most of the time for
fd_close() and other operations on fds, but those are
generic anyway.

 Also, O_CLOEXEC exists everywhere now, so we can use it as well
as O_NONBLOCK instead of redefining the flags in djbunix.h.
</content>
</entry>
<entry>
<title> Revamp lock primitives; prepare for 2.10.0.0 instead of 2.9.4.0</title>
<updated>2020-11-29T21:02:32Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2020-11-29T21:02:32Z</published>
<link rel='alternate' type='text/html' href='http://git.skarnet.org/cgit/skalibs/commit/?id=90b819c6d832046840018ff08b9bc5d0e3b69c37'/>
<id>urn:sha1:90b819c6d832046840018ff08b9bc5d0e3b69c37</id>
<content type='text'>
 flock() doesn't have a way to test for a lock without taking it.
 lockf() doesn't have shared locks.
 The only way to have both is fcntl(). So I rewrote all the
locking stuff around fcntl(), and used the opportunity to change
the interface.
 The point of changing the interface is to stop having to bother
with the old one, so to hell with compatibility, let's just do a
major bump.
</content>
</entry>
<entry>
<title> Add ipc_bind_reuse_lock, rewrite ipc_bind_reuse to use it</title>
<updated>2020-11-08T09:32:32Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2020-11-08T09:32:32Z</published>
<link rel='alternate' type='text/html' href='http://git.skarnet.org/cgit/skalibs/commit/?id=b992db748b9ffe8d88d609950f5da28b5a1db135'/>
<id>urn:sha1:b992db748b9ffe8d88d609950f5da28b5a1db135</id>
<content type='text'>
</content>
</entry>
</feed>
