summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* CURLOPT_SERVER_RESPONSE_TIMEOUT: the new nameDaniel Stenberg2022-07-056-53/+55
* urldata: make 'use_port' an usigned shortDaniel Stenberg2022-07-041-2/+3
* makefile.m32: add support for custom ARCH [ci skip]Viktor Szakats2022-07-041-1/+3
* windows: improve random sourceViktor Szakats2022-07-041-2/+2
* setopt: add CURLOPT_PROTOCOLS_STR and CURLOPT_REDIR_PROTOCOLS_STRDaniel Stenberg2022-07-048-3/+195
* THANKS: merged two entries for Evgeny GrinEvgeny Grin (Karlson2k)2022-07-012-3/+4
* curl.h: CURLE_CONV_FAILED is obsoletedDaniel Stenberg2022-06-293-15/+26
* curl_mime_data.3: polish the wordingDaniel Stenberg2022-06-281-4/+7
* libcurl-security.3: fix typo on macro "SH_"Samuel Henrique2022-06-271-1/+1
* THANKS: contributors from 7.84.0 release notesDaniel Stenberg2022-06-272-0/+20
* THANKS: add contributor missing from aea8ac1Jay Satiro2022-06-231-0/+1
* INTERNALS: bring back the "Library symbols" sectionDaniel Stenberg2022-06-221-0/+10
* Makefile.m32: stop forcing XP target with ipv6 enabled [ci skip]Viktor Szakats2022-06-221-1/+1
* CONTRIBUTE: mention how we maintain REUSE complianceDaniel Stenberg2022-06-211-16/+37
* CURLOPT_ALTSVC.3: document the file formatDaniel Stenberg2022-06-211-0/+29
* RELEASE-NOTES: syncedDaniel Stenberg2022-06-181-1/+1
* CURLOPT_HTTPHEADER.3: improve comment in exampledivinity762022-06-171-1/+1
* vtls: make curl_global_sslset thread-safeJay Satiro2022-06-165-17/+32
* curl_easy_pause.3: remove explanation of progress functionJay Satiro2022-06-161-2/+1
* configure: warn about rustls being experimentalDaniel Stenberg2022-06-151-0/+1
* reuse/dep5: adjusted to parse betterDaniel Stenberg2022-06-142-0/+12
* docs/cmdline-opts: add copyright and license identifier to each fileDaniel Stenberg2022-06-14250-0/+520
* version: rename threadsafe-init to threadsafeViktor Szakats2022-06-133-3/+4
* misc: add missing SPDX-License-Identifier infoDaniel Stenberg2022-06-134-0/+8
* copyright: make repository REUSE compliantmax.mehl2022-06-13611-529/+1773
* curl_url_set.3: clarify by default using known schemes onlyDaniel Stenberg2022-06-121-0/+8
* select: return error from "lethal" poll/select errorsDaniel Stenberg2022-06-082-0/+6
* curl_global_init.3: Separate the Windows loader lock warningJay Satiro2022-06-081-3/+5
* curl_global_init.3: this is now (usually) thread-safeDaniel Stenberg2022-06-081-6/+8
* libcurl-security.3: Document CRLF header injectionHaxatron2022-06-081-0/+10
* CURLOPT_RANGE.3: remove ranged upload adviceJay Satiro2022-06-081-6/+1
* curl_version_info: add CURL_VERSION_THREADSAFE_INITThomas Guillem2022-06-072-0/+4
* misc: spelling improvementsFabian Keil2022-06-052-3/+3
* examples/crawler.c: use the curl licenseDaniel Stenberg2022-06-021-3/+14
* speed-limit/time.d: mention these affect transfers in either directionDaniel Stenberg2022-06-022-5/+5
* examples: remove fopen.c and rtsp.cDaniel Stenberg2022-06-023-839/+0
* netrc: check %USERPROFILE% as well on WindowsWolf Vollprecht2022-06-023-6/+16
* CURLOPT_SSH_HOSTKEYDATA/FUNCTION.3: minor polishDaniel Stenberg2022-06-022-23/+28
* libssh2: add CURLOPT_SSH_HOSTKEYFUNCTIONmichael musset2022-06-024-0/+149
* docs/CONTRIBUTE.md: document the 'needs-votes' conceptDaniel Stenberg2022-06-021-0/+6
* urldata: store tcp_keepidle and tcp_keepintvl as intsDaniel Stenberg2022-06-012-2/+8
* remote-name.d: mention --output-dirDaniel Stenberg2022-06-011-2/+2
* CURLOPT_FILETIME.3: fix the protocols this works withDaniel Stenberg2022-05-311-2/+2
* CURLOPT_PORT.3: We discourage using this optionDaniel Stenberg2022-05-311-1/+5
* CURLOPT_NETRC.3: document the .netrc file formatDaniel Stenberg2022-05-311-0/+33
* curl_getdate.3: document that some illegal dates pass throughDaniel Stenberg2022-05-311-0/+4
* headers api: remove EXPERIMENTAL tagDaniel Stenberg2022-05-305-14/+10
* CURLINFO_CAINFO/PATH.3: clarify the multiple TLS situationDaniel Stenberg2022-05-292-0/+8
* curl.1: add a few see also --tls-maxDaniel Stenberg2022-05-273-3/+3
* http: restore header folding behaviorDaniel Stenberg2022-05-241-1/+3