<feed xmlns='http://www.w3.org/2005/Atom'>
<title>portable/apps, branch master</title>
<subtitle>A mirror of https://github.com/libressl/portable.git
</subtitle>
<id>https://git.lua4.win/portable/atom?h=master</id>
<link rel='self' href='https://git.lua4.win/portable/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/'/>
<updated>2025-08-28T11:42:04+00:00</updated>
<entry>
<title>Fix inconsistencies in accept4.c</title>
<updated>2025-08-28T11:42:04+00:00</updated>
<author>
<name>imorgenstern</name>
<email>igor.morgenstern@aisle.com</email>
</author>
<published>2025-08-28T11:42:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=d7a9ca6d2ffdfd65543c32b6f11a8a106e839d81'/>
<id>urn:sha1:d7a9ca6d2ffdfd65543c32b6f11a8a106e839d81</id>
<content type='text'>
Fix inconsistencies in accept4.c. If the underlying accept() fails the shim returns the listening socket s instead of −1.</content>
</entry>
<entry>
<title>adjust incorrect commit years</title>
<updated>2025-06-01T14:24:24+00:00</updated>
<author>
<name>Brent Cook</name>
<email>busterb@gmail.com</email>
</author>
<published>2025-06-01T14:24:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=5d9229b16966f8135de4d78ecdefd4230f8e3383'/>
<id>urn:sha1:5d9229b16966f8135de4d78ecdefd4230f8e3383</id>
<content type='text'>
Co-authored-by: Theo Buehler &lt;botovq@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>add autotools build copyright headers</title>
<updated>2025-06-01T01:22:33+00:00</updated>
<author>
<name>Brent Cook</name>
<email>busterb@gmail.com</email>
</author>
<published>2025-06-01T01:20:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=340037f69a425d87aedc8c793e821a4946660938'/>
<id>urn:sha1:340037f69a425d87aedc8c793e821a4946660938</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add copyright headers to Cmake files</title>
<updated>2025-06-01T01:22:33+00:00</updated>
<author>
<name>Brent Cook</name>
<email>busterb@gmail.com</email>
</author>
<published>2025-06-01T01:11:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=c51665d429359402cf77be8511db3d5d7b3964e2'/>
<id>urn:sha1:c51665d429359402cf77be8511db3d5d7b3964e2</id>
<content type='text'>
based on original committer and date
</content>
</entry>
<entry>
<title>Update for speed.c and .h churn</title>
<updated>2025-01-02T15:29:09+00:00</updated>
<author>
<name>Theo Buehler</name>
<email>tb@openbsd.org</email>
</author>
<published>2025-01-02T15:11:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=8dad5fe3b9ed8f3e5fb468a98c8459769862bb35'/>
<id>urn:sha1:8dad5fe3b9ed8f3e5fb468a98c8459769862bb35</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use TIMEVAL typedef with select()</title>
<updated>2024-10-06T23:56:01+00:00</updated>
<author>
<name>Brent Cook</name>
<email>busterb@gmail.com</email>
</author>
<published>2024-10-06T23:52:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=64f15ec5893c518af2435798297ec4b8c1709afb'/>
<id>urn:sha1:64f15ec5893c518af2435798297ec4b8c1709afb</id>
<content type='text'>
This prevents the compatibility struct timeval definition in
sys/time.h from potentially getting used with select() here.

https://learn.microsoft.com/en-us/windows/win32/api/winsock2/nf-winsock2-select
</content>
</entry>
<entry>
<title>for poll timeout -1, set loop time more reasonably</title>
<updated>2024-10-06T23:56:01+00:00</updated>
<author>
<name>Brent Cook</name>
<email>busterb@gmail.com</email>
</author>
<published>2024-10-06T23:50:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=0eceb61cc0a86238a2cc74b172ea790156153cf3'/>
<id>urn:sha1:0eceb61cc0a86238a2cc74b172ea790156153cf3</id>
<content type='text'>
Otherwise it sets looptime to -1, which was skipped by select()
and caused 100% cpu busy looping.
</content>
</entry>
<entry>
<title>Switch to check_symbol_exists() in simplest cases</title>
<updated>2024-08-21T13:56:28+00:00</updated>
<author>
<name>Theo Buehler</name>
<email>tb@openbsd.org</email>
</author>
<published>2024-08-02T20:18:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=1ff9793deee907efcbd4769fe99e133a9608a5f6'/>
<id>urn:sha1:1ff9793deee907efcbd4769fe99e133a9608a5f6</id>
<content type='text'>
There are a few exceptions. Some require _GNU_SOURCE, some are in the
weird strings.h header, some are probably too new to be found in the
standard locations.

Fixes #1077
</content>
</entry>
<entry>
<title>spkac.c is no more</title>
<updated>2024-07-08T06:52:49+00:00</updated>
<author>
<name>Theo Buehler</name>
<email>tb@openbsd.org</email>
</author>
<published>2024-07-08T06:52:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=050b6de79ecc25691569e2c383195a7adceaa359'/>
<id>urn:sha1:050b6de79ecc25691569e2c383195a7adceaa359</id>
<content type='text'>
</content>
</entry>
<entry>
<title>nc needs compat_obj on some platforms</title>
<updated>2023-12-14T04:39:35+00:00</updated>
<author>
<name>Viktor Szakats</name>
<email>commit@vsz.me</email>
</author>
<published>2023-12-14T04:39:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=fccbb9b556e4922380c296ee03364fb2cde87d13'/>
<id>urn:sha1:fccbb9b556e4922380c296ee03364fb2cde87d13</id>
<content type='text'>
</content>
</entry>
</feed>
