summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* cmake: check for linux/tcp.hKlaus Crusius2020-12-013-0/+7
* splay: rename Curl_splayremovebyaddr to Curl_splayremoveDaniel Stenberg2020-12-013-18/+10
* openssl: free mem_buf in error pathDaniel Stenberg2020-12-011-9/+9
* openssl: remove #if 0 leftoverDaniel Stenberg2020-11-301-4/+0
* ntlm: avoid malloc(0) on zero length user and domainDaniel Stenberg2020-11-291-6/+2
* ngtcp2: use the minimal version of QUIC supported by ngtcp2Daiki Ueno2020-11-261-1/+1
* ngtcp2: advertise h3 ALPN unconditionallyDaiki Ueno2020-11-261-17/+5
* vquic/ngtcp2.h: define local_addr as sockaddr_storageDaiki Ueno2020-11-262-4/+5
* socks: check for DNS entries with the right port numberDaniel Stenberg2020-11-261-1/+1
* curl_setup: USE_RESOLVE_ON_IPS is for Apple native resolver useDaniel Stenberg2020-11-261-1/+1
* file: avoid duplicated code sequenceEmil Engler2020-11-251-11/+1
* infof/failf calls: fix format specifiersRikard Falkeborn2020-11-248-15/+15
* docs/INTERNALS: remove reference to Curl_sendf()Daniel Stenberg2020-11-241-2/+0
* asyn: use 'struct thread_data *' instead of 'void *'Daniel Stenberg2020-11-233-25/+24
* Makefile.m32: add support for UNICODE buildsViktor Szakats2020-11-231-0/+6
* urldata: remove 'void *protop' and create the union 'p'Daniel Stenberg2020-11-2321-166/+181
* curl: add compatibility for Amiga and GCC 6.5Oliver Urbann2020-11-201-0/+6
* openssl: guard against OOM on context creationDaniel Gustafsson2020-11-191-2/+6
* cmake: use libcurl.rc in all Windows buildsVincent Torri2020-11-191-1/+1
* quiche: remove 'static' from local bufferDaniel Stenberg2020-11-191-1/+1
* cmake: correctly handle linker flags for static libsTobias Hieta2020-11-101-4/+0
* http_proxy: use enum with state names for 'keepon'bagder/http-proxy-keeponDaniel Stenberg2020-11-102-11/+15
* curl_easy_escape: limit output string length to 3 * max inputDaniel Stenberg2020-11-091-1/+1
* Curl_pgrsStartNow: init speed limit time stamps at startDaniel Stenberg2020-11-091-4/+2
* ngtcp2: adapt to recent nghttp3 updatesDaniel Stenberg2020-11-091-0/+1
* altsvc: minimize variable scope and avoid "DEAD_STORE"Daniel Stenberg2020-11-071-2/+1
* url: make sure an HSTS upgrade updates URL and scheme correctlyDaniel Stenberg2020-11-061-2/+20
* hsts: remove debug code leftoversDaniel Stenberg2020-11-061-2/+0
* hsts: Remove pointless call to free in errorpathDaniel Gustafsson2020-11-051-1/+0
* copyright: fix year rangesDaniel Stenberg2020-11-0596-97/+97
* curl.se: new homeDaniel Stenberg2020-11-04313-323/+323
* rtsp: error out on empty Session ID, unified the codeHarry Sintonen2020-11-041-18/+18
* rtsp: fixed Session ID comparison to refuse prefixHarry Sintonen2020-11-041-2/+11
* hsts: add read/write callbacksDaniel Stenberg2020-11-039-13/+139
* hsts: add support for Strict-Transport-SecurityDaniel Stenberg2020-11-0311-20/+576
* sendf: move the verbose-check into Curl_debugDaniel Stenberg2020-11-0211-138/+103
* gnutls: fix memory leaks (certfields memory wasn't released)Harry Sintonen2020-11-021-1/+6
* http: pass correct header size to debug callback for chunked postDaniel Stenberg2020-10-311-5/+9
* libssh2: fix transport over HTTPS proxyDaniel Stenberg2020-10-292-1/+24
* libssh2: fix build with disabled proxy supportBaruch Siach2020-10-261-1/+6
* alt-svc: enable by defaultDaniel Stenberg2020-10-2511-18/+18
* libssh2: require version 1.0 or laterDaniel Stenberg2020-10-221-22/+0
* CMake: store IDN2 information in curl_config.hDaniel Stenberg2020-10-201-2/+5
* openssl: acknowledge SRP disabling in configure properlyDaniel Stenberg2020-10-161-4/+12
* http3: fix two build errors, silence warningsViktor Szakats2020-10-162-4/+5
* Makefile.m32: add support for HTTP/3 via ngtcp2+nghttp3Viktor Szakats2020-10-161-0/+25
* checksrc: warn on empty line before open braceDaniel Stenberg2020-10-155-4/+6
* urlapi: URL encode a '+' in the query partDaniel Stenberg2020-10-151-20/+7
* strerror: use 'const' as the string should never be modifiedPhilipp Klaus Krause2020-10-151-1/+1
* connect: repair build without ipv6 availabilityJay Satiro2020-10-151-0/+4