summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* multi: expand pre-check for socket readinessMarc Hoersken2020-08-251-38/+34
* multi: implement wait using winsock eventsrcombs2020-08-252-6/+158
* select: reduce duplication of Curl_poll in Curl_socket_checkMarc Hoersken2020-08-251-90/+16
* select: fix poll-based check not detecting connect failureMarc Hoersken2020-08-251-2/+2
* select.h: make socket validation macros test for INVALID_SOCKETMarc Hoersken2020-08-251-2/+13
* sftp: add the option CURLKHSTAT_FINE_REPLACEMichael Musset2020-08-241-2/+9
* checksrc: verify do-while and spaces between the bracesDaniel Stenberg2020-08-242-5/+15
* setopt: if the buffer exists, refuse the new BUFFERSIZEDaniel Stenberg2020-08-241-11/+3
* sftp: add new quote commands 'atime' and 'mtime'COFFEETALES2020-08-242-3/+63
* CURLE_PROXY: new error codeDaniel Stenberg2020-08-246-89/+123
* Makefile.m32: add ability to override zstd libs [ci skip]Viktor Szakats2020-08-221-1/+6
* tls: provide the CApath verbose log on its own lineDaniel Stenberg2020-08-194-30/+20
* Curl_easy: remember last connection by id, not by pointerDaniel Stenberg2020-08-175-17/+18
* asyn-ares: correct some bad commentsDaniel Stenberg2020-08-151-4/+4
* copyright: update/correct the year range on a few filesDaniel Stenberg2020-08-142-2/+2
* multi: Remove 10-year old out-commented codeEmil Engler2020-08-121-13/+0
* transfer: move retrycount from connect struct to easy handleStefan Yohansson2020-08-102-3/+6
* libssh2: s/ssherr/sftperr/Daniel Stenberg2020-08-101-1/+1
* ftp: don't do ssl_shutdown instead of ssl_closeDaniel Stenberg2020-08-102-3/+4
* smtp_parse_address: handle blank input string properlyDaniel Stenberg2020-08-071-2/+4
* ngtcp2: adapt to error code renameDaniel Stenberg2020-08-051-1/+1
* gtls: survive not being able to get name/issuerDaniel Stenberg2020-08-051-10/+13
* h2: repair trailer handlingDaniel Stenberg2020-08-033-10/+31
* windows: disable Unix Sockets for old mingwViktor Szakats2020-08-031-1/+5
* win32: Add Curl_verify_windows_version() to curlxCameron Cawley2020-08-0210-235/+306
* multi: Condition 'extrawait' is always trueDaniel Stenberg2020-08-011-1/+1
* openssl: fix build with LibreSSL < 2.9.1Marcel Raad2020-08-011-1/+3
* multi_remove_handle: close unused connect-only connectionsMarc Aldorasi2020-08-011-4/+30
* connect: remove redundant message about connect failureMarc Hoersken2020-07-311-2/+2
* url: fix CURLU and location followingJay Satiro2020-07-301-2/+3
* checksrc: ban gmtime/localtimeDaniel Stenberg2020-07-282-2/+4
* transfer: fix data_pending for builds with both h2 and h3 enabledDaniel Stenberg2020-07-281-2/+6
* curl_multi_setopt: fix compiler warning "result is always false"Daniel Stenberg2020-07-281-3/+1
* curl: improve the existing file check with -JDaniel Stenberg2020-07-282-1/+14
* multi: update comment to say easyp list is linearJonathan Nieder2020-07-281-1/+1
* ngtcp2: store address in sockaddr_storageDaniel Stenberg2020-07-271-2/+3
* setopt: unset NOBODY switches to GET if still HEADDaniel Stenberg2020-07-271-0/+2
* configure: cleanup wolfssl + pkg-config conflicts when cross compiling.Ehren Bendler2020-07-271-1/+1
* quiche: handle calling disconnect twiceDaniel Stenberg2020-07-271-2/+8
* getinfo: reset retry-after value in initinfoNicolas Sterchele2020-07-271-0/+1
* WIN32: stop forcing narrow-character APIMarcel Raad2020-07-273-5/+15
* mprintf: Fix stack overflowsTobias Stoeckmann2020-07-271-1/+5
* mprintf: Fix dollar string handlingTobias Stoeckmann2020-07-271-5/+15
* ntlm: free target_info before (re-)mallocDaniel Stenberg2020-07-261-0/+1
* doh: remove redundant castMarcel Raad2020-07-211-2/+2
* md(4|5): don't use deprecated macOS functionsMarcel Raad2020-07-192-2/+6
* strdup: remove the odd strlen checkDaniel Stenberg2020-07-181-9/+4
* ngtcp2: adjust to recent sockaddr updatesDaniel Stenberg2020-07-162-9/+7
* CURL_PUSH_ERROROUT: allow the push callback to fail the parent streamDaniel Stenberg2020-07-161-9/+18
* nss: fix build with disabled proxy supportBaruch Siach2020-07-141-9/+35