aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-25time: rename Curl_tvnow to Curl_nowDaniel Stenberg
2017-10-25ftplistparser: follow-up cleanup to remove PL_ERROR()Daniel Stenberg
2017-10-25ftplistparser: free off temporary memory alwaysMax Dymond
2017-10-25timediff: return timediff_t from the time diff functionsDaniel Stenberg
2017-10-24libtest: Add required test libraries for lib1552 and lib1553Paul Howarth
2017-10-24libcurl-tutorial.3: fix typoAlessandro Ghedini
2017-10-23curl_mime_filedata.3: fix typosAlessandro Ghedini
2017-10-23RELEASE-NOTES: clean slate towards 7.57.0Daniel Stenberg
2017-10-23travis: exit if any steps failMax Dymond
2017-10-23RELEASE-NOTES: 7.56.1Daniel Stenberg
2017-10-23THANKS: update at 7.56.1 release timeDaniel Stenberg
2017-10-22mk-ca-bundle: Remove URL for auroraJon DeVree
2017-10-22mk-ca-bundle: Fix URL for NSSJon DeVree
2017-10-22imap: if a FETCH response has no size, don't call write callbackDaniel Stenberg
2017-10-20ftp: reject illegal IP/port in PASV 227 responseDaniel Stenberg
2017-10-20test653: check reuse of easy handle after mime data changePatrick Monnerat
2017-10-20mime: do not reuse previously computed multipart sizePatrick Monnerat
2017-10-19test308: disable if MultiSSL feature enabledPatrick Monnerat
2017-10-19runtests: support MultiSSL client featurePatrick Monnerat
2017-10-19vtls: change struct Curl_ssl `close' field name to `close_one'.Patrick Monnerat
2017-10-19os400: add missing symbols in config file.Patrick Monnerat
2017-10-19test652: curl_mime_data + base64 encoder with large contentsPatrick Monnerat
2017-10-19mime: limit bas64-encoded lines length to 76 charactersPatrick Monnerat
2017-10-16RELEASE-NOTES: synced with f121575c0Daniel Stenberg
2017-10-16setopt: range check most long optionsDaniel Stenberg
2017-10-16setopt: avoid integer overflows when setting millsecond valuesDaniel Stenberg
2017-10-15makefile.m32: allow to override gcc, ar and ranlibViktor Szakats
2017-10-15ldap: silence clang warningViktor Szakats
2017-10-14runtests: use valgrind for torture as wellDaniel Stenberg
2017-10-14memdebug: trace send, recv and socketDaniel Stenberg
2017-10-14configure: remove the C++ compiler checkDaniel Stenberg
2017-10-13mime: do not call failf() if easy handle is NULL.Patrick Monnerat
2017-10-13test651: curl_formadd with huge COPYCONTENTSDaniel Stenberg
2017-10-13mime: fix the content reader to handle >16K data properlyDaniel Stenberg
2017-10-12mime: keep "text/plain" content type if user-specified.Patrick Monnerat
2017-10-12cli tool: use file2memory() to buffer stdin in -F option.Patrick Monnerat
2017-10-12cli tool: reimplement stdin buffering in -F option.Patrick Monnerat
2017-10-12winbuild/BUILD.WINDOWS.txt: mention WITH_NGHTTP2Daniel Stenberg
2017-10-12HELP-US: the label "PR-welcome" is now renamed to "help wanted"Daniel Stenberg
2017-10-11RELEASE-NOTES: synced with 5505df7d2Daniel Stenberg
2017-10-11url: Update current connection SSL verify params in setoptArtak Galoyan
2017-10-11openssl: don't use old BORINGSSL_YYYYMM macrosDavid Benjamin
2017-10-10test950; verify SMTP with custom requestDaniel Stenberg
2017-10-10ftpserver: support case insensitive commandsDaniel Stenberg
2017-10-10smtp_done: free data before returning (on send failure)Daniel Stenberg
2017-10-10FTP: URL decode path for dir listing in nocwd modeDaniel Stenberg
2017-10-09test298: verify --ftp-method nowcwd with URL encoded pathDaniel Stenberg
2017-10-09CURLOPT_XFERINFODATA.3: fix duplicate see alsoDaniel Stenberg
2017-10-09CURLOPT_NOPROGRESS.3: also refer to xferinfofunctionDaniel Stenberg
2017-10-09FAQ: s/CURLOPT_PROGRESSFUNCTION/CURLOPT_XFERINFOFUNCTIONDaniel Stenberg