summaryrefslogtreecommitdiffstats
path: root/e_os.h
Commit message (Expand)AuthorAgeFilesLines
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-485/+503
* 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-2/+4
* Avoid Windows 8 Getversion deprecated errors.Dr. Stephen Henson2015-01-131-0/+7
* 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/+17
* define inline for Visual StudioEmilia Kasper2014-08-211-2/+10
* fix PR#2261 in a different wayDr. Stephen Henson2010-05-311-4/+0
* PR: 2261Dr. Stephen Henson2010-05-271-0/+3
* Backport http://cvs.openssl.org/chngview?cn=17710 from HEAD.Andy Polyakov2008-12-301-1/+27
* Netware support.Dr. Stephen Henson2008-01-031-11/+23
* Make it possible to link VC static lib with either /MT or /MD applicationAndy Polyakov2007-10-131-0/+8
* Fix SunOS 4 building issue [from HEAD].Andy Polyakov2005-09-221-1/+1
* "Overload" SunOS 4.x memcmp, which ruins ASN1_OBJECT table lookups [from HEAD].Andy Polyakov2005-09-201-0/+3
* WCE-specific fix for cryptlib.c [from HEAD].Andy Polyakov2005-08-021-1/+1
* To secure Win64 API I'm throwing in this minimalistic Win64 support.Andy Polyakov2005-07-041-0/+19
* DEVRANDOM, not DEBRANDOM...Richard Levitte2005-06-211-1/+1
* 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 [from HEAD].Andy 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
* Make sure that MS_STATIC isn't defined to 'static' under Win32.Richard Levitte2002-05-301-1/+1
* Oops, the system macro for VMS is OPENSSL_SYS_VMS, not VMSRichard Levitte2002-04-061-1/+1
* Use recv() and send() for socket communication on VMS instead of read()Richard Levitte2002-04-061-0/+7
* Add the configuration target VxWorks.Richard Levitte2002-02-141-1/+9
* Don't define _REENTRANT here in e_os.h. On systems where we needBodo Möller2001-11-081-6/+0
* Wording of comment...Lutz Jänicke2001-08-251-1/+1
* Needed for build on SunOS 4.1.x with gcc (Jeffrey Hutzelman <jhutz@cmu.edu>).Lutz Jänicke2001-08-251-0/+3
* [Forgotten commits?]Richard Levitte2001-07-021-0/+7
* Some platforms (most notably Windows) do not have a $HOME by default.Richard Levitte2001-05-031-0/+1
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-30/+27