summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup test1034 and test1035 to require httpbagder/hostname-reject-control-charactersDaniel Stenberg2017-11-222-0/+2
* test1264: verify URL with space in host name being rejectedMichael Kaufmann2017-11-202-1/+37
* url: reject ASCII control characters and space in host namesDaniel Stenberg2017-11-203-48/+45
* 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
* ntlm: avoid malloc(0) for zero length passwordsDaniel Stenberg2017-11-041-1/+1
* RELEASE-NOTES: synced with ee8016b3dDaniel Stenberg2017-11-041-4/+36
* curl: speed up handling of many URLsDaniel Stenberg2017-11-044-11/+63
* curl: pass through [] in URLs instead of calling globbing errorDaniel Stenberg2017-11-043-4/+54
* CURLOPT_INFILESIZE: accept -1Daniel Stenberg2017-11-031-2/+2
* url: fix CURLOPT_DNS_CACHE_TIMEOUT arg value check to allow -1Jay Satiro2017-11-021-1/+1
* http2: Fixed OOM handling in upgrade requestDan Fandrich2017-11-011-1/+4
* tests: Fixed torture tests on tests 556 and 650Dan Fandrich2017-11-012-20/+41
* CURLOPT_MAXREDIRS: allow -1 as a valueDaniel Stenberg2017-11-012-2/+5
* include: remove conncache.h inclusion from where its not neededDaniel Stenberg2017-11-013-3/+0
* url: fix CURLOPT_POSTFIELDSIZE arg value check to allow -1Jay Satiro2017-11-011-1/+3