Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-08-10 | fixed creation of curlbuild.h. | Gunter Knauf | |
2008-08-10 | Fix NetWare curlbuild.h | Yang Tse | |
NetWare curlbuild.h settings depend on whether LIBC or CLIB is used. The NetWare specific Makefile is capable of knowing which target is being built. So, finally, the NetWare Makefile will take care of generating curlbuild.h | |||
2008-08-08 | Remove rule no longer needed since tests/testcurl.pl revision 1.63 | Yang Tse | |
See CVS commit comment on tests/testcurl.pl revision 1.63 | |||
2008-08-07 | use CP macro rather than cp command. | Gunter Knauf | |
2008-08-07 | added rule to create include/curl/curlbuild.h from ↵ | Gunter Knauf | |
include/curl/curlbuild.h.dist. | |||
2008-08-07 | Initial support of curlbuild.h and curlrules.h which allows | Yang Tse | |
to have a curl_off_t data type no longer gated to off_t. | |||
2008-07-21 | Adjust recvfrom's sixth arg data type definition for NetWare (LIBC) | Yang Tse | |
2008-07-21 | when recvfrom prototype uses a void pointer for arguments 2, 5 or 6 this will | Yang Tse | |
now cause the definition of RECVFROM_TYPE_ARG2_IS_VOID, RECVFROM_TYPE_ARG5_IS_VOID or RECVFROM_TYPE_ARG6_IS_VOID, as appropriate. | |||
2008-07-17 | RECVFROM_TYPE_ARG2, RECVFROM_TYPE_ARG5 and RECVFROM_TYPE_ARG6 are now defined | Yang Tse | |
to the data type pointed by its respective argument and not the pointer type. | |||
2008-07-16 | Configure process now checks availability of recvfrom() socket function and | Yang Tse | |
finds out its return type and the types of its arguments. Added definitions for non-configure systems config files, and introduced macro sreadfrom which will be used on udp sockets as a recvfrom() wrapper. | |||
2008-06-08 | enable additional CFLAGS from commandline. | Gunter Knauf | |
2008-03-31 | moved CURL_CA_BUNDLE define to generated config.h. | Gunter Knauf | |
2008-03-31 | Removed the generated ca-bundle.h file. The verbatim value of $ca and | Michal Marek | |
$capath is known to configure, so it can be defined in config.h instead. | |||
2008-02-27 | another small change to the makefiles to simplify rules. | Gunter Knauf | |
2008-02-26 | some more minor makefile changes; removed useless dist target. | Gunter Knauf | |
2008-02-26 | fixed install target to create a ca-bundle.crt since we have no longer one ↵ | Gunter Knauf | |
in the project. | |||
2008-02-18 | added check symbol for linking with POSIX prelude. | Gunter Knauf | |
2008-02-16 | seems that curently we dont need the imports from (l)ldapx.imp. | Gunter Knauf | |
2008-02-16 | re-ordered the module dependency list; | Gunter Knauf | |
removed unsused ldap module dependency since the module didnt autounload from protected address space. | |||
2008-02-04 | fixed entry symbols when linked with posix prelude. | Gunter Knauf | |
2008-02-04 | added makefile flag to link with NLM POSIX semantics. | Gunter Knauf | |
2008-01-24 | updated makefiles to use global copyright define. | Gunter Knauf | |
2008-01-24 | minor makefile tweaks. | Gunter Knauf | |
2008-01-17 | updated copyright for new year. | Gunter Knauf | |
2007-11-18 | removed now obsolete defines; | Gunter Knauf | |
updated external library versions to latest. | |||
2007-10-09 | added two more module dependencies for LDAPS. | Gunter Knauf | |
2007-08-20 | compile with ldaps by default since it seems to work fine so far. | Gunter Knauf | |
2007-08-20 | added define for ldap_ssl.h. | Gunter Knauf | |
2007-08-14 | only include LDAP headers if we build with LDAP support. | Gunter Knauf | |
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 | |