Commit Graph

  • 7214288898
    transfer: strip credentials from the auto-referer header field Viktor Szakats 2021-02-23 14:54:46 +0100
  • 184ffc0bdf
    curl_sasl: fix compiler error with --disable-crypto-auth Daniel Stenberg 2021-03-28 17:08:44 +0200
  • 8cbc16b2f9
    ldap: only set the callback ptr for TLS context when TLS is used Patrick Monnerat 2021-03-28 11:43:11 +0200
  • 85e6975643
    copyright: update copyright year ranges to 2021 Daniel Stenberg 2021-03-27 12:52:25 +0100
  • b5726e5549
    send_speed: simplify the checks for if a speed limit is set Daniel Stenberg 2021-03-26 13:08:44 +0100
  • 24e469f6d6
    http: cap body data amount during send speed limiting Daniel Stenberg 2021-03-26 10:06:51 +0100
  • 95cbcec8f9
    urldata: merge "struct DynamicStatic" into "struct UrlState" Daniel Stenberg 2021-03-26 14:25:45 +0100
  • d003b0213a
    tests/README.md: mentioned that en_US.UTF-8 is required Daniel Stenberg 2021-03-26 17:54:12 +0100
  • eef3b43ae8
    HISTORY: fixed the Mac OS X 10.1 release date Daniel Stenberg 2021-03-26 09:08:10 +0100
  • a8da0302a7 examples: Remove threaded-shared-conn.c due to bug Jay Satiro 2021-03-25 23:53:46 -0400
  • 65aa275bbc KNOWN_BUGS: Update 11.9 - DoH option inheritance Jay Satiro 2021-03-26 03:14:28 -0400
  • ae42f1df15
    curl_easy_setopt.3: add curl_easy_option* functions to SEE ALSO Daniel Stenberg 2021-03-26 07:56:22 +0100
  • 5930cb1c46
    openssl: ensure to check SSL_CTX_set_alpn_protos return values Jean-Philippe Menil 2021-03-25 17:21:24 +0100
  • 7b6bfd2d78
    multi: close the connection when h2=>h1 downgrading Daniel Stenberg 2021-03-25 13:13:18 +0100
  • db4e0bd85f
    openssl: set the transfer pointer for logging early Daniel Stenberg 2021-03-25 11:06:01 +0100
  • cd7aec95d6
    RELEASE-NOTES: synced Daniel Stenberg 2021-03-25 09:32:02 +0100
  • 8494abfb1b
    TODO: Custom progress meter update interval Daniel Stenberg 2021-03-25 09:22:52 +0100
  • 8593b15c77
    docs/ABI: tighten up the language Daniel Stenberg 2021-03-24 13:56:48 +0100
  • a5eee22e59
    openldap: disconnect better Daniel Stenberg 2021-03-24 14:57:19 +0100
  • 1803be5746
    libssh2: kdb_callback: get the right struct pointer Daniel Stenberg 2021-03-23 11:17:32 +0100
  • 2258899e97
    tftp: remove unused struct fields Daniel Stenberg 2021-03-23 09:41:50 +0100
  • e467ea3bd9
    openldap: avoid NULL pointer dereferences Daniel Stenberg 2021-03-23 09:28:07 +0100
  • 3bbf62b5a4
    http: strip default port from URL sent to proxy Daniel Stenberg 2021-03-23 00:24:59 +0100
  • 45d1e24b74
    azure: disable test 433 on azure-ubuntu Daniel Stenberg 2021-03-22 16:07:36 +0100
  • d3d90ad9c0
    tftp: remove the 3600 second default timeout Daniel Stenberg 2021-03-22 15:39:27 +0100
  • d7f737dd13
    docs: make gen.pl support *italic* and **bold** Daniel Stenberg 2021-03-22 16:50:57 +0100
  • c915662485
    ngtcp2: sync with recent API updates Daniel Stenberg 2021-03-22 10:01:13 +0100
  • 03c8cef1c3
    RELEASE-NOTES: synced Daniel Stenberg 2021-03-21 11:27:12 +0100
  • 012c19c33a
    libssh2:ssh_connect: clear session pointer after free Daniel Stenberg 2021-03-21 00:10:04 +0100
  • 2e444a17d4
    docs: document version of crustls dependency Jacob Hoffman-Andrews 2021-03-16 17:09:47 -0700
  • 7488ef2960
    rustls: Handle close_notify. Jacob Hoffman-Andrews 2021-03-17 21:27:12 -0700
  • 472b537215
    docs: clarify timeouts for queued transfers in multi API Daniel Stenberg 2021-03-17 23:33:12 +0100
  • bd738bef12
    ftpserver: only load the preprocessed test file Daniel Stenberg 2021-03-18 09:08:55 +0100
  • e2b4df7b5e
    tests: use %TESTNUMBER instead of fixed number Daniel Stenberg 2021-03-12 17:38:26 +0100
  • 453ad35d15
    KNOWN_BUGS: CURLOPT_OPENSOCKETPAIRFUNCTION is missing Daniel Stenberg 2021-03-18 12:53:28 +0100
  • 74ec0e5ec0
    TODO: provide timing info for each redirect Daniel Stenberg 2021-03-18 08:39:59 +0100
  • 2d04286793 docs: Add SSL backend names to CURL_SSL_BACKEND Jay Satiro 2021-03-17 01:38:10 -0400
  • 8a4ef73c8f docs: Explain DOH transfers inherit some SSL settings Jay Satiro 2021-03-04 00:55:53 -0500
  • 6d176bee59
    http: make 416 not fail with resume + CURLOPT_FAILONERRROR Daniel Stenberg 2021-03-16 14:41:06 +0100
  • e8e7ef3612
    Curl_timeleft: check both timeouts during connect Daniel Stenberg 2021-03-15 08:11:26 +0100
  • 2682e5f502
    configure: remove use of deprecated macros Daniel Stenberg 2021-03-15 18:16:36 +0100
  • d2ea5d166e
    configure: make AC_TRY_* into AC_*_IFELSE Daniel Stenberg 2021-03-15 23:11:29 +0100
  • a59f046116
    configure: s/AC_HELP_STRING/AS_HELP_STRING Daniel Stenberg 2021-03-15 17:32:26 +0100
  • 55ae13dcc1
    RELEASE-NOTES: synced Daniel Stenberg 2021-03-16 17:27:22 +0100
  • c44cf858f2
    travis: use ubuntu nghttp2 package instead of build our own Daniel Stenberg 2021-03-16 10:06:34 +0100
  • 0785a77767
    travis: bump wolfssl to 4.7.0 Daniel Stenberg 2021-03-16 10:05:21 +0100
  • e4a41c1042
    travis: only build wolfssl when needed Daniel Stenberg 2021-03-16 10:04:35 +0100
  • 3780717db0
    rustls: allocate a buffer for TLS data. Jacob Hoffman-Andrews 2021-03-13 17:54:43 -0800
  • 7dbb0a87e6
    travis: add a rustls build Daniel Stenberg 2021-03-16 09:51:17 +0100
  • aab3a77e8c
    HTTP2: remove the outdated remark about multiplexing for the tool Daniel Stenberg 2021-03-16 00:35:38 +0100
  • 068661bb02
    http2: don't set KEEP_SEND when there's no more data to be sent Robert Ronto 2021-03-15 15:35:10 +0100
  • cc615f48e7
    config: fix building SMB with configure using Win32 Crypto Marc Hoersken 2021-03-06 15:52:09 +0100
  • 7152957421
    config: fix detection of restricted Windows App environment Marc Hoersken 2021-03-04 22:10:45 +0100
  • d4a932797a
    HISTORY: curl 7.7.2 was the first version used in Mac OS X 10.1 Daniel Stenberg 2021-03-15 09:00:50 +0100
  • f83d4ea56e
    gen.pl: quote "bare" minuses in the nroff curl.1 Daniel Stenberg 2021-03-11 08:50:11 +0100
  • 419f0f5534 hsts: remove unused defines Daniel Gustafsson 2021-03-14 23:18:27 +0100
  • 6dc03053d1
    github: add torture-ftp for FTP-only torture testing Daniel Stenberg 2021-03-12 11:55:47 +0100
  • 743ab72bf1
    travis: split "torture" into a separate "events" build as well Daniel Stenberg 2021-03-11 16:18:53 +0100
  • 8ed71fc4f7
    ftp: fix memory leak in ftp_done Daniel Stenberg 2021-03-12 16:15:13 +0100
  • d1f40078c1
    http2: fail if connection terminated without END_STREAM oxalica 2021-03-12 21:11:08 +0800
  • f8a5e9660e
    RELEASE-NOTES: synced Daniel Stenberg 2021-03-12 16:35:46 +0100
  • 43a56e34e1
    rustls: support CURLOPT_SSL_VERIFYPEER Jacob Hoffman-Andrews 2021-02-26 17:29:36 -0800
  • f7aeff58a3 cookies: Fix potential NULL pointer deref with PSL Daniel Gustafsson 2021-03-12 02:34:03 +0100
  • b3ace84642
    configure: only add OpenSSL paths if they are defined Michael Hordijk 2021-03-09 15:04:06 -0500
  • 21445a76df retry.d: Clarify transient 5xx HTTP response codes Jay Satiro 2021-03-11 03:08:13 -0500
  • cf9d16b98c retry-all-errors.d: Explain curl errors versus HTTP response errors Jay Satiro 2021-03-11 02:36:37 -0500
  • ed158f0ddf
    travis: switch ngtcp2 build over to quictls Daniel Stenberg 2021-03-11 16:49:49 +0100
  • f073a427b4
    test220/314: adjust to run with Hyper Daniel Stenberg 2021-03-11 16:05:46 +0100
  • 7098f9fe3a
    c-hyper: support automatic content-encoding Daniel Stenberg 2021-03-11 16:05:15 +0100
  • 4c0206f90b
    http: remove superfluous NULL assign Daniel Stenberg 2021-03-11 16:04:56 +0100
  • 985c184d5b
    tool_operate: bail if set CURLOPT_HTTP09_ALLOWED returns error Daniel Stenberg 2021-03-11 15:37:52 +0100
  • 32a71333d4
    setopt: error on CURLOPT_HTTP09_ALLOWED set true with Hyper Daniel Stenberg 2021-03-11 15:37:14 +0100
  • 25837e32b0
    test306: make it not run with Hyper Daniel Stenberg 2021-03-11 15:36:47 +0100
  • 366c0a4aee
    test304: header CRLF cleanup to work with Hyper Daniel Stenberg 2021-03-11 15:36:21 +0100
  • 7b2f0676c2
    FTP: allow SIZE to fail when doing (resumed) upload Daniel Stenberg 2021-03-11 10:00:02 +0100
  • dcccd8dd25
    configure: provide Largefile feature for curl-config Daniel Stenberg 2021-03-10 00:38:21 +0100
  • 78f642ffab
    config: remove CURL_SIZEOF_CURL_OFF_T use only SIZEOF_CURL_OFF_T Daniel Stenberg 2021-03-08 12:30:56 +0100
  • 6043dfa4f9 ngtcp2: Fix build error due to change in ngtcp2_addr_init Jun-ya Kato 2021-03-10 14:26:16 +0000
  • a2bbc3ac8c
    multi: update pending list when removing handle ejanchivdorj 2021-03-09 13:23:43 -0800
  • 4088b25b33
    lib1536: check ptr against NULL before dereferencing it kokke 2021-03-09 14:25:04 +0100
  • b2d906754c
    lib1537: check ptr against NULL before dereferencing it kokke 2021-03-09 14:10:41 +0100
  • 9421eee915
    travis: make torture tests skip TLS-SRP tests Daniel Stenberg 2021-03-09 08:07:46 +0100
  • b7e01382d6
    openssl: adapt to v3's new const for a few API calls Daniel Stenberg 2021-03-08 23:11:19 +0100
  • ec549aa625
    quiche: fix crash when failing to connect Daniel Stenberg 2021-03-08 11:28:41 +0100
  • b899cb08c6
    RELEASE-NOTES: synced Daniel Stenberg 2021-03-08 10:10:59 +0100
  • f8cc18ccfa
    RELEASE-NOTES: synced Daniel Stenberg 2021-03-06 22:51:31 +0100
  • 6221bc1a2f
    dynbuf: bump the max HTTP request to 1MB Daniel Stenberg 2021-03-03 18:46:29 +0100
  • 7a33c4dff9 schannel: Evaluate CURLOPT_SSL_OPTIONS via SSL_SET_OPTION macro Jay Satiro 2021-03-04 03:02:38 -0500
  • 86338ca698 c-hyper: Remove superfluous pointer check kokke 2021-03-05 22:18:31 +0100
  • bde786b5d1 version.d: Add missing features to the features list Jay Satiro 2021-03-03 23:44:54 -0500
  • e1655b2477 docs: add missing Arg tag to --stderr Vladimir Varlamov 2021-03-04 23:39:47 +0300
  • dd81489db9 projects: Update VS projects for OpenSSL 1.1.x Jay Satiro 2021-03-01 03:20:58 -0500
  • 1ba0d4bdb3 doh: Inherit CURLOPT_STDERR from user's easy handle Jay Satiro 2021-02-25 15:49:00 -0500
  • cc9bf974cd
    CI/azure: replace python-impacket with python3-impacket Marc Hoersken 2021-03-01 21:37:25 +0100
  • 311c31ec8e
    runtests.pl: kill processes locking test log files Marc Hoersken 2021-02-28 22:06:17 +0100
  • b2b3c91ed7
    pathhelp.pm: fix use of pwd -L in Msys environment Marc Hoersken 2020-11-11 21:20:20 +0100
  • 24f850f4a4 ldap: use correct memory free function Daniel Gustafsson 2021-03-01 09:31:33 +0100
  • 313faa1bcb url: fix typo in comment Daniel Gustafsson 2021-02-28 21:13:26 +0100
  • 5743d66b91 tool_help: Increase space between option and description Jay Satiro 2021-02-27 18:08:53 -0500
  • 40f3c18e6a
    curl: set CURLOPT_NEW_FILE_PERMS if requested Daniel Stenberg 2021-02-26 11:18:09 +0100