summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* connect: improve the bind error messageJay Satiro2017-11-231-0/+4
* url: reject ASCII control characters and space in host namesDaniel Stenberg2017-11-221-12/+37
* 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
* resolve: allow IP address within [] bracketsDaniel Stenberg2017-11-171-1/+12
* 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
* URL: return error on malformed URLs with junk after IPv6 bracketMichael Kaufmann2017-11-141-1/+7
* 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
* setopt: split out curl_easy_setopt() to its own fileDaniel Stenberg2017-11-106-2566/+2640
* curl_share_setopt: va_end was not called if conncache errorsDaniel Stenberg2017-11-101-1/+1
* --interface: add support for Linux VRFLuca Boccassi2017-11-091-24/+28
* share: add support for sharing the connection cacheDaniel Stenberg2017-11-099-128/+162
* imap: deal with commands case insensitivelyDaniel Stenberg2017-11-091-11/+11
* connect: store IPv6 connection status after valid connectionDaniel Stenberg2017-11-091-4/+3
* 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
* Makefile.m32: allow to customize brotli libsViktor Szakats2017-11-051-2/+7
* Makefile.m32: add brotli supportViktor Szakats2017-11-051-1/+14
* HTTP: implement Brotli content encodingPatrick Monnerat2017-11-053-3/+175
* HTTP: support multiple Content-EncodingsPatrick Monnerat2017-11-057-272/+532
* 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
* 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
* CURLOPT_MAXREDIRS: allow -1 as a valueDaniel Stenberg2017-11-011-1/+1
* 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
* cookie: avoid NULL dereferenceDaniel Stenberg2017-10-311-1/+1
* memdebug: use send/recv signature for curl_dosend/curl_dorecvMarcel Raad2017-10-302-14/+22
* curlx: the timeval functions are no longer provided as curlx_*Daniel Stenberg2017-10-301-11/+1
* select: update commentsDaniel Stenberg2017-10-301-2/+2
* timeval: use mach time on MacOSDmitri Tikhonov2017-10-302-0/+34
* timeleft: made two more users of Curl_timeleft use timediff_tDaniel Stenberg2017-10-292-2/+2
* cmake: Export libcurl and curl targets to use by other cmake projectsJakub Zakrzewski2017-10-281-1/+18
* auth: add support for RFC7616 - HTTP Digest access authenticationFlorin2017-10-286-45/+454
* Curl_timeleft: change return type to timediff_tDaniel Stenberg2017-10-289-18/+19
* setopt: fix CURLOPT_SSH_AUTH_TYPES option readDaniel Stenberg2017-10-271-1/+1
* resolvers: only include anything if neededMarcel Raad2017-10-275-27/+28
* curl_setup.h: oops, shorten the too long lineDaniel Stenberg2017-10-271-2/+3