<feed xmlns='http://www.w3.org/2005/Atom'>
<title>skalibs, branch v2.10.0.0</title>
<subtitle>The skarnet.org C programming library</subtitle>
<id>https://git.skarnet.org/cgit/skalibs/atom/?h=v2.10.0.0</id>
<link rel='self' href='https://git.skarnet.org/cgit/skalibs/atom/?h=v2.10.0.0'/>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/'/>
<updated>2021-01-10T18:03:37Z</updated>
<entry>
<title> version: 2.10.0.0</title>
<updated>2021-01-10T18:03:37Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2021-01-10T18:03:37Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=d4d9ac000252b310c889a4d1a9fad2339072b138'/>
<id>urn:sha1:d4d9ac000252b310c889a4d1a9fad2339072b138</id>
<content type='text'>
</content>
</entry>
<entry>
<title> INSTALL clarification about sysdeps</title>
<updated>2021-01-02T22:50:47Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2021-01-02T22:50:47Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=702195c6ade476dd92591b213487f84f007fbff5'/>
<id>urn:sha1:702195c6ade476dd92591b213487f84f007fbff5</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Document latest changes</title>
<updated>2021-01-02T22:21:07Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2021-01-02T22:21:07Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=7a3585bb913a1c1ca00d37a70cc3d086f6d07121'/>
<id>urn:sha1:7a3585bb913a1c1ca00d37a70cc3d086f6d07121</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Remove -fno-stack-protector from default CFLAGS</title>
<updated>2020-12-28T14:38:21Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2020-12-28T14:38:21Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=e5c83dd7b233255a593ee3eace6513814e9b507e'/>
<id>urn:sha1:e5c83dd7b233255a593ee3eace6513814e9b507e</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Add chroot sysdep, fix endianness sysdep string in .h</title>
<updated>2020-12-14T13:30:20Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2020-12-14T13:30:20Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=563670ff4bb6c50a91aa31427078515a85a92ce3'/>
<id>urn:sha1:563670ff4bb6c50a91aa31427078515a85a92ce3</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Add mkptemp2()</title>
<updated>2020-12-09T18:46:22Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2020-12-09T18:46:22Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=ea189862e2be9ebf35da6174b1ae0083a22cc9ee'/>
<id>urn:sha1:ea189862e2be9ebf35da6174b1ae0083a22cc9ee</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Reflect changes in doc</title>
<updated>2020-12-09T17:26:11Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2020-12-09T17:26:11Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=ef7aef6ba0d90174e9079944eaf3010de3555cc0'/>
<id>urn:sha1:ef7aef6ba0d90174e9079944eaf3010de3555cc0</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='https://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> Some trivial bugfixes and cleanups</title>
<updated>2020-12-07T18:28:04Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2020-12-07T18:28:04Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=86312d159d55e99db5a5c82d9c50f31a1fe28199'/>
<id>urn:sha1:86312d159d55e99db5a5c82d9c50f31a1fe28199</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Fix iobufferk_init on recent Linux; remove last superfluous coe</title>
<updated>2020-12-04T14:40:52Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2020-12-04T14:40:52Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=2ddd93b4423b94578868e2701c265f8da4350965'/>
<id>urn:sha1:2ddd93b4423b94578868e2701c265f8da4350965</id>
<content type='text'>
</content>
</entry>
</feed>
