aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.am
AgeCommit message (Expand)Author
2004-05-13Added two two missing header files I missed when I removed the noinst_HEADERSDaniel Stenberg
2004-05-11curl_global_init_mem() allows the memory functions to be replaced.Daniel Stenberg
2004-05-11new attempt at an improved DSP-file generationDaniel Stenberg
2004-05-07don't use a magic define nameDaniel Stenberg
2004-05-07Generate curllib.dsp on dist.time from msvcproj.head msvcproj.foot and theDaniel Stenberg
2004-05-06curlx.h is a header to add to the release archive(s)Daniel Stenberg
2004-05-04removed curl_formparse() from the libraryDaniel Stenberg
2004-04-26Major hostip.c cleanup and split into multiple files and easier #ifdefDaniel Stenberg
2004-04-07renamed the strtoofft() macro to curlx_strtoofft() to adjust to the curlx_*Daniel Stenberg
2004-04-06Added the curl source header and changed some commentsDaniel Stenberg
2004-03-25cut off 'curl_' from the strerror file namesDaniel Stenberg
2004-03-24missed the new header fileDaniel Stenberg
2004-03-24Gisle Vanem's fix to replace the bad use of strerror(). This introducesDaniel Stenberg
2004-03-17new netware-related files added to the distributionDaniel Stenberg
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
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
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