aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.am
AgeCommit message (Expand)Author
2003-10-16password promting support removed from libcurlDaniel Stenberg
2003-10-13Removed extra LDFLAGS assignment. Pointed out in debian bug report #212086Daniel Stenberg
2003-10-07 Neil Dunbar provided a patch that now makes libcurl check SSLDaniel Stenberg
2003-09-14reverted the change that blanks LIBSDaniel Stenberg
2003-09-12blank the LIBS variable, as we don't need any libs when we link the lib.Daniel Stenberg
2003-08-28only do chmod if there's a file presentDaniel Stenberg
2003-08-08chmod the cabundle file before we attempt to write to it, to makeDaniel Stenberg
2003-08-07use 644 for the chmodDaniel Stenberg
2003-08-06argh, it wasn't *that* easy to generate the ca-bundle header in the buildDaniel Stenberg
2003-08-06generate the ca-bundle.h in the build dir, and also make sure to chmodDaniel Stenberg
2003-08-05LDFLAGS fix to make the GSSAPI build againDaniel Stenberg
2003-08-05added README.aresDaniel Stenberg
2003-08-05ares awareness/usage/support added. If configure --enable-ares is used, weDaniel Stenberg
2003-07-25With an unknown CA path, we undef the variable. To build properly withoutDaniel Stenberg
2003-07-04Dan Grayson pointed out that we set the CURL_CA_BUNDLE variable wrongly inDaniel Stenberg
2003-06-11Initial take at NTLM authentication. It doesn't really work at this pointDaniel Stenberg
2003-06-10Daniel Kouril's patch that adds HTTP negotiation support to libcurl wasDaniel Stenberg
2003-05-22Initial Digest support. At least partly working.Daniel Stenberg
2003-05-21 Gisle Vanem made curl build with djgpp on DOS.Daniel Stenberg
2003-02-04added the sharing of DNS cacheJean-Philippe Barette-LaPierre
2003-01-09share.h is now a used header fileDaniel Stenberg
2002-11-13dllinit.c is removedDaniel Stenberg
2002-10-21check for cygwin and if built on that, enable the no-undefined option forDaniel Stenberg
2002-10-13my first take at a memory leak detection documentDaniel Stenberg
2002-10-07Kevin Roth pointed out that 'make install' failed if built outside theDaniel Stenberg
2002-10-04The -no-undefined flag is CRUCIAL for this to build fine on Cygwin. If weDaniel Stenberg
2002-09-03fixed the dist-hook and added the missing header fileDaniel Stenberg
2002-09-02James Gallagher's Content-Encoding workDaniel Stenberg
2002-08-30CURLE_SSL_INSECURE is removed again and so is CURLOPT_SSL_INSECURE, weDaniel Stenberg
2002-08-30support DESTDIR for the bundleDaniel Stenberg
2002-08-30ca-bundle stuff for configure and generated header fileDaniel Stenberg
2002-08-22allow undefined symbols!Daniel Stenberg
2002-08-13Sterling Hughes brings the share interfaceDaniel Stenberg
2002-04-10added RISCOS makefileDaniel Stenberg
2002-03-19removed multi.hDaniel Stenberg
2002-03-06Brad corrected the include path (again)Daniel Stenberg
2002-02-27made building outside the source tree work again, Kevin Roth reportedDaniel Stenberg
2002-02-25automake usage and options cleanupDaniel Stenberg
2002-02-22lib/config.h.in added to distDaniel Stenberg
2002-02-07moved the config-* files here from the ../Makefile.amDaniel Stenberg
2002-01-03merged the multi-dev branch back into MAIN againDaniel Stenberg
2002-01-03Sterling Hughes' provided initial DNS cache source code.Daniel Stenberg
2001-11-27Eric Lavigne updatesDaniel Stenberg
2001-10-16Kevin Roth's cygwin adjustmentDaniel Stenberg
2001-10-01introduced non-blocking connectsDaniel Stenberg
2001-08-28up'ed the version-infoDaniel Stenberg
2001-08-20Albert Chin's neat configure/package fixesDaniel Stenberg
2001-08-15added getinfo.hDaniel Stenberg
2001-06-11corrected the -version-infoDaniel Stenberg
2001-05-29Added strtok.[ch]Daniel Stenberg