summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* mqtt: enable by defaultDaniel Stenberg2020-08-316-101/+103
* tls: add CURLOPT_SSL_EC_CURVES and --curvesMichael Baentsch2020-08-307-1/+36
* url: remove funny embedded comments in Curl_disonnect callsDaniel Stenberg2020-08-301-6/+4
* conn: check for connection being dead before reuseChris Paulson-Ellis2020-08-301-0/+6
* ntlm: fix condition for curl_ntlm_core usageMarcel Raad2020-08-297-33/+20
* select: simplify return code handling for poll and selectMarc Hoersken2020-08-291-24/+13
* easyoptions: provide debug function when DEBUGBUILDDaniel Stenberg2020-08-282-2/+2
* multi: handle connection state winsock eventsMarc Hoersken2020-08-281-6/+6
* Curl_pgrsTime - return new time to avoid timeout integer overflowDaniel Stenberg2020-08-284-23/+27
* TLS: fix SRP detection by using the proper #ifdefsDaniel Stenberg2020-08-282-13/+13
* lib: make Curl_gethostname accept a const pointerEmil Engler2020-08-272-4/+4
* configure: added --disable-get-easy-optionsDaniel Stenberg2020-08-271-0/+22
* options: API for meta-data about easy optionsDaniel Stenberg2020-08-277-2/+583
* openssl: Fix wincrypt symbols conflict with BoringSSLJay Satiro2020-08-261-0/+7
* socketpair: allow CURL_DISABLE_SOCKETPAIRDaniel Stenberg2020-08-262-4/+4
* curl_get_line: build only if cookies or alt-svc are enabledDaniel Stenberg2020-08-261-1/+5
* schannel: fix memory leak when using get_cert_locationfullincome2020-08-261-4/+6
* doh: add error message for DOH_DNS_NAME_TOO_LONGEmil Engler2020-08-261-2/+3
* ngtcp2: adapt to the new pkt_info argumentsDaniel Stenberg2020-08-261-3/+5
* 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