Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-03-27 | minor Makefile fix - let's go 2006; | Gunter Knauf | |
avoid kiling hugehelp.c when not built from CVS. | |||
2005-09-06 | minor Makefile fixes. | Gunter Knauf | |
2005-08-22 | enabled statically linked builds. | Gunter Knauf | |
2005-08-18 | minor Makefile fixes. | Gunter Knauf | |
2005-08-10 | some minor Makefile fixes for SSL. | Gunter Knauf | |
2005-04-20 | changes for building with IPV6 and LDAP. | Gunter Knauf | |
2005-03-31 | Updated the copyright year since changes have been this year. | Daniel Stenberg | |
2005-03-11 | Fixed LDAP library file name bug (KNOWN_BUGS #1). configure now auto-detects | Dan Fandrich | |
the correct dynamic library names by default, and provides override switches --with-ldap-lib, --with-lber-lib and --without-lber-lib. Added CURL_DISABLE_LDAP to platform-specific config files to disable LDAP support on those platforms that probably don't have dynamic OpenLDAP libraries available to avoid compile errors. | |||
2004-12-11 | Dan Fandrich: | Daniel Stenberg | |
Here's a stab at a consolidation of the SSL detection heuristics into configure. Source files aren't changed by this patch, except for setup.h and the various config*.h files. Within the configure script, OPENSSL_ENABLED is used to determine if SSL is being used or not, and outside configure, USE_SSLEAY means the same thing; this could be even further unified some day. Now, when SSL is not detected, configure skips the various checks that are dependent on SSL, speeding up the configure process and avoiding complications with cross compiles. I also updated all the architecture- specific config files I could see, but I couldn't test them. | |||
2004-11-12 | Netware target (hosted on Linux gcc) doesn't support | Gisle Vanem | |
or need __declspec. | |||
2004-11-09 | Changes for removing libcurl.def file on Win32. | Gisle Vanem | |
Added "CURL_EXTERN" to memdebug.h functions. Cleaned up Makefile.vc6. | |||
2004-09-19 | removed getdate.c hack. | Gunter Knauf | |
2004-09-03 | fixed nasty warnings with gcc 3.3. | Gunter Knauf | |
2004-07-07 | fixed ares linking. | Gunter Knauf | |
2004-07-05 | added comment. | Gunter Knauf | |
2004-07-05 | try to relax linux build host detection. | Gunter Knauf | |
2004-07-03 | reverted, older gcc breaks compilation since it doesnt know the switch. | Gunter Knauf | |
2004-07-03 | killed warning with gcc 3.3.1 and later when using -O2. | Gunter Knauf | |
2004-07-03 | modified to use new Makefile.inc to build up object list; | Gunter Knauf | |
added generation of config.h and a prebuild target to create all neded files. | |||
2004-06-11 | removed unused include path. | Gunter Knauf | |
2004-06-11 | fixed xdc generation, added lib target, load curl.nlm into ring3 by default. | Gunter Knauf | |
2004-06-11 | some more makefile changes. | Gunter Knauf | |
2004-06-11 | some more makefile changes. | Gunter Knauf | |
2004-06-10 | minor output fix. | Gunter Knauf | |
2004-06-10 | added generation of missing files. | Gunter Knauf | |
2004-06-10 | make include path overridable. | Gunter Knauf | |
2004-06-04 | Günter Knauf's netware build fixes | Daniel Stenberg | |
2004-03-17 | Günter Knauf's NetWare changes. | Daniel Stenberg | |