| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | CURLOPT_RESOLVE: Add support for multiple IP addresses per entry | Anders Bakken | 2018-02-20 | 2 | -5/+11 |
* | examples/sftpuploadresume: resume upload via CURLOPT_APPEND | Sergio Borghese | 2018-02-20 | 2 | -2/+132 |
* | TODO: "Support in-memory certs/ca certs/keys" | Daniel Stenberg | 2018-02-18 | 1 | -15/+7 |
* | CURLOPT_HEADER.3: clarify problems with different data sizes | Daniel Stenberg | 2018-02-16 | 1 | -6/+12 |
* | CURLOPT_HEADERFUNCTION.3: fix typo from d939226813 | Daniel Stenberg | 2018-02-16 | 1 | -1/+1 |
* | CURLOPT_HEADERFUNCTION.3: mention folded headers | Daniel Stenberg | 2018-02-16 | 1 | -1/+6 |
* | TODO: 1.1 Option to refuse usernames in URLs | Daniel Stenberg | 2018-02-16 | 1 | -0/+17 |
* | TODO: 1.7 Support HTTP/2 for HTTP(S) proxies | Daniel Stenberg | 2018-02-16 | 1 | -0/+5 |
* | Revert "KNOWN_BUGS: 2.5 curl should not offer "ALPN: h2" when using https-proxy" | Daniel Stenberg | 2018-02-15 | 1 | -8/+0 |
* | TODO: 18.18 retry on network is unreachable | Daniel Stenberg | 2018-02-15 | 1 | -0/+13 |
* | KNOWN_BUGS: 2.5 curl should not offer "ALPN: h2" when using https-proxy | Daniel Stenberg | 2018-02-15 | 1 | -0/+8 |
* | TODO fixed: Detect when called from within callbacks | Björn Stenberg | 2018-02-15 | 3 | -7/+6 |
* | BINDINGS: fix curb link (and remove ruby-curl-multi) | Daniel Stenberg | 2018-02-14 | 1 | -1/+1 |
* | libcurl-security.3: separate file:// section | Daniel Stenberg | 2018-02-13 | 1 | -0/+7 |
* | libcurl-security.3: the http://192.168.0.1/my_router_config case | Daniel Stenberg | 2018-02-13 | 1 | -1/+6 |
* | libcurl-security.3: mention the URL standards problems too | Daniel Stenberg | 2018-02-13 | 1 | -0/+10 |
* | libcurl-security.3: split out from libcurl-tutorial.3 | Daniel Stenberg | 2018-02-13 | 3 | -230/+320 |
* | tlsauthtype.d: works only if libcurl is built with TLS-SRP support | Kamil Dudka | 2018-02-12 | 1 | -1/+3 |
* | progress-bar.d: update to match implementation | Daniel Stenberg | 2018-01-30 | 1 | -2/+3 |
* | time: support > year 2038 time stamps for system with 32bit long | Daniel Stenberg | 2018-01-30 | 8 | -9/+157 |
* | curl: add --proxy-pinnedpubkey | Daniel Stenberg | 2018-01-30 | 2 | -1/+17 |
* | TODO: UTF-8 filenames in Content-Disposition | Daniel Stenberg | 2018-01-28 | 1 | -0/+8 |
* | KNOWN_BUGS: DICT responses show the underlying protocol | Daniel Stenberg | 2018-01-28 | 1 | -0/+11 |
* | docs: fix typos in man pages | Alessandro Ghedini | 2018-01-27 | 2 | -3/+3 |
* | GSKit: restore pinnedpubkey functionality | moparisthebest | 2018-01-25 | 1 | -1/+3 |
* | parsedate: fix date parsing for systems with 32 bit long | Daniel Stenberg | 2018-01-25 | 1 | -7/+9 |
* | SChannel/WinSSL: Implement public key pinning | moparisthebest | 2018-01-25 | 1 | -1/+5 |
* | TODO: hardcode the "localhost" addresses | Daniel Stenberg | 2018-01-25 | 1 | -0/+12 |
* | TODO: CURL_REFUSE_CLEARTEXT | Daniel Stenberg | 2018-01-25 | 1 | -0/+10 |
* | RELEASE: 7.58.0curl-7_58_0 | Daniel Stenberg | 2018-01-23 | 1 | -0/+22 |
* | docs: fix man page syntax to make test 1140 OK again | Daniel Stenberg | 2018-01-23 | 2 | -4/+4 |
* | http: prevent custom Authorization headers in redirects | Daniel Stenberg | 2018-01-22 | 1 | -1/+11 |
* | libcurl-env.3: first take | Daniel Stenberg | 2018-01-20 | 2 | -1/+90 |
* | TODO: two possible name resolver improvements | Daniel Stenberg | 2018-01-20 | 1 | -0/+21 |
* | examples/url2file.c: add missing curl_global_cleanup() call | Daniel Stenberg | 2018-01-18 | 1 | -1/+3 |
* | CURLOPT_TCP_NODELAY.3: fix typo | rouzier | 2018-01-15 | 1 | -1/+1 |
* | mime: clone mime tree upon easy handle duplication. | Patrick Monnerat | 2018-01-14 | 1 | -2/+9 |
* | docs: comment about CURLE_READ_ERROR returned by curl_mime_filedata | Patrick Monnerat | 2018-01-14 | 1 | -2/+5 |
* | setopt: fix SSLVERSION to allow CURL_SSLVERSION_MAX_ values | Jay Satiro | 2018-01-13 | 2 | -9/+17 |
* | scripts: allow all perl scripts to be run directly | Jay Satiro | 2018-01-07 | 4 | -4/+4 |
* | mail-rcpt.d: fix short-text description | Jay Satiro | 2018-01-07 | 1 | -1/+1 |
* | curl_version_info.3: call the argument 'age' | Daniel Stenberg | 2017-12-29 | 1 | -2/+2 |
* | examples/cacertinmem: ignore cert-already-exists error | Jay Satiro | 2017-12-26 | 2 | -125/+92 |
* | tool_getparam: Support size modifiers for --max-filesize | Gisle Vanem | 2017-12-26 | 2 | -1/+5 |
* | examples/rtsp: fix error handling macros | Mattias Fornander | 2017-12-22 | 1 | -2/+2 |
* | CURLOPT_READFUNCTION.3: refer to argument with correct name | Daniel Stenberg | 2017-12-13 | 1 | -2/+2 |
* | examples/smtp-mail.c: use separate defines for options and mail | Daniel Stenberg | 2017-12-12 | 1 | -16/+20 |
* | THANKS: added missing names | Daniel Stenberg | 2017-12-12 | 1 | -0/+14 |
* | mailmap: added/clarified several names | Daniel Stenberg | 2017-12-12 | 1 | -1/+1 |
* | TODO: Expose tried IP addresses that failed | Daniel Stenberg | 2017-12-11 | 1 | -0/+8 |