summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
...
* docs: Update to secure URL versionsViktor Szakats2017-09-042-3/+3
* mime: use CURL_ZERO_TERMINATED in examplesViktor Szakats2017-09-045-16/+16
* examples/post-callback: stop returning one byte at a timeDaniel Stenberg2017-09-041-23/+32
* docs: curl_mime_*.3 man page formatting editsDaniel Stenberg2017-09-0412-67/+72
* mime: use size_t instead of ssize_t in public API interface.Patrick Monnerat2017-09-033-34/+36
* mime: remove support "-" stdin pseudo-file name in curl_mime_filedata().Patrick Monnerat2017-09-032-1/+3
* mime: tests and examples.Patrick Monnerat2017-09-024-64/+215
* mime: use in curl cli tool instead of form API.Patrick Monnerat2017-09-022-9/+61
* mime: new MIME API.Patrick Monnerat2017-09-0220-13/+784
* curl_global_sslset: select backend by name case insensitivelyDaniel Stenberg2017-09-011-2/+2
* curl_global_sslset.3: show the struct and enum tooDaniel Stenberg2017-08-311-4/+25
* examples/sslbackend.c: fix failure of 'make checksrc'Kamil Dudka2017-08-301-2/+4
* curl_global_sslset.3: clarifyDaniel Stenberg2017-08-301-15/+19
* HELP-US.md: spellingDaniel Stenberg2017-08-291-2/+2
* HELP-US.md: "How to get started helping out in the curl project"Daniel Stenberg2017-08-292-1/+71
* curl_global_init.3: mention curl_global_sslset(3)Daniel Stenberg2017-08-281-1/+2
* version: add the CURL_VERSION_MULTI_SSL feature flagJohannes Schindelin2017-08-282-1/+6
* docs/examples: demonstrate how to select SSL backendsJohannes Schindelin2017-08-284-1/+80
* Add a man page for curl_global_sslset()Johannes Schindelin2017-08-283-1/+74
* vtls: introduce curl_global_sslset()Johannes Schindelin2017-08-281-0/+3
* examples/threaded-ssl: mention that this is for openssl before 1.1Daniel Stenberg2017-08-251-2/+2
* CURLOPT_USERPWD.3: see also CURLOPT_PROXYUSERPWDDaniel Stenberg2017-08-241-0/+1
* request-target.d: mention added in 7.55.0Daniel Stenberg2017-08-221-0/+1
* KNOWN_BUGS: HTTP test server 'connection-monitor' problemsDaniel Stenberg2017-08-181-0/+8
* CURLOPT_SSH_COMPRESSION.3: enable with 1LDaniel Stenberg2017-08-171-4/+4
* compressed-ssh.d: "Added: 7.56.0"Daniel Stenberg2017-08-171-0/+1
* ssh: add the ability to enable compression (for SCP/SFTP)Viktor Szakats2017-08-176-1/+70
* examples/ftpuploadresume: checksrc complianceJay Satiro2017-08-161-1/+2
* progress: Track total times following redirectsRyan Winograd2017-08-151-7/+0
* zsh.pl: produce a working completion script againKamil Dudka2017-08-151-1/+1
* examples/ftpuploadresume.c: use portable codeDaniel Stenberg2017-08-142-26/+14
* RELEASE-NOTES/THANKS: curl 7.55.1 release timecurl-7_55_1Daniel Stenberg2017-08-131-0/+8
* connect-to.d: better languageDaniel Stenberg2017-08-121-2/+2
* connect-to.d: clarifiedDaniel Stenberg2017-08-121-9/+12
* docs: fix typo funtion -> functionAlessandro Ghedini2017-08-121-1/+1
* docs: fix grammar in CURL_SSLVERSION_MAX_DEFAULT descriptionAlessandro Ghedini2017-08-122-6/+6
* docs: fix typo stuct -> structAlessandro Ghedini2017-08-122-2/+2
* make install: add 8 missing man pages to the installationDaniel Stenberg2017-08-092-1/+8
* THANKS: 20 new contributors in 7.55.0Daniel Stenberg2017-08-092-0/+21
* docs/comments: Update to secure URL versionsViktor Szakats2017-08-088-13/+13
* CURLOPT_NETRC.3: fix typo in 7e48aa386156f9c2Daniel Stenberg2017-08-021-2/+2
* CURLOPT_NETRC.3: mention the file name on windowsDaniel Stenberg2017-08-021-2/+4
* BUGS: improved phrasing about security bugsDaniel Stenberg2017-08-011-3/+3
* BUGS: clarify how to report security related bugsDaniel Stenberg2017-08-011-15/+32
* include.d: clarify --include is only for response headersJay Satiro2017-07-301-1/+1
* include.d: clarify that it concerns the response headersDaniel Stenberg2017-07-281-2/+5
* CURLOPT_POSTFIELDS.3: explain the 100-continue magic betterDaniel Stenberg2017-07-071-3/+5
* curl_easy_escape.3: mention the (lack of) encodingDaniel Stenberg2017-07-071-1/+10
* TODO: 1.10 auto-detect proxyDaniel Stenberg2017-07-051-0/+13
* TODO: HTTP proxy CONNECT is non-blocking nowDaniel Stenberg2017-07-051-1/+0