| Commit message (Expand) | Author | Age | Files | Lines |
* | libssh2: send the correct CURLE error code on scp file not found | Nikos Mavrogiannopoulos | 2017-12-01 | 2 | -1/+6 |
* | Added support for libssh SSH SCP back-end | Nikos Mavrogiannopoulos | 2017-12-01 | 13 | -198/+1626 |
* | RELEASE-NOTES: synced with af8cc7a69 | Daniel Stenberg | 2017-12-01 | 1 | -139/+13 |
* | curlver: towards 7.57.1 | Daniel Stenberg | 2017-12-01 | 1 | -3/+3 |
* | lib: don't export all symbols, just everything curl_* | W. Mark Kubacki | 2017-12-01 | 1 | -0/+2 |
* | SSL: Avoid magic allocation of SSL backend specific data | Johannes Schindelin | 2017-12-01 | 2 | -25/+27 |
* | examples/xmlstream.c: don't switch off CURL_GLOBAL_SSL | Daniel Stenberg | 2017-12-01 | 1 | -2/+2 |
* | travis: add boringssl build | Daniel Stenberg | 2017-11-30 | 1 | -2/+29 |
* | RELEASE-NOTES: curl 7.57.0curl-7_57_0 | Daniel Stenberg | 2017-11-29 | 1 | -7/+26 |
* | THANKS: added contributors from 7.57.0 release | Daniel Stenberg | 2017-11-29 | 1 | -0/+23 |
* | openssl: fix boringssl build again | Daniel Stenberg | 2017-11-27 | 1 | -1/+1 |
* | curl_ntlm_core.c: use the limits.h's SIZE_T_MAX if provided | Daniel Stenberg | 2017-11-27 | 1 | -0/+3 |
* | libcurl-share.3: the connection cache is shareable now | Daniel Stenberg | 2017-11-27 | 1 | -5/+4 |
* | global_init: ignore CURL_GLOBAL_SSL's absense | Daniel Stenberg | 2017-11-27 | 3 | -10/+9 |
* | ntlm: avoid integer overflow for malloc size | Daniel Stenberg | 2017-11-27 | 1 | -2/+18 |
* | wildcardmatch: fix heap buffer overflow in setcharset | Daniel Stenberg | 2017-11-27 | 3 | -7/+56 |
* | url: fix alignment of ssl_backend_data struct | Jay Satiro | 2017-11-27 | 2 | -31/+30 |
* | ssh: remove check for a NULL pointer (!) | Daniel Stenberg | 2017-11-25 | 1 | -2/+2 |
* | test: add test for bad UNC/SMB path in file: URL | Matthew Kerwin | 2017-11-24 | 2 | -1/+39 |
* | test: add tests to ensure basic file: URLs | Matthew Kerwin | 2017-11-24 | 3 | -1/+85 |
* | URL: update "file:" URL handling | Matthew Kerwin | 2017-11-24 | 1 | -43/+78 |
* | metalink: fix memory-leak and NULL pointer dereference | Daniel Stenberg | 2017-11-24 | 1 | -3/+24 |
* | connect: add support for new TCP Fast Open API on Linux | Alessandro Ghedini | 2017-11-24 | 4 | -5/+28 |
* | make: fix "make distclean" | Daniel Stenberg | 2017-11-24 | 2 | -9/+3 |
* | RELEASE-NOTES: synced with 31f18d272 | Daniel Stenberg | 2017-11-23 | 1 | -9/+31 |
* | connect: improve the bind error message | Jay Satiro | 2017-11-23 | 1 | -0/+4 |
* | examples/rtsp: clear RANGE again after use | Daniel Stenberg | 2017-11-23 | 1 | -0/+3 |
* | test1264: verify URL with space in host name being rejected | Michael Kaufmann | 2017-11-22 | 2 | -1/+37 |
* | url: reject ASCII control characters and space in host names | Daniel Stenberg | 2017-11-22 | 3 | -48/+47 |
* | Curl_open: fix OOM return error correctly | Daniel Stenberg | 2017-11-21 | 1 | -20/+19 |
* | http2: fix "Value stored to 'end' is never read" scan-build error | Daniel Stenberg | 2017-11-21 | 1 | -1/+0 |
* | http2: fix "Value stored to 'hdbuf' is never read" scan-build error | Daniel Stenberg | 2017-11-21 | 1 | -2/+0 |
* | openssl: fix "Value stored to 'rc' is never read" scan-build error | Daniel Stenberg | 2017-11-21 | 1 | -2/+2 |
* | mime: fix "Value stored to 'sz' is never read" scan-build error | Daniel Stenberg | 2017-11-21 | 1 | -2/+0 |
* | Curl_llist_remove: fix potential NULL pointer deref | Daniel Stenberg | 2017-11-21 | 1 | -1/+5 |
* | ntlm: remove unnecessary NULL-check to please scan-build | Daniel Stenberg | 2017-11-21 | 1 | -2/+1 |
* | BUGS: spellchecked | Daniel Stenberg | 2017-11-20 | 1 | -4/+4 |
* | examples/curlx: Fix code style | fmmedeiros | 2017-11-18 | 1 | -1/+2 |
* | resolve: allow IP address within [] brackets | Daniel Stenberg | 2017-11-17 | 5 | -3/+74 |
* | macOS: Fix missing connectx function with Xcode version older than 9.0 | Pavol Markovic | 2017-11-15 | 1 | -5/+8 |
* | openssl: fix too broad use of HAVE_OPAQUE_EVP_PKEY | Dirk Feytons | 2017-11-15 | 1 | -2/+8 |
* | TODO: ignore private IP addresses in PASV response | Daniel Stenberg | 2017-11-14 | 1 | -7/+14 |
* | RELEASE-NOTES: synced with ae7369b6d | Daniel Stenberg | 2017-11-14 | 1 | -7/+20 |
* | URL: return error on malformed URLs with junk after IPv6 bracket | Michael Kaufmann | 2017-11-14 | 3 | -2/+45 |
* | INTERNALS: we may use libidn2 now, not libidn | Daniel Stenberg | 2017-11-14 | 1 | -1/+1 |
* | zlib/brotli: only include header files in modules needing them | Patrick Monnerat | 2017-11-13 | 3 | -12/+25 |
* | SMB: fix uninitialized local variable | Daniel Stenberg | 2017-11-13 | 1 | -1/+1 |
* | connect.c: remove executable bit on file | Orgad Shaneh | 2017-11-12 | 1 | -0/+0 |
* | README.md: fixed layout | hsiao yi | 2017-11-12 | 1 | -0/+1 |
* | setopt: split out curl_easy_setopt() to its own file | Daniel Stenberg | 2017-11-10 | 6 | -2566/+2640 |