summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2021-01-13gnurl adjustments (paths)nikita
2021-01-13Merge tag 'curl-7_74_0'nikita
2020-12-07urldata: restore comment on ssl_connect_data.useJacob Hoffman-Andrews
2020-12-07openssl: make the OCSP verification verify the certificate idDaniel Stenberg
2020-12-07ftp: make wc_statemach loop instead of recurseDaniel Stenberg
2020-12-07ftp: CURLOPT_FTP_SKIP_PASV_IP by defaultDaniel Stenberg
2020-12-07urlapi: don't accept blank port number field without schemeDaniel Stenberg
2020-12-06Revert "multi: implement wait using winsock events"Daniel Stenberg
2020-12-06ftp: retry getpeername for FTP with TCP_FASTOPENKlaus Crusius
2020-12-03openssl: use OPENSSL_init_ssl() with >= 1.1.0Daniel Stenberg
2020-12-02quiche: close the connectionDaniel Stenberg
2020-12-02ngtcp2: Fix build error due to symbol name changeJay Satiro
2020-12-01cmake: check for linux/tcp.hKlaus Crusius
2020-12-01splay: rename Curl_splayremovebyaddr to Curl_splayremoveDaniel Stenberg
2020-12-01openssl: free mem_buf in error pathDaniel Stenberg
2020-11-30openssl: remove #if 0 leftoverDaniel Stenberg
2020-11-29ntlm: avoid malloc(0) on zero length user and domainDaniel Stenberg
2020-11-26ngtcp2: use the minimal version of QUIC supported by ngtcp2Daiki Ueno
2020-11-26ngtcp2: advertise h3 ALPN unconditionallyDaiki Ueno
2020-11-26vquic/ngtcp2.h: define local_addr as sockaddr_storageDaiki Ueno
2020-11-26socks: check for DNS entries with the right port numberDaniel Stenberg
2020-11-26curl_setup: USE_RESOLVE_ON_IPS is for Apple native resolver useDaniel Stenberg
2020-11-25file: avoid duplicated code sequenceEmil Engler
2020-11-24infof/failf calls: fix format specifiersRikard Falkeborn
2020-11-24docs/INTERNALS: remove reference to Curl_sendf()Daniel Stenberg
2020-11-23asyn: use 'struct thread_data *' instead of 'void *'Daniel Stenberg
2020-11-23Makefile.m32: add support for UNICODE buildsViktor Szakats
2020-11-23urldata: remove 'void *protop' and create the union 'p'Daniel Stenberg
2020-11-20curl: add compatibility for Amiga and GCC 6.5Oliver Urbann
2020-11-19openssl: guard against OOM on context creationDaniel Gustafsson
2020-11-19cmake: use libcurl.rc in all Windows buildsVincent Torri
2020-11-19quiche: remove 'static' from local bufferDaniel Stenberg
2020-11-10cmake: correctly handle linker flags for static libsTobias Hieta
2020-11-10http_proxy: use enum with state names for 'keepon'Daniel Stenberg
2020-11-09curl_easy_escape: limit output string length to 3 * max inputDaniel Stenberg
2020-11-09Curl_pgrsStartNow: init speed limit time stamps at startDaniel Stenberg
2020-11-09ngtcp2: adapt to recent nghttp3 updatesDaniel Stenberg
2020-11-07altsvc: minimize variable scope and avoid "DEAD_STORE"Daniel Stenberg
2020-11-06url: make sure an HSTS upgrade updates URL and scheme correctlyDaniel Stenberg
2020-11-06hsts: remove debug code leftoversDaniel Stenberg
2020-11-05hsts: Remove pointless call to free in errorpathDaniel Gustafsson
2020-11-05copyright: fix year rangesDaniel Stenberg
2020-11-04curl.se: new homeDaniel Stenberg
2020-11-04rtsp: error out on empty Session ID, unified the codeHarry Sintonen
2020-11-04rtsp: fixed Session ID comparison to refuse prefixHarry Sintonen
2020-11-03hsts: add read/write callbacksDaniel Stenberg
2020-11-03hsts: add support for Strict-Transport-SecurityDaniel Stenberg
2020-11-02sendf: move the verbose-check into Curl_debugDaniel Stenberg
2020-11-02gnutls: fix memory leaks (certfields memory wasn't released)Harry Sintonen
2020-10-31http: pass correct header size to debug callback for chunked postDaniel Stenberg