summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Curl_timeleft: change return type to timediff_tbagder/timeleft-timediff_tDaniel Stenberg2017-10-279-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
* runtests: support MultiSSL client featurePatrick Monnerat2017-10-191-0/+15
* vtls: change struct Curl_ssl `close' field name to `close_one'.Patrick Monnerat2017-10-1912-14/+14
* os400: add missing symbols in config file.Patrick Monnerat2017-10-193-5/+13
* test652: curl_mime_data + base64 encoder with large contentsPatrick Monnerat2017-10-194-1/+491
* mime: limit bas64-encoded lines length to 76 charactersPatrick Monnerat2017-10-192-4/+4
* RELEASE-NOTES: synced with f121575c0Daniel Stenberg2017-10-161-4/+24
* setopt: range check most long optionsDaniel Stenberg2017-10-161-39/+154
* setopt: avoid integer overflows when setting millsecond valuesDaniel Stenberg2017-10-164-10/+26
* makefile.m32: allow to override gcc, ar and ranlibViktor Szakats2017-10-152-7/+24
* ldap: silence clang warningViktor Szakats2017-10-151-1/+3
* runtests: use valgrind for torture as wellDaniel Stenberg2017-10-141-8/+34
* memdebug: trace send, recv and socketDaniel Stenberg2017-10-145-18/+73
* configure: remove the C++ compiler checkDaniel Stenberg2017-10-141-1/+0
* mime: do not call failf() if easy handle is NULL.Patrick Monnerat2017-10-131-1/+2
* test651: curl_formadd with huge COPYCONTENTSDaniel Stenberg2017-10-134-2/+172
* mime: fix the content reader to handle >16K data properlyDaniel Stenberg2017-10-131-2/+1
* mime: keep "text/plain" content type if user-specified.Patrick Monnerat2017-10-127-27/+35
* cli tool: use file2memory() to buffer stdin in -F option.Patrick Monnerat2017-10-121-38/+15
* cli tool: reimplement stdin buffering in -F option.Patrick Monnerat2017-10-123-14/+153
* winbuild/BUILD.WINDOWS.txt: mention WITH_NGHTTP2Daniel Stenberg2017-10-121-0/+1