aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2015-09-04nss: do not directly access SSL_ImplementedCiphers[]Kamil Dudka
2015-09-03gitignore: ignore more generated VC MakefilesDaniel Stenberg
2015-09-03http2: don't pass on Connection: headersDaniel Stenberg
2015-09-03inet_pton.c: Fix MSVC run-time check failure (2)Marcel Raad
2015-08-31sasl: Only define Curl_sasl_digest_get_pair() when CRYPTO_AUTH enabledSteve Holme
2015-08-31sasl: Updated SPN variables and comments for consistencySteve Holme
2015-08-30win32: Use DES_set_odd_parity() from OpenSSL/BoringSSL by defaultSteve Holme
2015-08-30des: Fixed compilation warning from commit 613e5022feSteve Holme
2015-08-30makefiles: Added our standard copyright headerSteve Holme
2015-08-25cmake: added Windows SSL supportSergei Nikulov
2015-08-24getinfo: added CURLINFO_ACTIVESOCKETRazvan Cojocaru
2015-08-24http2: remove dead codeDaniel Stenberg
2015-08-24ntlm: mark deliberate switch case fall-throughDaniel Stenberg
2015-08-24http2: on_frame_recv: get a proper 'conn' for the debug loggingDaniel Stenberg
2015-08-22CURLOPT_DEFAULT_PROTOCOL: addedNathaniel Waisbrot
2015-08-22NTLM: recent boringssl brought DES_set_odd_parity backDaniel Stenberg
2015-08-21openssl: handle lack of server cert when strict checking disabledAlessandro Ghedini
2015-08-21ftp: clear the do_more bit when the server has connectedDaniel Stenberg
2015-08-20rtsp: stop reading empty DESCRIBE responsesErik Janssen
2015-08-20rtsp: support basic/digest authenticationErik Janssen
2015-08-19inet_pton.c: Fix MSVC run-time check failureMarcel Raad
2015-08-18gitignore: Sort for readabilityJay Satiro
2015-08-11http2: discard frames with no SessionHandleAnders Bakken
2015-08-10build: refer to fixed libidn versionsViktor Szakats
2015-08-10SFTP: fix range request off-by-one in size checkDaniel Stenberg
2015-08-06NTLM: handle auth for only a single requestIsaac Boukris
2015-08-02SSH: three state machine fixupsDaniel Stenberg
2015-08-02curl_gssapi: remove 'const' to fix compiler warningsDaniel Stenberg
2015-08-01sspi: Fix typo from left over from old code which referenced NTLMSteve Holme
2015-08-01win32: Fix compilation warnings from commit 40c921f8b8Steve Holme
2015-08-01schannel: Fix compilation warning from commit 7a8e861a56Steve Holme
2015-07-30http: move HTTP/2 cleanup code off http_disconnect()Kamil Dudka
2015-07-25HTTP: ignore "Content-Encoding: compress"Michael Kaufmann
2015-07-24openssl: work around MSVC warningMarcel Raad
2015-07-23http2: verify success of strchr() in http2_send()Kamil Dudka
2015-07-22Windows: Fix VerifyVersionInfo callsJay Satiro
2015-07-22schannel: Replace deprecated GetVersion with VerifyVersionInfoMarcel Raad
2015-07-21libcurl: VERSIONINFO updatePatrick Monnerat
2015-07-21http2: satisfy external references even if http2 is not compiled in.Patrick Monnerat
2015-07-20http2: add stream != NULL checks for reliabilityDaniel Stenberg
2015-07-17SSL: Add an option to disable certificate revocation checksJay Satiro
2015-07-16ntlm_wb: Fix theoretical memory leakDavid Woodhouse
2015-07-15strerror: Add CRYPT_E_REVOKED to SSPI error stringsJay Satiro
2015-07-14openssl: VMS support for SHA256John Malmberg
2015-07-07http2: Fix memory leak in push header arrayTatsuhiro Tsujikawa
2015-07-02cyassl: fixed mismatched sha256sum function prototypeDan Fandrich
2015-07-01SSL: Pinned public key hash supportmoparisthebest
2015-07-01OpenVMS: VMS Software, Inc now the supplier.John Malmberg
2015-06-24http2: Use nghttp2 library error code for error return valueTatsuhiro Tsujikawa
2015-06-24http2: Harden header validation for curl_pushheader_bynameTatsuhiro Tsujikawa