summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* http: try parsing Retry-After: as a number firstDaniel Stenberg2022-10-131-8/+8
* http_aws_sigv4: fix strlen() checkDaniel Stenberg2022-10-131-3/+4
* tidy-up: delete unused HAVE_STRUCT_POLLFDViktor Szakats2022-10-122-7/+1
* misc: nitpick grammar in comments/docs129322022-10-122-2/+2
* Makefile.m32: drop CROSSPREFIX and our CC/AR defaults [ci skip]Viktor Szakats2022-10-111-6/+4
* smb: replace CURL_WIN32 with WIN32Viktor Szakats2022-10-111-1/+1
* aws_sigv4: fix header computationMatthias Gatto2022-10-111-209/+328
* schannel: when importing PFX, disable key persistenceDustin Howett2022-10-112-8/+38
* Makefile.m32: support more options [ci skip]Viktor Szakats2022-10-111-40/+91
* asyn-ares: set hint flags when calling ares_getaddrinfobsergean2022-10-111-0/+4
* cmake: add the check of HAVE_SOCKETPAIRXiang Xiao2022-10-101-0/+3
* ws: fix buffer pointer use in the callback loopDaniel Stenberg2022-10-101-15/+19
* ws: minor fixes for web sockets without the CONNECT_ONLY flagPaul Seligman2022-10-092-6/+12
* strcase: add and use Curl_timestrcmpDaniel Stenberg2022-10-086-28/+43
* connect: fix Curl_updateconninfo for TRNSPRT_UNIXDaniel Stenberg2022-10-081-12/+4
* ws: fix Coverity complaintsDaniel Stenberg2022-10-081-6/+17
* easy: avoid Intel error #2312: pointer cast involving 64-bit pointed-to typeDaniel Stenberg2022-10-071-2/+6
* websockets: remodeled API to support 63 bit frame sizesDaniel Stenberg2022-10-075-124/+239
* cmake: fix enabling websocket supportViktor Szakats2022-10-062-3/+8
* tidy-up: delete parallel/unused feature flagsViktor Szakats2022-10-069-29/+9
* netrc: compare user name case sensitivelyDaniel Stenberg2022-10-061-1/+1
* misc: fix spelling in docs and commentsJohn Bampton2022-10-051-3/+0
* Makefile.m32: exclude libs & libpaths for shared mode exes [ci skip]Viktor Szakats2022-10-051-37/+42
* Makefile.m32: fix regression with tool_hugehelp [ci skip]Viktor Szakats2022-10-041-3/+5
* Makefile.m32: deduplicate build rules [ci skip]Viktor Szakats2022-10-041-34/+64
* connect: change verbose IPv6 address:port to [address]:portJay Satiro2022-10-041-1/+5
* Makefile.m32: major rework [ci skip]Viktor Szakats2022-10-031-311/+149
* Makefile.m32: delete legacy component bits [ci skip]Viktor Szakats2022-10-021-39/+4
* vauth/ntlm.h: make line shorter than 80 columnsDaniel Stenberg2022-10-021-1/+2
* docs: update sourceforge project links [ci skip]Viktor Szakats2022-10-016-7/+7
* Makefile.m32: cleanups and fixes [ci skip]Viktor Szakats2022-10-011-90/+63
* easy: fix the altsvc init for curl_easy_duphandleDaniel Stenberg2022-09-301-1/+1
* ldap: delete stray CURL_HAS_MOZILLA_LDAP referenceViktor Szakats2022-09-291-1/+1
* docs: spelling nitsViktor Szakats2022-09-294-6/+6
* lib: sanitize conditional exclusion around MIMEPatrick Monnerat2022-09-293-32/+40
* altsvc: reject bad port numbersDaniel Stenberg2022-09-281-11/+14
* functypes: provide the recv and send arg and return typesDaniel Stenberg2022-09-288-79/+121
* urlapi: reject more bad characters from the host name fieldDaniel Stenberg2022-09-281-1/+1
* http, vauth: always provide Curl_allow_auth_to_host() functionalityPatrick Monnerat2022-09-276-25/+29
* ngtcp2: fix C89 compliance nitDaniel Stenberg2022-09-271-1/+3
* openssl: make certinfo available for QUICDaniel Stenberg2022-09-274-339/+353
* url: rename function due to name-clash in Watt-32Daniel Stenberg2022-09-272-7/+4
* windows: adjust name of two internal public functionsViktor Szakats2022-09-262-8/+8
* url: rename function due to name-clash in Watt-32Gisle Vanem2022-09-261-0/+3
* schannel: ban server ALPN change during recv renegotiationJay Satiro2022-09-262-6/+24
* url: a zero-length userinfo part in the URL is still a (blank) userDaniel Stenberg2022-09-261-3/+3
* curl_setup: disable use of FLOSS for 64-bit NonStop buildsRandall S. Becker2022-09-231-2/+4
* lib: prepare the incoming of additional protocolsPatrick Monnerat2022-09-232-9/+10
* msh3: change the static_assert to make the code C89Daniel Stenberg2022-09-231-3/+3
* bearssl: make it proper C89 compliantDaniel Stenberg2022-09-231-13/+13