summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* c-hyper: clear NTLM auth buffer when request is issuedDaniel Stenberg2021-05-271-0/+4
* schannel: set ALPN length correctly for HTTP/2Joel Depooter2021-05-271-0/+1
* Revert "c-hyper: handle body on HYPER_TASK_EMPTY"Daniel Stenberg2021-05-271-1/+1
* bearssl: explicitly initialize all fields of Curl_sslMichael Forney2021-05-261-21/+23
* bearssl: remove incorrect const on variable that is modifiedMichael Forney2021-05-261-1/+1
* copyright: update copyright year ranges to 2021Daniel Stenberg2021-05-263-3/+3
* hostip: fix broken macOS/CMake/GCC buildsRadek Zajic2021-05-262-3/+5
* setopt: streamline ssl option codeOrgad Shaneh2021-05-251-4/+2
* lib/hostip6.c: make NAT64 address synthesis on macOS workRadek Zajic2021-05-252-0/+21
* sectransp: fix EXC_BAD_ACCESS caused by uninitialized bufferejanchivdorj2021-05-251-2/+4
* quiche: update for network path aware APIAlessandro Ghedini2021-05-241-7/+19
* rustls: switch read_tls and write_tls to callbacksJacob Hoffman-Andrews2021-05-241-131/+102
* sectransp: fix 7f4a9a9b2a49 commit about missing commaKoichi Shiraishi2021-05-241-1/+1
* openssl: associate/detach the transfer from connectionHarry Sintonen2021-05-2413-50/+172
* telnet: check sscanf() for correct number of matchesHarry Sintonen2021-05-241-1/+1
* schannel: don't use static to store selected ciphersDaniel Stenberg2021-05-242-4/+8
* NSS: make colons, commas and spaces valid separators in cipher listSergey Markelov2021-05-231-1/+1
* cmake: detect CURL_SA_FAMILY_TPeng-Yu Chen2021-05-212-2/+15
* CURLOPT_IPRESOLVE: preventing wrong IP version from being usedLucas Clemente Vella2021-05-206-86/+54
* AmigaOS: add functions definitions for SHA256Oliver Urbann2021-05-201-0/+27
* config: remove now-unused macrosMarc Aldorasi2021-05-1912-175/+2
* hostip.h: remove declaration of unimplemented functionMarc Aldorasi2021-05-191-9/+0
* h3: add 'attach' callback to protocol handlersDaniel Stenberg2021-05-192-0/+2
* wolfssl: remove SSLv3 support leftoversDaniel Stenberg2021-05-181-4/+0
* data_pending: check only SECONDARY socket for FTP(S) transfersJoel Depooter2021-05-181-4/+5
* conn: add 'attach' to protocol handler, make libssh2 use itDaniel Stenberg2021-05-1724-0/+66
* http2: make sure pause is done on HTTPDaniel Stenberg2021-05-171-1/+2
* c-hyper: handle body on HYPER_TASK_EMPTYJacob Hoffman-Andrews2021-05-161-1/+1
* version: free the openldap info correctlyDaniel Stenberg2021-05-151-0/+2
* dupset: remove totally off commentDaniel Stenberg2021-05-151-1/+0
* version: add OpenLDAP version in the outputDaniel Stenberg2021-05-131-1/+24
* schannel: Ensure the security context request flags are always setJoel Depooter2021-05-131-6/+9
* sasl: use 'unsigned short' to store mechanismDaniel Stenberg2021-05-125-12/+13
* hostip: remove the debug code for LocalHostDaniel Stenberg2021-05-111-11/+1
* progress: reset limit_size variables at transfer startDaniel Stenberg2021-05-111-0/+2
* cookies: use CURLcode for cookie_output reportingDaniel Gustafsson2021-05-111-14/+26
* cookies: make use of string duplication functionDaniel Gustafsson2021-05-111-4/+4
* cookies: refactor commentsDaniel Gustafsson2021-05-111-151/+207
* http2: skip immediate parsing of payload following protocol switchPeng-Yu Chen2021-05-111-2/+9
* http2: use nghttp2_session_upgrade2 instead of nghttp2_session_upgradePeng-Yu Chen2021-05-111-3/+3
* progress/trspeed: use a local convenient pointer to beautify codeDaniel Stenberg2021-05-091-33/+26
* trspeed: use long double for transfer speed calculationDaniel Stenberg2021-05-091-19/+6
* progress: move transfer speed calc into functionDaniel Stenberg2021-05-091-25/+27
* openssl: remove unneeded cast for CertOpenSystemStore()Cameron Cawley2021-05-091-2/+1
* http: use calculated offsets inst of integer literals for header parsingPeng-Yu Chen2021-05-081-9/+16
* http: deal with partial CONNECT sendsDaniel Stenberg2021-05-086-53/+122
* http: limit the initial send amount to used upload buffer sizeDaniel Stenberg2021-05-075-15/+14
* ngtcp2: fix the cb_acked_stream_data_offset protoDaniel Stenberg2021-05-071-1/+1
* progress: when possible, calculate transfer speeds with microsecondsDaniel Stenberg2021-05-071-2/+8
* http: reset the header buffer when sending the requestDaniel Stenberg2021-05-061-0/+4