| Commit message (Expand) | Author | Age | Files | Lines |
* | Added README.hostip | Daniel Stenberg | 2005-01-14 | 1 | -1/+1 |
* | Added Makefile.Watcom to EXTRA_DIST. | Gisle Vanem | 2005-01-08 | 1 | -1/+1 |
* | Added README.httpauth to the dist | Daniel Stenberg | 2004-11-16 | 1 | -7/+7 |
* | Changes for removing libcurl.def file on Win32. | Gisle Vanem | 2004-11-09 | 1 | -9/+8 |
* | Paul Nolan fix to make libcurl build nicely on Windows CE | Daniel Stenberg | 2004-11-02 | 1 | -3/+3 |
* | Replaced the former date parser with a rewrite. No more yacc/bison needed. | Daniel Stenberg | 2004-09-15 | 1 | -8/+3 |
* | Attempt to quick-fix the getdate problem by post-replacing the getdate.c | Daniel Stenberg | 2004-08-24 | 1 | -3/+2 |
* | removed Makefile.b32.resp from the list. | Gunter Knauf | 2004-07-16 | 1 | -1/+1 |
* | removed the config-netware.h from the release archives | Daniel Stenberg | 2004-07-14 | 1 | -1/+1 |
* | include the Makefile.inc file to get all sources and headers | Daniel Stenberg | 2004-07-04 | 1 | -18/+2 |
* | make clean now removes getdate.c | Daniel Stenberg | 2004-07-02 | 1 | -1/+1 |
* | when producing curllib.dsp, include libcurl.def as a source file. | Daniel Stenberg | 2004-06-09 | 1 | -1/+1 |
* | Added two two missing header files I missed when I removed the noinst_HEADERS | Daniel Stenberg | 2004-05-13 | 1 | -1/+1 |
* | curl_global_init_mem() allows the memory functions to be replaced. | Daniel Stenberg | 2004-05-11 | 1 | -2/+2 |
* | new attempt at an improved DSP-file generation | Daniel Stenberg | 2004-05-11 | 1 | -35/+56 |
* | don't use a magic define name | Daniel Stenberg | 2004-05-07 | 1 | -2/+2 |
* | Generate curllib.dsp on dist.time from msvcproj.head msvcproj.foot and the | Daniel Stenberg | 2004-05-07 | 1 | -1/+13 |
* | curlx.h is a header to add to the release archive(s) | Daniel Stenberg | 2004-05-06 | 1 | -1/+2 |
* | removed curl_formparse() from the library | Daniel Stenberg | 2004-05-04 | 1 | -1/+1 |
* | Major hostip.c cleanup and split into multiple files and easier #ifdef | Daniel Stenberg | 2004-04-26 | 1 | -1/+2 |
* | renamed the strtoofft() macro to curlx_strtoofft() to adjust to the curlx_* | Daniel Stenberg | 2004-04-07 | 1 | -7/+7 |
* | Added the curl source header and changed some comments | Daniel Stenberg | 2004-04-06 | 1 | -6/+24 |
* | cut off 'curl_' from the strerror file names | Daniel Stenberg | 2004-03-25 | 1 | -1/+1 |
* | missed the new header file | Daniel Stenberg | 2004-03-24 | 1 | -1/+1 |
* | Gisle Vanem's fix to replace the bad use of strerror(). This introduces | Daniel Stenberg | 2004-03-24 | 1 | -22/+21 |
* | new netware-related files added to the distribution | Daniel Stenberg | 2004-03-17 | 1 | -1/+2 |
* | David J Meyer's large file support. | Daniel Stenberg | 2004-01-05 | 1 | -1/+2 |
* | use the CORRECT file name! ;-) | Daniel Stenberg | 2003-12-11 | 1 | -1/+1 |
* | added the new amiga files to the dist | Daniel Stenberg | 2003-12-10 | 1 | -1/+2 |
* | do the ares stuff in the configure file | Daniel Stenberg | 2003-12-10 | 1 | -10/+2 |
* | Generate the ca-bundle.h file in the build dir and not in the source dir, | Daniel Stenberg | 2003-11-10 | 1 | -2/+2 |
* | Gisle Vanem's libcurl.dll version info patch applied | Daniel Stenberg | 2003-11-06 | 1 | -1/+1 |
* | Mac OS X framework build files, contributed by Matt Veenstra | Daniel Stenberg | 2003-11-06 | 1 | -1/+2 |
* | spellfix in the generated comment by Kevin Roth | Daniel Stenberg | 2003-11-04 | 1 | -1/+1 |
* | Based on David Hull's fix in bug report 804599, we now check for solaris | Daniel Stenberg | 2003-10-24 | 1 | -3/+7 |
* | password promting support removed from libcurl | Daniel Stenberg | 2003-10-16 | 1 | -2/+2 |
* | Removed extra LDFLAGS assignment. Pointed out in debian bug report #212086 | Daniel Stenberg | 2003-10-13 | 1 | -2/+0 |
* | Neil Dunbar provided a patch that now makes libcurl check SSL | Daniel Stenberg | 2003-10-07 | 1 | -1/+1 |
* | reverted the change that blanks LIBS | Daniel Stenberg | 2003-09-14 | 1 | -4/+0 |
* | blank the LIBS variable, as we don't need any libs when we link the lib. | Daniel Stenberg | 2003-09-12 | 1 | -0/+4 |
* | only do chmod if there's a file present | Daniel Stenberg | 2003-08-28 | 1 | -1/+3 |
* | chmod the cabundle file before we attempt to write to it, to make | Daniel Stenberg | 2003-08-08 | 1 | -0/+1 |
* | use 644 for the chmod | Daniel Stenberg | 2003-08-07 | 1 | -1/+1 |
* | argh, it wasn't *that* easy to generate the ca-bundle header in the build | Daniel Stenberg | 2003-08-06 | 1 | -1/+1 |
* | generate the ca-bundle.h in the build dir, and also make sure to chmod | Daniel Stenberg | 2003-08-06 | 1 | -2/+2 |
* | LDFLAGS fix to make the GSSAPI build again | Daniel Stenberg | 2003-08-05 | 1 | -1/+1 |
* | added README.ares | Daniel Stenberg | 2003-08-05 | 1 | -3/+3 |
* | ares awareness/usage/support added. If configure --enable-ares is used, we | Daniel Stenberg | 2003-08-05 | 1 | -7/+16 |
* | With an unknown CA path, we undef the variable. To build properly without | Daniel Stenberg | 2003-07-25 | 1 | -0/+4 |
* | Dan Grayson pointed out that we set the CURL_CA_BUNDLE variable wrongly in | Daniel Stenberg | 2003-07-04 | 1 | -2/+9 |