summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* setopt: split out curl_easy_setopt() to its own filebagder/setopt.cDaniel Stenberg2017-11-106-2566/+2640
* 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
* cookie: avoid NULL dereferenceDaniel Stenberg2017-10-311-1/+1
* memdebug: use send/recv signature for curl_dosend/curl_dorecvMarcel Raad2017-10-302-14/+22
* mkhelp.pl: support reproducible buildJuro Bystricky2017-10-301-2/+0
* runtests.pl: Fixed typo in messageDan Fandrich2017-10-301-1/+1
* curlx: the timeval functions are no longer provided as curlx_*Daniel Stenberg2017-10-301-11/+1
* select: update commentsDaniel Stenberg2017-10-301-2/+2
* INTERNALS: remove curlx_tv* functions no longer providedDaniel Stenberg2017-10-301-14/+0
* timeval: use mach time on MacOSDmitri Tikhonov2017-10-304-0/+36
* cli tool: improve ";type=" handling in -F option argumentsPatrick Monnerat2017-10-291-20/+16
* cli tool: in -F option arg, comma is a delimiter for files onlyPatrick Monnerat2017-10-293-20/+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-285-4/+117
* RELEASE-NOTES: synced with f20cbac97Daniel Stenberg2017-10-281-3/+30
* auth: Added test cases for RFC7616Florin2017-10-2815-3/+1098
* auth: add support for RFC7616 - HTTP Digest access authenticationFlorin2017-10-287-46/+455
* TODO: support multiple Content-EncodingsDaniel Bankhead2017-10-282-26/+34