Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-05-07 | don't use a magic define name | Daniel Stenberg | |
2004-05-07 | Generate curllib.dsp on dist.time from msvcproj.head msvcproj.foot and the | Daniel Stenberg | |
known source files. Not actually verified to work yet. | |||
2004-05-06 | curlx.h is a header to add to the release archive(s) | Daniel Stenberg | |
2004-05-04 | removed curl_formparse() from the library | Daniel Stenberg | |
2004-04-26 | Major hostip.c cleanup and split into multiple files and easier #ifdef | Daniel Stenberg | |
usage. | |||
2004-04-07 | renamed the strtoofft() macro to curlx_strtoofft() to adjust to the curlx_* | Daniel Stenberg | |
concept, and added lib/README.curlx to explain details about it | |||
2004-04-06 | Added the curl source header and changed some comments | Daniel Stenberg | |
2004-03-25 | cut off 'curl_' from the strerror file names | Daniel Stenberg | |
2004-03-24 | missed the new header file | Daniel Stenberg | |
2004-03-24 | Gisle Vanem's fix to replace the bad use of strerror(). This introduces | Daniel Stenberg | |
Curl_strerror() that attempts to be thread-safe _and_ works on Windows too! | |||
2004-03-17 | new netware-related files added to the distribution | Daniel Stenberg | |
2004-01-05 | David J Meyer's large file support. | Daniel Stenberg | |
2003-12-11 | use the CORRECT file name! ;-) | Daniel Stenberg | |
2003-12-10 | added the new amiga files to the dist | Daniel Stenberg | |
2003-12-10 | do the ares stuff in the configure file | Daniel Stenberg | |
2003-11-10 | Generate 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-06 | Gisle Vanem's libcurl.dll version info patch applied | Daniel Stenberg | |
2003-11-06 | Mac OS X framework build files, contributed by Matt Veenstra | Daniel Stenberg | |
2003-11-04 | spellfix in the generated comment by Kevin Roth | Daniel Stenberg | |
2003-10-24 | Based on David Hull's fix in bug report 804599, we now check for solaris | Daniel Stenberg | |
and gcc, to set the -mimpure-text link flag for linking the lib better. | |||
2003-10-16 | password promting support removed from libcurl | Daniel Stenberg | |
2003-10-13 | Removed extra LDFLAGS assignment. Pointed out in debian bug report #212086 | Daniel Stenberg | |
(http://bugs.debian.org/212086). Patch by Domenico Andreoli. | |||
2003-10-07 | Neil Dunbar provided a patch that now makes libcurl check SSL | Daniel 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-14 | reverted the change that blanks LIBS | Daniel Stenberg | |
2003-09-12 | blank the LIBS variable, as we don't need any libs when we link the lib. | Daniel Stenberg | |
2003-08-28 | only do chmod if there's a file present | Daniel Stenberg | |
2003-08-08 | chmod the cabundle file before we attempt to write to it, to make | Daniel Stenberg | |
make distcheck run fine | |||
2003-08-07 | use 644 for the chmod | Daniel Stenberg | |
2003-08-06 | argh, it wasn't *that* easy to generate the ca-bundle header in the build | Daniel Stenberg | |
dir instead of the source dir, reverting that change | |||
2003-08-06 | generate the ca-bundle.h in the build dir, and also make sure to chmod | Daniel Stenberg | |
the file in the dist-hook to make distcheck run fine | |||
2003-08-05 | LDFLAGS fix to make the GSSAPI build again | Daniel Stenberg | |
2003-08-05 | added README.ares | Daniel Stenberg | |
2003-08-05 | ares awareness/usage/support added. If configure --enable-ares is used, we | Daniel Stenberg | |
build libcurl to use ares for asynch name resolves. | |||
2003-07-25 | With an unknown CA path, we undef the variable. To build properly without | Daniel Stenberg | |
SSL/CA. | |||
2003-07-04 | Dan Grayson pointed out that we set the CURL_CA_BUNDLE variable wrongly in | Daniel Stenberg | |
the configure script. We set it differently now and generate the lib/ca-bundle.h file entirely. | |||
2003-06-11 | Initial take at NTLM authentication. It doesn't really work at this point | Daniel Stenberg | |
but the infrastructure is there. | |||
2003-06-10 | Daniel Kouril's patch that adds HTTP negotiation support to libcurl was | Daniel Stenberg | |
added. | |||
2003-05-22 | Initial Digest support. At least partly working. | Daniel Stenberg | |
2003-05-21 | Gisle Vanem made curl build with djgpp on DOS. | Daniel Stenberg | |
2003-02-04 | added the sharing of DNS cache | Jean-Philippe Barette-LaPierre | |
2003-01-09 | share.h is now a used header file | Daniel Stenberg | |
2002-11-13 | dllinit.c is removed | Daniel Stenberg | |
2002-10-21 | check for cygwin and if built on that, enable the no-undefined option for | Daniel Stenberg | |
libtool. Otherwise disable it. | |||
2002-10-13 | my first take at a memory leak detection document | Daniel Stenberg | |
2002-10-07 | Kevin Roth pointed out that 'make install' failed if built outside the | Daniel Stenberg | |
sourcedir if we're not using $(srcdir) properly. | |||
2002-10-04 | The -no-undefined flag is CRUCIAL for this to build fine on Cygwin. If we | Daniel 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-03 | fixed the dist-hook and added the missing header file | Daniel Stenberg | |
2002-09-02 | James Gallagher's Content-Encoding work | Daniel Stenberg | |
2002-08-30 | CURLE_SSL_INSECURE is removed again and so is CURLOPT_SSL_INSECURE, we | Daniel Stenberg | |
proceed fine with the already existing options, just having a different internal library default for capath. | |||
2002-08-30 | support DESTDIR for the bundle | Daniel Stenberg | |