summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* www.curl.se: new project homebagder/www.curl.seDaniel Stenberg2020-11-02310-319/+319
* 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
* schannel: return CURLE_PEER_FAILED_VERIFICATION for untrusted rootDaniel Stenberg2020-09-281-0/+4
* ftp: make a 552 response return CURLE_REMOTE_DISK_FULLDaniel Stenberg2020-09-261-1/+10
* pause: only trigger a reread if the unpause sticksDaniel Stenberg2020-09-251-3/+4
* ngtcp2: adapt to new NGTCP2_PROTO_VER_MAX defineDaniel Stenberg2020-09-251-8/+4
* strerror: honor Unicode API choice on WindowsJavier Blazquez2020-09-251-15/+7
* imap: make imap_send use dynbuf for the send buffer managementDaniel Stenberg2020-09-253-19/+18
* Curl_send: return error when pre_receive_plain can't mallocDaniel Stenberg2020-09-251-3/+9
* ftp: separate FTPS from FTP over "HTTPS proxy"Daniel Stenberg2020-09-242-10/+7
* pingpong: use a dynbuf for the *_pp_sendf() functionDaniel Stenberg2020-09-236-31/+32
* dynbuf: add Curl_dyn_vaddfDaniel Stenberg2020-09-232-8/+24
* dynbuf: make *addf() not require extra mallocsDaniel Stenberg2020-09-234-18/+45
* pingpong: remove a malloc per Curl_pp_vsendf callDaniel Stenberg2020-09-221-9/+11
* symbian: drop supportDaniel Stenberg2020-09-2210-836/+9
* curl_krb5.h: rename from krb5.hDaniel Stenberg2020-09-224-6/+6
* http_proxy: do not count proxy headers in the header bytecountDaniel Stenberg2020-09-221-1/+0
* setopt: return CURLE_BAD_FUNCTION_ARGUMENT on bad argumentDaniel Stenberg2020-09-221-17/+9
* krb5: merged security.c and krb specific FTP functions in hereDaniel Stenberg2020-09-217-678/+591
* Curl_handler: add 'family' to each protocolDaniel Stenberg2020-09-2123-116/+63
* parsedate: tune the date to epoch conversionDaniel Stenberg2020-09-211-46/+11
* ftp: avoid risk of reading uninitialized integersDaniel Stenberg2020-09-181-2/+2