aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-11-13SMB: fix uninitialized local variableDaniel Stenberg
2017-11-12connect.c: remove executable bit on fileOrgad Shaneh
2017-11-12README.md: fixed layouthsiao yi
2017-11-10setopt: split out curl_easy_setopt() to its own fileDaniel Stenberg
2017-11-10cmake: Add missing setmode checkJohn Starks
2017-11-10curl_share_setopt: va_end was not called if conncache errorsDaniel Stenberg
2017-11-10cmake: Correctly include curl.rc in Windows builds (#2064)John Starks
2017-11-09RELEASE-NOTES: synced with 32828cc4fDaniel Stenberg
2017-11-09--interface: add support for Linux VRFLuca Boccassi
2017-11-09curl_share_setopt.3: document CURL_LOCK_DATA_CONNECTDaniel Stenberg
2017-11-09examples: add shared-connection-cacheDaniel Stenberg
2017-11-09test1554: verify connection cache sharingDaniel Stenberg
2017-11-09share: add support for sharing the connection cacheDaniel Stenberg
2017-11-09imap: deal with commands case insensitivelyDaniel Stenberg
2017-11-09connect: store IPv6 connection status after valid connectionDaniel Stenberg
2017-11-09curl_multi_fdset.3: emphasize curl_multi_timeoutDaniel Stenberg
2017-11-09content_encoding: fix inflate_stream for no bytes availableJay Satiro
2017-11-07content_encoding: do not write 0 length dataPatrick Monnerat
2017-11-06fnmatch: remove dead codeDaniel Stenberg
2017-11-06url: remove unncessary NULL-checkDaniel Stenberg
2017-11-06src/Makefile.m32: fix typo in brotli lib customizationViktor Szakats
2017-11-05Makefile.m32: allow to customize brotli libsViktor Szakats
2017-11-05travis: add a job with brotli enabledPatrick Monnerat
2017-11-05Makefile.m32: add brotli supportViktor Szakats
2017-11-05HTTP: implement Brotli content encodingPatrick Monnerat
2017-11-05HTTP: support multiple Content-EncodingsPatrick Monnerat
2017-11-04url: remove arg value check from CURLOPT_SSH_AUTH_TYPESJay Satiro
2017-11-04ntlm: avoid malloc(0) for zero length passwordsDaniel Stenberg
2017-11-04RELEASE-NOTES: synced with ee8016b3dDaniel Stenberg
2017-11-04curl: speed up handling of many URLsDaniel Stenberg
2017-11-04curl: pass through [] in URLs instead of calling globbing errorDaniel Stenberg
2017-11-03CURLOPT_INFILESIZE: accept -1Daniel Stenberg
2017-11-02url: fix CURLOPT_DNS_CACHE_TIMEOUT arg value check to allow -1Jay Satiro
2017-11-01http2: Fixed OOM handling in upgrade requestDan Fandrich
2017-11-01tests: Fixed torture tests on tests 556 and 650Dan Fandrich
2017-11-01CURLOPT_MAXREDIRS: allow -1 as a valueDaniel Stenberg
2017-11-01include: remove conncache.h inclusion from where its not neededDaniel Stenberg
2017-11-01url: fix CURLOPT_POSTFIELDSIZE arg value check to allow -1Jay Satiro
2017-10-31cookie: avoid NULL dereferenceDaniel Stenberg
2017-10-30memdebug: use send/recv signature for curl_dosend/curl_dorecvMarcel Raad
2017-10-30mkhelp.pl: support reproducible buildJuro Bystricky
2017-10-30runtests.pl: Fixed typo in messageDan Fandrich
2017-10-30curlx: the timeval functions are no longer provided as curlx_*Daniel Stenberg
2017-10-30select: update commentsDaniel Stenberg
2017-10-30INTERNALS: remove curlx_tv* functions no longer providedDaniel Stenberg
2017-10-30timeval: use mach time on MacOSDmitri Tikhonov
2017-10-29cli tool: improve ";type=" handling in -F option argumentsPatrick Monnerat
2017-10-29cli tool: in -F option arg, comma is a delimiter for files onlyPatrick Monnerat
2017-10-29timeleft: made two more users of Curl_timeleft use timediff_tDaniel Stenberg
2017-10-28cmake: Export libcurl and curl targets to use by other cmake projectsJakub Zakrzewski