<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/curl.git/include/curl/urlapi.h, branch bagder/configure-dis-https-proxy</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>urlapi: CURLU_NO_AUTHORITY allows empty authority/host part</title>
<updated>2019-09-19T13:57:28+00:00</updated>
<author>
<name>Jens Finkhaeuser</name>
<email>jens@finkhaeuser.de</email>
</author>
<published>2019-09-19T13:54:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=0a4ecbdf1c35de3a0a367db73edbf50fabc0fb0e'/>
<id>0a4ecbdf1c35de3a0a367db73edbf50fabc0fb0e</id>
<content type='text'>
CURLU_NO_AUTHORITY is intended for use with unknown schemes (i.e. not
"file:///") to override cURL's default demand that an authority exists.

Closes #4349
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CURLU_NO_AUTHORITY is intended for use with unknown schemes (i.e. not
"file:///") to override cURL's default demand that an authority exists.

Closes #4349
</pre>
</div>
</content>
</entry>
<entry>
<title>defines: avoid underscore-prefixed defines</title>
<updated>2019-08-23T09:47:57+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2019-08-22T13:29:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=32d64b2e875f0d74cd433dff8bda9f8a98dcd44e'/>
<id>32d64b2e875f0d74cd433dff8bda9f8a98dcd44e</id>
<content type='text'>
Double-underscored or underscore plus uppercase letter at least.

... as they're claimed to be reserved.

Reported-by: patnyb on github

Fixes #4254
Closes #4255
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Double-underscored or underscore plus uppercase letter at least.

... as they're claimed to be reserved.

Reported-by: patnyb on github

Fixes #4254
Closes #4255
</pre>
</div>
</content>
</entry>
<entry>
<title>urlapi: add CURLUPART_ZONEID to set and get</title>
<updated>2019-05-05T13:52:46+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2019-05-03T11:18:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=2d0e9b40d3237b1450cbbfbcb996da244d964898'/>
<id>2d0e9b40d3237b1450cbbfbcb996da244d964898</id>
<content type='text'>
The zoneid can be used with IPv6 numerical addresses.

Updated test 1560 to verify.

Closes #3834
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The zoneid can be used with IPv6 numerical addresses.

Updated test 1560 to verify.

Closes #3834
</pre>
</div>
</content>
</entry>
<entry>
<title>curl/urlapi.h: include "curl.h" first</title>
<updated>2019-01-07T08:34:03+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2019-01-05T22:07:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=ef384c68ae22b35cf4976227d1cfcbbc3af79c88'/>
<id>ef384c68ae22b35cf4976227d1cfcbbc3af79c88</id>
<content type='text'>
This allows programs to include curl/urlapi.h directly.

Reviewed-by: Daniel Gustafsson
Reported-by: Ben Kohler
Fixes #3438
Closes #3441
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows programs to include curl/urlapi.h directly.

Reviewed-by: Daniel Gustafsson
Reported-by: Ben Kohler
Fixes #3438
Closes #3441
</pre>
</div>
</content>
</entry>
<entry>
<title>urlapi: document the error codes, remove two unused ones</title>
<updated>2018-09-19T21:25:11+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2018-09-19T09:28:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=5c73093edb3bd527db9c8abdee53d0f18e6a4cc1'/>
<id>5c73093edb3bd527db9c8abdee53d0f18e6a4cc1</id>
<content type='text'>
Assisted-by: Daniel Gustafsson
Closes #3019
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Assisted-by: Daniel Gustafsson
Closes #3019
</pre>
</div>
</content>
</entry>
<entry>
<title>urlapi: add CURLU_GUESS_SCHEME and fix hostname acceptance</title>
<updated>2018-09-19T21:21:52+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2018-09-19T08:17:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=9307c219ad4741db860b864c860ac2f8bf9fad9d'/>
<id>9307c219ad4741db860b864c860ac2f8bf9fad9d</id>
<content type='text'>
In order for this API to fully work for libcurl itself, it now offers a
CURLU_GUESS_SCHEME flag that makes it "guess" scheme based on the host
name prefix just like libcurl always did. If there's no known prefix, it
will guess "http://".

Separately, it relaxes the check of the host name so that IDN host names
can be passed in as well.

Both these changes are necessary for libcurl itself to use this API.

Assisted-by: Daniel Gustafsson
Closes #3018
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In order for this API to fully work for libcurl itself, it now offers a
CURLU_GUESS_SCHEME flag that makes it "guess" scheme based on the host
name prefix just like libcurl always did. If there's no known prefix, it
will guess "http://".

Separately, it relaxes the check of the host name so that IDN host names
can be passed in as well.

Both these changes are necessary for libcurl itself to use this API.

Assisted-by: Daniel Gustafsson
Closes #3018
</pre>
</div>
</content>
</entry>
<entry>
<title>URL-API</title>
<updated>2018-09-08T13:36:11+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2018-08-05T09:51:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=fb30ac5a2d63773c529c19259754e2b306ac2e2e'/>
<id>fb30ac5a2d63773c529c19259754e2b306ac2e2e</id>
<content type='text'>
See header file and man pages for API. All documented API details work
and are tested in the 1560 test case.

Closes #2842
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See header file and man pages for API. All documented API details work
and are tested in the 1560 test case.

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