summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* HTTP: bail out on negative Content-Length: valuesDaniel Stenberg2018-01-091-19/+23
* progress: calculate transfer speed on milliseconds if possibleDaniel Stenberg2018-01-084-18/+24
* scripts: allow all perl scripts to be run directlyJay Satiro2018-01-072-2/+3
* build: remove HAVE_LIMITS_H checkJay Satiro2018-01-0519-44/+2
* openssl: fix memory leak of SSLKEYLOGFILE filenameJay Satiro2018-01-031-1/+2
* brotli: data at the end of content can be lostMikalai Ananenka2017-12-271-3/+3
* curl_easy_reset: release mime-related data.Patrick Monnerat2017-12-203-8/+9
* content_encoding: rework zlib_inflatePatrick Monnerat2017-12-201-53/+102
* brotli: allow compiling with version 0.6.0.Patrick Monnerat2017-12-201-0/+4
* rand: add a clang-analyzer work-aroundDaniel Stenberg2017-12-131-0/+6
* krb5: fix a potential access of uninitialized memoryDaniel Stenberg2017-12-131-1/+2
* conncache: fix a return code [regression]Daniel Stenberg2017-12-121-1/+1
* setopt: less *or equal* than INT_MAX/1000 should be fineDaniel Stenberg2017-12-121-3/+3
* vtls: replaced getenv() with curl_getenv()dmitrykos2017-12-121-1/+4
* multi_done: prune DNS cacheDaniel Stenberg2017-12-101-0/+1
* openssl: Disable file buffering for Win32 SSLKEYLOGFILEJay Satiro2017-12-101-0/+4
* RESOLVE: output verbose text when trying to set a duplicate nameDaniel Stenberg2017-12-101-1/+4
* sftp: allow quoted commands to use relative pathsJohn DeHelian2017-12-094-19/+34
* curl: remove __EMX__ #ifdefsDaniel Stenberg2017-12-081-16/+2
* openssl: improve data-pending check for https proxyJay Satiro2017-12-081-6/+7
* CONNECT: keep close connection flag in http_connect_state structZachary Seguin2017-12-072-6/+7
* include: get netinet/in.h before linux/tcp.hPer Malmberg2017-12-072-0/+8
* openldap: fix checksrc nitsDaniel Stenberg2017-12-061-5/+5
* openldap: add commented out debug possibilitiesStepan Broz2017-12-061-0/+28
* URL: tolerate backslash after drive letter for FILE:Jan-E2017-12-061-1/+1
* configure: check for netinet/in6.hRandall S. Becker2017-12-064-0/+12
* conncache: only allow multiplexing within same multi handleDaniel Stenberg2017-12-051-0/+5
* conncache: fix several lock issuesDaniel Stenberg2017-12-055-182/+306
* libssh: remove dead code in sftp_qouteDaniel Stenberg2017-12-051-113/+107
* sasl_getmesssage: make sure we have a long enough string to passDaniel Stenberg2017-12-053-36/+51
* libssh2: remove dead code from SSH_SFTP_QUOTEDaniel Stenberg2017-12-041-4/+4
* ssh-libssh.c: please checksrcDaniel Stenberg2017-12-041-1/+1
* libssh: fixed dereference in statvfs accessNikos Mavrogiannopoulos2017-12-041-1/+1
* libssh: corrected use of sftp_statvfs() in SSH_SFTP_QUOTE_STATVFSNikos Mavrogiannopoulos2017-12-031-3/+1
* libssh: no need to call sftp_get_error as ssh_get_error is sufficientNikos Mavrogiannopoulos2017-12-031-9/+2
* libssh: fix minor static code analyzer nitsDaniel Stenberg2017-12-021-7/+10
* openssl: pkcs12 is supported by boringsslDaniel Stenberg2017-12-021-10/+0
* libssh: added SFTP supportNikos Mavrogiannopoulos2017-12-014-19/+1547
* libssh2: return CURLE_UPLOAD_FAILED on failure to uploadNikos Mavrogiannopoulos2017-12-011-0/+4
* libssh2: send the correct CURLE error code on scp file not foundNikos Mavrogiannopoulos2017-12-011-0/+5
* Added support for libssh SSH SCP back-endNikos Mavrogiannopoulos2017-12-0111-195/+1537
* lib: don't export all symbols, just everything curl_*W. Mark Kubacki2017-12-011-0/+2
* SSL: Avoid magic allocation of SSL backend specific dataJohannes Schindelin2017-12-012-25/+27
* openssl: fix boringssl build againDaniel Stenberg2017-11-271-1/+1
* curl_ntlm_core.c: use the limits.h's SIZE_T_MAX if providedDaniel Stenberg2017-11-271-0/+3
* global_init: ignore CURL_GLOBAL_SSL's absenseDaniel Stenberg2017-11-271-9/+5
* ntlm: avoid integer overflow for malloc sizeDaniel Stenberg2017-11-271-2/+18
* wildcardmatch: fix heap buffer overflow in setcharsetDaniel Stenberg2017-11-271-6/+3
* url: fix alignment of ssl_backend_data structJay Satiro2017-11-272-31/+30
* ssh: remove check for a NULL pointer (!)Daniel Stenberg2017-11-251-2/+2