aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2017-12-12setopt: less *or equal* than INT_MAX/1000 should be fineDaniel Stenberg
2017-12-12vtls: replaced getenv() with curl_getenv()dmitrykos
2017-12-10multi_done: prune DNS cacheDaniel Stenberg
2017-12-10openssl: Disable file buffering for Win32 SSLKEYLOGFILEJay Satiro
2017-12-10RESOLVE: output verbose text when trying to set a duplicate nameDaniel Stenberg
2017-12-09sftp: allow quoted commands to use relative pathsJohn DeHelian
2017-12-08curl: remove __EMX__ #ifdefsDaniel Stenberg
2017-12-08openssl: improve data-pending check for https proxyJay Satiro
2017-12-07CONNECT: keep close connection flag in http_connect_state structZachary Seguin
2017-12-07include: get netinet/in.h before linux/tcp.hPer Malmberg
2017-12-06openldap: fix checksrc nitsDaniel Stenberg
2017-12-06openldap: add commented out debug possibilitiesStepan Broz
2017-12-06URL: tolerate backslash after drive letter for FILE:Jan-E
2017-12-06configure: check for netinet/in6.hRandall S. Becker
2017-12-05conncache: only allow multiplexing within same multi handleDaniel Stenberg
2017-12-05conncache: fix several lock issuesDaniel Stenberg
2017-12-05libssh: remove dead code in sftp_qouteDaniel Stenberg
2017-12-05sasl_getmesssage: make sure we have a long enough string to passDaniel Stenberg
2017-12-04libssh2: remove dead code from SSH_SFTP_QUOTEDaniel Stenberg
2017-12-04ssh-libssh.c: please checksrcDaniel Stenberg
2017-12-04libssh: fixed dereference in statvfs accessNikos Mavrogiannopoulos
2017-12-03libssh: corrected use of sftp_statvfs() in SSH_SFTP_QUOTE_STATVFSNikos Mavrogiannopoulos
2017-12-03libssh: no need to call sftp_get_error as ssh_get_error is sufficientNikos Mavrogiannopoulos
2017-12-02libssh: fix minor static code analyzer nitsDaniel Stenberg
2017-12-02openssl: pkcs12 is supported by boringsslDaniel Stenberg
2017-12-01libssh: added SFTP supportNikos Mavrogiannopoulos
2017-12-01libssh2: return CURLE_UPLOAD_FAILED on failure to uploadNikos Mavrogiannopoulos
2017-12-01libssh2: send the correct CURLE error code on scp file not foundNikos Mavrogiannopoulos
2017-12-01Added support for libssh SSH SCP back-endNikos Mavrogiannopoulos
2017-12-01lib: don't export all symbols, just everything curl_*W. Mark Kubacki
2017-12-01SSL: Avoid magic allocation of SSL backend specific dataJohannes Schindelin
2017-11-27openssl: fix boringssl build againDaniel Stenberg
2017-11-27curl_ntlm_core.c: use the limits.h's SIZE_T_MAX if providedDaniel Stenberg
2017-11-27global_init: ignore CURL_GLOBAL_SSL's absenseDaniel Stenberg
2017-11-27ntlm: avoid integer overflow for malloc sizeDaniel Stenberg
2017-11-27wildcardmatch: fix heap buffer overflow in setcharsetDaniel Stenberg
2017-11-27url: fix alignment of ssl_backend_data structJay Satiro
2017-11-25ssh: remove check for a NULL pointer (!)Daniel Stenberg
2017-11-24URL: update "file:" URL handlingMatthew Kerwin
2017-11-24connect: add support for new TCP Fast Open API on LinuxAlessandro Ghedini
2017-11-23connect: improve the bind error messageJay Satiro
2017-11-22url: reject ASCII control characters and space in host namesDaniel Stenberg
2017-11-21Curl_open: fix OOM return error correctlyDaniel Stenberg
2017-11-21http2: fix "Value stored to 'end' is never read" scan-build errorDaniel Stenberg
2017-11-21http2: fix "Value stored to 'hdbuf' is never read" scan-build errorDaniel Stenberg
2017-11-21openssl: fix "Value stored to 'rc' is never read" scan-build errorDaniel Stenberg
2017-11-21mime: fix "Value stored to 'sz' is never read" scan-build errorDaniel Stenberg
2017-11-21Curl_llist_remove: fix potential NULL pointer derefDaniel Stenberg
2017-11-21ntlm: remove unnecessary NULL-check to please scan-buildDaniel Stenberg
2017-11-17resolve: allow IP address within [] bracketsDaniel Stenberg