summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2016-10-31ftp: check for previous patch must be case sensitive!Daniel Stenberg
2016-10-31SSH: check md5 fingerprint case sensitivelyDaniel Stenberg
2016-10-31connectionexists: use case sensitive user/password comparisonsDaniel Stenberg
2016-10-31base64: check for integer overflow on large inputDaniel Stenberg
2016-10-31krb5: avoid realloc(0)Daniel Stenberg
2016-10-31aprintf: detect wrap-around when growing allocationDaniel Stenberg
2016-10-31parsedate: handle cut off numbers betterDaniel Stenberg
2016-10-31escape: avoid using curl_easy_unescape() internallyDaniel Stenberg
2016-10-31unescape: avoid integer overflowDaniel Stenberg
2016-10-31cookies: getlist() now holds deep copies of all cookiesDaniel Stenberg
2016-10-31idn: switch to libidn2 use and IDNA2008 supportDaniel Stenberg
2016-10-31urlparse: accept '#' as end of host nameDaniel Stenberg
2016-10-30mk-ca-bundle.vbs: Fix UTF-8 outputJay Satiro
2016-10-26mbedtls: stop using deprecated include fileDaniel Stenberg
2016-10-25nss: fix tight loop in non-blocking TLS handhsake over proxyMartin Frodl
2016-10-25mk-ca-bundle: Update the vbscript versionJay Satiro
2016-10-24mk-ca-bundle: Change URL retrieval to HTTPS-only by defaultJay Satiro
2016-10-22multi: force connections to get closed in close_all_connectionsDaniel Stenberg
2016-10-22curl_multi_remove_handle: fix a double-freeAnders Bakken
2016-10-19curl_multi_add_handle: set timeouts in closure handlesDaniel Stenberg
2016-10-18s/cURL/curlDaniel Stenberg
2016-10-18polarssl: indented code, removed unused variablesDaniel Stenberg
2016-10-18polarssl: reduce #ifdef madness with a macroDaniel Stenberg
2016-10-18polarssl: fix unaligned SSL session-id lockDaniel Stenberg
2016-10-18Curl_polarsslthreadlock_thread_setup: clear array at initDaniel Stenberg
2016-10-18gopher: properly return error for poll failuresDaniel Stenberg
2016-10-18select: switch to macros in uppercaseDaniel Stenberg
2016-10-18select: use more proper macro-looking namesDaniel Stenberg
2016-10-18Curl_socket_check: add extra check to avoid integer overflowDaniel Stenberg
2016-10-17url: skip to-be-closed connections when pipelining (follow-up)Jay Satiro
2016-10-16win: fix Universal Windows Platform buildMarcel Raad
2016-10-14url: skip to-be-closed connections when pipeliningRider Linden
2016-10-13vtls: only re-use session-ids using the same schemeDaniel Stenberg
2016-10-10cmake: add nghttp2 supportRemo E
2016-10-10resolve: add error message when resolving using SIGALRMAndreas Streichardt
2016-10-09smb: properly check incoming packet boundariesTobias Stoeckmann
2016-10-08mprintf: return error on too many argumentsDaniel Stenberg
2016-10-08ftp: fix Curl_ftpsendf()Daniel Stenberg
2016-10-08formpost: avoid silent snprintf() truncationDaniel Stenberg
2016-10-04memdup: use 'void *' as return and source typeDaniel Stenberg
2016-10-04formpost: trying to attach a directory no longer crashesDaniel Stenberg
2016-10-03cookies: same domain handling changed to match browser behaviorSergei Kuzmin
2016-09-22New libcurl option to keep sending on errorMichael Kaufmann
2016-09-22nss: add chacha20-poly1305 cipher suites if supported by NSSKamil Dudka
2016-09-22nss: add cipher suites using SHA384 if supported by NSSKamil Dudka
2016-09-22nss: fix typo in ecdhe_rsa_null cipher suite stringKamil Dudka
2016-09-20easy: Reset all statistical session info in curl_easy_resetJay Satiro
2016-09-19darwinssl: Fix typo in commentDaniel Gustafsson
2016-09-19libressl: fix version outputBernard Spil
2016-09-19openssl: don't call ERR_remote_thread_state on >= 1.1.0Daniel Stenberg