summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* multi_done: prune DNS cachebagder/multi_done-prune-dns-cacheDaniel Stenberg2017-12-102-47/+54
* RESOLVE: output verbose text when trying to set a duplicate nameDaniel Stenberg2017-12-101-1/+4
* CURLOPT_DNS_CACHE_TIMEOUT.3: see also CURLOPT_RESOLVEDaniel Stenberg2017-12-091-0/+1
* sftp: allow quoted commands to use relative pathsJohn DeHelian2017-12-094-19/+34
* CURLOPT_PRIVATE.3: fix grammarrichardthe3rd2017-12-081-1/+1
* curl: remove __EMX__ #ifdefsDaniel Stenberg2017-12-082-36/+2
* openssl: improve data-pending check for https proxyJay Satiro2017-12-081-6/+7
* curl: don't set CURLOPT_INTERLEAVEDATADaniel Stenberg2017-12-0810-10/+1
* curl.h: remove incorrect comment about ERRORBUFFERDaniel Stenberg2017-12-081-1/+1
* configure: add AX_CODE_COVERAGE only if using gccMichael Felt2017-12-081-1/+7
* curl: limit -# update frequency for unknown total sizeDaniel Stenberg2017-12-071-8/+25
* BINDINGS: another PostgreSQL clientDaniel Stenberg2017-12-071-1/+1
* 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
* examples: move threaded-shared-conn.c to the "complicated" onesDaniel Stenberg2017-12-061-6/+7
* RELEASE-NOTES: synced with b261c44e8Daniel Stenberg2017-12-062-8/+31
* URL: tolerate backslash after drive letter for FILE:Jan-E2017-12-061-1/+1
* tests: added netinet/in6.h includes in test serversRandall S. Becker2017-12-063-0/+9
* configure: check for netinet/in6.hRandall S. Becker2017-12-065-0/+19
* curl-config: add --ssl-backendsDaniel Stenberg2017-12-063-2/+13
* conncache: only allow multiplexing within same multi handleDaniel Stenberg2017-12-052-2/+14
* threaded-shared-conn.c: fixed typo in commentaDaniel Stenberg2017-12-051-1/+1
* threaded-shared-conn.c: new exampleDaniel Stenberg2017-12-052-1/+157
* conncache: fix several lock issuesDaniel Stenberg2017-12-056-183/+315
* 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-057-42/+112
* 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
* RESOURCES: update spec namesGuitared2017-12-041-9/+9
* 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
* travis: use pip2 instead of pipJay Satiro2017-12-021-1/+1
* lib582: do not verify host for SFTPNikos Mavrogiannopoulos2017-12-011-0/+1
* libssh: added SFTP supportNikos Mavrogiannopoulos2017-12-015-19/+1548
* symbols-in-versions: added new symbols with 7.56.3 versionNikos Mavrogiannopoulos2017-12-011-0/+3
* .travis.yml: added build --with-libsshNikos Mavrogiannopoulos2017-12-011-0/+5
* libssh2: return CURLE_UPLOAD_FAILED on failure to uploadNikos Mavrogiannopoulos2017-12-012-1/+5
* libssh2: send the correct CURLE error code on scp file not foundNikos Mavrogiannopoulos2017-12-012-1/+6
* Added support for libssh SSH SCP back-endNikos Mavrogiannopoulos2017-12-0113-198/+1626
* RELEASE-NOTES: synced with af8cc7a69Daniel Stenberg2017-12-011-139/+13
* curlver: towards 7.57.1Daniel Stenberg2017-12-011-3/+3
* 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
* examples/xmlstream.c: don't switch off CURL_GLOBAL_SSLDaniel Stenberg2017-12-011-2/+2
* travis: add boringssl buildDaniel Stenberg2017-11-301-2/+29