<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/curl.git/acinclude.m4, 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>build: fixed build for systems with select() in unistd.h</title>
<updated>2020-03-31T08:59:06+00:00</updated>
<author>
<name>Harry Sintonen</name>
<email>sintonen@iki.fi</email>
</author>
<published>2020-03-30T13:52:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=7a71965e9761f80aa4508472c5b1e3ab03ba018a'/>
<id>7a71965e9761f80aa4508472c5b1e3ab03ba018a</id>
<content type='text'>
Closes #5169
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #5169
</pre>
</div>
</content>
</entry>
<entry>
<title>polarssl: remove more references and mentions</title>
<updated>2020-03-05T06:57:45+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-03-04T13:50:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=52d302ed64822347de132e50027aaa35f23b145b'/>
<id>52d302ed64822347de132e50027aaa35f23b145b</id>
<content type='text'>
Assisted-by: Jay Satiro
Follow-up to 6357a19ff29dac04
Closes #5036
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Assisted-by: Jay Satiro
Follow-up to 6357a19ff29dac04
Closes #5036
</pre>
</div>
</content>
</entry>
<entry>
<title>configure: add --with-amissl</title>
<updated>2019-03-15T09:22:42+00:00</updated>
<author>
<name>Chris Young</name>
<email>chris@unsatisfactorysoftware.co.uk</email>
</author>
<published>2019-03-08T00:06:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=1e853653d2022bec831af62ec55765e6df62e356'/>
<id>1e853653d2022bec831af62ec55765e6df62e356</id>
<content type='text'>
AmiSSL is an Amiga native library which provides a wrapper over OpenSSL.
It also requires all programs using it to use bsdsocket.library
directly, rather than accessing socket functions through clib, which
libcurl was not necessarily doing previously. Configure will now check
for the headers and ensure they are included if found.

Closes #3677
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
AmiSSL is an Amiga native library which provides a wrapper over OpenSSL.
It also requires all programs using it to use bsdsocket.library
directly, rather than accessing socket functions through clib, which
libcurl was not necessarily doing previously. Configure will now check
for the headers and ensure they are included if found.

Closes #3677
</pre>
</div>
</content>
</entry>
<entry>
<title>acinclude: add additional libraries to check for LDAP support</title>
<updated>2019-02-25T06:48:00+00:00</updated>
<author>
<name>Michael Felt</name>
<email>michael@felt.demon.nl</email>
</author>
<published>2019-02-21T13:34:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=66637b4d8fbc52aa1b57845cf45c7ccc7a95880f'/>
<id>66637b4d8fbc52aa1b57845cf45c7ccc7a95880f</id>
<content type='text'>
- Add an additional check for LDAP that also checks for OpenSSL since
  on AIX those libraries may be required to link LDAP properly.

Fixes https://github.com/curl/curl/issues/3595
Closes https://github.com/curl/curl/pull/3596
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Add an additional check for LDAP that also checks for OpenSSL since
  on AIX those libraries may be required to link LDAP properly.

Fixes https://github.com/curl/curl/issues/3595
Closes https://github.com/curl/curl/pull/3596
</pre>
</div>
</content>
</entry>
<entry>
<title>configure: fix recv/send/select detection on Android</title>
<updated>2019-01-19T19:24:00+00:00</updated>
<author>
<name>hhb</name>
<email>haibohuang2010@gmail.com</email>
</author>
<published>2019-01-18T23:03:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=21c379421169b1e2bed61214e090c454577a5790'/>
<id>21c379421169b1e2bed61214e090c454577a5790</id>
<content type='text'>
This reverts commit d4f25201fb7da03fc88f90d51101beb3d0026db9.

The overloadable attribute is removed again starting from
NDK17. Actually they only exist in two NDK versions (15 and 16). With
overloadable, the first condition tried will succeed. Results in wrong
detection result.

Closes #3484
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit d4f25201fb7da03fc88f90d51101beb3d0026db9.

The overloadable attribute is removed again starting from
NDK17. Actually they only exist in two NDK versions (15 and 16). With
overloadable, the first condition tried will succeed. Results in wrong
detection result.

Closes #3484
</pre>
</div>
</content>
</entry>
<entry>
<title>configure: remove CURL_CONFIGURE_CURL_SOCKLEN_T</title>
<updated>2018-10-25T11:18:23+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2018-10-25T06:03:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=25d287d1e5b89c276baa1676afcc8c3297e6e309'/>
<id>25d287d1e5b89c276baa1676afcc8c3297e6e309</id>
<content type='text'>
Follow-up to #3166 which did the cmake part of this. This type/define is
not used.

Closes #3168
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Follow-up to #3166 which did the cmake part of this. This type/define is
not used.

Closes #3168
</pre>
</div>
</content>
</entry>
<entry>
<title>configure: s/AC_RUN_IFELSE/CURL_RUN_IFELSE</title>
<updated>2018-09-26T16:51:34+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2018-09-26T12:16:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=5616c1df285bef32e879f5e29fdf28c062e6506d'/>
<id>5616c1df285bef32e879f5e29fdf28c062e6506d</id>
<content type='text'>
fix a few leftovers

Fixes #3006
Closes #3049
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix a few leftovers

Fixes #3006
Closes #3049
</pre>
</div>
</content>
</entry>
<entry>
<title>configure: conditionally enable pedantic-errors</title>
<updated>2018-08-21T16:53:44+00:00</updated>
<author>
<name>Marcel Raad</name>
<email>Marcel.Raad@teamviewer.com</email>
</author>
<published>2018-07-09T16:38:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=d5c0351055d5709da8f3e16c91348092fdb481aa'/>
<id>d5c0351055d5709da8f3e16c91348092fdb481aa</id>
<content type='text'>
Enable pedantic-errors for GCC &gt;= 5 with --enable-werror. Before GCC 5,
pedantic-errors was synonymous to -Werror=pedantic [0], which is still
the case for clang [1]. With GCC 5, it became complementary [2].

Also fix a resulting error in acinclude.m4 as main's return type was
missing, which is illegal in C99.

[0] https://gcc.gnu.org/onlinedocs/gcc-4.9.0/gcc/Warning-Options.html
[1] https://clang.llvm.org/docs/UsersManual.html#options-to-control-error-and-warning-messages
[2] https://gcc.gnu.org/onlinedocs/gcc-5.1.0/gcc/Warning-Options.html

Closes https://github.com/curl/curl/pull/2747
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Enable pedantic-errors for GCC &gt;= 5 with --enable-werror. Before GCC 5,
pedantic-errors was synonymous to -Werror=pedantic [0], which is still
the case for clang [1]. With GCC 5, it became complementary [2].

Also fix a resulting error in acinclude.m4 as main's return type was
missing, which is illegal in C99.

[0] https://gcc.gnu.org/onlinedocs/gcc-4.9.0/gcc/Warning-Options.html
[1] https://clang.llvm.org/docs/UsersManual.html#options-to-control-error-and-warning-messages
[2] https://gcc.gnu.org/onlinedocs/gcc-5.1.0/gcc/Warning-Options.html

Closes https://github.com/curl/curl/pull/2747
</pre>
</div>
</content>
</entry>
<entry>
<title>configure: remove CURL_CHECK_NI_WITHSCOPEID too</title>
<updated>2018-06-27T11:53:26+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2018-06-27T11:52:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=a10c974e1a5c853354ad54c574ad22e1ed46ea9f'/>
<id>a10c974e1a5c853354ad54c574ad22e1ed46ea9f</id>
<content type='text'>
Since it isn't used either and requires the getnameinfo check

Follow-up to 0aeca41702d2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since it isn't used either and requires the getnameinfo check

Follow-up to 0aeca41702d2
</pre>
</div>
</content>
</entry>
<entry>
<title>getnameinfo: not used</title>
<updated>2018-06-27T11:49:18+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2018-06-27T06:20:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=0aeca41702d2a70f7d253451781fe52398aab257'/>
<id>0aeca41702d2a70f7d253451781fe52398aab257</id>
<content type='text'>
Closes #2687
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #2687
</pre>
</div>
</content>
</entry>
</feed>
