Age | Commit message (Collapse) | Author |
|
|
|
|
|
added call to netware_init() in curl_global_init() to make sure it gets called before any library functions get used.
|
|
(eleminate gcc warning).
|
|
|
|
|
|
|
|
Check for lowercase 'bool' type at configuration stage. If not available
provide a suitable replacement with a type definition of 'unsigned char'
in setup_once.h
Move definitions of TRUE and FALSE to setup_once.h
|
|
|
|
SSL/TLS layer. http://www.mozilla.org/projects/security/pki/nss/
|
|
|
|
|
|
using winsock or winsock2 API.
|
|
|
|
could very well cause a negate number get passed in and thus cause reading
outside of the array usually used for this purpose.
We avoid this by using the uppercase macro versions introduced just now that
does some extra crazy typecasts to avoid byte codes > 127 to cause negative
int values.
|
|
" !defined(__GNUC__) || defined(__MINGW32__)" implies
CygWin.
|
|
|
|
allow applications to set their own socket options.
|
|
HAVE_WINDOWS_H, HAVE_WINSOCK_H, HAVE_WINSOCK2_H, neither
HAVE_WS2TCPIP_H when __CYGWIN__ is defined.
|
|
nightmare.
Reintroduce checking for HAVE_MSG_NOSIGNAL in configure script, so that we don't depend on header inclusion order for a valid check.
|
|
|
|
file: URLs only.
|
|
swrite is more intuitive.
|
|
|
|
headers when compiled with Cygwin in POSIX emulation mode.
|
|
|
|
HAVE_PROCESS_H added for all except scc.
|
|
|
|
|
|
not supporting it. It hasn't been functioning for years anyway, so this is
just finally stating what already was true. And a cleanup at the same time.
|
|
|
|
|
|
we just love swedish products...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
configure.
|
|
we define an empty macro for the ntlm cleanup function
|
|
|
|
in files that actually need the struct.
|
|
|
|
runtime libs.
|
|
debug builds only. Made the ftp code use it on several places.
|
|
typecast the third argument in the macros to avoid compiler warnings.
|
|
|
|
*/setup.h and */config-win32.h to build fine with VS2005 on x64.
|
|
|