summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* dynbuf: provide curlx_ names for reuse by the curl toolDaniel Stenberg2020-09-132-5/+24
* http: consolidate nghttp2_session_mem_recv() call pathsLaramie Leavitt2020-09-101-88/+29
* base64: also build for pop3 and imapDaniel Stenberg2020-09-101-0/+2
* base64: enable in build with SMTPDaniel Stenberg2020-09-091-1/+2
* lib: fix -Wassign-enum warningsDaniel Stenberg2020-09-085-7/+8
* url: use blank credentials when using proxy w/o username and passwordDiven Qi2020-09-081-2/+4
* openssl: consider ALERT_CERTIFICATE_EXPIRED a failed verificationDaniel Stenberg2020-09-071-1/+2
* altsvc: clone setting in curl_easy_duphandlebagder/altsvc-duphandleDaniel Stenberg2020-09-064-7/+18
* build: drop support for building with WatcomDaniel Stenberg2020-09-052-275/+1
* easygetopt: pass a valid enum to avoid compiler warningDaniel Stenberg2020-09-051-1/+2
* connect.c: remove superfluous 'else' in Curl_getconnectinfoihsinme2020-09-041-2/+1
* libssh2: pass on the error from ssh_force_knownhost_key_typecbe2020-09-031-0/+1
* http_proxy: do not crash with HTTPS_PROXY and NO_PROXY setMartin Bašti2020-09-031-0/+3
* openssl: avoid error conditions when importing native CADaniel Stenberg2020-09-021-2/+2
* setopt: avoid curl_ on local variableDaniel Stenberg2020-09-021-2/+2
* mqtt.c: avoid curl_ prefix on local variableDaniel Stenberg2020-09-021-3/+3
* wildcard: strip "curl_" prefix from private symbolsDaniel Stenberg2020-09-021-4/+4
* vtls: make it 'struct Curl_ssl_session'Daniel Stenberg2020-09-025-11/+11
* curl_threads: make it 'struct Curl_actual_call'Daniel Stenberg2020-09-021-3/+3
* schannel: make it 'struct Curl_schannel*'Daniel Stenberg2020-09-022-13/+13
* hash: make it 'struct Curl_hash'Daniel Stenberg2020-09-0210-78/+78
* llist: make it "struct Curl_llist"Daniel Stenberg2020-09-0216-87/+87
* telnet.c: depend on static requirement of WinSock version 2Marc Hoersken2020-09-021-122/+9
* win32: drop support for WinSock version 1, require version 2Marc Hoersken2020-09-023-19/+5
* select: align poll emulation to return all relevant eventsMarc Hoersken2020-09-021-8/+20
* lib/Makefile.am: bump VERSIONINFO due to new functionsDaniel Stenberg2020-09-011-1/+1
* optiontable: use DEBUGBUILDDaniel Stenberg2020-09-011-1/+1
* 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