aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2015-11-02formadd: support >2GB files on windowsDaniel Stenberg
2015-10-31curl.h: s/HTTPPOST_/CURL_HTTPOST_Daniel Stenberg
2015-10-29mbedtls: fix "Structurally dead code"Daniel Stenberg
2015-10-29mbedtls: fix "Logically dead code"Daniel Stenberg
2015-10-29Revert "openssl: engine: remove double-free"Daniel Stenberg
2015-10-27openssl: engine: remove double-freeDaniel Stenberg
2015-10-27socks: Fix incorrect port numbers in failed connect messagesJay Satiro
2015-10-23polarssl/mbedtls: fix name space pollutionDaniel Stenberg
2015-10-23mbedTLS: THREADING_SUPPORT compilation fixDmitry S. Baikov
2015-10-23ftp: allow CURLOPT_IGNORE_CONTENT_LENGTH to ignore sizeKurt Fankhauser
2015-10-23http2: s/priority/weightDaniel Stenberg
2015-10-23http2: on_frame_recv: trust the conn/data inputDaniel Stenberg
2015-10-23http2: added three stream prio/deps optionsDaniel Stenberg
2015-10-22mbedtls:new profile with RSA min key len = 1024.m-gardet
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