summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2015-10-04getinfo: Fix return code for unknown CURLINFO optionsJay Satiro
2015-10-01gopher: don't send NUL byteOrange Tsai
2015-09-30win32: make recent Borland compilers use long longThorsten Schöning
2015-09-28openssl: Fix algorithm initMichael Kalinin
2015-09-27http2: set TCP_NODELAY unconditionallyDaniel Stenberg
2015-09-27http2: avoid superfluous Curl_expire() callsDaniel Stenberg
2015-09-27readwrite_data: set a max number of loopsDaniel Stenberg
2015-09-26FTP: fix uploading ASCII with unknown sizeDaniel Stenberg
2015-09-26build: fix failures with -Wcast-align and -WerrorTatsuhiro Tsujikawa
2015-09-23gnutls: Report actual GnuTLS error message for certificate errorsMike Crowe
2015-09-22gnutls: Support CURLOPT_KEYPASSWDMike Crowe
2015-09-22CURLINFO_TLS_SESSION: always return backend infoDaniel Stenberg
2015-09-19vtls: Change designator name for server's pubkey hashJay Satiro
2015-09-19NTLM: Reset auth-done when using a fresh connectionIsaac Boukris
2015-09-19ssl: add server cert's "sha256//" hash to verboseDaniel Hwang
2015-09-19openldap: only part of LDAP query results receivedJakub Zakrzewski
2015-09-19openssl: don't output certinfo dataAlessandro Ghedini
2015-09-19openssl: refactor certificate parsing to use OpenSSL memory BIOAlessandro Ghedini
2015-09-18nss: prevent NSS from incorrectly re-using a sessionKamil Dudka
2015-09-18nss: check return values of NSS functionsKamil Dudka
2015-09-17openssl: build with < 0.9.8Daniel Stenberg
2015-09-13http2: removed unused functionDaniel Stenberg
2015-09-10curl_sspi: fix possibly undefined CRYPT_E_REVOKEDJay Satiro
2015-09-08parse_proxy: reject illegal port numbersDaniel Stenberg
2015-09-08FTP: do_more: add check for wait_data_conn in upload caseDaniel Stenberg
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