<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/curl.git/lib/easyif.h, 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>dynbuf: introduce internal generic dynamic buffer functions</title>
<updated>2020-05-04T08:40:39+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-05-02T15:04:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=ed35d6590e72c23c568af1e3b8ac6e4e2d883888'/>
<id>ed35d6590e72c23c568af1e3b8ac6e4e2d883888</id>
<content type='text'>
A common set of functions instead of many separate implementations for
creating buffers that can grow when appending data to them. Existing
functionality has been ported over.

In my early basic testing, the total number of allocations seem at
roughly the same amount as before, possibly a few less.

See docs/DYNBUF.md for a description of the API.

Closes #5300
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A common set of functions instead of many separate implementations for
creating buffers that can grow when appending data to them. Existing
functionality has been ported over.

In my early basic testing, the total number of allocations seem at
roughly the same amount as before, possibly a few less.

See docs/DYNBUF.md for a description of the API.

Closes #5300
</pre>
</div>
</content>
</entry>
<entry>
<title>copyrights: fix copyright year range</title>
<updated>2019-11-08T13:51:42+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2019-11-02T22:41:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=0bc60d91de0eda5d1c7ec8033a75980f81a33a59'/>
<id>0bc60d91de0eda5d1c7ec8033a75980f81a33a59</id>
<content type='text'>
.. because checksrc's copyright year check stopped working.

Ref: https://github.com/curl/curl/pull/4547

Closes https://github.com/curl/curl/pull/4549
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
.. because checksrc's copyright year check stopped working.

Ref: https://github.com/curl/curl/pull/4547

Closes https://github.com/curl/curl/pull/4549
</pre>
</div>
</content>
</entry>
<entry>
<title>whitespace fixes</title>
<updated>2018-09-23T22:24:02+00:00</updated>
<author>
<name>Viktor Szakats</name>
<email>commit@vszakats.net</email>
</author>
<published>2018-09-23T22:24:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=b801b453af6de75838c3298137628f05e94ffb48'/>
<id>b801b453af6de75838c3298137628f05e94ffb48</id>
<content type='text'>
- replace tabs with spaces where possible
- remove line ending spaces
- remove double/triple newlines at EOF
- fix a non-UTF-8 character
- cleanup a few indentations/line continuations
  in manual examples

Closes https://github.com/curl/curl/pull/3037
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- replace tabs with spaces where possible
- remove line ending spaces
- remove double/triple newlines at EOF
- fix a non-UTF-8 character
- cleanup a few indentations/line continuations
  in manual examples

Closes https://github.com/curl/curl/pull/3037
</pre>
</div>
</content>
</entry>
<entry>
<title>typedefs: use the full structs in internal code...</title>
<updated>2016-06-22T08:28:41+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2016-06-21T17:31:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=80388edefca58f8199cdfde077efb7f6d91e60fa'/>
<id>80388edefca58f8199cdfde077efb7f6d91e60fa</id>
<content type='text'>
... and save the typedef'ed names for headers and external APIs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
... and save the typedef'ed names for headers and external APIs.
</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_easy_perform_ev: make it CURL_EXTERN</title>
<updated>2013-08-21T20:19:52+00:00</updated>
<author>
<name>Gisle Vanem</name>
<email>gvanem@broadpark.no</email>
</author>
<published>2013-08-21T20:19:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=8804ffd4faa19a6f6d24f452bfbd826e11a4dc23'/>
<id>8804ffd4faa19a6f6d24f452bfbd826e11a4dc23</id>
<content type='text'>
I build curl.exe (using MingW) with '-DCURLDEBUG' and by importing from
libcurl.dll.  Which means the new curl_easy_perform_ev() must be
exported from libcurl.dll.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I build curl.exe (using MingW) with '-DCURLDEBUG' and by importing from
libcurl.dll.  Which means the new curl_easy_perform_ev() must be
exported from libcurl.dll.
</pre>
</div>
</content>
</entry>
<entry>
<title>curl_easy_perform_ev: debug/test function</title>
<updated>2013-08-20T09:56:06+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2013-08-10T20:55:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=6cf8413e31629183b3c749aa2a17d24be14cbca1'/>
<id>6cf8413e31629183b3c749aa2a17d24be14cbca1</id>
<content type='text'>
This function is meant to work *exactly* as curl_easy_perform() but will
use the event-based libcurl API internally instead of
curl_multi_perform(). To avoid relying on an actual event-based library
and to not use non-portable functions (like epoll or similar), there's a
rather inefficient emulation layer implemented on top of Curl_poll()
instead.

There's currently some convenience logging done in curl_easy_perform_ev
which helps when tracking down problems. They may be suitable to remove
or change once things seem to be fine enough.

curl has a new --test-event option when built with debug enabled that
then uses curl_easy_perform_ev() instead of curl_easy_perform(). If
built without debug, using --test-event will only output a warning
message.

NOTE: curl_easy_perform_ev() is not part if the public API on purpose.
It is only present in debug builds of libcurl and MUST NOT be considered
stable even then. Use it for libcurl-testing purposes only.

runtests.pl now features an -e command line option that makes it use
--test-event for all curl command line tests. The man page is updated.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This function is meant to work *exactly* as curl_easy_perform() but will
use the event-based libcurl API internally instead of
curl_multi_perform(). To avoid relying on an actual event-based library
and to not use non-portable functions (like epoll or similar), there's a
rather inefficient emulation layer implemented on top of Curl_poll()
instead.

There's currently some convenience logging done in curl_easy_perform_ev
which helps when tracking down problems. They may be suitable to remove
or change once things seem to be fine enough.

curl has a new --test-event option when built with debug enabled that
then uses curl_easy_perform_ev() instead of curl_easy_perform(). If
built without debug, using --test-event will only output a warning
message.

NOTE: curl_easy_perform_ev() is not part if the public API on purpose.
It is only present in debug builds of libcurl and MUST NOT be considered
stable even then. Use it for libcurl-testing purposes only.

runtests.pl now features an -e command line option that makes it use
--test-event for all curl command line tests. The man page is updated.
</pre>
</div>
</content>
</entry>
<entry>
<title>cleanup: removed one function, made one static</title>
<updated>2013-08-12T11:17:57+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2013-08-05T08:58:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=8a42c2ef8d36450c96375ae8e1669b191061ee02'/>
<id>8a42c2ef8d36450c96375ae8e1669b191061ee02</id>
<content type='text'>
Moved Curl_easy_addmulti() from easy.c to multi.c, renamed it to
easy_addmulti and made it static.

Removed Curl_easy_initHandleData() and uses of it since it was emptied
in commit cdda92ab67b47d74a.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Moved Curl_easy_addmulti() from easy.c to multi.c, renamed it to
easy_addmulti and made it static.

Removed Curl_easy_initHandleData() and uses of it since it was emptied
in commit cdda92ab67b47d74a.
</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>
</feed>
