summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* BUGS: spellcheckedDaniel Stenberg2017-11-201-4/+4
* examples/curlx: Fix code stylefmmedeiros2017-11-181-1/+2
* resolve: allow IP address within [] bracketsDaniel Stenberg2017-11-172-1/+5
* TODO: ignore private IP addresses in PASV responseDaniel Stenberg2017-11-141-7/+14
* INTERNALS: we may use libidn2 now, not libidnDaniel Stenberg2017-11-141-1/+1
* --interface: add support for Linux VRFLuca Boccassi2017-11-091-0/+4
* curl_share_setopt.3: document CURL_LOCK_DATA_CONNECTDaniel Stenberg2017-11-091-1/+8
* examples: add shared-connection-cacheDaniel Stenberg2017-11-091-1/+2
* test1554: verify connection cache sharingDaniel Stenberg2017-11-091-0/+85
* curl_multi_fdset.3: emphasize curl_multi_timeoutDaniel Stenberg2017-11-091-4/+5
* HTTP: implement Brotli content encodingPatrick Monnerat2017-11-055-21/+27
* HTTP: support multiple Content-EncodingsPatrick Monnerat2017-11-052-8/+1
* INTERNALS: remove curlx_tv* functions no longer providedDaniel Stenberg2017-10-301-14/+0
* cli tool: in -F option arg, comma is a delimiter for files onlyPatrick Monnerat2017-10-291-0/+5
* auth: Added test cases for RFC7616Florin2017-10-282-2/+4
* TODO: support multiple Content-EncodingsDaniel Bankhead2017-10-282-26/+34
* ROADMAP: cleanupDaniel Stenberg2017-10-281-83/+7
* ROADMAP.md: spelling fixesMagicansk2017-10-281-15/+15
* HELP-US: rename the subtitle too since the label is changedDaniel Stenberg2017-10-271-1/+1
* libcurl-tutorial.3: fix typoAlessandro Ghedini2017-10-241-1/+1
* curl_mime_filedata.3: fix typosAlessandro Ghedini2017-10-231-2/+2
* RELEASE-NOTES: 7.56.1curl-7_56_1Daniel Stenberg2017-10-231-0/+1
* THANKS: update at 7.56.1 release timeDaniel Stenberg2017-10-231-0/+8
* setopt: avoid integer overflows when setting millsecond valuesDaniel Stenberg2017-10-163-7/+11
* cli tool: reimplement stdin buffering in -F option.Patrick Monnerat2017-10-121-3/+6
* HELP-US: the label "PR-welcome" is now renamed to "help wanted"Daniel Stenberg2017-10-121-3/+3
* CURLOPT_XFERINFODATA.3: fix duplicate see alsoDaniel Stenberg2017-10-091-2/+2
* CURLOPT_NOPROGRESS.3: also refer to xferinfofunctionDaniel Stenberg2017-10-091-5/+5
* FAQ: s/CURLOPT_PROGRESSFUNCTION/CURLOPT_XFERINFOFUNCTIONDaniel Stenberg2017-10-091-1/+1
* docs: clarify form/mime usage of non-regular data files.Patrick Monnerat2017-10-083-5/+12
* darwinssl: add support for TLSv1.3Nick Zitzmann2017-10-051-1/+2
* docs: fix typo in curl_mime_data_cb man pageFelix Kaiser2017-10-041-1/+1
* RELEASE-PROCEDURE: update the release scheduleDaniel Stenberg2017-10-041-3/+6
* THANKS: added new 7.56.0 contributorsDaniel Stenberg2017-10-041-6/+24
* libcurl-tutorial: add casts in example to avoid compilation warnings.Patrick Monnerat2017-10-031-1/+2
* examples: bring back curl_formadd-using examplesDaniel Stenberg2017-10-033-1/+279
* libcurl-tutorial: fix two typos.Patrick Monnerat2017-10-021-3/+3
* TODO: remove deprecated form API items.Patrick Monnerat2017-10-011-46/+0
* 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-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