<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/curl.git/lib/strerror.h, branch bagder/https-proxyu-req-http</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>strerror.h: Copyright year out of date</title>
<updated>2020-02-12T22:07:21+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-02-12T22:07:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=39d5621cbd81ff456d295af7c648a31215958c93'/>
<id>39d5621cbd81ff456d295af7c648a31215958c93</id>
<content type='text'>
Follow-up to 1c4fa67e8a8fcf6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Follow-up to 1c4fa67e8a8fcf6
</pre>
</div>
</content>
</entry>
<entry>
<title>strerror: Increase STRERROR_LEN 128 -&gt; 256</title>
<updated>2020-02-12T21:58:56+00:00</updated>
<author>
<name>Jay Satiro</name>
<email>raysatiro@yahoo.com</email>
</author>
<published>2020-02-12T21:48:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=1c4fa67e8a8fcf65f90470c0db2a25c81735a06c'/>
<id>1c4fa67e8a8fcf65f90470c0db2a25c81735a06c</id>
<content type='text'>
STRERROR_LEN is the constant used throughout the library to set the size
of the buffer on the stack that the curl strerror functions write to.

Prior to this change some extended length Windows error messages could
be truncated.

Closes https://github.com/curl/curl/pull/4920
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
STRERROR_LEN is the constant used throughout the library to set the size
of the buffer on the stack that the curl strerror functions write to.

Prior to this change some extended length Windows error messages could
be truncated.

Closes https://github.com/curl/curl/pull/4920
</pre>
</div>
</content>
</entry>
<entry>
<title>strerror: Add Curl_winapi_strerror for Win API specific errors</title>
<updated>2019-12-01T23:12:36+00:00</updated>
<author>
<name>Jay Satiro</name>
<email>raysatiro@yahoo.com</email>
</author>
<published>2019-11-10T08:37:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=5b22e1a5a9966036f087de8f58af449975400e58'/>
<id>5b22e1a5a9966036f087de8f58af449975400e58</id>
<content type='text'>
- In all code call Curl_winapi_strerror instead of Curl_strerror when
  the error code is known to be from Windows GetLastError.

Curl_strerror prefers CRT error codes (errno) over Windows API error
codes (GetLastError) when the two overlap. When we know the error code
is from GetLastError it is more accurate to prefer the Windows API error
messages.

Reported-by: Richard Alcock

Fixes https://github.com/curl/curl/issues/4550
Closes https://github.com/curl/curl/pull/4581
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- In all code call Curl_winapi_strerror instead of Curl_strerror when
  the error code is known to be from Windows GetLastError.

Curl_strerror prefers CRT error codes (errno) over Windows API error
codes (GetLastError) when the two overlap. When we know the error code
is from GetLastError it is more accurate to prefer the Windows API error
messages.

Reported-by: Richard Alcock

Fixes https://github.com/curl/curl/issues/4550
Closes https://github.com/curl/curl/pull/4581
</pre>
</div>
</content>
</entry>
<entry>
<title>strerror: make the strerror function use local buffers</title>
<updated>2019-02-26T09:20:21+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2019-02-25T17:12:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=880cd5dd2040826b8a1c49ecf59a385ea775a3d3'/>
<id>880cd5dd2040826b8a1c49ecf59a385ea775a3d3</id>
<content type='text'>
Instead of using a fixed 256 byte buffer in the connectdata struct.

In my build, this reduces the size of the connectdata struct by 11.8%,
from 2160 to 1904 bytes with no functionality or performance loss.

This also fixes a bug in schannel's Curl_verify_certificate where it
called Curl_sspi_strerror when it should have called Curl_strerror for
string from GetLastError. the only effect would have been no text or the
wrong text being shown for the error.

Co-authored-by: Jay Satiro

Closes #3612
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead of using a fixed 256 byte buffer in the connectdata struct.

In my build, this reduces the size of the connectdata struct by 11.8%,
from 2160 to 1904 bytes with no functionality or performance loss.

This also fixes a bug in schannel's Curl_verify_certificate where it
called Curl_sspi_strerror when it should have called Curl_strerror for
string from GetLastError. the only effect would have been no text or the
wrong text being shown for the error.

Co-authored-by: Jay Satiro

Closes #3612
</pre>
</div>
</content>
</entry>
<entry>
<title>idn: switch to libidn2 use and IDNA2008 support</title>
<updated>2016-10-31T07:46:35+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2016-10-12T07:01:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=9c91ec778104ae3b744b39444d544e82d5ee9ece'/>
<id>9c91ec778104ae3b744b39444d544e82d5ee9ece</id>
<content type='text'>
CVE-2016-8625

Bug: https://curl.haxx.se/docs/adv_20161102K.html
Reported-by: Christian Heimes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVE-2016-8625

Bug: https://curl.haxx.se/docs/adv_20161102K.html
Reported-by: Christian Heimes
</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>Revert changes relative to lib/*.[ch] recent renaming</title>
<updated>2013-01-06T17:20:27+00:00</updated>
<author>
<name>Yang Tse</name>
<email>yangsita@gmail.com</email>
</author>
<published>2013-01-04T01:50:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=4a5aa6682daeea7cd7cbbb47ce3e1c310e9261c2'/>
<id>4a5aa6682daeea7cd7cbbb47ce3e1c310e9261c2</id>
<content type='text'>
This reverts renaming and usage of lib/*.h header files done
28-12-2012, reverting 2 commits:

  f871de0... build: make use of 76 lib/*.h renamed files
  ffd8e12... build: rename 76 lib/*.h files

This also reverts removal of redundant include guard (redundant thanks
to changes in above commits) done 2-12-2013, reverting 1 commit:

  c087374... curl_setup.h: remove redundant include guard

This also reverts renaming and usage of lib/*.c source files done
3-12-2013, reverting 3 commits:

  13606bb... build: make use of 93 lib/*.c renamed files
  5b6e792... build: rename 93 lib/*.c files
  7d83dff... build: commit 13606bbfde follow-up 1

Start of related discussion thread:

  http://curl.haxx.se/mail/lib-2013-01/0012.html

Asking for confirmation on pushing this revertion commit:

  http://curl.haxx.se/mail/lib-2013-01/0048.html

Confirmation summary:

  http://curl.haxx.se/mail/lib-2013-01/0079.html

NOTICE: The list of 2 files that have been modified by other
intermixed commits, while renamed, and also by at least one
of the 6 commits this one reverts follows below. These 2 files
will exhibit a hole in history unless git's '--follow' option
is used when viewing logs.

  lib/curl_imap.h
  lib/curl_smtp.h
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts renaming and usage of lib/*.h header files done
28-12-2012, reverting 2 commits:

  f871de0... build: make use of 76 lib/*.h renamed files
  ffd8e12... build: rename 76 lib/*.h files

This also reverts removal of redundant include guard (redundant thanks
to changes in above commits) done 2-12-2013, reverting 1 commit:

  c087374... curl_setup.h: remove redundant include guard

This also reverts renaming and usage of lib/*.c source files done
3-12-2013, reverting 3 commits:

  13606bb... build: make use of 93 lib/*.c renamed files
  5b6e792... build: rename 93 lib/*.c files
  7d83dff... build: commit 13606bbfde follow-up 1

Start of related discussion thread:

  http://curl.haxx.se/mail/lib-2013-01/0012.html

Asking for confirmation on pushing this revertion commit:

  http://curl.haxx.se/mail/lib-2013-01/0048.html

Confirmation summary:

  http://curl.haxx.se/mail/lib-2013-01/0079.html

NOTICE: The list of 2 files that have been modified by other
intermixed commits, while renamed, and also by at least one
of the 6 commits this one reverts follows below. These 2 files
will exhibit a hole in history unless git's '--follow' option
is used when viewing logs.

  lib/curl_imap.h
  lib/curl_smtp.h
</pre>
</div>
</content>
</entry>
<entry>
<title>build: rename 76 lib/*.h files</title>
<updated>2012-12-28T19:21:56+00:00</updated>
<author>
<name>Yang Tse</name>
<email>yangsita@gmail.com</email>
</author>
<published>2012-12-28T19:21:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=ffd8e127e73d255f00e465649e0eec192226e6aa'/>
<id>ffd8e127e73d255f00e465649e0eec192226e6aa</id>
<content type='text'>
76 private header files renamed to use our standard naming scheme.

This commit only does the file renaming.

----------------------------------------

  renamed:    amigaos.h -&gt; curl_amigaos.h
  renamed:    arpa_telnet.h -&gt; curl_arpa_telnet.h
  renamed:    asyn.h -&gt; curl_asyn.h
  renamed:    axtls.h -&gt; curl_axtls.h
  renamed:    bundles.h -&gt; curl_bundles.h
  renamed:    conncache.h -&gt; curl_conncache.h
  renamed:    connect.h -&gt; curl_connect.h
  renamed:    content_encoding.h -&gt; curl_content_encoding.h
  renamed:    cookie.h -&gt; curl_cookie.h
  renamed:    cyassl.h -&gt; curl_cyassl.h
  renamed:    dict.h -&gt; curl_dict.h
  renamed:    easyif.h -&gt; curl_easyif.h
  renamed:    escape.h -&gt; curl_escape.h
  renamed:    file.h -&gt; curl_file.h
  renamed:    fileinfo.h -&gt; curl_fileinfo.h
  renamed:    formdata.h -&gt; curl_formdata.h
  renamed:    ftp.h -&gt; curl_ftp.h
  renamed:    ftplistparser.h -&gt; curl_ftplistparser.h
  renamed:    getinfo.h -&gt; curl_getinfo.h
  renamed:    gopher.h -&gt; curl_gopher.h
  renamed:    gtls.h -&gt; curl_gtls.h
  renamed:    hash.h -&gt; curl_hash.h
  renamed:    hostcheck.h -&gt; curl_hostcheck.h
  renamed:    hostip.h -&gt; curl_hostip.h
  renamed:    http.h -&gt; curl_http.h
  renamed:    http_chunks.h -&gt; curl_http_chunks.h
  renamed:    http_digest.h -&gt; curl_http_digest.h
  renamed:    http_negotiate.h -&gt; curl_http_negotiate.h
  renamed:    http_proxy.h -&gt; curl_http_proxy.h
  renamed:    if2ip.h -&gt; curl_if2ip.h
  renamed:    imap.h -&gt; curl_imap.h
  renamed:    inet_ntop.h -&gt; curl_inet_ntop.h
  renamed:    inet_pton.h -&gt; curl_inet_pton.h
  renamed:    krb4.h -&gt; curl_krb4.h
  renamed:    llist.h -&gt; curl_llist.h
  renamed:    memdebug.h -&gt; curl_memdebug.h
  renamed:    multiif.h -&gt; curl_multiif.h
  renamed:    netrc.h -&gt; curl_netrc.h
  renamed:    non-ascii.h -&gt; curl_non-ascii.h
  renamed:    nonblock.h -&gt; curl_nonblock.h
  renamed:    nssg.h -&gt; curl_nssg.h
  renamed:    parsedate.h -&gt; curl_parsedate.h
  renamed:    pingpong.h -&gt; curl_pingpong.h
  renamed:    polarssl.h -&gt; curl_polarssl.h
  renamed:    pop3.h -&gt; curl_pop3.h
  renamed:    progress.h -&gt; curl_progress.h
  renamed:    qssl.h -&gt; curl_qssl.h
  renamed:    rawstr.h -&gt; curl_rawstr.h
  renamed:    rtsp.h -&gt; curl_rtsp.h
  renamed:    select.h -&gt; curl_select.h
  renamed:    sendf.h -&gt; curl_sendf.h
  renamed:    setup.h -&gt; curl_setup.h
  renamed:    setup_once.h -&gt; curl_setup_once.h
  renamed:    share.h -&gt; curl_share.h
  renamed:    slist.h -&gt; curl_slist.h
  renamed:    smtp.h -&gt; curl_smtp.h
  renamed:    sockaddr.h -&gt; curl_sockaddr.h
  renamed:    socks.h -&gt; curl_socks.h
  renamed:    speedcheck.h -&gt; curl_speedcheck.h
  renamed:    splay.h -&gt; curl_splay.h
  renamed:    ssh.h -&gt; curl_ssh.h
  renamed:    sslgen.h -&gt; curl_sslgen.h
  renamed:    ssluse.h -&gt; curl_ssluse.h
  renamed:    strdup.h -&gt; curl_strdup.h
  renamed:    strequal.h -&gt; curl_strequal.h
  renamed:    strerror.h -&gt; curl_strerror.h
  renamed:    strtok.h -&gt; curl_strtok.h
  renamed:    strtoofft.h -&gt; curl_strtoofft.h
  renamed:    telnet.h -&gt; curl_telnet.h
  renamed:    tftp.h -&gt; curl_tftp.h
  renamed:    timeval.h -&gt; curl_timeval.h
  renamed:    transfer.h -&gt; curl_transfer.h
  renamed:    url.h -&gt; curl_url.h
  renamed:    urldata.h -&gt; curl_urldata.h
  renamed:    warnless.h -&gt; curl_warnless.h
  renamed:    wildcard.h -&gt; curl_wildcard.h

----------------------------------------
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
76 private header files renamed to use our standard naming scheme.

This commit only does the file renaming.

----------------------------------------

  renamed:    amigaos.h -&gt; curl_amigaos.h
  renamed:    arpa_telnet.h -&gt; curl_arpa_telnet.h
  renamed:    asyn.h -&gt; curl_asyn.h
  renamed:    axtls.h -&gt; curl_axtls.h
  renamed:    bundles.h -&gt; curl_bundles.h
  renamed:    conncache.h -&gt; curl_conncache.h
  renamed:    connect.h -&gt; curl_connect.h
  renamed:    content_encoding.h -&gt; curl_content_encoding.h
  renamed:    cookie.h -&gt; curl_cookie.h
  renamed:    cyassl.h -&gt; curl_cyassl.h
  renamed:    dict.h -&gt; curl_dict.h
  renamed:    easyif.h -&gt; curl_easyif.h
  renamed:    escape.h -&gt; curl_escape.h
  renamed:    file.h -&gt; curl_file.h
  renamed:    fileinfo.h -&gt; curl_fileinfo.h
  renamed:    formdata.h -&gt; curl_formdata.h
  renamed:    ftp.h -&gt; curl_ftp.h
  renamed:    ftplistparser.h -&gt; curl_ftplistparser.h
  renamed:    getinfo.h -&gt; curl_getinfo.h
  renamed:    gopher.h -&gt; curl_gopher.h
  renamed:    gtls.h -&gt; curl_gtls.h
  renamed:    hash.h -&gt; curl_hash.h
  renamed:    hostcheck.h -&gt; curl_hostcheck.h
  renamed:    hostip.h -&gt; curl_hostip.h
  renamed:    http.h -&gt; curl_http.h
  renamed:    http_chunks.h -&gt; curl_http_chunks.h
  renamed:    http_digest.h -&gt; curl_http_digest.h
  renamed:    http_negotiate.h -&gt; curl_http_negotiate.h
  renamed:    http_proxy.h -&gt; curl_http_proxy.h
  renamed:    if2ip.h -&gt; curl_if2ip.h
  renamed:    imap.h -&gt; curl_imap.h
  renamed:    inet_ntop.h -&gt; curl_inet_ntop.h
  renamed:    inet_pton.h -&gt; curl_inet_pton.h
  renamed:    krb4.h -&gt; curl_krb4.h
  renamed:    llist.h -&gt; curl_llist.h
  renamed:    memdebug.h -&gt; curl_memdebug.h
  renamed:    multiif.h -&gt; curl_multiif.h
  renamed:    netrc.h -&gt; curl_netrc.h
  renamed:    non-ascii.h -&gt; curl_non-ascii.h
  renamed:    nonblock.h -&gt; curl_nonblock.h
  renamed:    nssg.h -&gt; curl_nssg.h
  renamed:    parsedate.h -&gt; curl_parsedate.h
  renamed:    pingpong.h -&gt; curl_pingpong.h
  renamed:    polarssl.h -&gt; curl_polarssl.h
  renamed:    pop3.h -&gt; curl_pop3.h
  renamed:    progress.h -&gt; curl_progress.h
  renamed:    qssl.h -&gt; curl_qssl.h
  renamed:    rawstr.h -&gt; curl_rawstr.h
  renamed:    rtsp.h -&gt; curl_rtsp.h
  renamed:    select.h -&gt; curl_select.h
  renamed:    sendf.h -&gt; curl_sendf.h
  renamed:    setup.h -&gt; curl_setup.h
  renamed:    setup_once.h -&gt; curl_setup_once.h
  renamed:    share.h -&gt; curl_share.h
  renamed:    slist.h -&gt; curl_slist.h
  renamed:    smtp.h -&gt; curl_smtp.h
  renamed:    sockaddr.h -&gt; curl_sockaddr.h
  renamed:    socks.h -&gt; curl_socks.h
  renamed:    speedcheck.h -&gt; curl_speedcheck.h
  renamed:    splay.h -&gt; curl_splay.h
  renamed:    ssh.h -&gt; curl_ssh.h
  renamed:    sslgen.h -&gt; curl_sslgen.h
  renamed:    ssluse.h -&gt; curl_ssluse.h
  renamed:    strdup.h -&gt; curl_strdup.h
  renamed:    strequal.h -&gt; curl_strequal.h
  renamed:    strerror.h -&gt; curl_strerror.h
  renamed:    strtok.h -&gt; curl_strtok.h
  renamed:    strtoofft.h -&gt; curl_strtoofft.h
  renamed:    telnet.h -&gt; curl_telnet.h
  renamed:    tftp.h -&gt; curl_tftp.h
  renamed:    timeval.h -&gt; curl_timeval.h
  renamed:    transfer.h -&gt; curl_transfer.h
  renamed:    url.h -&gt; curl_url.h
  renamed:    urldata.h -&gt; curl_urldata.h
  renamed:    warnless.h -&gt; curl_warnless.h
  renamed:    wildcard.h -&gt; curl_wildcard.h

----------------------------------------
</pre>
</div>
</content>
</entry>
<entry>
<title>build: make use of 76 lib/*.h renamed files</title>
<updated>2012-12-28T18:37:11+00:00</updated>
<author>
<name>Yang Tse</name>
<email>yangsita@gmail.com</email>
</author>
<published>2012-12-28T11:40:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=f871de0064ee4bd3aee07c5b018f7a6438ec8910'/>
<id>f871de0064ee4bd3aee07c5b018f7a6438ec8910</id>
<content type='text'>
76 private header files renamed to use our standard naming scheme.

This change affects 322 files in libcurl's source tree.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
76 private header files renamed to use our standard naming scheme.

This change affects 322 files in libcurl's source tree.
</pre>
</div>
</content>
</entry>
<entry>
<title>sspi: make Curl_sspi_strerror() libcurl's sspi status code string function</title>
<updated>2012-06-11T23:06:48+00:00</updated>
<author>
<name>Yang Tse</name>
<email>yangsita@gmail.com</email>
</author>
<published>2012-06-11T23:06:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=764a5e4a50286c27b0fa0c16bc44659880a184a5'/>
<id>764a5e4a50286c27b0fa0c16bc44659880a184a5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
