aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2016-09-19openssl: don’t call CRYTPO_cleanup_all_ex_dataDaniel Stenberg
2016-09-18darwinssl: disable RC4 cipher-suite supportNick Zitzmann
2016-09-16http2: debug ouput sent HTTP/2 request headersDaniel Stenberg
2016-09-16http: accept "Transfer-Encoding: chunked" for HTTP/2 as wellDaniel Stenberg
2016-09-14openssl: fix per-thread memory leak usiong 1.0.1 or 1.0.2Daniel Stenberg
2016-09-14curl_easy_unescape: deny negative string lengths as inputDaniel Stenberg
2016-09-14curl_easy_escape: deny negative string lengths as inputDaniel Stenberg
2016-09-12mbedtls: switch off NTLM in build if md4 isn't availableTony Kelman
2016-09-11http: refuse to pass on response body with NO_NODY was setDaniel Stenberg
2016-09-10CMake: Try to (un-)hide private library symbolsJakub Zakrzewski
2016-09-09openssl: fix bad memory free (regression)Daniel Stenberg
2016-09-09http2: support > 64bit sized uploadsDaniel Stenberg
2016-09-07errors: new alias CURLE_WEIRD_SERVER_REPLY (8)Jay Satiro
2016-09-07checksrc: detect strtok() useDaniel Stenberg
2016-09-07mk-ca-bundle.pl: use SHA256 instead of SHA1Viktor Szakats
2016-09-06openssl: fix CURLINFO_SSL_VERIFYRESULTGaurav Malhotra
2016-09-06darwinssl: test for errSecSuccess in PKCS12 import rather than noErr (#993)Daniel Gustafsson
2016-09-05openssl: Fix compilation with OPENSSL_API_COMPAT=0x10100000LMarcel Raad
2016-09-05http2: return EOF when done uploading without known sizeDaniel Stenberg
2016-09-05http2: skip the content-length parsing, detect unknown sizeDaniel Stenberg
2016-09-05http2: minor white space editDaniel Stenberg
2016-09-05http2: use named define instead of magic constant in read callbackDaniel Stenberg
2016-09-04speed caps: not based on average speeds anymoreOlivier Brunel
2016-08-31curl_sspi.c: Updated function description commentsSteve Holme
2016-08-30connect: fix #ifdefs for debug versions of conn/streamclose() macrosDaniel Stenberg
2016-08-28http2: return CURLE_HTTP2_STREAM for unexpected stream closeDaniel Stenberg
2016-08-28http2: handle closed streams when uploadingTatsuhiro Tsujikawa
2016-08-28http2: make sure stream errors don't needlessly close the connectionDaniel Stenberg
2016-08-27Curl_verify_windows_version: minor edit to avoid compiler warningsDaniel Stenberg
2016-08-26schannel: Disable ALPN for Wine since it is causing problemsJay Satiro
2016-08-26nss: work around race condition in PK11_FindSlotByName()Peter Wang
2016-08-26nss: refuse previously loaded certificate from fileKamil Dudka
2016-08-26ftp_done: remove dead codeDaniel Stenberg
2016-08-26TLS: random file/egd doesn't have to match for conn reuseDaniel Stenberg
2016-08-25HTTP: stop parsing headers when switching to unknown protocolsMichael Kaufmann