summaryrefslogtreecommitdiff
path: root/lib/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* when producing curllib.dsp, include libcurl.def as a source file.Daniel Stenberg2004-06-091-1/+1
* Added two two missing header files I missed when I removed the noinst_HEADERSDaniel Stenberg2004-05-131-1/+1
* curl_global_init_mem() allows the memory functions to be replaced.Daniel Stenberg2004-05-111-2/+2
* new attempt at an improved DSP-file generationDaniel Stenberg2004-05-111-35/+56
* don't use a magic define nameDaniel Stenberg2004-05-071-2/+2
* Generate curllib.dsp on dist.time from msvcproj.head msvcproj.foot and theDaniel Stenberg2004-05-071-1/+13
* curlx.h is a header to add to the release archive(s)Daniel Stenberg2004-05-061-1/+2
* removed curl_formparse() from the libraryDaniel Stenberg2004-05-041-1/+1
* Major hostip.c cleanup and split into multiple files and easier #ifdefDaniel Stenberg2004-04-261-1/+2
* renamed the strtoofft() macro to curlx_strtoofft() to adjust to the curlx_*Daniel Stenberg2004-04-071-7/+7
* Added the curl source header and changed some commentsDaniel Stenberg2004-04-061-6/+24
* cut off 'curl_' from the strerror file namesDaniel Stenberg2004-03-251-1/+1
* missed the new header fileDaniel Stenberg2004-03-241-1/+1
* Gisle Vanem's fix to replace the bad use of strerror(). This introducesDaniel Stenberg2004-03-241-22/+21
* new netware-related files added to the distributionDaniel Stenberg2004-03-171-1/+2
* David J Meyer's large file support.Daniel Stenberg2004-01-051-1/+2
* use the CORRECT file name! ;-)Daniel Stenberg2003-12-111-1/+1
* added the new amiga files to the distDaniel Stenberg2003-12-101-1/+2
* do the ares stuff in the configure fileDaniel Stenberg2003-12-101-10/+2
* Generate the ca-bundle.h file in the build dir and not in the source dir,Daniel Stenberg2003-11-101-2/+2
* Gisle Vanem's libcurl.dll version info patch appliedDaniel Stenberg2003-11-061-1/+1
* Mac OS X framework build files, contributed by Matt VeenstraDaniel Stenberg2003-11-061-1/+2
* spellfix in the generated comment by Kevin RothDaniel Stenberg2003-11-041-1/+1
* Based on David Hull's fix in bug report 804599, we now check for solarisDaniel Stenberg2003-10-241-3/+7
* password promting support removed from libcurlDaniel Stenberg2003-10-161-2/+2
* Removed extra LDFLAGS assignment. Pointed out in debian bug report #212086Daniel Stenberg2003-10-131-2/+0
* Neil Dunbar provided a patch that now makes libcurl check SSLDaniel Stenberg2003-10-071-1/+1
* reverted the change that blanks LIBSDaniel Stenberg2003-09-141-4/+0
* blank the LIBS variable, as we don't need any libs when we link the lib.Daniel Stenberg2003-09-121-0/+4
* only do chmod if there's a file presentDaniel Stenberg2003-08-281-1/+3
* chmod the cabundle file before we attempt to write to it, to makeDaniel Stenberg2003-08-081-0/+1
* use 644 for the chmodDaniel Stenberg2003-08-071-1/+1
* argh, it wasn't *that* easy to generate the ca-bundle header in the buildDaniel Stenberg2003-08-061-1/+1
* generate the ca-bundle.h in the build dir, and also make sure to chmodDaniel Stenberg2003-08-061-2/+2
* LDFLAGS fix to make the GSSAPI build againDaniel Stenberg2003-08-051-1/+1
* added README.aresDaniel Stenberg2003-08-051-3/+3
* ares awareness/usage/support added. If configure --enable-ares is used, weDaniel Stenberg2003-08-051-7/+16
* With an unknown CA path, we undef the variable. To build properly withoutDaniel Stenberg2003-07-251-0/+4
* Dan Grayson pointed out that we set the CURL_CA_BUNDLE variable wrongly inDaniel Stenberg2003-07-041-2/+9
* Initial take at NTLM authentication. It doesn't really work at this pointDaniel Stenberg2003-06-111-1/+2
* Daniel Kouril's patch that adds HTTP negotiation support to libcurl wasDaniel Stenberg2003-06-101-1/+1
* Initial Digest support. At least partly working.Daniel Stenberg2003-05-221-1/+2
* Gisle Vanem made curl build with djgpp on DOS.Daniel Stenberg2003-05-211-1/+2
* added the sharing of DNS cacheJean-Philippe Barette-LaPierre2003-02-041-1/+1
* share.h is now a used header fileDaniel Stenberg2003-01-091-1/+1
* dllinit.c is removedDaniel Stenberg2002-11-131-1/+1
* check for cygwin and if built on that, enable the no-undefined option forDaniel Stenberg2002-10-211-5/+11
* my first take at a memory leak detection documentDaniel Stenberg2002-10-131-1/+1
* Kevin Roth pointed out that 'make install' failed if built outside theDaniel Stenberg2002-10-071-1/+1
* The -no-undefined flag is CRUCIAL for this to build fine on Cygwin. If weDaniel Stenberg2002-10-041-1/+6