summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* vtls: repair the build with `CURL_DISABLE_PROXY`Saleem Abdulrasool2020-06-012-0/+16
* transfer: remove k->str NULL checkDaniel Stenberg2020-06-011-1/+1
* select: always use Sleep in Curl_wait_ms on Win32Marc Hoersken2020-06-011-16/+4
* conncache: download buffer needs +1 size for trailing zeroDaniel Stenberg2020-05-311-1/+1
* build: disable more code/data when built without proxy supportDaniel Stenberg2020-05-3020-150/+408
* url: alloc the download buffer at transfer startDaniel Stenberg2020-05-308-53/+50
* timeouts: change millisecond timeouts to timediff_t from time_tDaniel Stenberg2020-05-3015-54/+45
* select: add overflow checks for timeval conversionsMarc Hoersken2020-05-301-4/+59
* select: use timediff_t instead of time_t and int for timeout_msMarc Hoersken2020-05-302-52/+39
* libssh2: improved error output for wrong quote syntaxDaniel Stenberg2020-05-291-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