summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* CURLOPT_MAXREDIRS: allow -1 as a valuebagder/maxredirs-regressionDaniel Stenberg2017-11-012-2/+3
* 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
* ROADMAP: cleanupDaniel Stenberg2017-10-281-83/+7
* ROADMAP.md: spelling fixesMagicansk2017-10-281-15/+15
* Curl_timeleft: change return type to timediff_tDaniel Stenberg2017-10-289-18/+19
* appveyor: add a win32 buildDaniel Stenberg2017-10-271-1/+6
* setopt: fix CURLOPT_SSH_AUTH_TYPES option readDaniel Stenberg2017-10-271-1/+1
* resolvers: only include anything if neededMarcel Raad2017-10-275-27/+28
* HELP-US: rename the subtitle too since the label is changedDaniel Stenberg2017-10-271-1/+1
* curl_setup.h: oops, shorten the too long lineDaniel Stenberg2017-10-271-2/+3
* curl_setup: Improve detection of CURL_WINDOWS_APPMartin Storsjo2017-10-271-1/+1
* transfer: Fix chunked-encoding upload bugJay Satiro2017-10-261-2/+5
* timeval: make timediff_t also work on 32bit windowsDaniel Stenberg2017-10-261-1/+1
* curl_fnmatch: return error on illegal wildcard patternDaniel Stenberg2017-10-263-4/+58
* wildcards: don't use with non-supported protocolsMax Dymond2017-10-265-17/+27
* multi: allow table handle sizes to be overriddenMax Dymond2017-10-251-0/+2
* time: rename Curl_tvnow to Curl_nowDaniel Stenberg2017-10-2523-83/+73
* ftplistparser: follow-up cleanup to remove PL_ERROR()Daniel Stenberg2017-10-251-89/+78
* ftplistparser: free off temporary memory alwaysMax Dymond2017-10-251-41/+51
* timediff: return timediff_t from the time diff functionsDaniel Stenberg2017-10-2522-110/+214
* libtest: Add required test libraries for lib1552 and lib1553Paul Howarth2017-10-241-0/+2
* libcurl-tutorial.3: fix typoAlessandro Ghedini2017-10-241-1/+1
* curl_mime_filedata.3: fix typosAlessandro Ghedini2017-10-231-2/+2
* RELEASE-NOTES: clean slate towards 7.57.0Daniel Stenberg2017-10-231-94/+8
* travis: exit if any steps failMax Dymond2017-10-231-0/+7
* RELEASE-NOTES: 7.56.1curl-7_56_1Daniel Stenberg2017-10-232-10/+21
* THANKS: update at 7.56.1 release timeDaniel Stenberg2017-10-231-0/+8
* mk-ca-bundle: Remove URL for auroraJon DeVree2017-10-221-2/+0
* mk-ca-bundle: Fix URL for NSSJon DeVree2017-10-221-1/+1
* imap: if a FETCH response has no size, don't call write callbackDaniel Stenberg2017-10-221-0/+5
* ftp: reject illegal IP/port in PASV 227 responseDaniel Stenberg2017-10-202-10/+7
* test653: check reuse of easy handle after mime data changePatrick Monnerat2017-10-204-2/+161
* mime: do not reuse previously computed multipart sizePatrick Monnerat2017-10-201-1/+1
* test308: disable if MultiSSL feature enabledPatrick Monnerat2017-10-191-0/+1