Commit Graph

  • 7b6d771a19
    wolfssl: remove SSLv3 support leftovers Daniel Stenberg 2021-05-18 10:05:36 +0200
  • 93b3970ad4
    curl-wolfssl.m4: without custom include path, assume /usr/include Daniel Stenberg 2021-05-18 09:55:02 +0200
  • 77444b84f3
    data_pending: check only SECONDARY socket for FTP(S) transfers Joel Depooter 2021-05-14 14:44:07 -0700
  • e53a0f6833
    github: inhibit deprecated declarations for clang on macOS Daniel Stenberg 2021-05-17 13:20:54 +0200
  • 0c55fbab45
    conn: add 'attach' to protocol handler, make libssh2 use it Daniel Stenberg 2021-05-17 08:54:00 +0200
  • 904b27d18d
    http2: make sure pause is done on HTTP Daniel Stenberg 2021-05-17 09:05:39 +0200
  • 5dfa4c08bb
    docs: cookies from HTTP headers need domain set Daniel Stenberg 2021-05-16 23:38:35 +0200
  • e38a826572
    RELEASE-NOTES: synced Daniel Stenberg 2021-05-16 23:25:25 +0200
  • 40ea52a241
    github: add a workflow with libssh2 on macOS using cmake Daniel Stenberg 2021-05-11 14:37:37 +0200
  • 030d539164
    sws: allow HTTP requests up to 2MB in size Daniel Stenberg 2021-05-15 23:59:29 +0200
  • 8d13ab4c61 CI/azure: increase verbosity and fix outdated task names Marc Hoersken 2021-05-15 20:55:42 +0200
  • af97a8f232 CI/cirrus: add shared and static Windows release builds Marc Hoersken 2021-05-15 20:54:57 +0200
  • fe5a61c007
    CURLOPT_CAPATH.3: defaults to a path, not NULL Daniel Stenberg 2021-05-14 17:08:19 +0200
  • c3eefa95c3
    c-hyper: handle body on HYPER_TASK_EMPTY Jacob Hoffman-Andrews 2021-05-14 20:52:17 -0700
  • b09944b3ae
    tool_getparam: fix comment typo in tool_getparam.c Ikko Ashimine 2021-05-16 01:43:07 +0900
  • e35d7c0492
    mem-include-scan.pl: require a non-word letter before memory funcs Daniel Stenberg 2021-05-14 23:11:00 +0200
  • acf91ff75e
    version: free the openldap info correctly Daniel Stenberg 2021-05-14 16:22:28 +0200
  • 19291f7fb4
    dupset: remove totally off comment Daniel Stenberg 2021-05-15 00:36:05 +0200
  • dae382a1a1
    configure: if asked for, fail if ldap is not found Daniel Stenberg 2021-05-12 11:15:51 +0200
  • bf0feae776
    version: add OpenLDAP version in the output Daniel Stenberg 2021-05-12 11:09:12 +0200
  • ba3452cafc schannel: Ensure the security context request flags are always set Joel Depooter 2021-05-11 19:45:59 -0700
  • 56cf2de5ac tests: Fix some tag matching issues in a number of tests Dan Fandrich 2021-05-12 01:15:31 -0700
  • a9bc819c89
    sasl: use 'unsigned short' to store mechanism Daniel Stenberg 2021-05-11 11:11:40 +0200
  • fa050ffd27
    hostip: remove the debug code for LocalHost Daniel Stenberg 2021-05-11 09:49:31 +0200
  • 1a20689a56
    progress: reset limit_size variables at transfer start Daniel Stenberg 2021-05-11 09:09:11 +0200
  • 3b6b1afab9
    RELEASE-NOTES: synced Daniel Stenberg 2021-05-11 09:00:57 +0200
  • 24c71d62ee
    cookies: use CURLcode for cookie_output reporting Daniel Gustafsson 2021-03-15 03:08:31 +0100
  • 98888e6070
    cookies: make use of string duplication function Daniel Gustafsson 2021-03-12 17:36:08 +0100
  • 54bd65cabd
    cookies: refactor comments Daniel Gustafsson 2021-03-12 17:20:28 +0100
  • 455a63c66f
    http2: skip immediate parsing of payload following protocol switch Peng-Yu Chen 2021-05-10 23:05:36 +0100
  • 651a75e1e7
    http2: use nghttp2_session_upgrade2 instead of nghttp2_session_upgrade Peng-Yu Chen 2021-05-10 23:50:27 +0100
  • 1e19eceb50
    progress/trspeed: use a local convenient pointer to beautify code Daniel Stenberg 2021-05-08 13:14:42 +0200
  • 8a75224a69
    trspeed: use long double for transfer speed calculation Daniel Stenberg 2021-05-08 13:10:06 +0200
  • 7ab54e8f41
    progress: move transfer speed calc into function Daniel Stenberg 2021-05-08 12:28:38 +0200
  • 3f25c01fce
    openssl: remove unneeded cast for CertOpenSystemStore() Cameron Cawley 2021-05-06 17:50:31 +0100
  • f71d3e01ec
    travis: disable the libssh build Daniel Stenberg 2021-05-08 11:10:22 +0200
  • dbb88523ab
    http: use calculated offsets inst of integer literals for header parsing Peng-Yu Chen 2021-05-08 00:35:45 +0100
  • df269fe407
    GIT-INFO: suggest using autoreconf instead of buildconf Peng-Yu Chen 2021-05-08 02:20:29 +0100
  • 51c0ebcff2
    http: deal with partial CONNECT sends Daniel Stenberg 2021-05-06 13:04:03 +0200
  • 63813a0325
    HTTP3: make the ngtcp2 build use the quictls fork Daniel Stenberg 2021-05-07 17:21:17 +0200
  • 1763aceb0c
    http: limit the initial send amount to used upload buffer size Daniel Stenberg 2021-05-06 10:25:56 +0200
  • 817c01dacc
    RELEASE-NOTES: synced Daniel Stenberg 2021-05-07 08:44:03 +0200
  • 5c53bd980b
    ngtcp2: fix the cb_acked_stream_data_offset proto Daniel Stenberg 2021-05-06 22:55:15 +0200
  • 68027623e2
    progress: when possible, calculate transfer speeds with microseconds Daniel Stenberg 2021-05-06 09:06:24 +0200
  • 04cc27460e
    http: reset the header buffer when sending the request Daniel Stenberg 2021-05-06 09:35:18 +0200
  • e2497c73f9
    curl_mprintf.3: add description Daniel Stenberg 2021-05-05 11:07:40 +0200
  • 51e3388f7d
    URL-SYNTAX: update IDNA section for WHATWG spec changes Timothy Gu 2021-05-06 14:22:57 -0400
  • 69bf70d7dc
    INSTALL: add IBM i specific quirks Calvin Buckley 2021-05-05 11:39:37 -0300
  • a42b8f08d8
    libcurl.3: mention the URL API Daniel Stenberg 2021-05-05 09:17:24 +0200
  • 577f19397c
    GnuTLS: don't allow TLS 1.3 for versions that don't support it Daniel Stenberg 2021-05-05 23:26:01 +0200
  • 92953dc387 tool_getparam: handle failure of curlx_convert_tchar_to_UTF8() Kamil Dudka 2021-05-06 14:26:58 +0200
  • f4dc08abf2
    scripts/delta: also show total number of days Daniel Stenberg 2021-05-06 10:00:36 +0200
  • d698c70421
    sockfilt: fix invalid increment of handles index variable nfd Marc Hoersken 2021-05-02 20:44:35 +0200
  • b9239e0f9c
    sockfilt: avoid getting stuck waiting for writable socket Marc Hoersken 2021-05-02 20:42:11 +0200
  • 5a1ec19fda test678: Fix for Windows multibyte builds Jay Satiro 2021-05-05 16:24:36 -0400
  • 79a05e1f08 build: fix compilation for Windows UWP platform dmitrykos 2021-05-04 17:54:21 +0300
  • 781864bedb
    gnutls: make setting only the MAX TLS allowed version work Daniel Stenberg 2021-05-04 13:34:14 +0200
  • 8bdde6b14c
    openldap: replace ldap_ prefix on private functions Daniel Stenberg 2021-05-04 16:14:13 +0200
  • ba0d3c28ca http2: fix potentially uninitialized variable Jay Satiro 2021-05-05 03:16:06 -0400
  • 77fc3859b2 SSL: support in-memory CA certs for some backends Gilles Vollant 2020-07-13 03:17:56 +0200
  • 70cf50fb4a
    tests: ignore case of chunked hex numbers in tests David Cook 2021-05-03 19:29:40 -0500
  • 8419fe4d88
    cmake: check for getppid and utimes Daniel Stenberg 2021-05-04 11:03:30 +0200
  • 91d9fead66
    libtest: remove lib530.c Daniel Stenberg 2021-05-04 11:50:45 +0200
  • 23e9b96a64
    FILEFORMAT: mention sectransp as a feature Daniel Stenberg 2021-05-04 14:07:01 +0200
  • 964b840f34
    RELEASE-NOTES: synced Daniel Stenberg 2021-05-04 10:27:35 +0200
  • 7645324072
    libssh2: ignore timeout during disconnect Daniel Stenberg 2021-05-03 13:21:15 +0200
  • 7d7a0a8b09
    KNOWN_BUGS: add two HTTP/2 bugs Daniel Stenberg 2021-05-03 17:27:35 +0200
  • e41f2e5225
    KNOWN_BUGS: add three HTTP/3 issues Daniel Stenberg 2021-05-03 17:22:52 +0200
  • 94241a9e78
    CURLcode: add CURLE_SSL_CLIENTCERT ejanchivdorj 2021-03-10 23:50:13 -0800
  • 0acfe05c2e
    .github/FUNDING: add link to GitHub sponsors Tobias Gabriel 2021-04-30 15:17:00 +0200
  • 5af7a48668
    krb5/name_to_level: replace checkprefix with curl_strequal Harry Sintonen 2021-05-03 00:13:41 +0300
  • 6201f5c699
    Curl_input_digest: require space after Digest Harry Sintonen 2021-05-03 00:07:57 +0300
  • a60294cf43
    Curl_http_header: check for colon when matching Persistent-Auth Harry Sintonen 2021-05-03 00:06:41 +0300
  • b75620b9a0
    Curl_http_input_auth: require valid separator after negotiation type Harry Sintonen 2021-05-03 00:04:39 +0300
  • 8b9de77cd2
    http: fix the check for 'Authorization' with Bearer Daniel Stenberg 2021-05-01 23:38:15 +0200
  • 3a6058cb97
    http2: fix a resource leak in push_promise() Kamil Dudka 2021-04-30 18:18:02 +0200
  • 3193170470
    http2: fix resource leaks in set_transfer_url() Kamil Dudka 2021-04-30 18:14:45 +0200
  • 8228002cd1
    rustls: use ALPN Jacob Hoffman-Andrews 2021-04-24 18:02:24 -0700
  • ea17a022b3
    gskit: fix CURL_DISABLE_PROXY build MAntoniak 2021-04-29 13:25:35 +0200
  • 71bffe73f8
    gskit: fix undefined reference to 'conn' MAntoniak 2021-04-29 13:23:03 +0200
  • a3268eca79
    tls: add USE_HTTP2 define Jacob Hoffman-Andrews 2021-04-24 18:05:15 -0700
  • 5c932f8fe9
    lib: fix 0-length Curl_client_write calls Jacob Hoffman-Andrews 2021-04-27 15:48:01 -0700
  • f4b85d24b2
    lib: remove strlen call from Curl_client_write Jacob Hoffman-Andrews 2021-04-24 10:33:56 -0700
  • 6aae7b1761
    docs: camelcase it like GitHub everywhere Ayushman Singh Chauhan 2021-04-27 23:23:43 +0530
  • b08863822c docs: fix typo in fail-with-body doc Lucas Servén Marín 2021-04-27 17:53:39 +0200
  • 1d5d0ae9e5 lib: fix some misuse of curlx_convert_UTF8_to_tchar Jay Satiro 2021-04-23 00:21:16 -0400
  • 3e820fbf25
    ntlm: precaution against super huge type2 offsets Daniel Stenberg 2021-04-27 11:12:23 +0200
  • 826c438c61
    c-hyper: fix unused variable ‘wrote’ Daniel Stenberg 2021-04-27 16:00:48 +0200
  • 2e23f3b8d5
    libcurl-security.3: be careful of setuid Daniel Stenberg 2021-04-26 11:15:55 +0200
  • 76f33fd373
    c-hyper: don't write to set.writeheader if null Kevin Burke 2021-04-26 15:04:02 -0700
  • 9fc284427c
    wolfssl: handle SSL_write() returns 0 for error Daniel Stenberg 2021-04-26 11:11:59 +0200
  • f154ae9de3
    easy: ignore sigpipe in curl_easy_send Daniel Stenberg 2021-04-26 09:58:23 +0200
  • 9ec1ef7f41
    sigpipe: ignore SIGPIPE when using wolfSSL as well Daniel Stenberg 2021-04-26 09:57:44 +0200
  • 7fdf01f32e
    libcurl-security.3: don't try to filter IPv4 hosts based on the URL Daniel Stenberg 2021-04-23 16:32:19 +0200
  • f2e1163bc8
    nss_set_blocking: avoid static for sock_opt Harry Sintonen 2021-04-24 00:53:42 +0300
  • 56e2319611
    RELEASE-NOTES: synced Daniel Stenberg 2021-04-26 08:30:44 +0200
  • c1311dba6e
    docs/HTTP3.md: fix nghttp2's HTTP/3 server port Yusuke Nakamura 2021-04-26 11:29:10 +0900
  • 994af2a1e9
    krb5: don't use 'static' to store PBSZ size response Daniel Stenberg 2021-04-25 23:02:27 +0200
  • 9f71cc293f
    m4: add security frameworks on Mac when compiling rustls Kevin Burke 2021-04-24 14:20:08 -0700
  • 7843fe0a1b
    krb5: remove the unused 'overhead' function Daniel Stenberg 2021-04-23 23:47:45 +0200