summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* docs: link CURLOPT_CONNECTTIMEOUT and CURLOPT_CONNECTTIMEOUT_MSMichael Kaufmann2017-09-282-0/+8
* docs: clarify the use of environment variables for proxyMichael Kaufmann2017-09-282-1/+7
* symbols-in-versions: fix CURLSSLSET_NO_BACKENDS entryJay Satiro2017-09-231-1/+1
* symbols-in-versions: add CURLSSLSET_NO_BACKENDSDaniel Stenberg2017-09-221-1/+2
* vtls: provide curl_global_sslset() even in non-SSL buildsDaniel Stenberg2017-09-221-2/+5
* form/mime: field names are not allowed to contain zero-valued bytes.Patrick Monnerat2017-09-2212-41/+36
* examples/post-callback: use long for CURLOPT_POSTFIELDSIZEMarcel Raad2017-09-211-1/+1
* docs: clarify the CURLOPT_INTERLEAVE* options behaviorDaniel Stenberg2017-09-152-5/+10
* code style: use space after semicolonDaniel Stenberg2017-09-121-1/+1
* code style: use spaces around plusesDaniel Stenberg2017-09-1117-70/+80
* code style: use spaces around equals signsDaniel Stenberg2017-09-1130-227/+231
* mbedtls: enable CA path processingJay Satiro2017-09-102-4/+6
* KNOWN_BUGS: Remove CMake symbol hiding issueJakub Zakrzewski2017-09-071-1/+0
* HISTORY: added some recent itemsDaniel Stenberg2017-09-071-0/+18
* mime: implement encoders.Patrick Monnerat2017-09-054-2/+114
* docs/curl_mime_*.3: use correct variable types in examplesDaniel Stenberg2017-09-057-14/+14
* examples/mime: minor example code fixesViktor Szakats2017-09-056-11/+11
* docs/curl_mime_*.3: added examplesDaniel Stenberg2017-09-059-2/+128
* MAIL-ETIQUETTE: added "1.9 Your emails are public"Daniel Stenberg2017-09-051-5/+26
* 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