<feed xmlns='http://www.w3.org/2005/Atom'>
<title>portable/crypto/compat, branch v2.3.8</title>
<subtitle>A mirror of https://github.com/libressl/portable.git
</subtitle>
<id>https://git.lua4.win/portable/atom?h=v2.3.8</id>
<link rel='self' href='https://git.lua4.win/portable/atom?h=v2.3.8'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/'/>
<updated>2015-12-11T15:22:12+00:00</updated>
<entry>
<title>Revert back to GetStdHandle, since it works fine with pipes.</title>
<updated>2015-12-11T15:22:12+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2015-12-11T15:22:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=3af1387b189074ef82410627f51b84277aa24aa2'/>
<id>urn:sha1:3af1387b189074ef82410627f51b84277aa24aa2</id>
<content type='text'>
Also include the formerly-missing NULL check, since this can fail in two
ways.
</content>
</entry>
<entry>
<title>include stdint.h uint*_t</title>
<updated>2015-12-11T15:21:43+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2015-12-11T15:21:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=bd8fe5868f40a80012749a0daa3af88b95b8fb22'/>
<id>urn:sha1:bd8fe5868f40a80012749a0daa3af88b95b8fb22</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace STDIN_FILENO with _fileno</title>
<updated>2015-12-11T05:32:00+00:00</updated>
<author>
<name>Anthony Novatsis</name>
<email>anthony.novatsis@dallatech.com.au</email>
</author>
<published>2015-12-11T05:29:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=5727d3274ee6eff74d2a2937156f787d99f7ce92'/>
<id>urn:sha1:5727d3274ee6eff74d2a2937156f787d99f7ce92</id>
<content type='text'>
Replace STDIN_FILENO with _fileno as STDIN_FILENO results in compile
errors with Visual Studio 2015 (using CMake).
</content>
</entry>
<entry>
<title>only set the console mode if stdin is a console (not a pipe)</title>
<updated>2015-12-06T22:49:01+00:00</updated>
<author>
<name>Brent Cook</name>
<email>busterb@gmail.com</email>
</author>
<published>2015-12-06T04:14:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=afcc027da77f2285eda4c018348a3794c667581d'/>
<id>urn:sha1:afcc027da77f2285eda4c018348a3794c667581d</id>
<content type='text'>
This allows piping commands and running from a cygwin console.
</content>
</entry>
<entry>
<title>wrap gets on Windows, replacing '\r\n' with '\n'</title>
<updated>2015-12-05T19:58:37+00:00</updated>
<author>
<name>Brent Cook</name>
<email>busterb@gmail.com</email>
</author>
<published>2015-12-05T19:58:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=75ef5bb160fb261da1950abfd3d22f54011458e1'/>
<id>urn:sha1:75ef5bb160fb261da1950abfd3d22f54011458e1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>check bounds before casting (long long) to time_t</title>
<updated>2015-10-22T03:17:13+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2015-10-22T03:17:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=3f79a49dd29be1ea2a227304a496269711eea4d9'/>
<id>urn:sha1:3f79a49dd29be1ea2a227304a496269711eea4d9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Windows compatibility fixes</title>
<updated>2015-10-18T14:28:10+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2015-10-18T14:28:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=0197a589691274055e3a6f47a3652a6714d676bc'/>
<id>urn:sha1:0197a589691274055e3a6f47a3652a6714d676bc</id>
<content type='text'>
VS2013 has trouble with relative include paths for apps/openssl, so move
certhash_win/apps_win.c back to apps/openssl.

gmtime_r on mingw64 fails with negative time_t, override

gmtime_s fails all of the time unit tests, override

SHUT_RD/WR are defined in newer mingw64 headers, check before overriding
</content>
</entry>
<entry>
<title>make internal functions static</title>
<updated>2015-10-15T19:32:02+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2015-10-15T19:32:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=cac089b5d6f4b0237f8221d18079735f1d3e7c72'/>
<id>urn:sha1:cac089b5d6f4b0237f8221d18079735f1d3e7c72</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use timegm from musl</title>
<updated>2015-10-15T19:26:24+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2015-10-15T19:26:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=c02436645dafd0e97ee7e91ab8afd70bb997453c'/>
<id>urn:sha1:c02436645dafd0e97ee7e91ab8afd70bb997453c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>include timegm fallback</title>
<updated>2015-10-15T14:16:38+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2015-10-15T04:53:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=4298ac9305d89cadf90ebb01f0e85bb74fea2c1e'/>
<id>urn:sha1:4298ac9305d89cadf90ebb01f0e85bb74fea2c1e</id>
<content type='text'>
</content>
</entry>
</feed>
