<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/curl.git/src/tool_helpers.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>curl: report error for "--no-" on non-boolean options</title>
<updated>2019-05-20T17:04:54+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2019-05-20T08:51:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=31b77c1877a807ab6184b22ab2310e096536b9b5'/>
<id>31b77c1877a807ab6184b22ab2310e096536b9b5</id>
<content type='text'>
Reported-by: Olen Andoni
Fixes #3906
Closes #3907
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reported-by: Olen Andoni
Fixes #3906
Closes #3907
</pre>
</div>
</content>
</entry>
<entry>
<title>curl: detect and bail out early on parameter integer overflows</title>
<updated>2017-08-07T07:38:45+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2017-08-06T18:10:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=5c7455fe7691a18e0f6a85ebe26aae861ccc5284'/>
<id>5c7455fe7691a18e0f6a85ebe26aae861ccc5284</id>
<content type='text'>
Make the number parser aware of the maximum limit curl accepts for a
value and return an error immediately if larger, instead of running an
integer overflow later.

Fixes #1730
Closes #1736
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make the number parser aware of the maximum limit curl accepts for a
value and return an error immediately if larger, instead of running an
integer overflow later.

Fixes #1730
Closes #1736
</pre>
</div>
</content>
</entry>
<entry>
<title>curl: non-boolean command line args reject --no- prefixes</title>
<updated>2017-05-02T21:09:54+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2017-04-30T23:23:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=913c3c8f5476bd7bc4d8d00509396bd4b525b8fc'/>
<id>913c3c8f5476bd7bc4d8d00509396bd4b525b8fc</id>
<content type='text'>
... and instead properly respond with an error message to the user
instead of silently ignoring.

Fixes #1453
Closes #1458
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
... and instead properly respond with an error message to the user
instead of silently ignoring.

Fixes #1453
Closes #1458
</pre>
</div>
</content>
</entry>
<entry>
<title>strcase: make the tool use curl_str[n]equal instead</title>
<updated>2016-10-31T20:51:19+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2016-10-31T20:49:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=95bd2b3e7f00b9ecbd4d5ea7d8bc3b59fcb038c0'/>
<id>95bd2b3e7f00b9ecbd4d5ea7d8bc3b59fcb038c0</id>
<content type='text'>
As they are after all part of the public API. Saves space and reduces
complexity. Remove the strcase defines from the curlx_ family.

Suggested-by: Dan Fandrich
Idea: https://curl.haxx.se/mail/lib-2016-10/0136.html
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As they are after all part of the public API. Saves space and reduces
complexity. Remove the strcase defines from the curlx_ family.

Suggested-by: Dan Fandrich
Idea: https://curl.haxx.se/mail/lib-2016-10/0136.html
</pre>
</div>
</content>
</entry>
<entry>
<title>strcasecompare: all case insensitive string compares ignore locale now</title>
<updated>2016-10-31T07:46:35+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2016-09-30T16:54:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=811a693b803a8715e15ba56fb161d9e6b3b6b016'/>
<id>811a693b803a8715e15ba56fb161d9e6b3b6b016</id>
<content type='text'>
We had some confusions on when each function was used. We should not act
differently on different locales anyway.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We had some confusions on when each function was used. We should not act
differently on different locales anyway.
</pre>
</div>
</content>
</entry>
<entry>
<title>strcasecompare: is the new name for strequal()</title>
<updated>2016-10-31T07:46:35+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2016-09-30T15:15:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=502acba2af821391b85a2cd4ac7b91ad8e9d4180'/>
<id>502acba2af821391b85a2cd4ac7b91ad8e9d4180</id>
<content type='text'>
... to make it less likely that we forget that the function actually
does case insentive compares. Also replaced several invokes of the
function with a plain strcmp when case sensitivity is not an issue (like
comparing with "-").
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
... to make it less likely that we forget that the function actually
does case insentive compares. Also replaced several invokes of the
function with a plain strcmp when case sensitivity is not an issue (like
comparing with "-").
</pre>
</div>
</content>
</entry>
<entry>
<title>tool_helpers.c: fix comment typo (#989)</title>
<updated>2016-09-03T21:14:07+00:00</updated>
<author>
<name>Mark Hamilton</name>
<email>TheDarkCode@users.noreply.github.com</email>
</author>
<published>2016-09-03T21:14:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=9a84dc31de6c0d3073f41af4f2e5b5d594eeeb6c'/>
<id>9a84dc31de6c0d3073f41af4f2e5b5d594eeeb6c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>URLs: change all http:// URLs to https://</title>
<updated>2016-02-02T23:19:02+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2016-02-02T23:19:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=4af40b3646d3b09f68e419f7ca866ff395d1f897'/>
<id>4af40b3646d3b09f68e419f7ca866ff395d1f897</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>curl: expanded the -XHEAD warning text</title>
<updated>2015-11-24T09:11:06+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2015-11-24T09:11:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=bb9ec5ebb29a88d5b55eece1ea90198a514a736f'/>
<id>bb9ec5ebb29a88d5b55eece1ea90198a514a736f</id>
<content type='text'>
... to also mention the specific options used.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
... to also mention the specific options used.
</pre>
</div>
</content>
</entry>
<entry>
<title>curl: customrequest_helper: deal with NULL custom method</title>
<updated>2015-09-11T16:49:28+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2015-09-11T16:49:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=fad96046138a8fa506589218cd871cc3848d1169'/>
<id>fad96046138a8fa506589218cd871cc3848d1169</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
