aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2015-10-21checksrc: add crude // detectionDaniel Stenberg
2015-10-21build: fix for MSDOS/djgppGisle Vanem
2015-10-20copyrights: update Gisle Vanem's emailDaniel Stenberg
2015-10-20vtls: fix compiler warning for TLS backends without sha256Daniel Stenberg
2015-10-20vtls: added support for mbedTLSJonas Minnberg
2015-10-17cookies: Add support for Mozilla's Publix Suffix ListTim Rühsen
2015-10-16http2: Don't pass unitialized name+len pairs to nghttp2_submit_requestAnders Bakken
2015-10-16multi: fix off-by-one finit[] array sizeDaniel Stenberg
2015-10-15fread_func: move callback pointer from set to state structDaniel Stenberg
2015-10-11openssl: Fix set up of pkcs12 certificate verification chainErik Johansson
2015-10-09ntlm: error out without 64bit support as the code needs itDaniel Stenberg
2015-10-09curl_global_init: set the memory function pointers correctDaniel Stenberg
2015-10-09curl_global_init_mem: set function pointers before doing initDaniel Stenberg
2015-10-09http2: Fix http2_recv to return -1 if recv returned -1Jay Satiro
2015-10-08ntlm: get rid of unconditional use of long longDaniel Stenberg
2015-10-08des: Fix header conditional for Curl_des_set_odd_parityAnders Bakken
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