aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2020-06-06WIP: Add support for gemini meta headersgemini-metaBen Burwell
2020-05-21Add gemini protocol supportBen Burwell
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
2020-05-14vauth/cleartext: fix theoretical integer overflowMajor_Tom
2020-05-14checksrc: enhance the ASTERISKSPACE and update code accordinglyDaniel Stenberg
2020-05-13OpenSSL: have CURLOPT_CRLFILE imply CURLSSLOPT_NO_PARTIALCHAINDaniel Stenberg
2020-05-13url: reject too long input when parsing credentialsDaniel Stenberg
2020-05-12easy: fix dangling pointer on easy_perform faildenzor
2020-05-12url: sort the protocol schemes in rough popularity orderDaniel Stenberg
2020-05-10CMake: add ENABLE_ALT_SVC optionPeter Wu
2020-05-10CMake: add HTTP/3 support (ngtcp2+nghttp3, quiche)Peter Wu
2020-05-08checksrc: close the .checksrc file handle when done readingDaniel Stenberg
2020-05-08CURLOPT_SSL_OPTIONS: add *_NATIVE_CA to use Windows CA store (with openssl)Gilles Vollant
2020-05-08urlapi: accept :: as a valid IPv6 addressDaniel Stenberg
2020-05-08*_sspi: fix bad uses of CURLE_NOT_BUILT_INPeter Wang
2020-05-07ngtcp2: introduce qlog supportDaniel Stenberg
2020-05-07ntlm_sspi: fix bad use of CURLE_NOT_BUILT_INDaniel Stenberg
2020-05-07http2: simplify and clean up trailer handlingDaniel Stenberg
2020-05-05libssh2: convert over to use dynbufDaniel Stenberg
2020-05-05quiche: enable qlog outputDaniel Stenberg
2020-05-04urldata.h: remove #define HEADERSIZE, not used anymoreDaniel Stenberg
2020-05-04ngtcp2: convert to dynbufDaniel Stenberg
2020-05-04connect: make happy eyeballs work for QUIC (again)Daniel Stenberg
2020-05-04connect: add two asserts to clue code analyzers in a littleDaniel Stenberg
2020-05-04http_proxy: ported to use dynbuf instead of a static size bufferDaniel Stenberg
2020-05-04dynbuf: introduce internal generic dynamic buffer functionsDaniel Stenberg
2020-05-03asyn-*: remove support for never-used NULL entry pointersDaniel Stenberg
2020-05-02asyn-thread: fix cppcheck warningJay Satiro
2020-05-02select: fix overflow protection in Curl_socket_checkJay Satiro
2020-05-02libssh2: set the expected total size in SCP upload initDaniel Stenberg
2020-04-30GnuTLS: Backend support for CURLINFO_SSL_VERIFYRESULTEmil Engler
2020-04-30conncache: various concept cleanupsDaniel Stenberg
2020-04-29schannel: source code reindentDaniel Stenberg
2020-04-28headers: copyright range fixDaniel Stenberg
2020-04-28doh: Constify some input pointersRikard Falkeborn