History log of /curl/ (Results 8826 – 8850 of 33767)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
8063c32209-Nov-2019 r-a-sattarov

system.h: fix for MCST lcc compiler

Fixed build by MCST lcc compiler on MCST Elbrus 2000 architecture and do
some code cleanup.

e2k (Elbrus 2000) - this is VLIW/EPIC architectur

system.h: fix for MCST lcc compiler

Fixed build by MCST lcc compiler on MCST Elbrus 2000 architecture and do
some code cleanup.

e2k (Elbrus 2000) - this is VLIW/EPIC architecture, like Intel Itanium
architecture.

Ref: https://en.wikipedia.org/wiki/Elbrus_2000

Closes https://github.com/curl/curl/pull/4576

show more ...

cba52e2c08-Nov-2019 Daniel Stenberg

TODO: curl_multi_unblock

Closes #4418

d04ee4c808-Nov-2019 Daniel Stenberg

TODO: Run web-platform-tests url tests

Closes #4477

1464abf708-Nov-2019 Daniel Stenberg

TODO: 1.4 alt-svc sharing

Closes #4476

5d5bd44608-Nov-2019 Daniel Stenberg

test1560: require IPv6 for IPv6 aware URL parsing

The URL parser function can't reject a bad IPv6 address properly when
curl was built without IPv6 support.

Reported-by: Marcel

test1560: require IPv6 for IPv6 aware URL parsing

The URL parser function can't reject a bad IPv6 address properly when
curl was built without IPv6 support.

Reported-by: Marcel Raad
Fixes #4556
Closes #4572

show more ...

1f73138c01-Nov-2019 Daniel Stenberg

checksrc: repair the copyrightyear check

- Consider a modified file to be committed this year.

- Make the travis CHECKSRC also do COPYRIGHTYEAR scan in examples and
includes

checksrc: repair the copyrightyear check

- Consider a modified file to be committed this year.

- Make the travis CHECKSRC also do COPYRIGHTYEAR scan in examples and
includes

- Ignore 0 parents when getting latest commit date of file.

since in the CI we're dealing with a truncated repo of last 50 commits,
the file's most recent commit may not be available. when this happens
git log and rev-list show the initial commit (ie first commit not to be
truncated) but that's incorrect so ignore it.

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

Closes https://github.com/curl/curl/pull/4549

Co-authored-by: Jay Satiro

show more ...

0bc60d9102-Nov-2019 Daniel Stenberg

copyrights: fix copyright year range

.. because checksrc's copyright year check stopped working.

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

Closes https://github.com/curl/

copyrights: fix copyright year range

.. because checksrc's copyright year check stopped working.

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

Closes https://github.com/curl/curl/pull/4549

show more ...


docs/examples/anyauthput.c
docs/examples/chkspeed.c
docs/examples/crawler.c
docs/examples/curlgtk.c
docs/examples/curlx.c
docs/examples/fileupload.c
docs/examples/fopen.c
docs/examples/ftpupload.c
docs/examples/href_extractor.c
docs/examples/http-post.c
docs/examples/https.c
docs/examples/imap-list.c
docs/examples/imap-lsub.c
docs/examples/imap-noop.c
docs/examples/imap-store.c
docs/examples/pop3-dele.c
docs/examples/pop3-list.c
docs/examples/pop3-noop.c
docs/examples/pop3-retr.c
docs/examples/pop3-ssl.c
docs/examples/pop3-stat.c
docs/examples/pop3-uidl.c
docs/examples/rtsp.c
docs/examples/sessioninfo.c
docs/examples/smtp-expn.c
docs/examples/smtp-ssl.c
docs/examples/smtp-tls.c
docs/examples/smtp-vrfy.c
docs/examples/usercertinmem.c
lib/config-dos.h
lib/config-mac.h
lib/config-win32ce.h
lib/curl_base64.h
lib/curl_des.c
lib/curl_des.h
lib/curl_fnmatch.h
lib/curl_gethostname.h
lib/curl_ldap.h
lib/curl_memrchr.h
lib/curl_multibyte.c
lib/curl_multibyte.h
lib/curl_rtmp.h
lib/curl_sha256.h
lib/curl_sspi.c
lib/curl_sspi.h
lib/curl_threads.c
lib/curl_threads.h
lib/dict.h
lib/dotdot.c
lib/dotdot.h
lib/easyif.h
lib/file.h
lib/ftplistparser.h
lib/getinfo.h
lib/gopher.h
lib/hostcheck.h
lib/hostsyn.c
lib/imap.h
lib/inet_ntop.c
lib/inet_ntop.h
lib/inet_pton.c
lib/inet_pton.h
lib/krb5.c
lib/llist.h
lib/mprintf.c
lib/nonblock.c
lib/nonblock.h
lib/parsedate.h
lib/pop3.h
lib/rtsp.h
lib/select.c
lib/slist.c
lib/slist.h
lib/smtp.h
lib/sockaddr.h
lib/socks.h
lib/strdup.c
lib/strtok.c
lib/strtok.h
lib/strtoofft.c
lib/telnet.h
lib/tftp.h
lib/vauth/cram.c
lib/vauth/digest.h
lib/vtls/gskit.h
lib/vtls/mbedtls.h
lib/vtls/polarssl.h
lib/vtls/polarssl_threadlock.c
lib/vtls/polarssl_threadlock.h
src/slist_wc.c
src/slist_wc.h
src/tool_binmode.c
src/tool_binmode.h
src/tool_bname.c
src/tool_bname.h
src/tool_cb_dbg.h
src/tool_cb_rea.c
src/tool_cb_rea.h
src/tool_cb_see.c
src/tool_cb_see.h
src/tool_convert.h
src/tool_dirhie.h
src/tool_doswin.h
src/tool_helpers.h
src/tool_homedir.c
src/tool_homedir.h
src/tool_hugehelp.h
src/tool_libinfo.c
src/tool_libinfo.h
src/tool_msgs.c
src/tool_msgs.h
src/tool_panykey.c
src/tool_panykey.h
src/tool_parsecfg.h
src/tool_sdecls.h
src/tool_setup.h
src/tool_sleep.c
src/tool_sleep.h
src/tool_strdup.h
src/tool_urlglob.h
src/tool_util.c
src/tool_util.h
src/tool_version.h
src/tool_vms.c
src/tool_vms.h
src/tool_writeout.h
src/tool_xattr.h
3820c8d808-Nov-2019 Daniel Stenberg

RELEASE-NOTES: synced

8220dab408-Nov-2019 Daniel Stenberg

curlver: bump to 7.67.1

7ef4e2e908-Nov-2019 Daniel Stenberg

mailmap: fixup Massimiliano Fantuzzi

58f7ec1608-Nov-2019 Daniel Stenberg

scripts/contributors: make committers get included too

in addition to authors

feea3c2708-Nov-2019 Massimiliano Fantuzzi HB9GUS

configure: fix typo in help text

Closes https://github.com/curl/curl/pull/4570

93213b2426-Mar-2019 Christian Schmitz

ntlm: USE_WIN32_CRYPTO check removed to get USE_NTLM2SESSION set

Closes #3704

93738efe06-Nov-2019 Wyatt O'Day

build: fix for CURL_DISABLE_DOH

Fixes https://github.com/curl/curl/issues/4565
Closes https://github.com/curl/curl/pull/4566

bc1cd39a06-Nov-2019 Leonardo Taccari

configure: avoid unportable `==' test(1) operator

Closes https://github.com/curl/curl/pull/4567

2e9b725f04-Nov-2019 Daniel Stenberg

RELEASE-NOTES: synced

The 7.67.0 release

9367428c04-Nov-2019 Daniel Stenberg

THANKS: add new names from 7.67.0

07f8986004-Nov-2019 Daniel Stenberg

configure: only say ipv6 enabled when the variable is set

Previously it could say "IPv6: enabled" at the end of the configure run
but the define wasn't set because of a missing getaddrin

configure: only say ipv6 enabled when the variable is set

Previously it could say "IPv6: enabled" at the end of the configure run
but the define wasn't set because of a missing getaddrinfo().

Reported-by: Marcel Raad
Fixes #4555
Closes #4560

show more ...

2839cfdc02-Nov-2019 Marcel Raad

certs/Server-localhost-lastSAN-sv: regenerate with sha256

All other certificates were regenerated in commit ba782baac30, but
this one was missed.
Fixes test3001 on modern systems.

certs/Server-localhost-lastSAN-sv: regenerate with sha256

All other certificates were regenerated in commit ba782baac30, but
this one was missed.
Fixes test3001 on modern systems.

Closes https://github.com/curl/curl/pull/4551

show more ...

d0319adb31-Oct-2019 Vilhelm Prytz

copyrights: update all copyright notices to 2019 on files changed this year

Closes #4547


CMake/CurlTests.c
buildconf.bat
docs/examples/externalsocket.c
docs/examples/ftp-wildcard.c
docs/examples/htmltidy.c
docs/examples/htmltitle.cpp
docs/examples/http2-upload.c
docs/examples/imap-append.c
docs/examples/multi-app.c
docs/examples/multi-event.c
docs/examples/multithread.c
docs/examples/resolve.c
docs/examples/sampleconv.c
docs/examples/sendrecv.c
docs/examples/shared-connection-cache.c
docs/examples/smooth-gtk-thread.c
docs/examples/smtp-mime.c
docs/examples/sslbackend.c
docs/examples/synctime.c
docs/examples/threaded-shared-conn.c
docs/examples/threaded-ssl.c
docs/libcurl/curl_multi_perform.3
docs/libcurl/curl_multi_wait.3
docs/libcurl/libcurl-errors.3
docs/libcurl/libcurl-multi.3
docs/libcurl/libcurl-tutorial.3
docs/libcurl/opts/CURLOPT_CURLU.3
docs/libcurl/opts/CURLOPT_FOLLOWLOCATION.3
docs/libcurl/opts/CURLOPT_HEADERFUNCTION.3
docs/libcurl/opts/CURLOPT_HEADEROPT.3
docs/libcurl/opts/CURLOPT_LOCALPORT.3
docs/libcurl/opts/CURLOPT_LOCALPORTRANGE.3
docs/libcurl/opts/CURLOPT_PROXY_SSLVERSION.3
docs/libcurl/opts/CURLOPT_PROXY_TLS13_CIPHERS.3
docs/libcurl/opts/CURLOPT_RANGE.3
docs/libcurl/opts/CURLOPT_REDIR_PROTOCOLS.3
docs/libcurl/opts/CURLOPT_SEEKDATA.3
docs/libcurl/opts/CURLOPT_SSLVERSION.3
docs/libcurl/opts/CURLOPT_TLS13_CIPHERS.3
docs/libcurl/opts/CURLOPT_TRAILERDATA.3
docs/libcurl/opts/CURLOPT_TRAILERFUNCTION.3
lib/config-amigaos.h
lib/config-riscos.h
lib/config-tpf.h
lib/ftplistparser.c
lib/hostcheck.c
lib/non-ascii.c
lib/strcase.c
lib/strcase.h
tests/libtest/lib1156.c
tests/libtest/lib1522.c
tests/libtest/lib509.c
tests/libtest/lib541.c
tests/libtest/lib557.c
tests/libtest/lib569.c
tests/libtest/lib571.c
tests/libtest/lib661.c
tests/server/util.c
tests/unit/unit1303.c
tests/unit/unit1307.c
tests/unit/unit1399.c
9910d6b902-Nov-2019 Bastien Bouclet

mbedtls: add error message for cert validity starting in the future

Closes #4552

9c49824901-Nov-2019 Jay Satiro

schannel_verify: Fix concurrent openings of CA file

- Open the CA file using FILE_SHARE_READ mode so that others can read
from it as well.

Prior to this change our schannel co

schannel_verify: Fix concurrent openings of CA file

- Open the CA file using FILE_SHARE_READ mode so that others can read
from it as well.

Prior to this change our schannel code opened the CA file without
sharing which meant concurrent openings (eg an attempt from another
thread or process) would fail during the time it was open without
sharing, which in curl's case would cause error:
"schannel: failed to open CA file".

Bug: https://curl.haxx.se/mail/lib-2019-10/0104.html
Reported-by: Richard Alcock

show more ...

c2b01cce30-Oct-2019 Daniel Stenberg

gtls: make gnutls_bye() not wait for response on shutdown

... as it can make it wait there for a long time for no good purpose.

Patched-by: Jay Satiro
Reported-by: Bylon2 on git

gtls: make gnutls_bye() not wait for response on shutdown

... as it can make it wait there for a long time for no good purpose.

Patched-by: Jay Satiro
Reported-by: Bylon2 on github
Adviced-by: Nikos Mavrogiannopoulos

Fixes #4487
Closes #4541

show more ...

8d8b5ec319-Oct-2019 Michał Janiszewski

appveyor: publish artifacts on appveyor

This allows obtaining upstream builds of curl directly from appveyor for
all the available configurations

Closes #4509

dcd7e37c28-Oct-2019 Daniel Stenberg

url: make Curl_close() NULLify the pointer too

This is the common pattern used in the code and by a unified approach we
avoid mistakes.

Closes #4534

1...<<351352353354355356357358359360>>...1351