summaryrefslogtreecommitdiff
path: root/e_os.h
Commit message (Expand)AuthorAgeFilesLines
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-501/+517
* mark all block comments that need format preserving so thatTim Hudson2015-01-221-1/+2
* Avoid deprecation problems in Visual Studio 13Matt Caswell2015-01-131-1/+3
* e_os.h: refine inline override logic (to address warnings in debug build).Andy Polyakov2014-10-171-3/+3
* e_os.h: allow inline functions to be compiled by legacy compilers.Andy Polyakov2014-10-171-9/+16
* define inline for Visual StudioEmilia Kasper2014-08-211-2/+10
* Avoid Windows 8 Getversion deprecated errors.Dr. Stephen Henson2014-02-251-0/+7
* Backport ossl_ssize_t type from HEAD.Dr. Stephen Henson2011-10-101-12/+0
* fix PR#2261 in a different wayDr. Stephen Henson2010-05-311-4/+0
* PR: 2261Dr. Stephen Henson2010-05-271-0/+3
* PR: 2005Dr. Stephen Henson2009-08-261-0/+12
* PR: 1894Dr. Stephen Henson2009-04-161-4/+4
* This _WIN32-specific patch makes it possible to "wrap" OpenSSL in anotherAndy Polyakov2008-12-221-1/+27
* Netware support.Dr. Stephen Henson2008-01-031-11/+22
* Addendum to commit #16651.Andy Polyakov2007-10-071-0/+8
* Fix mingw warnings.Andy Polyakov2006-10-231-1/+4
* Add BeOS support.Ulf Möller2006-04-111-0/+18
* Compile Windows with winsock2.h. But note that we still link with wsock32!Andy Polyakov2006-01-021-0/+12
* Keep disclaiming 16-bit platform support. For now remove WIN16 referencesAndy Polyakov2005-12-181-22/+2
* Tidying up WinCE support.Andy Polyakov2005-11-091-8/+13
* First draft for WCE PortSDK support. Once again! It's *draft* which requiresAndy Polyakov2005-11-061-1/+3
* Engage OPENSSL_NO_POSIX_IO on Windows CE.Andy Polyakov2005-11-031-0/+1
* Make cygwin work in directories mounted with 'text' attribute.Andy Polyakov2005-11-031-0/+4
* Fix SunOS 4 building issue.Andy Polyakov2005-09-221-1/+1
* "Overload" SunOS 4.x memcmp, which ruins ASN1_OBJECT table lookups.Andy Polyakov2005-09-201-0/+3
* WCE-specific fix for cryptlib.c.Andy Polyakov2005-08-021-1/+1
* Pull up Win64 support from 0.9.8.Andy Polyakov2005-07-051-0/+19
* Undefine DECRANDOM before redefining it.Richard Levitte2005-06-191-0/+1
* Move the definition of DEVRANDOM for DJGPP from Configure to e_os.h.Richard Levitte2005-06-181-0/+1
* Netware patch submitted by Verdon Walker" <VWalker@novell.com> in PRRichard Levitte2005-06-131-2/+18
* Updated support for NetWare, submitted by Verdon Walker <VWalker@novell.com>.Richard Levitte2005-06-051-5/+1
* Move _WIN32_WINNT definition from command line to e_os.h. The change isAndy Polyakov2005-05-211-0/+17
* Rely on e_os.h to appropriately define str[n]casecmp in non-POSIXAndy Polyakov2005-01-131-0/+1
* NetWare fixes provided by Verdon Walker for OpenSSL 0.9.8-dev.Richard Levitte2004-06-281-0/+5
* o_str.h isn't a public header file.Richard Levitte2004-03-241-1/+1
* Netware-specific changes,Richard Levitte2003-11-281-0/+36
* Further VxWorks changes from Bob Bradley <bob@chaoticsoftware.com>, thisRichard Levitte2003-09-281-4/+7
* Add necessary changes to be able to build on VxWorks for PPC860.Richard Levitte2003-09-271-1/+1
* Generalise the definition of strcasecmp() and strncasecmp() forRichard Levitte2003-09-091-1/+20
* EXIT() should mainly be exit(n), not return(n). OPENSSL_EXIT() willRichard Levitte2003-06-191-1/+1
* Make sure ssize_t is defined on SunOS4.Richard Levitte2003-06-121-0/+2
* Because it may be needed in public header files, move the definitionRichard Levitte2003-03-201-1/+1
* DJGPP patches.Richard Levitte2002-12-041-0/+3
* EXIT() may mean return(). That's confusing, so let's have it really meanRichard Levitte2002-12-031-15/+15
* Windows CE updates, contributed by Steven Reddie <smr@essemer.com.au>Richard Levitte2002-12-031-3/+0
* Make sure EXIT() can always be used as one statement.Richard Levitte2002-11-281-3/+3
* WinCE patchesRichard Levitte2002-11-151-1/+12
* Fix to build better with DJGPP.Richard Levitte2002-11-141-3/+15
* Add a few more VxWorks targets.Richard Levitte2002-10-091-0/+30
* Add support for DJGPP.Richard Levitte2002-06-131-1/+11