aboutsummaryrefslogtreecommitdiff
path: root/e_os.h
AgeCommit message (Expand)AuthorFilesLines
2013-09-05misspellings fixes by https://github.com/vlajos/misspell_fixerVeres Lajos1-1/+1
2013-01-19Improve WINCE support.Andy Polyakov1-1/+4
2012-10-29e_os.h: keep stdin redifinitions to "normal" Windows.Andy Polyakov1-1/+1
2012-10-27e_os.h: skip redundant headers in fipscanister build.Andy Polyakov1-2/+4
2010-07-26Add new type ossl_ssize_t instead of ssize_t and move definitions toDr. Stephen Henson1-12/+0
2010-05-31fix PR#2261 in a different wayDr. Stephen Henson1-4/+0
2010-05-27PR: 2261Dr. Stephen Henson1-0/+3
2009-08-26PR: 2005Dr. Stephen Henson1-0/+12
2009-04-20Updates from 1.0.0-stable branch.Dr. Stephen Henson1-4/+4
2008-12-22This _WIN32-specific patch makes it possible to "wrap" OpenSSL in anotherAndy Polyakov1-1/+27
2008-01-03Netware support.Dr. Stephen Henson1-11/+22
2007-10-07Addendum to commit #16651.Andy Polyakov1-0/+8
2006-10-23Fix mingw warnings.Andy Polyakov1-1/+4
2006-04-11Add BeOS support.Ulf Möller1-0/+18
2006-01-02Compile Windows with winsock2.h. But note that we still link with wsock32!Andy Polyakov1-0/+12
2005-12-18Keep disclaiming 16-bit platform support. For now remove WIN16 referencesAndy Polyakov1-22/+2
2005-11-09Tidying up WinCE support.Andy Polyakov1-8/+13
2005-11-06First draft for WCE PortSDK support. Once again! It's *draft* which requiresAndy Polyakov1-1/+3
2005-11-03Engage OPENSSL_NO_POSIX_IO on Windows CE.Andy Polyakov1-0/+1
2005-11-03Make cygwin work in directories mounted with 'text' attribute.Andy Polyakov1-0/+4
2005-09-22Fix SunOS 4 building issue.Andy Polyakov1-1/+1
2005-09-20"Overload" SunOS 4.x memcmp, which ruins ASN1_OBJECT table lookups.Andy Polyakov1-0/+3
2005-08-02WCE-specific fix for cryptlib.c.Andy Polyakov1-1/+1
2005-07-05Pull up Win64 support from 0.9.8.Andy Polyakov1-0/+19
2005-06-19Undefine DECRANDOM before redefining it.Richard Levitte1-0/+1
2005-06-18Move the definition of DEVRANDOM for DJGPP from Configure to e_os.h.Richard Levitte1-0/+1
2005-06-13Netware patch submitted by Verdon Walker" <VWalker@novell.com> in PRRichard Levitte1-2/+18
2005-06-05Updated support for NetWare, submitted by Verdon Walker <VWalker@novell.com>.Richard Levitte1-5/+1
2005-05-21Move _WIN32_WINNT definition from command line to e_os.h. The change isAndy Polyakov1-0/+17
2005-01-13Rely on e_os.h to appropriately define str[n]casecmp in non-POSIXAndy Polyakov1-0/+1
2004-06-28NetWare fixes provided by Verdon Walker for OpenSSL 0.9.8-dev.Richard Levitte1-0/+5
2004-03-24o_str.h isn't a public header file.Richard Levitte1-1/+1
2003-11-28Netware-specific changes,Richard Levitte1-0/+36
2003-09-28Further VxWorks changes from Bob Bradley <bob@chaoticsoftware.com>, thisRichard Levitte1-4/+7
2003-09-27Add necessary changes to be able to build on VxWorks for PPC860.Richard Levitte1-1/+1
2003-09-09Generalise the definition of strcasecmp() and strncasecmp() forRichard Levitte1-1/+20
2003-06-19EXIT() should mainly be exit(n), not return(n). OPENSSL_EXIT() willRichard Levitte1-1/+1
2003-06-12Make sure ssize_t is defined on SunOS4.Richard Levitte1-0/+2
2003-03-20Because it may be needed in public header files, move the definitionRichard Levitte1-1/+1
2002-12-04DJGPP patches.Richard Levitte1-0/+3
2002-12-03EXIT() may mean return(). That's confusing, so let's have it really meanRichard Levitte1-15/+15
2002-12-03Windows CE updates, contributed by Steven Reddie <smr@essemer.com.au>Richard Levitte1-3/+0
2002-11-28Make sure EXIT() can always be used as one statement.Richard Levitte1-3/+3
2002-11-15WinCE patchesRichard Levitte1-1/+12
2002-11-14Fix to build better with DJGPP.Richard Levitte1-3/+15
2002-10-09Add a few more VxWorks targets.Richard Levitte1-0/+30
2002-06-13Add support for DJGPP.Richard Levitte1-1/+11
2002-05-30Make sure that MS_STATIC isn't defined to 'static' under Win32.Richard Levitte1-1/+1
2002-04-06Oops, the system macro for VMS is OPENSSL_SYS_VMS, not VMSRichard Levitte1-1/+1
2002-04-06Use recv() and send() for socket communication on VMS instead of read()Richard Levitte1-0/+7