summaryrefslogtreecommitdiffstats
path: root/e_os.h
AgeCommit message (Expand)Author
2015-12-03e_os.h: limit _MSC_VER trickery to older compilers.Andy Polyakov
2015-11-24Use both sun and __sunKurt Roeckx
2015-11-22Use defined(__sun) instead of defined(sun)Kurt Roeckx
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22mark all block comments that need format preserving so thatTim Hudson
2015-01-13Avoid deprecation problems in Visual Studio 13Matt Caswell
2014-10-17e_os.h: refine inline override logic (to address warnings in debug build).Andy Polyakov
2014-10-17e_os.h: allow inline functions to be compiled by legacy compilers.Andy Polyakov
2014-08-21define inline for Visual StudioEmilia Kasper
2014-02-25Avoid Windows 8 Getversion deprecated errors.Dr. Stephen Henson
2011-10-10Backport ossl_ssize_t type from HEAD.Dr. Stephen Henson
2010-05-31fix PR#2261 in a different wayDr. Stephen Henson
2010-05-27PR: 2261Dr. Stephen Henson
2009-08-26PR: 2005Dr. Stephen Henson
2009-04-16PR: 1894Dr. Stephen Henson
2008-12-22This _WIN32-specific patch makes it possible to "wrap" OpenSSL in anotherAndy Polyakov
2008-01-03Netware support.Dr. Stephen Henson
2007-10-07Addendum to commit #16651.Andy Polyakov
2006-10-23Fix mingw warnings.Andy Polyakov
2006-04-11Add BeOS support.Ulf Möller
2006-01-02Compile Windows with winsock2.h. But note that we still link with wsock32!Andy Polyakov
2005-12-18Keep disclaiming 16-bit platform support. For now remove WIN16 referencesAndy Polyakov
2005-11-09Tidying up WinCE support.Andy Polyakov
2005-11-06First draft for WCE PortSDK support. Once again! It's *draft* which requiresAndy Polyakov
2005-11-03Engage OPENSSL_NO_POSIX_IO on Windows CE.Andy Polyakov
2005-11-03Make cygwin work in directories mounted with 'text' attribute.Andy Polyakov
2005-09-22Fix SunOS 4 building issue.Andy Polyakov
2005-09-20"Overload" SunOS 4.x memcmp, which ruins ASN1_OBJECT table lookups.Andy Polyakov
2005-08-02WCE-specific fix for cryptlib.c.Andy Polyakov
2005-07-05Pull up Win64 support from 0.9.8.Andy Polyakov
2005-06-19Undefine DECRANDOM before redefining it.Richard Levitte
2005-06-18Move the definition of DEVRANDOM for DJGPP from Configure to e_os.h.Richard Levitte
2005-06-13Netware patch submitted by Verdon Walker" <VWalker@novell.com> in PRRichard Levitte
2005-06-05Updated support for NetWare, submitted by Verdon Walker <VWalker@novell.com>.Richard Levitte
2005-05-21Move _WIN32_WINNT definition from command line to e_os.h. The change isAndy Polyakov
2005-01-13Rely on e_os.h to appropriately define str[n]casecmp in non-POSIXAndy Polyakov
2004-06-28NetWare fixes provided by Verdon Walker for OpenSSL 0.9.8-dev.Richard Levitte
2004-03-24o_str.h isn't a public header file.Richard Levitte
2003-11-28Netware-specific changes,Richard Levitte
2003-09-28Further VxWorks changes from Bob Bradley <bob@chaoticsoftware.com>, thisRichard Levitte
2003-09-27Add necessary changes to be able to build on VxWorks for PPC860.Richard Levitte
2003-09-09Generalise the definition of strcasecmp() and strncasecmp() forRichard Levitte
2003-06-19EXIT() should mainly be exit(n), not return(n). OPENSSL_EXIT() willRichard Levitte
2003-06-12Make sure ssize_t is defined on SunOS4.Richard Levitte
2003-03-20Because it may be needed in public header files, move the definitionRichard Levitte
2002-12-04DJGPP patches.Richard Levitte
2002-12-03EXIT() may mean return(). That's confusing, so let's have it really meanRichard Levitte
2002-12-03Windows CE updates, contributed by Steven Reddie <smr@essemer.com.au>Richard Levitte
2002-11-28Make sure EXIT() can always be used as one statement.Richard Levitte
2002-11-15WinCE patchesRichard Levitte