summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* SECURITY-PROCESS.md: document severity levelsDaniel Stenberg2022-12-211-0/+44
* RELEASE_NOTES: syncedDaniel Stenberg2022-12-212-341/+10
* tool_operate: fix `CURLOPT_SOCKS5_GSSAPI_NEC` typeMarcel Raad2022-12-211-2/+1
* RELEASE-NOTES: syncedcurl-7_87_0Daniel Stenberg2022-12-211-18/+34
* THANKS: 40 new contributors from 7.87.0Daniel Stenberg2022-12-211-0/+40
* http: fix the ::1 comparison for IPv6 localhost for cookiesDaniel Stenberg2022-12-201-2/+2
* CI/spell: actions/checkout@v2 > actions/checkout@v3Philip H2022-12-191-1/+1
* smb/telnet: do not free the protocol struct in *_done()Daniel Stenberg2022-12-192-15/+2
* http: use the IDN decoded name in HSTS checksDaniel Stenberg2022-12-191-1/+1
* CURLOPT_DEBUGFUNCTION.3: emphasize that incoming data is "raw"Daniel Stenberg2022-12-161-1/+4
* socks: fix username max size is 255 (0xFF)Xì Gà2022-12-161-1/+1
* limit-rate.d: see also --rateDaniel Stenberg2022-12-161-1/+1
* lib1560: add some basic IDN host name testsDaniel Stenberg2022-12-151-0/+19
* idn: rename the files to idn.[ch] and hold all IDN functionsDaniel Stenberg2022-12-157-221/+220
* idn: remove Curl_win32_ascii_to_idnDaniel Stenberg2022-12-153-32/+34
* RELEASE-NOTES: syncedDaniel Stenberg2022-12-151-3/+29
* curl_url_get.3: remove spurious backtickDaniel Stenberg2022-12-151-1/+1
* socks: fix infof() flag for outputing a charDaniel Stenberg2022-12-151-1/+1
* ssl-reqd.d: clarify that this is for upgrading connections onlyDaniel Stenberg2022-12-151-2/+6
* curl_url_set.3: document CURLU_DISALLOW_USERDaniel Stenberg2022-12-151-0/+4
* cmake: set the soname on the shared libraryDaniel Stenberg2022-12-154-22/+71
* tool_paramhlp: free the proto strings on exitDaniel Stenberg2022-12-152-0/+3
* tool_cfgable: free the ssl_ec_curves on exitDaniel Stenberg2022-12-151-2/+1
* urlapi: reject more bad letters from the host name: &+()Daniel Stenberg2022-12-152-5/+9
* altsvc: fix rejection of negative port numbersDaniel Stenberg2022-12-152-5/+12
* lib: use size_t or int etc instead of longsDaniel Stenberg2022-12-145-14/+14
* azure: use "unversioned" clang and clang-tools for scanbuild jobDaniel Stenberg2022-12-141-6/+6
* x509asn1: avoid freeing unallocated pointersDaniel Gustafsson2022-12-141-9/+8
* curl_url_set.3: fix typoEmil Engler2022-12-131-1/+1
* test2304: verify websocket handling when connection is closedDaniel Stenberg2022-12-134-2/+200
* server/sws: if asked to close connection, skip the websocket handlingDaniel Stenberg2022-12-131-2/+6
* ws: if no connection is around, return errorDaniel Stenberg2022-12-132-6/+15
* docs: extend the dump-header documentationEmil Engler2022-12-131-0/+3
* RELEASE-NOTES: syncedDaniel Stenberg2022-12-121-11/+41
* styled-output.d: this option does not work on WindowsDaniel Stenberg2022-12-121-0/+3
* tool: determine the correct fopen option for -DEmil Engler2022-12-124-2/+98
* docs/curl_ws_send: Fixed typo in websocket docsMonkeybreadSoftware2022-12-111-2/+2
* c-hyper: fix multi-request mechanismPrithvi MK2022-12-112-3/+16
* page-header: grammar improvement (display transfer rate)andy59952022-12-111-3/+3
* docs/DEPRECATE.md: grammar improvement and sp correctionandy59952022-12-111-2/+2
* tool_cfgable: make socks5_gssapi_nec a booleanBoris Verkhovskiy2022-12-111-1/+1
* contributors.sh: actually use $CURLWWW instead of just setting it.Frank Gevaerts2022-12-091-1/+1
* KNOWN_BUGS: remove items not considered bugs any moreDaniel Stenberg2022-12-095-137/+27
* CURLOPT_COOKIEFILE.3: advice => adviseDaniel Stenberg2022-12-091-1/+1
* curl.h: reword comment to not use deprecated optionDaniel Gustafsson2022-12-091-1/+1
* system.h: fix socklen_t, curl_off_t, long long for Classic Mac OSRyan Schmidt2022-12-092-7/+27
* vms: remove SIZEOF_SHORTRyan Schmidt2022-12-091-7/+0
* tool_formparse: avoid clobbering on function paramsDaniel Gustafsson2022-12-081-5/+6
* noproxy: guard against empty hostnames in noproxy checkDaniel Gustafsson2022-12-081-0/+7
* c-hyper: CONNECT respones are not server responsesDaniel Stenberg2022-12-082-18/+18