summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* test122[12]: remove these two testsDaniel Stenberg2020-10-151-1/+1
* strerror: Revert to local codepage for Windows error stringJay Satiro2020-10-131-16/+15
* windows: fix comparison of mismatched types warningViktor Szakats2020-10-121-1/+1
* checksrc: detect // comments on column 0Daniel Stenberg2020-10-071-1/+1
* mbedtls: add missing header when defining MBEDTLS_DEBUGFrederik Wedel-Heinen2020-10-071-3/+9
* ldap: reduce the amount of #ifdefs neededDaniel Stenberg2020-10-031-45/+21
* checksrc: warn on space after exclamation markDaniel Stenberg2020-10-023-3/+10
* strerror: fix null deref on winapi out-of-memoryJay Satiro2020-10-011-3/+5
* vtls: deduplicate some DISABLE_PROXY ifdefsKamil Dudka2020-10-014-104/+36
* configure: don't say HTTPS-proxy is enabled when disabled!Daniel Stenberg2020-09-301-0/+2
* src: Consistently spell whitespace without whitespaceDaniel Gustafsson2020-09-304-7/+7
* sectransp: make it build with --disable-proxyDaniel Stenberg2020-09-301-2/+14
* libssh2: handle the SSH protocols done over HTTPS proxyDaniel Stenberg2020-09-291-8/+83
* memdebug: remove 9 year old unused debug functionEmil Engler2020-09-281-51/+0
* sendf: move Curl_sendf to dict.c and make it staticDaniel Stenberg2020-09-284-76/+71