History log of /curl/ (Results 10226 – 10250 of 33768)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
f8215f8007-Sep-2018 Sergei Nikulov

cmake: fixed path used in generation of docs/tests during curl build through add_subdicectory(...)

518ed51e21-Sep-2018 Brad King

cmake: Backport to work with CMake 3.0 again

Changes in commit 7867aaa9a0 (cmake: link curl to the OpenSSL targets
instead of lib absolute paths, 2018-07-17) and commit f826b4ce98 (cmake

cmake: Backport to work with CMake 3.0 again

Changes in commit 7867aaa9a0 (cmake: link curl to the OpenSSL targets
instead of lib absolute paths, 2018-07-17) and commit f826b4ce98 (cmake:
bumped minimum version to 3.4, 2018-07-19) required CMake 3.4 to fix
issue #2746. This broke support for users on older versions of CMake
even if they just want to build curl and do not care whether transitive
dependencies work.

Backport the logic to work with CMake 3.0 again by implementing the
fix only when the version of CMake is at least 3.4.

show more ...

7ae78fee26-Sep-2018 Marcel Raad

curl_threads: fix classic MinGW compile break

Classic MinGW still has _beginthreadex's return type as unsigned long
instead of uintptr_t [0]. uintptr_t is not even defined because of [1]

curl_threads: fix classic MinGW compile break

Classic MinGW still has _beginthreadex's return type as unsigned long
instead of uintptr_t [0]. uintptr_t is not even defined because of [1].

[0] https://sourceforge.net/p/mingw/mingw-org-wsl/ci/wsl-5.1-release/tree/mingwrt/include/process.h#l167
[1] https://sourceforge.net/p/mingw/mingw-org-wsl/ci/wsl-5.1-release/tree/mingwrt/include/process.h#l90

Bug: https://github.com/curl/curl/issues/2924#issuecomment-424334807
Closes https://github.com/curl/curl/pull/3051

show more ...

5616c1df26-Sep-2018 Daniel Stenberg

configure: s/AC_RUN_IFELSE/CURL_RUN_IFELSE

fix a few leftovers

Fixes #3006
Closes #3049

063f9a4c26-Sep-2018 Doron Behar

example/htmltidy: fix include paths of tidy libraries

Closes #3050

776f070826-Sep-2018 Daniel Stenberg

RELEASE-NOTES: synced

304bb2f725-Sep-2018 Daniel Stenberg

Curl_http2_done: fix memleak in error path

Free 'header_recvbuf' unconditionally even if 'h2' isn't (yet) set, for
early failures.

Detected by OSS-Fuzz

Bug: https://bug

Curl_http2_done: fix memleak in error path

Free 'header_recvbuf' unconditionally even if 'h2' isn't (yet) set, for
early failures.

Detected by OSS-Fuzz

Bug: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=10669
Closes #3046

show more ...

4058cf2a25-Sep-2018 Daniel Stenberg

http: fix memleak in rewind error path

If the rewind would fail, a strdup() would not get freed.

Detected by OSS-Fuzz

Bug: https://bugs.chromium.org/p/oss-fuzz/issues/detai

http: fix memleak in rewind error path

If the rewind would fail, a strdup() would not get freed.

Detected by OSS-Fuzz

Bug: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=10665
Closes #3044

show more ...

16fefeee24-Sep-2018 Viktor Szakats

test320: fix regression in [ci skip]

The value in question is coming directly from `gnutls-serv`, so it cannot
be modified freely.

Reported-by: Marcel Raad
Ref: https://gith

test320: fix regression in [ci skip]

The value in question is coming directly from `gnutls-serv`, so it cannot
be modified freely.

Reported-by: Marcel Raad
Ref: https://github.com/curl/curl/commit/6ae6b2a533e8630afbb21f570305bd4ceece6348#commitcomment-30621004

show more ...

ef695fc324-Sep-2018 Daniel Stenberg

Curl_retry_request: fix memory leak

Detected by OSS-Fuzz

Bug: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=10648
Closes #3042

e2dd435d24-Sep-2018 Daniel Stenberg

openssl: load built-in engines too

Regression since 38203f1

Reported-by: Jean Fabrice
Fixes #3023
Closes #3040

b939bc4721-Sep-2018 Christian Heimes

OpenSSL: enable TLS 1.3 post-handshake auth

OpenSSL 1.1.1 requires clients to opt-in for post-handshake
authentication.

Fixes: https://github.com/curl/curl/issues/3026
Signe

OpenSSL: enable TLS 1.3 post-handshake auth

OpenSSL 1.1.1 requires clients to opt-in for post-handshake
authentication.

Fixes: https://github.com/curl/curl/issues/3026
Signed-off-by: Christian Heimes <christian@python.org>

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

show more ...

55b51b8c23-Sep-2018 Even Rouault

Curl_dedotdotify(): always nul terminate returned string.

This fixes potential out-of-buffer access on "file:./" URL

$ valgrind curl "file:./"
==24516== Memcheck, a memory error

Curl_dedotdotify(): always nul terminate returned string.

This fixes potential out-of-buffer access on "file:./" URL

$ valgrind curl "file:./"
==24516== Memcheck, a memory error detector
==24516== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al.
==24516== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info
==24516== Command: /home/even/install-curl-git/bin/curl file:./
==24516==
==24516== Conditional jump or move depends on uninitialised value(s)
==24516== at 0x4C31F9C: strcmp (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24516== by 0x4EBB315: seturl (urlapi.c:801)
==24516== by 0x4EBB568: parseurl (urlapi.c:861)
==24516== by 0x4EBC509: curl_url_set (urlapi.c:1199)
==24516== by 0x4E644C6: parseurlandfillconn (url.c:2044)
==24516== by 0x4E67AEF: create_conn (url.c:3613)
==24516== by 0x4E68A4F: Curl_connect (url.c:4119)
==24516== by 0x4E7F0A4: multi_runsingle (multi.c:1440)
==24516== by 0x4E808E5: curl_multi_perform (multi.c:2173)
==24516== by 0x4E7558C: easy_transfer (easy.c:686)
==24516== by 0x4E75801: easy_perform (easy.c:779)
==24516== by 0x4E75868: curl_easy_perform (easy.c:798)

Was originally spotted by
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=10637
Credit to OSS-Fuzz

Closes #3039

show more ...

6ae6b2a523-Sep-2018 Viktor Szakats

update URLs in tests

- and one in docs/MANUAL as well

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

b801b45323-Sep-2018 Viktor Szakats

whitespace fixes

- 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 inde

whitespace fixes

- 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

show more ...


CMake/CMakeConfigurableFile.in
Makefile.am
README.md
buildconf.bat
docs/DEPRECATE.md
docs/INSTALL.cmake
docs/MANUAL
docs/Makefile.am
docs/README.netware
docs/README.win32
docs/TheArtOfHttpScripting
docs/cmdline-opts/gen.pl
docs/cmdline-opts/metalink.d
docs/examples/Makefile.am
docs/examples/Makefile.netware
docs/examples/curlgtk.c
docs/examples/makefile.dj
docs/examples/version-check.pl
docs/libcurl/Makefile.inc
docs/libcurl/curl_easy_duphandle.3
docs/libcurl/curl_easy_perform.3
docs/libcurl/curl_easy_reset.3
docs/libcurl/curl_global_init_mem.3
docs/libcurl/curl_multi_init.3
docs/libcurl/curl_multi_timeout.3
docs/libcurl/curl_share_init.3
docs/libcurl/curl_slist_free_all.3
docs/libcurl/curl_version_info.3
docs/libcurl/libcurl-security.3
docs/libcurl/libcurl-tutorial.3
docs/libcurl/opts/CURLMOPT_MAXCONNECTS.3
docs/libcurl/opts/CURLMOPT_PIPELINING_SERVER_BL.3
docs/libcurl/opts/CURLMOPT_SOCKETFUNCTION.3
docs/libcurl/opts/CURLOPT_CONNECTTIMEOUT_MS.3
docs/libcurl/opts/CURLOPT_INFILESIZE_LARGE.3
docs/libcurl/opts/CURLOPT_PASSWORD.3
docs/libcurl/opts/CURLOPT_PATH_AS_IS.3
docs/libcurl/opts/CURLOPT_PRE_PROXY.3
docs/libcurl/opts/CURLOPT_PROXY_SSLVERSION.3
docs/libcurl/opts/CURLOPT_TIMEOUT_MS.3
include/curl/Makefile.am
lib/CMakeLists.txt
lib/Makefile.Watcom
lib/Makefile.am
lib/Makefile.m32
lib/Makefile.netware
lib/amigaos.h
lib/config-dos.h
lib/curl_ldap.h
lib/curl_setup_once.h
lib/curlx.h
lib/easy.c
lib/easyif.h
lib/escape.h
lib/file.h
lib/firefox-db2pem.sh
lib/hostcheck.h
lib/hostip.c
lib/http.h
lib/http2.h
lib/http_chunks.h
lib/inet_ntop.h
lib/inet_pton.h
lib/llist.h
lib/makefile.amiga
lib/makefile.dj
lib/nonblock.h
lib/parsedate.h
lib/progress.h
lib/rtsp.h
lib/select.h
lib/slist.c
lib/slist.h
lib/sockaddr.h
lib/socks.c
lib/socks.h
lib/splay.c
lib/telnet.h
lib/tftp.h
lib/transfer.h
lib/vtls/axtls.h
m4/curl-compilers.m4
m4/curl-confopts.m4
m4/curl-override.m4
m4/curl-reentrant.m4
m4/xc-am-iface.m4
m4/xc-cc-check.m4
m4/xc-lt-iface.m4
m4/xc-translit.m4
m4/xc-val-flgs.m4
m4/zz40-xc-ovr.m4
m4/zz50-xc-ovr.m4
m4/zz60-xc-ovr.m4
packages/AIX/RPM/Makefile.am
packages/Android/Android.mk
packages/Linux/RPM/Makefile.am
packages/Linux/RPM/README
packages/Linux/RPM/curl.spec.in
packages/Makefile.am
packages/NetWare/get_exp.awk
packages/NetWare/get_ver.awk
packages/Symbian/bwins/libcurlu.def
packages/Symbian/eabi/libcurlu.def
packages/Symbian/group/curl.mmp
packages/TPF/curl.mak
packages/TPF/maketpf.env_curl
packages/TPF/maketpf.env_curllib
packages/Win32/README
packages/vms/gnv_conftest.c_first
projects/build-openssl.bat
projects/generate.bat
projects/wolfssl_options.h
scripts/log2changes.pl
src/CMakeLists.txt
src/Makefile.am
src/Makefile.inc
src/Makefile.m32
src/Makefile.netware
src/makefile.amiga
src/makefile.dj
src/slist_wc.h
src/tool_binmode.c
src/tool_binmode.h
src/tool_bname.c
src/tool_bname.h
src/tool_cb_dbg.c
src/tool_cb_dbg.h
src/tool_cb_hdr.h
src/tool_cb_prg.h
src/tool_cb_rea.c
src/tool_cb_rea.h
src/tool_cb_see.c
src/tool_cb_see.h
src/tool_cb_wrt.h
src/tool_convert.c
src/tool_convert.h
src/tool_dirhie.c
src/tool_dirhie.h
src/tool_doswin.h
src/tool_filetime.h
src/tool_formparse.h
src/tool_getparam.h
src/tool_help.h
src/tool_helpers.h
src/tool_libinfo.c
src/tool_libinfo.h
src/tool_main.h
src/tool_msgs.c
src/tool_msgs.h
src/tool_operate.h
src/tool_operhlp.h
src/tool_panykey.c
src/tool_panykey.h
src/tool_parsecfg.c
src/tool_parsecfg.h
src/tool_sdecls.h
src/tool_setup.h
src/tool_sleep.c
src/tool_sleep.h
src/tool_urlglob.h
src/tool_util.h
src/tool_vms.c
src/tool_vms.h
tests/certs/EdelCurlRoot-ca.prm
tests/certs/scripts/Makefile.am
tests/certs/scripts/genroot.sh
tests/certs/scripts/genserv.sh
tests/data/DISABLED
tests/data/test1020
tests/data/test1408
tests/data/test567
tests/data/test568
tests/data/test569
tests/data/test570
tests/data/test571
tests/data/test572
tests/fuzz/download_fuzzer.sh
tests/keywords.pl
tests/libtest/Makefile.am
tests/libtest/lib1507.c
tests/libtest/lib1512.c
tests/libtest/lib1520.c
tests/libtest/lib1526.c
tests/libtest/lib1531.c
tests/libtest/lib1533.c
tests/libtest/lib500.c
tests/libtest/lib501.c
tests/libtest/lib502.c
tests/libtest/lib503.c
tests/libtest/lib504.c
tests/libtest/lib506.c
tests/libtest/lib509.c
tests/libtest/lib512.c
tests/libtest/lib519.c
tests/libtest/lib521.c
tests/libtest/lib523.c
tests/libtest/lib524.c
tests/libtest/lib547.c
tests/libtest/lib549.c
tests/libtest/lib555.c
tests/libtest/lib556.c
tests/libtest/lib558.c
tests/libtest/lib559.c
tests/libtest/lib566.c
tests/libtest/lib567.c
tests/libtest/lib568.c
tests/libtest/lib569.c
tests/libtest/lib570.c
tests/libtest/lib571.c
tests/libtest/lib572.c
tests/libtest/lib573.c
tests/libtest/lib586.c
tests/libtest/lib590.c
tests/libtest/lib598.c
tests/libtest/libauthretry.c
tests/libtest/sethostname.h
tests/libtest/stub_gssapi.h
tests/libtest/testtrace.c
tests/libtest/testtrace.h
tests/libtest/testutil.h
tests/pathhelp.pm
tests/server/CMakeLists.txt
tests/server/rtspd.c
tests/server/sockfilt.c
tests/server/sws.c
tests/server/testpart.c
tests/serverhelp.pm
tests/sshhelp.pm
tests/unit/Makefile.inc
tests/unit/curlcheck.h
winbuild/MakefileBuild.vc
e407e79c22-Sep-2018 Daniel Stenberg

http: add missing return code check

Detected by Coverity. CID 1439610.

Follow-up from 46e164069d1a523

Closes #3034

30b2d07b22-Sep-2018 Daniel Stenberg

ftp: don't access pointer before NULL check

Detected by Coverity. CID 1439611.

Follow-up from 46e164069d1a523

d5cbbe8322-Sep-2018 Daniel Stenberg

unit1650: fix out of boundary access

Fixes #2987
Closes #3035

efc696a223-Sep-2018 Viktor Szakats

docs/examples: URL updates

- also update two URLs outside of docs/examples
- fix spelling of filename persistant.c
- fix three long lines that started failing checksrc.pl

Cl

docs/examples: URL updates

- also update two URLs outside of docs/examples
- fix spelling of filename persistant.c
- fix three long lines that started failing checksrc.pl

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

show more ...

c42849bb22-Sep-2018 Viktor Szakats

examples/Makefile.m32: sync with core [ci skip]

also:
- fix two warnings in synctime.c (one of them Windows-specific)
- upgrade URLs in synctime.c and remove a broken one

Cl

examples/Makefile.m32: sync with core [ci skip]

also:
- fix two warnings in synctime.c (one of them Windows-specific)
- upgrade URLs in synctime.c and remove a broken one

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

show more ...

5c41f88c21-Sep-2018 Daniel Stenberg

examples/parseurl.c: show off the URL API a bit

Closes #3030

3cae1cd621-Sep-2018 Daniel Stenberg

SECURITY-PROCESS: mention the bountygraph program [ci skip]

Closes #3032

46e1640614-Sep-2018 Daniel Stenberg

url: use the URL API internally as well

... to make it a truly unified URL parser.

Closes #3017

f078361c22-Sep-2018 Viktor Szakats

URL and mailmap updates, remove an obsolete directory [ci skip]

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

dee1700c21-Sep-2018 Daniel Stenberg

RELEASE-NOTES: synced

1...<<401402403404405406407408409410>>...1351