summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup correct the range checks for *_RESUME_FROM*bagder/setopt-ms-integer-overflowsDaniel Stenberg2017-10-151-2/+2
* fixup mistakes in the range checksDaniel Stenberg2017-10-151-4/+4
* setopt: range check most long optionsDaniel Stenberg2017-10-141-36/+151
* setopt: avoid integer overflows when setting millsecond valuesDaniel Stenberg2017-10-144-10/+26
* 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
* HELP-US: the label "PR-welcome" is now renamed to "help wanted"Daniel Stenberg2017-10-121-3/+3
* RELEASE-NOTES: synced with 5505df7d2Daniel Stenberg2017-10-111-5/+30
* url: Update current connection SSL verify params in setoptArtak Galoyan2017-10-111-0/+30
* openssl: don't use old BORINGSSL_YYYYMM macrosDavid Benjamin2017-10-111-3/+2
* test950; verify SMTP with custom requestDaniel Stenberg2017-10-102-1/+44
* ftpserver: support case insensitive commandsDaniel Stenberg2017-10-101-1/+1
* smtp_done: free data before returning (on send failure)Daniel Stenberg2017-10-101-3/+3
* FTP: URL decode path for dir listing in nocwd modeDaniel Stenberg2017-10-103-13/+64
* test298: verify --ftp-method nowcwd with URL encoded pathDaniel Stenberg2017-10-091-1/+1
* CURLOPT_XFERINFODATA.3: fix duplicate see alsoDaniel Stenberg2017-10-091-2/+2
* CURLOPT_NOPROGRESS.3: also refer to xferinfofunctionDaniel Stenberg2017-10-091-5/+5
* FAQ: s/CURLOPT_PROGRESSFUNCTION/CURLOPT_XFERINFOFUNCTIONDaniel Stenberg2017-10-091-1/+1
* openssl: enable PKCS12 support for !BoringSSLDaniel Stenberg2017-10-093-7/+5
* curl: don't pass semicolons when parsing Content-DispositionKristiyan Tsaklev2017-10-092-10/+7
* mime: properly unbind mime structure in curl_mime_free().Patrick Monnerat2017-10-091-0/+1
* RTSP: avoid integer overflow on funny RTSP responseDaniel Stenberg2017-10-093-3/+60
* ftpserver: properly reset $ftptargetdir.Patrick Monnerat2017-10-081-1/+1
* test643: verify curl_mime_subparts() rejects cyclic additions.Patrick Monnerat2017-10-081-0/+27
* mime: refuse to add subparts to one of their own descendants.Patrick Monnerat2017-10-081-0/+15
* mime: avoid resetting a part's encoder when part's contents change.Patrick Monnerat2017-10-081-1/+0
* mime: improve unbinding top multipart from easy handle.Patrick Monnerat2017-10-083-13/+45
* RELEASE-NOTES: synced with a4c1c75da30af1Daniel Stenberg2017-10-081-177/+36
* curlver.h: next expected release is 7.57.0Daniel Stenberg2017-10-081-3/+3
* mime: be tolerant about setting twice the same header list in a part.Patrick Monnerat2017-10-081-1/+2
* docs: clarify form/mime usage of non-regular data files.Patrick Monnerat2017-10-083-5/+12
* Revert "multi_done: wait for name resolve to finish if still ongoing"Daniel Stenberg2017-10-082-6/+2
* remove_handle: call multi_done() first, then clear dns cache pointerDaniel Stenberg2017-10-071-6/+7
* multi_done: wait for name resolve to finish if still ongoingDaniel Stenberg2017-10-071-0/+6
* pingpong: return error when trying to send without connectionDaniel Stenberg2017-10-075-4/+175
* tests: added flaky keyword to tests 587 and 644Dan Fandrich2017-10-062-0/+2
* vtls: fix warnings with --disable-crypto-authMarcel Raad2017-10-061-0/+4
* multi_cleanup: call DONE on handles that never got thatDaniel Stenberg2017-10-065-20/+171
* strtoofft: Remove extraneous null checkBenbuck Nason2017-10-061-1/+4
* openssl: fix build without HAVE_OPAQUE_EVP_PKEYDaniel Stenberg2017-10-061-1/+1
* lib/config-win32.h: let SMB/SMBS be enabled with OpenSSL/NSSViktor Szakats2017-10-061-2/+0
* build: fix --disable-crypto-authDaniel Stenberg2017-10-052-1/+11
* darwinssl: add support for TLSv1.3Nick Zitzmann2017-10-052-12/+83
* docs: fix typo in curl_mime_data_cb man pageFelix Kaiser2017-10-041-1/+1
* lib/Makefile.m32: allow customizing dll suffixesViktor Szakats2017-10-041-2/+6