summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* curl-config: add --ssl-backendsbagder/curl-config-ssl-backendsDaniel Stenberg2017-11-303-2/+12
* 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
* 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
* BUGS: spellcheckedDaniel Stenberg2017-11-201-4/+4
* examples/curlx: Fix code stylefmmedeiros2017-11-181-1/+2
* resolve: allow IP address within [] bracketsDaniel Stenberg2017-11-175-3/+74
* 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
* TODO: ignore private IP addresses in PASV responseDaniel Stenberg2017-11-141-7/+14
* RELEASE-NOTES: synced with ae7369b6dDaniel Stenberg2017-11-141-7/+20
* URL: return error on malformed URLs with junk after IPv6 bracketMichael Kaufmann2017-11-143-2/+45
* INTERNALS: we may use libidn2 now, not libidnDaniel Stenberg2017-11-141-1/+1
* 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
* README.md: fixed layouthsiao yi2017-11-121-0/+1
* setopt: split out curl_easy_setopt() to its own fileDaniel Stenberg2017-11-106-2566/+2640
* cmake: Add missing setmode checkJohn Starks2017-11-101-0/+1
* curl_share_setopt: va_end was not called if conncache errorsDaniel Stenberg2017-11-101-1/+1
* cmake: Correctly include curl.rc in Windows builds (#2064)John Starks2017-11-101-1/+1
* RELEASE-NOTES: synced with 32828cc4fDaniel Stenberg2017-11-091-5/+26
* --interface: add support for Linux VRFLuca Boccassi2017-11-092-24/+32
* curl_share_setopt.3: document CURL_LOCK_DATA_CONNECTDaniel Stenberg2017-11-091-1/+8