summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2017-10-08+gnurl-7.56.0ng0
2017-10-08docs/libcurl/opts/Makefile.inc: fix typos. GNURLMOPT… -> GNURLMOPT_…ng0
2017-10-07further corrections.ng0
2017-10-06Merge tag 'curl-7_56_0'ng0
2017-10-04THANKS: added new 7.56.0 contributorsDaniel Stenberg
2017-10-03libcurl-tutorial: add casts in example to avoid compilation warnings.Patrick Monnerat
2017-10-03examples: bring back curl_formadd-using examplesDaniel Stenberg
2017-10-02libcurl-tutorial: fix two typos.Patrick Monnerat
2017-10-01TODO: remove deprecated form API items.Patrick Monnerat
2017-10-01libcurl-tutorial: describe MIME API and deprecate form API.Patrick Monnerat
2017-09-28docs: link CURLOPT_CONNECTTIMEOUT and CURLOPT_CONNECTTIMEOUT_MSMichael Kaufmann
2017-09-28docs: clarify the use of environment variables for proxyMichael Kaufmann
2017-09-23symbols-in-versions: fix CURLSSLSET_NO_BACKENDS entryJay Satiro
2017-09-22symbols-in-versions: add CURLSSLSET_NO_BACKENDSDaniel Stenberg
2017-09-22vtls: provide curl_global_sslset() even in non-SSL buildsDaniel Stenberg
2017-09-22form/mime: field names are not allowed to contain zero-valued bytes.Patrick Monnerat
2017-09-21examples/post-callback: use long for CURLOPT_POSTFIELDSIZEMarcel Raad
2017-09-21gnURL: Fix doc generation, fix 'make dist'.ng0
2017-09-15docs: clarify the CURLOPT_INTERLEAVE* options behaviorDaniel Stenberg
2017-09-12code style: use space after semicolonDaniel Stenberg
2017-09-11code style: use spaces around plusesDaniel Stenberg
2017-09-11code style: use spaces around equals signsDaniel Stenberg
2017-09-10mbedtls: enable CA path processingJay Satiro
2017-09-07KNOWN_BUGS: Remove CMake symbol hiding issueJakub Zakrzewski
2017-09-07HISTORY: added some recent itemsDaniel Stenberg
2017-09-05mime: implement encoders.Patrick Monnerat
2017-09-05docs/curl_mime_*.3: use correct variable types in examplesDaniel Stenberg
2017-09-05examples/mime: minor example code fixesViktor Szakats
2017-09-05docs/curl_mime_*.3: added examplesDaniel Stenberg
2017-09-05MAIL-ETIQUETTE: added "1.9 Your emails are public"Daniel Stenberg
2017-09-04docs: Update to secure URL versionsViktor Szakats
2017-09-04mime: use CURL_ZERO_TERMINATED in examplesViktor Szakats
2017-09-04examples/post-callback: stop returning one byte at a timeDaniel Stenberg
2017-09-04docs: curl_mime_*.3 man page formatting editsDaniel Stenberg
2017-09-03mime: use size_t instead of ssize_t in public API interface.Patrick Monnerat
2017-09-03mime: remove support "-" stdin pseudo-file name in curl_mime_filedata().Patrick Monnerat
2017-09-02mime: tests and examples.Patrick Monnerat
2017-09-02mime: use in curl cli tool instead of form API.Patrick Monnerat
2017-09-02mime: new MIME API.Patrick Monnerat
2017-09-01curl_global_sslset: select backend by name case insensitivelyDaniel Stenberg
2017-08-31curl_global_sslset.3: show the struct and enum tooDaniel Stenberg
2017-08-30examples/sslbackend.c: fix failure of 'make checksrc'Kamil Dudka
2017-08-30curl_global_sslset.3: clarifyDaniel Stenberg
2017-08-29HELP-US.md: spellingDaniel Stenberg
2017-08-29HELP-US.md: "How to get started helping out in the curl project"Daniel Stenberg
2017-08-28curl_global_init.3: mention curl_global_sslset(3)Daniel Stenberg
2017-08-28version: add the CURL_VERSION_MULTI_SSL feature flagJohannes Schindelin
2017-08-28docs/examples: demonstrate how to select SSL backendsJohannes Schindelin
2017-08-28Add a man page for curl_global_sslset()Johannes Schindelin
2017-08-28vtls: introduce curl_global_sslset()Johannes Schindelin