summaryrefslogtreecommitdiff
path: root/docs/libcurl
Commit message (Expand)AuthorAgeFilesLines
* libcurl-tutorial.3: fix typoAlessandro Ghedini2017-10-241-1/+1
* curl_mime_filedata.3: fix typosAlessandro Ghedini2017-10-231-2/+2
* setopt: avoid integer overflows when setting millsecond valuesDaniel Stenberg2017-10-163-7/+11
* CURLOPT_XFERINFODATA.3: fix duplicate see alsoDaniel Stenberg2017-10-091-2/+2
* CURLOPT_NOPROGRESS.3: also refer to xferinfofunctionDaniel Stenberg2017-10-091-5/+5
* docs: clarify form/mime usage of non-regular data files.Patrick Monnerat2017-10-082-2/+9
* docs: fix typo in curl_mime_data_cb man pageFelix Kaiser2017-10-041-1/+1
* libcurl-tutorial: add casts in example to avoid compilation warnings.Patrick Monnerat2017-10-031-1/+2
* libcurl-tutorial: fix two typos.Patrick Monnerat2017-10-021-3/+3
* libcurl-tutorial: describe MIME API and deprecate form API.Patrick Monnerat2017-10-011-4/+261
* 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-2210-35/+30
* docs: clarify the CURLOPT_INTERLEAVE* options behaviorDaniel Stenberg2017-09-152-5/+10
* mbedtls: enable CA path processingJay Satiro2017-09-102-4/+6
* mime: implement encoders.Patrick Monnerat2017-09-053-2/+100
* docs/curl_mime_*.3: use correct variable types in examplesDaniel Stenberg2017-09-057-14/+14
* examples/mime: minor example code fixesViktor Szakats2017-09-051-1/+1
* docs/curl_mime_*.3: added examplesDaniel Stenberg2017-09-059-2/+128
* mime: use CURL_ZERO_TERMINATED in examplesViktor Szakats2017-09-042-4/+4
* 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-031-1/+0
* 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
* curl_global_sslset.3: clarifyDaniel Stenberg2017-08-301-15/+19
* 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
* 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
* CURLOPT_USERPWD.3: see also CURLOPT_PROXYUSERPWDDaniel Stenberg2017-08-241-0/+1
* CURLOPT_SSH_COMPRESSION.3: enable with 1LDaniel Stenberg2017-08-171-4/+4
* ssh: add the ability to enable compression (for SCP/SFTP)Viktor Szakats2017-08-174-0/+62
* 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
* docs/comments: Update to secure URL versionsViktor Szakats2017-08-081-1/+1
* 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
* 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
* curl_strequal.3: fix typo in SYNOPSISDaniel Stenberg2017-06-291-2/+2
* CURLOPT_SOCKS5_AUTH: allowed methods for SOCKS5 proxy authKamil Dudka2017-06-283-0/+67
* CURLINFO_REDIRECT_URL.3: mention the CURLOPT_MAXREDIRS caseDaniel Stenberg2017-06-241-0/+3
* --request-target: instead of --strip-path-slashDaniel Stenberg2017-06-216-13/+13