aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.am
AgeCommit message (Collapse)Author
2004-01-05David J Meyer's large file support.Daniel Stenberg
2003-12-11use the CORRECT file name! ;-)Daniel Stenberg
2003-12-10added the new amiga files to the distDaniel Stenberg
2003-12-10do the ares stuff in the configure fileDaniel Stenberg
2003-11-10Generate the ca-bundle.h file in the build dir and not in the source dir,Daniel Stenberg
which works nicely since the build dir is before the source dir in the include path.
2003-11-06Gisle Vanem's libcurl.dll version info patch appliedDaniel Stenberg
2003-11-06Mac OS X framework build files, contributed by Matt VeenstraDaniel Stenberg
2003-11-04spellfix in the generated comment by Kevin RothDaniel Stenberg
2003-10-24Based on David Hull's fix in bug report 804599, we now check for solarisDaniel Stenberg
and gcc, to set the -mimpure-text link flag for linking the lib better.
2003-10-16password promting support removed from libcurlDaniel Stenberg
2003-10-13Removed extra LDFLAGS assignment. Pointed out in debian bug report #212086Daniel Stenberg
(http://bugs.debian.org/212086). Patch by Domenico Andreoli.
2003-10-07 Neil Dunbar provided a patch that now makes libcurl check SSLDaniel Stenberg
subjectAltNames when matching certs. This is apparently detailed in RFC2818 as the right thing to do. I had to add configure checks for inet_pton() and our own (strictly speaking, code from BIND written by Paul Vixie) provided code for the function for platforms that miss it.
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
make distcheck run fine
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
dir instead of the source dir, reverting that change
2003-08-06generate the ca-bundle.h in the build dir, and also make sure to chmodDaniel Stenberg
the file in the dist-hook to make distcheck run fine
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
build libcurl to use ares for asynch name resolves.
2003-07-25With an unknown CA path, we undef the variable. To build properly withoutDaniel Stenberg
SSL/CA.
2003-07-04Dan Grayson pointed out that we set the CURL_CA_BUNDLE variable wrongly inDaniel Stenberg
the configure script. We set it differently now and generate the lib/ca-bundle.h file entirely.
2003-06-11Initial take at NTLM authentication. It doesn't really work at this pointDaniel Stenberg
but the infrastructure is there.
2003-06-10Daniel Kouril's patch that adds HTTP negotiation support to libcurl wasDaniel Stenberg
added.
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
libtool. Otherwise disable it.
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
sourcedir if we're not using $(srcdir) properly.
2002-10-04The -no-undefined flag is CRUCIAL for this to build fine on Cygwin. If weDaniel Stenberg
find a case in which we need to remove this flag, we should most likely write a configure check that detects when this flag is needed and when its not.
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
proceed fine with the already existing options, just having a different internal library default for capath.
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