summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* fixup ldap.c toobagder/handler-familyDaniel Stenberg2020-09-211-0/+2
* fixup the get_protocol_family description commentaDaniel Stenberg2020-09-211-1/+1
* Curl_handlers: add 'family' to each protocolDaniel Stenberg2020-09-2122-116/+61
* ftp: avoid risk of reading uninitialized integersDaniel Stenberg2020-09-181-2/+2
* easy_reset: clear retry counterQuentin Balland2020-09-181-0/+1
* ftp: get rid of the PPSENDF macroDaniel Stenberg2020-09-181-156/+150
* urlapi: use more Curl_safefreeEmil Engler2020-09-171-4/+2
* multi: align WinSock mask variables in Curl_multi_waitMarc Hoersken2020-09-171-11/+11
* multi: reuse WinSock events variable in Curl_multi_waitMarc Hoersken2020-09-171-12/+11
* vtls: deduplicate client certificates in ssl_config_dataGergely Nagy2020-09-1411-38/+36
* ftp: a 550 response to SIZE returns CURLE_REMOTE_FILE_NOT_FOUNDDaniel Stenberg2020-09-141-1/+5
* imap: set cselect_bits to CURL_CSELECT_IN initiallyAntarpreet Singh2020-09-141-0/+3
* dynbuf: provide curlx_ names for reuse by the curl toolDaniel Stenberg2020-09-142-5/+24
* dynbuf: make sure Curl_dyn_tail() zero terminatesDaniel Stenberg2020-09-141-0/+1
* 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