- Apr 14, 2009
-
-
Yang Tse authored
-
- Apr 09, 2009
-
-
Guenter Knauf authored
-
- Mar 29, 2009
-
-
Guenter Knauf authored
-
- Dec 30, 2008
-
-
Guenter Knauf authored
added HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID to ares Makefile.netware and sync'd with other Makefile.netware.
-
Guenter Knauf authored
changed HAVE_SIN6_SCOPE_ID define to HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID since just found that ares already uses this define.
-
Guenter Knauf authored
-
- Nov 13, 2008
-
-
Yang Tse authored
non-blocking mode, and decouple function detection from function capability.
-
Guenter Knauf authored
-
Guenter Knauf authored
-
- Nov 11, 2008
-
-
Guenter Knauf authored
-
Guenter Knauf authored
-
- Oct 30, 2008
-
-
Yang Tse authored
-
- Sep 24, 2008
- Sep 16, 2008
- Sep 04, 2008
-
-
Guenter Knauf authored
-
- Aug 25, 2008
- Aug 17, 2008
-
-
Yang Tse authored
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'.
-
- Aug 16, 2008
-
-
Yang Tse authored
-
- Aug 15, 2008
-
-
Yang Tse authored
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
-
- Aug 13, 2008
- Aug 12, 2008
-
-
Yang Tse authored
-
- Aug 11, 2008
- Aug 10, 2008
-
-
Guenter Knauf authored
-
Yang Tse authored
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
-
- Aug 08, 2008
-
-
Yang Tse authored
See CVS commit comment on tests/testcurl.pl revision 1.63
-
- Aug 07, 2008
-
-
Guenter Knauf authored
-
Guenter Knauf authored
-
Yang Tse authored
to have a curl_off_t data type no longer gated to off_t.
-
- Jul 21, 2008
- Jul 17, 2008
-
-
Yang Tse authored
to the data type pointed by its respective argument and not the pointer type.
-
- Jul 16, 2008
-
-
Yang Tse authored
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.
-
- Jun 08, 2008
-
-
Guenter Knauf authored
-
- Mar 31, 2008
-
-
Guenter Knauf authored
-
Michal Marek authored
$capath is known to configure, so it can be defined in config.h instead.
-