summaryrefslogtreecommitdiff
path: root/lib/Makefile.inc
Commit message (Expand)AuthorAgeFilesLines
* Curl_rand: fixed and moved to rand.cDaniel Stenberg2016-11-141-2/+2
* strcasecompare: all case insensitive string compares ignore locale nowDaniel Stenberg2016-10-311-2/+2
* strcasecompare: is the new name for strequal()Daniel Stenberg2016-10-311-2/+2
* loadlibrary: Only load system DLLs from the system directorySteve Holme2016-05-301-2/+2
* http_ntlm: Renamed from curl_ntlm.[c|h]Steve Holme2016-03-271-2/+2
* http_negotiate: Combine GSS-API and SSPI source filesSteve Holme2016-03-261-4/+4
* vauth: Moved the Negotiate authentication code to the new vauth directorySteve Holme2016-03-261-2/+1
* vauth: Moved the Negotiate authentication code to the new vauth directorySteve Holme2016-03-261-1/+3
* vauth: Updated the copyright year after recent changesSteve Holme2016-03-251-1/+1
* vauth: Moved the OAuth 2.0 authentication code to the new vauth directorySteve Holme2016-03-251-1/+1
* vauth: Moved the NTLM authentication code to the new vauth directorySteve Holme2016-03-251-8/+7
* vauth: Moved the Kerberos V5 authentication code to the new vauth directorySteve Holme2016-03-251-3/+3
* vauth: Moved the DIGEST authentication code to the new vauth directorySteve Holme2016-03-251-2/+3
* vauth: Moved the CRAM-MD5 authentication code to the new vauth directorySteve Holme2016-03-251-1/+1
* vauth: Moved the ClearText authentication code to the new vauth directorySteve Holme2016-03-251-1/+1
* vauth: Moved Curl_sasl_build_spn() to create the initial vauth source filesSteve Holme2016-03-251-2/+6
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* vtls: added support for mbedTLSJonas Minnberg2015-10-201-2/+4
* bundles: merged into conncache.cDaniel Stenberg2015-05-121-2/+2
* mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg2015-03-031-1/+2
* By request, change the name of "curl_darwinssl.[ch]" to "darwinssl.[ch]"Nick Zitzmann2015-02-151-2/+2
* schannel: Removed curl_ prefix from source filesSteve Holme2015-02-071-2/+2
* des: Added Curl_des_set_odd_parity()Steve Holme2015-01-281-3/+4
* endian: Fixed Linux compilation issuesSteve Holme2014-12-311-2/+2
* endian: Introduced endian moduleSteve Holme2014-12-311-2/+2
* Makefile.inc: Updated file formattingSteve Holme2014-12-061-37/+37
* sasl_gssapi: Introduced GSS-API based SASL moduleSteve Holme2014-12-021-1/+1
* smb: Added initial source files for SMBBill Nagel2014-11-291-2/+2
* vtls: remove QsoSSLPatrick Monnerat2014-10-131-2/+2
* build: Slight rename of new LIB_* makefile file variablesSteve Holme2014-05-181-7/+7
* Makefile.inc: Added resource file to assist Visual Studio project generationSteve Holme2014-05-111-0/+2
* Makefile.inc: Separated the lib and lib/vtls source file variablesSteve Holme2014-05-091-9/+13
* sasl: Renamed SSPI module following short name clashSteve Holme2014-04-061-1/+1
* sasl: Added initial stub functions for SSPI DIGEST-MD supportSteve Holme2014-04-051-1/+1
* Makefile.inc: use standard source headerDaniel Stenberg2013-12-201-8/+21
* Makefile.inc: specify the vtls sources+headers separatelyDaniel Stenberg2013-12-201-36/+39
* vtls: renamed sslgen.[ch] to vtls.[ch]Daniel Stenberg2013-12-201-2/+2
* openssl: renamed backend files to openssl.[ch]Daniel Stenberg2013-12-201-2/+2
* vtls: moved all TLS/SSL source and header files into subdirDaniel Stenberg2013-12-201-17/+17
* vtls: created subdir, moved sslgen.[ch] there, updated all include linesDaniel Stenberg2013-12-201-2/+2
* sigpipe: factor out sigpipe_reset from easy.cJeff King2013-11-271-1/+1
* Fixed typo in Makefile.inc that left http2.h out of the tar ballDan Fandrich2013-10-121-1/+1
* http2: add http2.[ch] and add nghttp2 version outputDaniel Stenberg2013-09-041-3/+4
* security.h: rename to curl_sec.h to avoid name collisionDaniel Stenberg2013-08-261-1/+1
* FTP: remove krb4 supportDaniel Stenberg2013-08-251-2/+2
* OS400: new SSL backend GSKitPatrick Monnerat2013-07-151-2/+3
* x509asn1.c,x509asn1.h: new module to support ASN.1/X509 parsing & info extractPatrick Monnerat2013-07-151-2/+2
* formpost: better random boundariesDaniel Stenberg2013-06-251-2/+2
* dotdot: introducing dot file path cleanupDaniel Stenberg2013-06-221-2/+2
* Multiple pipelines and limiting the number of connections.Linus Nielsen Feltzing2013-03-131-2/+2