Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-08-14 | changed autoload dependent LDAP NLM. | Gunter Knauf | |
2007-08-14 | trial to enable LDAP support again with patched Novell headers. | Gunter Knauf | |
2007-08-12 | disable LDAP since we can no longer compile due to header incompatiblities. | Gunter Knauf | |
2007-08-11 | Patrick Monnerat modified the LDAP code and approach in curl. Starting now, | Daniel Stenberg | |
the configure script checks for openldap and friends and we link with those libs just like we link all other third party libraries, and we no longer dlopen() those libraries. Our private header file lib/ldap.h was renamed to lib/curl_ldap.h due to this. I set a tag in CVS (curl-7_17_0-preldapfix) just before this commit, just in case. | |||
2007-08-04 | changed to use libssh2 0.16; | Gunter Knauf | |
fixed link order in case libssh2 is build with zlib. | |||
2007-07-11 | updated makefile to compile nwos.c. | Gunter Knauf | |
2007-07-09 | added better CodeWarrior detection (forgot to add with previos version). | Gunter Knauf | |
2007-07-08 | added better CodeWarrior detection; | Gunter Knauf | |
moved autounload flag so that its used for both lib architectures. | |||
2007-07-07 | removed some obsolete include paths and defines. | Gunter Knauf | |
2007-07-03 | fixed rule to build libcares when needed. | Gunter Knauf | |
2007-07-02 | some more makefile tweaks and hacks to deal with both lib architectures. | Gunter Knauf | |
2007-07-01 | changed RECV_* / SEND_* defines to correctly reflect NetWare APIs; | Gunter Knauf | |
some more minor Makefile tidyups. | |||
2007-07-01 | disabled 64bit type for CLIB build which removes compiler runtime dependency. | Gunter Knauf | |
2007-07-01 | added lib architecture to NLM description. | Gunter Knauf | |
2007-06-30 | added HAVE_SYS_IOCTL_H define; added gcc runtime. | Gunter Knauf | |
2007-06-30 | fixed path to Metrowerks tools and runtime since they changed between ↵ | Gunter Knauf | |
compiler versions. | |||
2007-06-30 | enabled building for NetWare CLIB architecture. | Gunter Knauf | |
2007-06-22 | made debug flag settable from outside; add allways debug stuff when DB != NDEBUG | Gunter Knauf | |
2007-04-21 | fixed ARFLAGS for CodeWarrior build. | Gunter Knauf | |
2007-04-16 | added ranlib when library is created with ar. | Gunter Knauf | |
2007-03-27 | added variadic macro stuff. | Gunter Knauf | |
2007-03-26 | changed link lib order to make nlmconv happy. | Gunter Knauf | |
2007-03-26 | added CVS Id tag. | Gunter Knauf | |
2007-03-26 | fixed build to use compiler-default lib extension. | Gunter Knauf | |
2007-03-20 | Remove unneeded 'HAVE_*' defines. | Gisle Vanem | |
2007-01-28 | enabled build with hardcoded ca-bundle path; | Gunter Knauf | |
added distclean target. | |||
2007-01-28 | force to create ca-bunde.h even if it exists already. | Gunter Knauf | |
2007-01-28 | use var for awk. | Gunter Knauf | |
2007-01-25 | removed not used define. | Gunter Knauf | |
2007-01-23 | enabled build with libssh2; fixed copyright for new year.. | Gunter Knauf | |
2006-11-24 | Define HAVE_SIGNAL_H, HAVE_SIG_ATOMIC_T and HAVE_SIG_ATOMIC_T_VOLATILE | Yang Tse | |
as appropriate for platforms that don't have autotools support | |||
2006-10-14 | Define HAVE_STRUCT_TIMEVAL as appropriate for platforms that lack autotools ↵ | Yang Tse | |
support | |||
2006-10-06 | updated for latest OpenSSL release. | Gunter Knauf | |
2006-08-09 | added build info output. | Gunter Knauf | |
2006-08-09 | fixed some web links. | Gunter Knauf | |
2006-07-31 | Provide definitions needed for macros sread() and swrite() in config file. | Yang Tse | |
2006-04-20 | removed -fpack-struct because gcc4 seems to know its obsolete and warns... | Gunter Knauf | |
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 | |