summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* libssh2: convert over to use dynbufDaniel Stenberg2020-05-052-78/+56
* quiche: enable qlog outputDaniel Stenberg2020-05-052-2/+43
* urldata.h: remove #define HEADERSIZE, not used anymoreDaniel Stenberg2020-05-041-4/+0
* ngtcp2: convert to dynbufDaniel Stenberg2020-05-043-89/+22
* connect: make happy eyeballs work for QUIC (again)Daniel Stenberg2020-05-041-1/+9
* connect: add two asserts to clue code analyzers in a littleDaniel Stenberg2020-05-041-0/+2
* http_proxy: ported to use dynbuf instead of a static size bufferDaniel Stenberg2020-05-044-73/+60
* dynbuf: introduce internal generic dynamic buffer functionsDaniel Stenberg2020-05-0421-856/+790
* asyn-*: remove support for never-used NULL entry pointersDaniel Stenberg2020-05-032-18/+18
* asyn-thread: fix cppcheck warningJay Satiro2020-05-021-2/+4
* select: fix overflow protection in Curl_socket_checkJay Satiro2020-05-021-3/+10