summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* wolfssl: failing to set a session id is not reason to error outDaniel Stenberg2021-07-071-8/+4
* docs/examples: use curl_multi_poll() in multi examplesDaniel Stenberg2021-07-0715-974/+290
* KNOWN_BUGS: flaky Windows CI buildsDaniel Stenberg2021-07-051-0/+11
* RELEASE-NOTES: syncedDaniel Stenberg2021-07-051-12/+68
* test1147: hyper doesn't allow "crazy" request headers like built-inDaniel Stenberg2021-07-053-2/+5
* c-hyper: bail on too long response headersDaniel Stenberg2021-07-052-2/+6
* test1151: added missing CRLF to work with hyperDaniel Stenberg2021-07-051-0/+1
* c-hyper: add support for transfer-encoding in the requestDaniel Stenberg2021-07-053-27/+46
* cmake: remove libssh2 feature checksAndrea Pappacoda2021-07-052-24/+0
* test1116: hyper doesn't pass through "surprise-trailers"Daniel Stenberg2021-07-052-1/+6
* socks4: scan for the IPv4 address in resolve resultsDaniel Stenberg2021-07-051-13/+15
* proto.d: fix formatting for paragraphs after margin changesJay Satiro2021-07-051-1/+1
* pinnedpubkey.d: fix formatting for version support listsJay Satiro2021-07-051-5/+12
* TODO: "Support in-memory certs/ca certs/keys" doneDaniel Stenberg2021-07-021-9/+0
* examples: safer and more proper read callback logicDaniel Stenberg2021-07-016-149/+139
* test1519: adjusted to work with hyperDaniel Stenberg2021-07-012-6/+5
* test1518: adjusted to work with hyperDaniel Stenberg2021-07-013-12/+11
* test1514: add a CRLF to the response to make it correctDaniel Stenberg2021-07-012-1/+1
* formdata: avoid "Argument cannot be negative" warningDaniel Stenberg2021-07-011-4/+10
* lib: more %u for port and int for %*s fixesDaniel Stenberg2021-07-013-3/+3
* doh: (void)-prefix call to curl_easy_setoptDaniel Stenberg2021-07-011-1/+1
* lib: fix type of len passed to *printf's %*sDaniel Stenberg2021-06-303-4/+5
* lib: use %u instead of %ld for port number printfDaniel Stenberg2021-06-303-4/+4
* version: turn version number functions into returning voidDaniel Stenberg2021-06-3013-37/+31
* mqtt: extend the error message for no topicDaniel Stenberg2021-06-301-13/+5
* formdata: correct typecast in curl_mime_data callDaniel Stenberg2021-06-301-2/+2
* url: (void)-prefix a curl_url_get() callDaniel Stenberg2021-06-301-1/+1
* glob: pass an 'int' as len when using printf's %*sDaniel Stenberg2021-06-301-2/+2
* vtls: use free() not curl_free()Daniel Stenberg2021-06-301-2/+2
* zuul: use the new rustls directory nameDaniel Stenberg2021-06-303-7/+7
* http: fix crash in rate-limited uploadJay Satiro2021-06-291-0/+1
* copyright: add boiler-plate headers to CI config filesDaniel Stenberg2021-06-296-0/+109
* CI: remove travis detailsDaniel Stenberg2021-06-298-121/+3
* RELEASE-NOTES: syncedDaniel Stenberg2021-06-291-19/+26
* openssl: avoid static variable for seed flagDaniel Stenberg2021-06-292-5/+7
* configure: inhibit the implicit-fallthrough warning on gcc-12Daniel Stenberg2021-06-291-1/+4
* misc: fix typos in comments which repeat a wordAndrei Rybak2021-06-283-3/+3
* lib677: make it survive torture testingDaniel Stenberg2021-06-271-6/+9
* docs/BINDINGS: fix outdated linksTommy Chiang2021-06-271-2/+2
* curstls: bump crustls version and use new URLJacob Hoffman-Andrews2021-06-273-6/+6
* RELEASE-NOTES: syncedDaniel Stenberg2021-06-241-13/+33
* examples: length-limit two sscanf() uses of %sDaniel Stenberg2021-06-242-3/+3
* multi: alter transfer timeout orderingRichard Whitehouse2021-06-243-54/+100
* test677: IMAP CONNECT_ONLY, custom command and then exitDaniel Stenberg2021-06-246-3/+174
* multi: do not switch off connect_only flag when closingDaniel Stenberg2021-06-241-1/+0
* http: make the haproxy support work with unix domain socketsDaniel Stenberg2021-06-241-24/+21
* curl.h: include sys/select.h for NuttX RTOSXiang Xiao2021-06-221-1/+1
* curl.h: remove the execution bitBin Meng2021-06-221-0/+0
* curl.h: <sys/select.h> is supported by VxWorks7Bin Lan2021-06-221-1/+2
* quiche: use send() instead of sendto() to avoid macOS issueBachue Zhou2021-06-211-3/+2