summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* global_init: ignore CURL_GLOBAL_SSL's absensebagder/global_ssl-removedDaniel Stenberg2017-11-233-10/+9
* 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
* examples: add shared-connection-cacheDaniel Stenberg2017-11-091-1/+2
* test1554: verify connection cache sharingDaniel Stenberg2017-11-095-15/+193
* share: add support for sharing the connection cacheDaniel Stenberg2017-11-0910-128/+230
* imap: deal with commands case insensitivelyDaniel Stenberg2017-11-091-11/+11
* connect: store IPv6 connection status after valid connectionDaniel Stenberg2017-11-091-4/+3
* curl_multi_fdset.3: emphasize curl_multi_timeoutDaniel Stenberg2017-11-091-4/+5
* 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
* fnmatch: remove dead codeDaniel Stenberg2017-11-061-6/+1
* url: remove unncessary NULL-checkDaniel Stenberg2017-11-061-3/+2
* src/Makefile.m32: fix typo in brotli lib customizationViktor Szakats2017-11-061-1/+1
* Makefile.m32: allow to customize brotli libsViktor Szakats2017-11-052-3/+13
* travis: add a job with brotli enabledPatrick Monnerat2017-11-051-0/+18
* Makefile.m32: add brotli supportViktor Szakats2017-11-052-2/+28
* HTTP: implement Brotli content encodingPatrick Monnerat2017-11-0521-32/+633
* HTTP: support multiple Content-EncodingsPatrick Monnerat2017-11-0511-281/+734
* url: remove arg value check from CURLOPT_SSH_AUTH_TYPESJay Satiro2017-11-041-4/+1