summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup test1554 againbagder/conncache-lockmoreDaniel Stenberg2017-12-051-0/+6
* conncache: more protection of inuse and the bundle accessesDaniel Stenberg2017-12-057-15/+61
* conncache: more careful use of conn only when lockedDaniel Stenberg2017-12-054-89/+112
* conncache: make *extract_oldest() decrease cache content counterDaniel Stenberg2017-12-051-2/+6
* fixup test1554Daniel Stenberg2017-12-051-0/+6
* conncache: avoid double-lockingDaniel Stenberg2017-12-053-33/+60
* conncache: extract the oldest, not just find itDaniel Stenberg2017-12-044-8/+13
* conncache: provide a function to return the size, num of connectionsDaniel Stenberg2017-12-044-9/+30
* Curl_conncache_remove_conn: move the conn unlockDaniel Stenberg2017-12-041-2/+1
* fixup test 1554Daniel Stenberg2017-12-021-4/+0
* create_conn: mark conn as in use before added to conncacheDaniel Stenberg2017-12-021-3/+3
* conncache: hold the lock longer when fiddling with the bundlesDaniel Stenberg2017-12-024-32/+64
* 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
* RELEASE-NOTES: curl 7.57.0curl-7_57_0Daniel Stenberg2017-11-291-7/+26
* THANKS: added contributors from 7.57.0 releaseDaniel Stenberg2017-11-291-0/+23
* 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
* libcurl-share.3: the connection cache is shareable nowDaniel Stenberg2017-11-271-5/+4
* global_init: ignore CURL_GLOBAL_SSL's absenseDaniel Stenberg2017-11-273-10/+9
* ntlm: avoid integer overflow for malloc sizeDaniel Stenberg2017-11-271-2/+18
* wildcardmatch: fix heap buffer overflow in setcharsetDaniel Stenberg2017-11-273-7/+56
* 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
* test: add test for bad UNC/SMB path in file: URLMatthew Kerwin2017-11-242-1/+39
* test: add tests to ensure basic file: URLsMatthew Kerwin2017-11-243-1/+85
* URL: update "file:" URL handlingMatthew Kerwin2017-11-241-43/+78
* metalink: fix memory-leak and NULL pointer dereferenceDaniel Stenberg2017-11-241-3/+24
* connect: add support for new TCP Fast Open API on LinuxAlessandro Ghedini2017-11-244-5/+28
* make: fix "make distclean"Daniel Stenberg2017-11-242-9/+3
* RELEASE-NOTES: synced with 31f18d272Daniel Stenberg2017-11-231-9/+31
* connect: improve the bind error messageJay Satiro2017-11-231-0/+4
* examples/rtsp: clear RANGE again after useDaniel Stenberg2017-11-231-0/+3
* test1264: verify URL with space in host name being rejectedMichael Kaufmann2017-11-222-1/+37
* url: reject ASCII control characters and space in host namesDaniel Stenberg2017-11-223-48/+47
* 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