summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* URL: update "file:" URL handlingMatthew Kerwin2017-11-241-43/+78
* connect: add support for new TCP Fast Open API on LinuxAlessandro Ghedini2017-11-243-5/+27
* connect: improve the bind error messageJay Satiro2017-11-231-0/+4
* url: reject ASCII control characters and space in host namesDaniel Stenberg2017-11-221-12/+37
* Curl_open: fix OOM return error correctlyDaniel Stenberg2017-11-211-20/+19
* http2: fix "Value stored to 'end' is never read" scan-build errorDaniel Stenberg2017-11-211-1/+0
* http2: fix "Value stored to 'hdbuf' is never read" scan-build errorDaniel Stenberg2017-11-211-2/+0
* openssl: fix "Value stored to 'rc' is never read" scan-build errorDaniel Stenberg2017-11-211-2/+2
* mime: fix "Value stored to 'sz' is never read" scan-build errorDaniel Stenberg2017-11-211-2/+0
* Curl_llist_remove: fix potential NULL pointer derefDaniel Stenberg2017-11-211-1/+5
* ntlm: remove unnecessary NULL-check to please scan-buildDaniel Stenberg2017-11-211-2/+1
* resolve: allow IP address within [] bracketsDaniel Stenberg2017-11-171-1/+12
* macOS: Fix missing connectx function with Xcode version older than 9.0Pavol Markovic2017-11-151-5/+8
* openssl: fix too broad use of HAVE_OPAQUE_EVP_PKEYDirk Feytons2017-11-151-2/+8
* URL: return error on malformed URLs with junk after IPv6 bracketMichael Kaufmann2017-11-141-1/+7
* zlib/brotli: only include header files in modules needing themPatrick Monnerat2017-11-133-12/+25
* SMB: fix uninitialized local variableDaniel Stenberg2017-11-131-1/+1
* connect.c: remove executable bit on fileOrgad Shaneh2017-11-121-0/+0
* setopt: split out curl_easy_setopt() to its own fileDaniel Stenberg2017-11-106-2566/+2640
* curl_share_setopt: va_end was not called if conncache errorsDaniel Stenberg2017-11-101-1/+1
* --interface: add support for Linux VRFLuca Boccassi2017-11-091-24/+28
* share: add support for sharing the connection cacheDaniel Stenberg2017-11-099-128/+162
* imap: deal with commands case insensitivelyDaniel Stenberg2017-11-091-11/+11
* connect: store IPv6 connection status after valid connectionDaniel Stenberg2017-11-091-4/+3
* content_encoding: fix inflate_stream for no bytes availableJay Satiro2017-11-091-4/+6
* content_encoding: do not write 0 length dataPatrick Monnerat2017-11-071-2/+2