summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-03328-352/+352
* Revert "x509asn1: avoid freeing unallocated pointers"Daniel Stenberg2023-01-031-8/+9
* ngtcp2: fix the build without 'sendmsg'Daniel Stenberg2023-01-031-1/+0
* http2: when using printf %.*s, the length arg must be 'int'Daniel Stenberg2023-01-021-6/+6
* cfilters: check for NULL before using pointerDaniel Stenberg2023-01-021-2/+2
* http2: in connisdead check, attach the connection before readingDaniel Stenberg2023-01-021-1/+4
* c-hyper: move down the Accept-Encoding header generationDaniel Stenberg2023-01-021-11/+11
* cf-socket: fix build regressionDaniel Stenberg2023-01-021-2/+2
* http: decode transfer encoding firstJosh Brobst2023-01-022-13/+31
* http: add additional condition for including stdint.hCameron Blomquist2023-01-011-2/+2
* urldata: cease storing TLS auth typeDaniel Stenberg2022-12-316-48/+12
* vtls: use ALPN HTTP/1.0 when HTTP/1.0 is usedDaniel Stenberg2022-12-3110-81/+153
* lib: connect/h2/h3 refactorStefan Eissing2022-12-3043-4556/+6469
* transfer: break the read loop when RECV is clearedDaniel Stenberg2022-12-301-2/+2
* multihandle: turn bool struct fields into bitsDaniel Stenberg2022-12-302-6/+6
* msh3: add support for request payloadNick Banks2022-12-286-8/+40
* openssl: remove attached easy handles from SSL instancesStefan Eissing2022-12-281-144/+34
* socketpair: allow localhost MITM sniffersDaniel Stenberg2022-12-281-15/+12
* haxproxy: send before TLS handhshakeStefan Eissing2022-12-273-11/+15
* hsts: handle adding the same host name againDaniel Stenberg2022-12-271-2/+11
* share: add sharing of HSTS cache among handlesDaniel Stenberg2022-12-278-11/+103
* Makefile.mk: fix wolfssl and mbedtls default pathsViktor Szakats2022-12-271-2/+2
* cfilters:Curl_conn_get_select_socks: use the first non-connected filterDaniel Stenberg2022-12-271-0/+4
* urlapi: add CURLU_PUNYCODEDaniel Stenberg2022-12-264-13/+56
* libssh2: try sha2 algos for hostkey methodsDaniel Stenberg2022-12-261-1/+12
* http: remove the trace message "Mark bundle... multiuse"Radu Hociung2022-12-261-1/+0
* url: fix build with `--disable-cookies`Hannah Schierling2022-12-261-0/+2
* urldata: remove unused struct fields, made more conditionalDaniel Stenberg2022-12-233-49/+51
* urldata: make set.http200aliases conditional on HTTP being presentDaniel Stenberg2022-12-223-13/+20
* md4: fix build with GnuTLS + OpenSSL v1Daniel Stenberg2022-12-221-5/+5
* urldata: make 'ftp_create_missing_dirs' depend on FTP || SFTPDaniel Stenberg2022-12-222-1/+5
* misc: fix grammar and spellingJohn Bampton2022-12-223-5/+5
* urldata: move the cookefilelist to the 'set' structDaniel Stenberg2022-12-226-36/+23
* strdup: name it Curl_strdupDaniel Stenberg2022-12-223-3/+3
* msh3: update to v0.5 ReleaseNick Banks2022-12-221-2/+15
* http: fix the ::1 comparison for IPv6 localhost for cookiesDaniel Stenberg2022-12-201-2/+2
* smb/telnet: do not free the protocol struct in *_done()Daniel Stenberg2022-12-192-15/+2
* http: use the IDN decoded name in HSTS checksDaniel Stenberg2022-12-191-1/+1
* socks: fix username max size is 255 (0xFF)Xì Gà2022-12-161-1/+1
* idn: rename the files to idn.[ch] and hold all IDN functionsDaniel Stenberg2022-12-157-221/+220
* idn: remove Curl_win32_ascii_to_idnDaniel Stenberg2022-12-153-32/+34
* socks: fix infof() flag for outputing a charDaniel Stenberg2022-12-151-1/+1
* cmake: set the soname on the shared libraryDaniel Stenberg2022-12-153-14/+71
* urlapi: reject more bad letters from the host name: &+()Daniel Stenberg2022-12-151-1/+1
* altsvc: fix rejection of negative port numbersDaniel Stenberg2022-12-151-5/+11
* lib: use size_t or int etc instead of longsDaniel Stenberg2022-12-145-14/+14
* x509asn1: avoid freeing unallocated pointersDaniel Gustafsson2022-12-141-9/+8
* ws: if no connection is around, return errorDaniel Stenberg2022-12-131-4/+8
* c-hyper: fix multi-request mechanismPrithvi MK2022-12-111-2/+16
* system.h: fix socklen_t, curl_off_t, long long for Classic Mac OSRyan Schmidt2022-12-091-0/+11