summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* socks: detect connection close during handshakeDaniel Stenberg2020-06-081-4/+28
* multi: add defensive check on data->multi->num_alivexquery2020-06-081-1/+3
* Curl_addrinfo: use one malloc instead of threeDaniel Stenberg2020-06-082-56/+22
* quiche: update SSLKEYLOGFILE supportAlessandro Ghedini2020-06-081-1/+7
* ngtcp2: update with recent API changesDaniel Stenberg2020-06-081-5/+8
* socks: remove unreachable breaks in socks.c and mime.cxquery2020-06-082-5/+3
* libssh2: keep sftp errors as 'unsigned long'Daniel Stenberg2020-06-081-62/+66
* timeouts: move ms timeouts to timediff_t from int and longMarc Hoersken2020-06-065-9/+13
* openssl: set FLAG_TRUSTED_FIRST unconditionallyFrançois Rigault2020-06-061-4/+3
* socks: fix expected length of SOCKS5 replyCherish982020-06-051-0/+7
* trailers: switch h1-trailer logic to use dynbufDaniel Stenberg2020-06-054-37/+21
* quiche: advertise draft 28 supportPeter Wu2020-06-042-3/+15
* altsvc: fix 'dsthost' may be used uninitialized in this functionDaniel Stenberg2020-06-031-1/+1
* urldata: let the HTTP method be in the set.* structDaniel Stenberg2020-06-0210-59/+56
* hostip: fix the memory-leak introduced in 67d2802Daniel Stenberg2020-06-021-6/+15
* 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