<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/curl.git/lib/curl_addrinfo.c, branch bagder/https-proxy-tests</title>
<subtitle>github.com: bagder/curl.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/'/>
<entry>
<title>windows: enable UnixSockets with all build toolchains</title>
<updated>2020-04-04T17:53:15+00:00</updated>
<author>
<name>Viktor Szakats</name>
<email>commit@vsz.me</email>
</author>
<published>2020-04-04T17:49:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=23a870f2fd041278762ecf819cd1467019588c58'/>
<id>23a870f2fd041278762ecf819cd1467019588c58</id>
<content type='text'>
Extend existing unix socket support in Windows builds to be
enabled for all toolchain vendors or versions. (Previously
it was only supported with certain MSVC versions + more recent
Windows 10 SDKs)

Ref: https://devblogs.microsoft.com/commandline/af_unix-comes-to-windows/
Ref: https://github.com/curl/curl/issues/5162
Closes: https://github.com/curl/curl/pull/5170
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Extend existing unix socket support in Windows builds to be
enabled for all toolchain vendors or versions. (Previously
it was only supported with certain MSVC versions + more recent
Windows 10 SDKs)

Ref: https://devblogs.microsoft.com/commandline/af_unix-comes-to-windows/
Ref: https://github.com/curl/curl/issues/5162
Closes: https://github.com/curl/curl/pull/5170
</pre>
</div>
</content>
</entry>
<entry>
<title>memdebug: log pointer before freeing its data</title>
<updated>2019-03-12T20:45:03+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2019-03-12T07:37:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=401cb929543e3370726574c01fd90d965c5b3c60'/>
<id>401cb929543e3370726574c01fd90d965c5b3c60</id>
<content type='text'>
Coverity warned for two potentional "Use after free" cases. Both are false
positives because the memory wasn't used, it was only the actual pointer
value that was logged.

The fix still changes the order of execution to avoid the warnings.

Coverity CID 1443033 and 1443034

Closes #3671
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Coverity warned for two potentional "Use after free" cases. Both are false
positives because the memory wasn't used, it was only the actual pointer
value that was logged.

The fix still changes the order of execution to avoid the warnings.

Coverity CID 1443033 and 1443034

Closes #3671
</pre>
</div>
</content>
</entry>
<entry>
<title>memdebug: make debug-specific functions use curl_dbg_ prefix</title>
<updated>2019-03-08T22:21:21+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2019-03-08T09:47:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=76b63489495ee1d49182a20525d7e6629cbab493'/>
<id>76b63489495ee1d49182a20525d7e6629cbab493</id>
<content type='text'>
To not "collide" or use up the regular curl_ name space. Also makes them
easier to detect in helper scripts.

Closes #3656
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To not "collide" or use up the regular curl_ name space. Also makes them
easier to detect in helper scripts.

Closes #3656
</pre>
</div>
</content>
</entry>
<entry>
<title>curl_addrinfo: use same #ifdef conditions in source as header</title>
<updated>2018-06-01T12:40:35+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2018-06-01T12:40:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=571280678594c4ccfbfcad854c76e02d0e350809'/>
<id>571280678594c4ccfbfcad854c76e02d0e350809</id>
<content type='text'>
... for curl_dofreeaddrinfo
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
... for curl_dofreeaddrinfo
</pre>
</div>
</content>
</entry>
<entry>
<title>curl_setup: provide a CURL_SA_FAMILY_T type if none exists</title>
<updated>2018-04-07T09:19:46+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2018-04-06T13:26:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=8020a0c62f79239c802ed6fa840b11677176910a'/>
<id>8020a0c62f79239c802ed6fa840b11677176910a</id>
<content type='text'>
... and use this type instead of 'sa_family_t' in the code since several
platforms don't have it.

Closes #2463
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
... and use this type instead of 'sa_family_t' in the code since several
platforms don't have it.

Closes #2463
</pre>
</div>
</content>
</entry>
<entry>
<title>build: add picky compiler warning flags for gcc 6 and 7</title>
<updated>2018-04-07T09:18:58+00:00</updated>
<author>
<name>Eric Gallager</name>
<email>egall@gwmail.gwu.edu</email>
</author>
<published>2018-02-12T06:42:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=a19fefb0706f939d2df7a76704ee549fecb1c4fd'/>
<id>a19fefb0706f939d2df7a76704ee549fecb1c4fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>curl_addrinfo.c: Allow Unix Domain Sockets to compile under Windows</title>
<updated>2018-02-07T21:33:57+00:00</updated>
<author>
<name>Steve Holme</name>
<email>steve_holme@hotmail.com</email>
</author>
<published>2018-02-07T21:33:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=0fd6221f8c457e7bf5e5e7bb142676927a6a6709'/>
<id>0fd6221f8c457e7bf5e5e7bb142676927a6a6709</id>
<content type='text'>
Windows 10.0.17061 SDK introduces support for Unix Domain Sockets.
Added the necessary include file to curl_addrinfo.c.

Note: The SDK (which is considered beta) has to be installed, VS 2017
project file has to be re-targeted for Windows 10.0.17061 and #define
enabled in config-win32.h.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Windows 10.0.17061 SDK introduces support for Unix Domain Sockets.
Added the necessary include file to curl_addrinfo.c.

Note: The SDK (which is considered beta) has to be installed, VS 2017
project file has to be re-targeted for Windows 10.0.17061 and #define
enabled in config-win32.h.
</pre>
</div>
</content>
</entry>
<entry>
<title>configure: check for netinet/in6.h</title>
<updated>2017-12-05T23:19:09+00:00</updated>
<author>
<name>Randall S. Becker</name>
<email>rsbecker@nexbridge.com</email>
</author>
<published>2017-12-05T16:41:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=76ebd54175bad02b29769d797adf72fdf3df119f'/>
<id>76ebd54175bad02b29769d797adf72fdf3df119f</id>
<content type='text'>
Needed by HPE NonStop NSE and NSX systems

Fixes #2146
Closes #2155
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Needed by HPE NonStop NSE and NSX systems

Fixes #2146
Closes #2155
</pre>
</div>
</content>
</entry>
<entry>
<title>code style: use spaces around equals signs</title>
<updated>2017-09-11T07:29:50+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2017-09-09T21:09:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=6b84438d9a9220fb75cbaae9d6fe6c3edb6d425e'/>
<id>6b84438d9a9220fb75cbaae9d6fe6c3edb6d425e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve code readbility</title>
<updated>2017-03-13T22:11:45+00:00</updated>
<author>
<name>Sylvestre Ledru</name>
<email>sylvestre@debian.org</email>
</author>
<published>2017-03-10T13:28:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=66de563482c0fd4324e1eae19809d2499e3c4fa8'/>
<id>66de563482c0fd4324e1eae19809d2499e3c4fa8</id>
<content type='text'>
... by removing the else branch after a return, break or continue.

Closes #1310
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
... by removing the else branch after a return, break or continue.

Closes #1310
</pre>
</div>
</content>
</entry>
</feed>
