summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* libssh2: improved error output for wrong quote syntaxbagder/sftp-impr-errorsDaniel Stenberg2020-05-281-4/+4
* urldata: fix comments: Curl_done() is called multi_done() nowDaniel Stenberg2020-05-281-2/+2
* ngtcp2: use common key log routine for better thread-safetyPeter Wu2020-05-271-42/+12
* wolfssl: add SSLKEYLOGFILE supportPeter Wu2020-05-271-0/+144
* vtls: Extract and simplify key log file handling from OpenSSLPeter Wu2020-05-274-125/+246
* transfer: close connection after excess data has been readMichael Kaufmann2020-05-271-0/+1
* Revert "ssh: ignore timeouts during disconnect"Estanislau Augé-Pujadas2020-05-271-15/+12
* urldata: connect related booleans live in struct ConnectBitsDaniel Stenberg2020-05-278-36/+29
* hostip: on macOS avoid DoH when given a numerical IP addressDaniel Stenberg2020-05-263-6/+18
* ngtcp2: cleanup memory when failing to connectDaniel Stenberg2020-05-261-6/+14
* quiche: clean up memory properly when failing to connectDaniel Stenberg2020-05-261-8/+17
* cleanup: use a single space after equals sign in assignmentsDaniel Stenberg2020-05-267-12/+12
* url: accept "any length" credentials for proxy authDaniel Stenberg2020-05-253-30/+14
* altsvc: fix parser for lines ending with CRLFDaniel Stenberg2020-05-251-3/+5
* all: fix codespell errorsViktor Szakats2020-05-256-6/+6
* ngtcp2: fix build with current ngtcp2 master implementing draft 28Peter Wu2020-05-252-88/+24
* copyright: updated year ranges out of syncDaniel Stenberg2020-05-246-7/+6
* setopt: add CURLOPT_PROXY_ISSUERCERT(_BLOB) for coherencyGilles Vollant2020-05-232-0/+18
* Revert "sendf: make failf() use the mvsnprintf() return code"Daniel Stenberg2020-05-221-1/+2
* sha256: move assign to the declaration lineDaniel Stenberg2020-05-191-2/+1
* sha256: fixed potentially uninitialized variableSiva Sivaraman2020-05-191-0/+1
* sendf: make failf() use the mvsnprintf() return codeDaniel Stenberg2020-05-191-2/+1
* hostip: make Curl_printable_address not return anythingDaniel Stenberg2020-05-195-41/+31
* ftp: mark return-ignoring calls to Curl_GetFTPResponse with (void)Daniel Stenberg2020-05-191-2/+2
* dynbuf: return NULL when there's no buffer lengthDaniel Stenberg2020-05-171-2/+2
* CMake: add libssh build supportPeter Wu2020-05-151-0/+6
* http2: keep trying to send pending frames after req.upload_doneVyron Tsingaras2020-05-151-2/+20
* setopt: support certificate options in memory with struct curl_blobGilles Vollant2020-05-158-124/+452
* source cleanup: remove all custom typedef structsDaniel Stenberg2020-05-1548-466/+493
* ftp: make domore_getsock() return the secondary socket properlyDaniel Stenberg2020-05-151-1/+3
* ftp: shut down the secondary connection properly when SSL is usedDaniel Stenberg2020-05-151-3/+4
* curl_setup: support Unicode functions to open files on WindowsMarcel Raad2020-05-142-2/+59
* tool: support UTF-16 command line on WindowsMarcel Raad2020-05-141-1/+3
* curl_multibyte: add to curlxMarcel Raad2020-05-1412-114/+114
* url: make the updated credentials URL-encoded in the URLDaniel Stenberg2020-05-141-2/+4
* vauth/cleartext: fix theoretical integer overflowMajor_Tom2020-05-141-1/+2
* checksrc: enhance the ASTERISKSPACE and update code accordinglyDaniel Stenberg2020-05-1417-40/+40
* OpenSSL: have CURLOPT_CRLFILE imply CURLSSLOPT_NO_PARTIALCHAINDaniel Stenberg2020-05-131-2/+6
* url: reject too long input when parsing credentialsDaniel Stenberg2020-05-131-0/+6
* easy: fix dangling pointer on easy_perform faildenzor2020-05-121-0/+1
* url: sort the protocol schemes in rough popularity orderDaniel Stenberg2020-05-121-37/+39
* CMake: add ENABLE_ALT_SVC optionPeter Wu2020-05-101-0/+3
* CMake: add HTTP/3 support (ngtcp2+nghttp3, quiche)Peter Wu2020-05-101-0/+12
* checksrc: close the .checksrc file handle when done readingDaniel Stenberg2020-05-081-0/+1
* CURLOPT_SSL_OPTIONS: add *_NATIVE_CA to use Windows CA store (with openssl)Gilles Vollant2020-05-083-19/+180
* urlapi: accept :: as a valid IPv6 addressDaniel Stenberg2020-05-081-1/+1
* *_sspi: fix bad uses of CURLE_NOT_BUILT_INPeter Wang2020-05-083-6/+12
* ngtcp2: introduce qlog supportDaniel Stenberg2020-05-076-41/+157
* ntlm_sspi: fix bad use of CURLE_NOT_BUILT_INDaniel Stenberg2020-05-071-3/+5
* http2: simplify and clean up trailer handlingDaniel Stenberg2020-05-073-44/+12