summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Curl_timeleft: change return type to timediff_tbagder/timeleft-timediff_tDaniel Stenberg2017-10-279-18/+19
* setopt: fix CURLOPT_SSH_AUTH_TYPES option readDaniel Stenberg2017-10-271-1/+1
* resolvers: only include anything if neededMarcel Raad2017-10-275-27/+28
* 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-261-3/+5
* 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-2522-82/+72
* 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-2518-101/+105
* 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-201-4/+5
* mime: do not reuse previously computed multipart sizePatrick Monnerat2017-10-201-1/+1
* 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-191-2/+8
* mime: limit bas64-encoded lines length to 76 charactersPatrick Monnerat2017-10-191-2/+2
* setopt: range check most long optionsDaniel Stenberg2017-10-161-39/+154
* setopt: avoid integer overflows when setting millsecond valuesDaniel Stenberg2017-10-161-3/+15
* makefile.m32: allow to override gcc, ar and ranlibViktor Szakats2017-10-151-4/+14
* ldap: silence clang warningViktor Szakats2017-10-151-1/+3
* memdebug: trace send, recv and socketDaniel Stenberg2017-10-143-4/+43
* mime: do not call failf() if easy handle is NULL.Patrick Monnerat2017-10-131-1/+2
* 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-122-9/+12
* 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
* 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-101-12/+9
* openssl: enable PKCS12 support for !BoringSSLDaniel Stenberg2017-10-091-2/+4
* 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-091-2/+4
* 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
* mime: be tolerant about setting twice the same header list in a part.Patrick Monnerat2017-10-081-1/+2
* Revert "multi_done: wait for name resolve to finish if still ongoing"Daniel Stenberg2017-10-081-6/+0
* 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-071-2/+9
* vtls: fix warnings with --disable-crypto-authMarcel Raad2017-10-061-0/+4
* multi_cleanup: call DONE on handles that never got thatDaniel Stenberg2017-10-061-18/+21
* 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