Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-17 | Set -fpcc-struct-return only for gcc compiler. | Guenter Knauf | |
2011-02-13 | Added -m32 to CFLAGS to compile with x86_64 gcc. | Guenter Knauf | |
2011-02-13 | Updated OpenSSL version, added links to docu. | Guenter Knauf | |
2010-12-22 | Added support for axTLS to NetWare build. | Guenter Knauf | |
2010-12-05 | Updated OpenSSL version. | Guenter Knauf | |
2010-12-02 | build: provide SIZEOF_SIZE_T netware definition | Yang Tse | |
2010-10-12 | Added build bits for librtmp to NetWare makefiles. | Guenter Knauf | |
2010-10-03 | Some NetWare makefile tweaks. | Guenter Knauf | |
Renamed SDK_* to NDK_*; made NDK_* defines overwriteable from environment; removed now obsolete YACC macro; moved some curl_config.h defines to IPv6 section since they are only needed when IPv6 is enabled - this makes libcurl compile with older NDKs too which were not IPv6-aware. | |||
2010-08-15 | Syncroniszed vclean target; fixed some comments. | Guenter Knauf | |
2010-08-07 | Block created curlbuild.h for NetWare to avoid usage from other platforms. | Guenter Knauf | |
2010-07-22 | Updated library versions. | Guenter Knauf | |
2010-04-24 | encourage users to take latest lib dependencies. | Guenter Knauf | |
2010-03-31 | make folks use latest available dependent libraries. | Guenter Knauf | |
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg | |
2010-02-26 | Added SIZEOF_INT and SIZEOF_SHORT definitions for non-configure systems | Yang Tse | |
2009-09-07 | changed NetWare makefiles to rely on SHELL rather than OSTYPE since we can ↵ | Gunter Knauf | |
have a sh-like shell also on Windows (MSYS, Cygwin). | |||
2009-07-14 | renamed generated config.h to curl_config.h in order to avoid clashes when ↵ | Gunter Knauf | |
libcurl is used with other projects which also have a config.h. | |||
2009-05-02 | Use build-time configured curl_socklen_t instead of socklen_t | Yang Tse | |
2009-04-30 | Use 'unsigned int' instead of size_t attempting to avoid header inclusion | Yang Tse | |
2009-04-30 | NetWare LibC's getpeername() third argument data type is size_t | Yang Tse | |
2009-04-29 | curl_socklen_t NetWare follow-up | Yang Tse | |
2009-04-15 | moved HAVE_LIMITS_H to common defines (no idea why I didnt this initially ↵ | Gunter Knauf | |
already) | |||
2009-04-14 | HAVE_LIMITS_H definition for NetWare CLIB | Yang Tse | |
2009-04-09 | some minor Makefile tweaks for latest libssh2. | Gunter Knauf | |
2009-03-29 | some minor Makefile tweaks. | Gunter Knauf | |
2008-12-30 | added HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID to ares Makefile.netware and sync'd ↵ | Gunter Knauf | |
with other Makefile.netware. | |||
2008-12-30 | changed HAVE_SIN6_SCOPE_ID define to HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID since ↵ | Gunter Knauf | |
just found that ares already uses this define. | |||
2008-12-30 | added HAVE_SIN6_SCOPE_ID define to all non-configure platforms which seem to ↵ | Gunter Knauf | |
be IPv6-aware. | |||
2008-11-13 | Refactor configure script detection of functions used to set sockets into | Yang Tse | |
non-blocking mode, and decouple function detection from function capability. | |||
2008-11-13 | changed to latest libidn version. | Gunter Knauf | |
2008-11-13 | changed defines to make autobuild logs display libidn usage. | Gunter Knauf | |
2008-11-11 | updated OpenSSL version. | Gunter Knauf | |
2008-11-11 | added libidn build. | Gunter Knauf | |
2008-10-30 | NetWare LIBC target has getaddrinfo() and freeaddrinfo() | Yang Tse | |
2008-09-24 | HAVE_INET_PTON will only be defined when an IPv6 capable working | Yang Tse | |
inet_pton function is available. | |||
2008-09-24 | ntoa() and inet_ntoa_r() no longer used | Yang Tse | |
2008-09-16 | NetWare seems to have writev() | Yang Tse | |
2008-09-16 | NetWare CLIB target has stricmp() and strnicmp() | Yang Tse | |
2008-09-04 | enabled largefile feature for LIBC builds. | Gunter Knauf | |
2008-08-25 | leftover | Yang Tse | |
2008-08-25 | For congruency sake with the naming of other CURL_XXXXXX_CURL_OFF_T macros, | Yang Tse | |
the name of the curl_off_t data type used now becomes CURL_TYPEOF_CURL_OFF_T CURL_OFF_T -> CURL_TYPEOF_CURL_OFF_T | |||
2008-08-17 | OpenSSl enabled NetWare builds are changed to use the 'openssl' subdirectory | Yang Tse | |
when including the OpenSSL header files. This is the recommended setting, this prevents the undesired inclusion of header files with the same name as those of OpenSSL but which do not belong to the OpenSSL package. The visible change from previously released libcurl versions is that now OpenSSl enabled NetWare builds also define USE_OPENSSL in config files, and that OpenSSL header files must be located in a subdirectory named 'openssl'. | |||
2008-08-16 | Fix Use of conditional definition of USE_OPENSSL | Yang Tse | |
2008-08-15 | For congruency sake with the naming of other CURL_XXXXXX_CURL_OFF_T macros, | Yang Tse | |
the names of the curl_off_t formatting string directives now become CURL_FORMAT_CURL_OFF_T and CURL_FORMAT_CURL_OFF_TU. CURL_FMT_OFF_T -> CURL_FORMAT_CURL_OFF_T CURL_FMT_OFF_TU -> CURL_FORMAT_CURL_OFF_TU Remove the use of an internal name for the curl_off_t formatting string directives and use the common one available from the inside and outside of the library. FORMAT_OFF_T -> CURL_FORMAT_CURL_OFF_T FORMAT_OFF_TU -> CURL_FORMAT_CURL_OFF_TU | |||
2008-08-13 | Sync config.h generation from lib/Makefile.netware and src/Makefile.netware | Yang Tse | |
2008-08-13 | The size of long is a build time characteristic and as such it is now recorded | Yang Tse | |
in curlbuild.h as CURL_SIZEOF_LONG. Definition now done from configure process and in CVS curlbuild.h.dist for non-configure systems. | |||
2008-08-12 | DOS/Windows 'shells' eat echoed percent sign characters unless escaped. | Yang Tse | |
2008-08-11 | Added missing signed and unsigned curl_off_t integer constant suffixes for | Yang Tse | |
internal and external use. CURL_SUFFIX_CURL_OFF_T, CURL_SUFFIX_CURL_OFF_TU. | |||
2008-08-11 | Fix NetWare missing curl_off_t typedef!! | Yang Tse | |
2008-08-10 | fixed creation of curlbuild.h. | Gunter Knauf | |