summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* sendf: move Curl_sendf to dict.c and make it staticbagder/sendfDaniel Stenberg2020-09-284-76/+71
* schannel: return CURLE_PEER_FAILED_VERIFICATION for untrusted rootDaniel Stenberg2020-09-281-0/+4
* ftp: make a 552 response return CURLE_REMOTE_DISK_FULLDaniel Stenberg2020-09-261-1/+10
* pause: only trigger a reread if the unpause sticksDaniel Stenberg2020-09-251-3/+4
* ngtcp2: adapt to new NGTCP2_PROTO_VER_MAX defineDaniel Stenberg2020-09-251-8/+4
* strerror: honor Unicode API choice on WindowsJavier Blazquez2020-09-251-15/+7
* imap: make imap_send use dynbuf for the send buffer managementDaniel Stenberg2020-09-253-19/+18
* Curl_send: return error when pre_receive_plain can't mallocDaniel Stenberg2020-09-251-3/+9
* ftp: separate FTPS from FTP over "HTTPS proxy"Daniel Stenberg2020-09-242-10/+7
* pingpong: use a dynbuf for the *_pp_sendf() functionDaniel Stenberg2020-09-236-31/+32
* dynbuf: add Curl_dyn_vaddfDaniel Stenberg2020-09-232-8/+24
* dynbuf: make *addf() not require extra mallocsDaniel Stenberg2020-09-234-18/+45
* pingpong: remove a malloc per Curl_pp_vsendf callDaniel Stenberg2020-09-221-9/+11
* symbian: drop supportDaniel Stenberg2020-09-2210-836/+9
* curl_krb5.h: rename from krb5.hDaniel Stenberg2020-09-224-6/+6
* http_proxy: do not count proxy headers in the header bytecountDaniel Stenberg2020-09-221-1/+0
* setopt: return CURLE_BAD_FUNCTION_ARGUMENT on bad argumentDaniel Stenberg2020-09-221-17/+9
* krb5: merged security.c and krb specific FTP functions in hereDaniel Stenberg2020-09-217-678/+591
* Curl_handler: add 'family' to each protocolDaniel Stenberg2020-09-2123-116/+63
* parsedate: tune the date to epoch conversionDaniel Stenberg2020-09-211-46/+11
* 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