summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* source cleanup: remove all custom typedef structsbagder/remove-typedef-structsDaniel Stenberg2020-05-1448-467/+494
* 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
* libssh2: set the expected total size in SCP upload initDaniel Stenberg2020-05-021-1/+3
* GnuTLS: Backend support for CURLINFO_SSL_VERIFYRESULTEmil Engler2020-04-301-2/+21
* conncache: various concept cleanupsDaniel Stenberg2020-04-308-122/+124
* schannel: source code reindentDaniel Stenberg2020-04-291-131/+139
* headers: copyright range fixDaniel Stenberg2020-04-281-1/+1
* doh: Constify some input pointersRikard Falkeborn2020-04-282-13/+15
* nss: check for PK11_CreateDigestContext() returning NULLDaniel Stenberg2020-04-271-0/+6
* copyright updates: adjust year rangesDaniel Stenberg2020-04-261-1/+1
* smtp: set auth correctlyDaniel Stenberg2020-04-251-4/+1
* lib: clean up whitespaceMarcel Raad2020-04-253-3/+0
* libssh: avoid options override by configuration filesAnderson Toshiyuki Sasaki2020-04-251-14/+47
* select: make Curl_socket_check take timediff_t timeoutDaniel Stenberg2020-04-235-11/+11
* transfer: Switch PUT to GET/HEAD on 303 redirectJay Satiro2020-04-221-6/+13
* lib/mk-ca-bundle: skip empty certsDaniel Stenberg2020-04-221-1/+6
* version: skip idn2_check_version() check and add precautionDaniel Stenberg2020-04-221-9/+11
* GnuTLS: Don't skip really long certificate fieldsEmil Engler2020-04-211-12/+15
* gnutls: bump lowest supported version to 3.1.10Daniel Stenberg2020-04-211-287/+50
* mqtt: make NOSTATE get within the debug name arrayDaniel Stenberg2020-04-202-2/+4
* mqtt: remove code with no purposeDaniel Stenberg2020-04-201-2/+0
* mqtt: fix Curl_read() error handling while reading remaining lengthDaniel Stenberg2020-04-201-0/+2
* http: free memory when Alt-Used header creation fails due to OOMDaniel Stenberg2020-04-201-8/+5
* lib: fix typos in comments and errormessagesDaniel Gustafsson2020-04-203-5/+5
* multi-ssl: reset the SSL backend on `Curl_global_cleanup()`Johannes Schindelin2020-04-201-0/+6
* mqtt: improve the state machineDaniel Stenberg2020-04-202-65/+139