aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2020-06-05socks: fix expected length of SOCKS5 replyCherish98
2020-06-05trailers: switch h1-trailer logic to use dynbufDaniel Stenberg
2020-06-04quiche: advertise draft 28 supportPeter Wu
2020-06-03altsvc: fix 'dsthost' may be used uninitialized in this functionDaniel Stenberg
2020-06-02urldata: let the HTTP method be in the set.* structDaniel Stenberg
2020-06-02hostip: fix the memory-leak introduced in 67d2802Daniel Stenberg
2020-06-01vtls: repair the build with `CURL_DISABLE_PROXY`Saleem Abdulrasool
2020-06-01transfer: remove k->str NULL checkDaniel Stenberg
2020-06-01select: always use Sleep in Curl_wait_ms on Win32Marc Hoersken
2020-05-31conncache: download buffer needs +1 size for trailing zeroDaniel Stenberg
2020-05-30build: disable more code/data when built without proxy supportDaniel Stenberg
2020-05-30url: alloc the download buffer at transfer startDaniel Stenberg
2020-05-30timeouts: change millisecond timeouts to timediff_t from time_tDaniel Stenberg
2020-05-30select: add overflow checks for timeval conversionsMarc Hoersken
2020-05-30select: use timediff_t instead of time_t and int for timeout_msMarc Hoersken
2020-05-29libssh2: improved error output for wrong quote syntaxDaniel Stenberg
2020-05-28urldata: fix comments: Curl_done() is called multi_done() nowDaniel Stenberg
2020-05-27ngtcp2: use common key log routine for better thread-safetyPeter Wu
2020-05-27wolfssl: add SSLKEYLOGFILE supportPeter Wu
2020-05-27vtls: Extract and simplify key log file handling from OpenSSLPeter Wu
2020-05-27transfer: close connection after excess data has been readMichael Kaufmann
2020-05-27Revert "ssh: ignore timeouts during disconnect"Estanislau Augé-Pujadas
2020-05-27urldata: connect related booleans live in struct ConnectBitsDaniel Stenberg
2020-05-26hostip: on macOS avoid DoH when given a numerical IP addressDaniel Stenberg
2020-05-26ngtcp2: cleanup memory when failing to connectDaniel Stenberg
2020-05-26quiche: clean up memory properly when failing to connectDaniel Stenberg
2020-05-26cleanup: use a single space after equals sign in assignmentsDaniel Stenberg
2020-05-25url: accept "any length" credentials for proxy authDaniel Stenberg
2020-05-25altsvc: fix parser for lines ending with CRLFDaniel Stenberg
2020-05-25all: fix codespell errorsViktor Szakats
2020-05-25ngtcp2: fix build with current ngtcp2 master implementing draft 28Peter Wu
2020-05-24copyright: updated year ranges out of syncDaniel Stenberg
2020-05-23setopt: add CURLOPT_PROXY_ISSUERCERT(_BLOB) for coherencyGilles Vollant
2020-05-22Revert "sendf: make failf() use the mvsnprintf() return code"Daniel Stenberg
2020-05-19sha256: move assign to the declaration lineDaniel Stenberg
2020-05-19sha256: fixed potentially uninitialized variableSiva Sivaraman
2020-05-19sendf: make failf() use the mvsnprintf() return codeDaniel Stenberg
2020-05-19hostip: make Curl_printable_address not return anythingDaniel Stenberg
2020-05-19ftp: mark return-ignoring calls to Curl_GetFTPResponse with (void)Daniel Stenberg
2020-05-17dynbuf: return NULL when there's no buffer lengthDaniel Stenberg
2020-05-15CMake: add libssh build supportPeter Wu
2020-05-15http2: keep trying to send pending frames after req.upload_doneVyron Tsingaras
2020-05-15setopt: support certificate options in memory with struct curl_blobGilles Vollant
2020-05-15source cleanup: remove all custom typedef structsDaniel Stenberg
2020-05-15ftp: make domore_getsock() return the secondary socket properlyDaniel Stenberg
2020-05-15ftp: shut down the secondary connection properly when SSL is usedDaniel Stenberg
2020-05-14curl_setup: support Unicode functions to open files on WindowsMarcel Raad
2020-05-14tool: support UTF-16 command line on WindowsMarcel Raad
2020-05-14curl_multibyte: add to curlxMarcel Raad
2020-05-14url: make the updated credentials URL-encoded in the URLDaniel Stenberg