summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* docs: make the documentation for --etag-save match the program behaviourMax Zettlmeißl2021-07-182-18/+11
* write-out.d: add missing periodsJosh Soref2021-07-181-6/+6
* easy: during upkeep, attach Curl_easy to connections in the cacheJosie Huddleston2021-07-171-1/+8
* cleanup: spell DoH with a lowercase oJosh Soref2021-07-1618-80/+80
* TheArtOfHttpScripting: polishJosh Soref2021-07-161-5/+5
* form.d: add examples of `,`/`;` for file[name]Josh Soref2021-07-161-2/+2
* mbedtls: Remove unnecessary includeMAntoniak2021-07-162-5/+0
* RELEASE-NOTES: syncedDaniel Stenberg2021-07-161-9/+31
* multi: fix crash in curl_multi_wait / curl_multi_pollUser Sg2021-07-161-2/+2
* tool_help: remove unused defineDaniel Gustafsson2021-07-161-4/+0
* build: fix compiler warnings when CURL_DISABLE_VERBOSE_STRINGSSergey Markelov2021-07-164-0/+13
* build: fix IoctlSocket FIONBIO checkAndrea Pappacoda2021-07-162-2/+2
* configure: fix nghttp2 library name for static buildst.artikov2021-07-161-1/+2
* [PellesC] fix _lseeki64() macroGisle Vanem2021-07-161-0/+1
* [SChannel] Use '_tcsncmp()' insteadGisle Vanem2021-07-161-18/+8
* [PellesC] missing '_tcsnccmp'Gisle Vanem2021-07-161-0/+10
* TODO: add mention of mbedTLS 3 incompatibilitiesDaniel Gustafsson2021-07-141-0/+8
* docs: fix inconsistencies in EGDSOCKET documentationDaniel Gustafsson2021-07-141-3/+3
* docs: document missing arguments to commandsБорис Верховский2021-07-134-3/+6
* docs: fix incorrect argument name referenceRandolf J2021-07-131-2/+2
* tool_help: Document that --tlspassword takes a passwordБорис Верховский2021-07-122-1/+2
* scripts: Fix typo in release-notes instructionsDaniel Gustafsson2021-07-101-1/+1
* RELEASE-NOTES: syncedDaniel Gustafsson2021-07-101-12/+30
* write-out.d: Clarify urlnum is not unique for de-globbed URLsJay Satiro2021-07-101-1/+2
* docs: Fix typosWilliam Desportes2021-07-032-2/+2
* Revert "ftp: Expression 'ftpc->wait_data_conn' is always false"Jonathan Wernberg2021-07-081-2/+7
* msnprintf: return number of printed characters excluding null byteDaniel Stenberg2021-07-086-18/+51
* infof: remove newline from format strings, always append itDaniel Stenberg2021-07-0769-947/+936
* examples/multi-single: fix scan-build warningDaniel Stenberg2021-07-071-4/+5
* 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