]> git.ipfire.org Git - thirdparty/openssl.git/history - e_os.h
Fix name length limit check.
[thirdparty/openssl.git] / e_os.h
2015-12-03  Andy Polyakove_os.h: limit _MSC_VER trickery to older compilers.
2015-11-24  Kurt RoeckxUse both sun and __sun
2015-11-22  Kurt RoeckxUse defined(__sun) instead of defined(sun)
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22  Tim Hudsonmark all block comments that need format preserving...
2015-01-13  Matt CaswellAvoid deprecation problems in Visual Studio 13
2014-10-17  Andy Polyakove_os.h: refine inline override logic (to address warnin...
2014-10-17  Andy Polyakove_os.h: allow inline functions to be compiled by legacy...
2014-08-21  Emilia Kasperdefine inline for Visual Studio
2014-02-25  Dr. Stephen HensonAvoid Windows 8 Getversion deprecated errors.
2011-10-10  Dr. Stephen HensonBackport ossl_ssize_t type from HEAD.
2010-06-16  cvs2svnThis commit was manufactured by cvs2svn to create branch
2010-05-31  Dr. Stephen Hensonfix PR#2261 in a different way
2010-05-27  Dr. Stephen HensonPR: 2261
2009-08-26  Dr. Stephen HensonPR: 2005
2009-04-16  Dr. Stephen HensonPR: 1894
2009-03-31  cvs2svnThis commit was manufactured by cvs2svn to create branch
2008-12-22  Andy PolyakovThis _WIN32-specific patch makes it possible to "wrap...
2008-01-03  Dr. Stephen HensonNetware support.
2007-10-07  Andy PolyakovAddendum to commit #16651.
2006-10-23  Andy PolyakovFix mingw warnings.
2006-04-11  Ulf MöllerAdd BeOS support.
2006-01-02  Andy PolyakovCompile Windows with winsock2.h. But note that we still...
2005-12-18  Andy PolyakovKeep disclaiming 16-bit platform support. For now remov...
2005-11-09  Andy PolyakovTidying up WinCE support.
2005-11-06  Andy PolyakovFirst draft for WCE PortSDK support. Once again! It...
2005-11-03  Andy PolyakovEngage OPENSSL_NO_POSIX_IO on Windows CE.
2005-11-03  Andy PolyakovMake cygwin work in directories mounted with 'text...
2005-09-22  Andy PolyakovFix SunOS 4 building issue.
2005-09-20  Andy Polyakov"Overload" SunOS 4.x memcmp, which ruins ASN1_OBJECT...
2005-08-02  Andy PolyakovWCE-specific fix for cryptlib.c.
2005-07-05  Andy PolyakovPull up Win64 support from 0.9.8.
2005-06-19  Richard LevitteUndefine DECRANDOM before redefining it.
2005-06-18  Richard LevitteMove the definition of DEVRANDOM for DJGPP from Configu...
2005-06-13  Richard LevitteNetware patch submitted by Verdon Walker" <VWalker...
2005-06-05  Richard LevitteUpdated support for NetWare, submitted by Verdon Walker...
2005-05-21  Andy PolyakovMove _WIN32_WINNT definition from command line to e_os...
2005-01-13  Andy PolyakovRely on e_os.h to appropriately define str[n]casecmp...
2004-06-28  Richard LevitteNetWare fixes provided by Verdon Walker for OpenSSL...
2004-03-24  Richard Levitteo_str.h isn't a public header file.
2003-11-28  Richard LevitteNetware-specific changes,
2003-09-28  Richard LevitteFurther VxWorks changes from Bob Bradley <bob@chaoticso...
2003-09-27  Richard LevitteAdd necessary changes to be able to build on VxWorks...
2003-09-09  Richard LevitteGeneralise the definition of strcasecmp() and strncasec...
2003-06-19  Richard LevitteEXIT() should mainly be exit(n), not return(n). OPENSS...
2003-06-12  Richard LevitteMake sure ssize_t is defined on SunOS4.
2003-03-20  Richard LevitteBecause it may be needed in public header files, move...
2002-12-04  Richard LevitteDJGPP patches.
2002-12-03  Richard LevitteEXIT() may mean return(). That's confusing, so let...
2002-12-03  Richard LevitteWindows CE updates, contributed by Steven Reddie <smr...
2002-11-28  Richard LevitteMake sure EXIT() can always be used as one statement.
2002-11-15  Richard LevitteWinCE patches
2002-11-14  Richard LevitteFix to build better with DJGPP.
2002-10-09  Richard LevitteAdd a few more VxWorks targets.
2002-06-13  Richard LevitteAdd support for DJGPP.
2002-05-30  Richard LevitteMake sure that MS_STATIC isn't defined to 'static'...
2002-04-06  Richard LevitteOops, the system macro for VMS is OPENSSL_SYS_VMS,...
2002-04-06  Richard LevitteUse recv() and send() for socket communication on VMS...
2002-02-14  Richard LevitteAdd the configuration target VxWorks.
2001-11-08  Bodo MöllerDon't define _REENTRANT here in e_os.h. On systems...
2001-08-25  Lutz JänickeWording of comment...
2001-08-25  Lutz JänickeNeeded for build on SunOS 4.1.x with gcc (Jeffrey Hutze...
2001-07-02  Richard Levitte[Forgotten commits?]
2001-05-03  Richard LevitteSome platforms (most notably Windows) do not have a...
2001-02-19  Richard LevitteMake all configuration macros available for application...
2001-02-07  Lutz JänickeChange preferences for sockets of EGD-style entropy...
2001-01-09  Lutz JänickeAdd automatic query of EGD sockets to RAND_poll()....
2001-01-08  Richard LevitteBecause /dev/urandom has a better chance of giving...
2001-01-08  Richard LevitteChange RAND_poll for Unix to try a number of devices...
2000-10-01  Richard LevitteRemove what was described by someone as "an EAY hack...
2000-09-29  Richard LevitteInclude arpa/inet.h, since that's where htons() and...
2000-09-21  Richard LevittePortability patch for HP MPE/iX. Submitted by Mark...
2000-09-14  Richard LevitteAdd a configuration for Sony News 4.
2000-09-01  Bodo MöllerQNX 4 support.
2000-06-09  Bodo MöllerComment about bcopy on SunOS 4.x.
2000-06-08  Bodo MöllerAnother attempt to allow compiling on SunOS 4.*.
2000-06-04  Richard LevitteTypo...
2000-06-03  Ulf MöllerCygWin32 support.
2000-05-31  Bodo Möllerstrtoul is not used anywhere.
2000-05-31  Bodo MöllerWhen compiling with /opt/SUNWspro/SC4.2/bin/cc on Solar...
2000-05-19  Richard LevitteAdd a couple of macros that make OpenSSL compilable...
2000-05-15  Ulf MöllerMacOS changes.
2000-03-23  Ulf Möllerssize_t for Ultrix
2000-03-20  Ulf MöllerProblems with the Windows build.
2000-03-18  Richard Levittee_os.h: don't do double work with status codes.
2000-03-17  Richard LevitteThe previous exit code handling was completely bogus...
2000-03-11  Bodo MöllerOn NeXT, ssize_t is int, not long (see <sys/types.h...
2000-03-10  Ulf Möllerssize_t
2000-03-07  Bodo Möller{NEXT,OPEN}STEP don't have pid_t.
2000-03-02  Richard LevitteIt started with finding a misplaced #endif. Then I...
2000-01-20  Ulf MöllerWINDOWS is defined in e_os.h. The problem was WIN32...
2000-01-16  Ulf Möllerremove debug modification that I checked in accidentally
2000-01-16  Ulf MöllerNew function RAND_pseudo_bytes() generated pseudorandom...
1999-12-26  Andy PolyakovMacOS updates. Initial support for GUSI (MacOS socket...
1999-12-19  Andy PolyakovEven more late break-in MacOS tidbits...
1999-12-19  Andy PolyakovLate break-in patch for MacOS support.
1999-12-19  Andy PolyakovMacOS updates.
1999-10-26  Bodo MöllerMake md_rand.c more robust.
1999-10-25  Bodo MöllerUpdate Borland C++ builder support.
1999-09-11  Andy PolyakovInitial support for MacOS.
next