<feed xmlns='http://www.w3.org/2005/Atom'>
<title>portable/crypto/compat, branch v3.2.7</title>
<subtitle>A mirror of https://github.com/libressl/portable.git
</subtitle>
<id>https://git.lua4.win/portable/atom?h=v3.2.7</id>
<link rel='self' href='https://git.lua4.win/portable/atom?h=v3.2.7'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/'/>
<updated>2020-04-15T03:29:37+00:00</updated>
<entry>
<title>avoid exporting a sleep() symbol from libcrypto</title>
<updated>2020-04-15T03:29:37+00:00</updated>
<author>
<name>Brent Cook</name>
<email>busterb@gmail.com</email>
</author>
<published>2020-04-15T03:29:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=79f2a52a391dab35132a2aa998757abea7f32533'/>
<id>urn:sha1:79f2a52a391dab35132a2aa998757abea7f32533</id>
<content type='text'>
Since it seems only MSVC lacks sleep(), and it's only used by apps, lets
special-case that and make it available as a static inline function
instead.
</content>
</entry>
<entry>
<title>initial support for midipix</title>
<updated>2019-10-20T18:22:22+00:00</updated>
<author>
<name>Ørjan Malde</name>
<email>red@foxi.me</email>
</author>
<published>2019-10-20T18:22:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=b80c4bf262a4eefbe55be78fee5853b787711bca'/>
<id>urn:sha1:b80c4bf262a4eefbe55be78fee5853b787711bca</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use posix_win.c functions on WIN32</title>
<updated>2019-07-28T10:10:47+00:00</updated>
<author>
<name>kinichiro</name>
<email>kinichiro.inoguchi@gmail.com</email>
</author>
<published>2019-07-28T10:03:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=856d0511d63bd791b4a18df0c3ffc80b8e47c470'/>
<id>urn:sha1:856d0511d63bd791b4a18df0c3ffc80b8e47c470</id>
<content type='text'>
- read() returns bytes count as 1 for crlf unless binary mode isn't
  specified with open(). Reported by @ulfworsoe in libressl-portable#542
- err could be WSANOTINITIALISED when WSAStartup() is not called
</content>
</entry>
<entry>
<title>condense android comments for clarity</title>
<updated>2019-05-23T11:58:38+00:00</updated>
<author>
<name>Brent Cook</name>
<email>busterb@gmail.com</email>
</author>
<published>2019-05-23T11:58:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=c199315ee9c3dbac0397cb426d905f5b2b66436f'/>
<id>urn:sha1:c199315ee9c3dbac0397cb426d905f5b2b66436f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove info about glibc</title>
<updated>2019-05-22T07:47:47+00:00</updated>
<author>
<name>Ishimoto Shinobu</name>
<email>47295761+protonesso@users.noreply.github.com</email>
</author>
<published>2019-05-22T07:47:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=65159f37d0b5cc4c191edf6fbfd14ce57ecc58b7'/>
<id>urn:sha1:65159f37d0b5cc4c191edf6fbfd14ce57ecc58b7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>avoid glibc</title>
<updated>2019-05-21T13:41:05+00:00</updated>
<author>
<name>Ishimoto Shinobu</name>
<email>47295761+protonesso@users.noreply.github.com</email>
</author>
<published>2019-05-21T13:41:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=a747aacc23607c993cc481378782b2c7dd5bc53b'/>
<id>urn:sha1:a747aacc23607c993cc481378782b2c7dd5bc53b</id>
<content type='text'>
cause problems on musl systems</content>
</entry>
<entry>
<title>Fix getprogname_linux.c for Android API &lt; 21</title>
<updated>2019-05-04T07:15:23+00:00</updated>
<author>
<name>Simone Basso</name>
<email>bassosimone@gmail.com</email>
</author>
<published>2019-05-04T07:15:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=44082746dbb904a78d3f05b9c37608aefbd24d26'/>
<id>urn:sha1:44082746dbb904a78d3f05b9c37608aefbd24d26</id>
<content type='text'>
This diff fixes the build of LibreSSL for Android with API &lt; 21 where
the `getprogname` system call was not part of libc.

A comment in the diff itself explains in detail the issue.
</content>
</entry>
<entry>
<title>add unimpl fallback for getprogname</title>
<updated>2019-02-04T00:50:14+00:00</updated>
<author>
<name>Brent Cook</name>
<email>busterb@gmail.com</email>
</author>
<published>2019-02-04T00:50:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=40c848316e6f457eb1b799ff0c680ae42a30f80b'/>
<id>urn:sha1:40c848316e6f457eb1b799ff0c680ae42a30f80b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update autoconf for latest compat functions</title>
<updated>2019-01-31T19:56:56+00:00</updated>
<author>
<name>Brent Cook</name>
<email>busterb@gmail.com</email>
</author>
<published>2019-01-31T15:45:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=a6d7ea956290470254e817adb2f6a3fac9397a17'/>
<id>urn:sha1:a6d7ea956290470254e817adb2f6a3fac9397a17</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Handle malloc returning null</title>
<updated>2019-01-04T18:24:59+00:00</updated>
<author>
<name>John Norrbin</name>
<email>Johnex@users.noreply.github.com</email>
</author>
<published>2019-01-04T18:24:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=1e848d2e4eaa5664d99b0e59f124f1eabf039f05'/>
<id>urn:sha1:1e848d2e4eaa5664d99b0e59f124f1eabf039f05</id>
<content type='text'>
Locks are required for multi-threading. If memory can't be allocated, exit the program with memory error. If we let the program continue, it will deadlock in the next part of the code anyway so better end it before.</content>
</entry>
</feed>
