]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/o_time.c
Changed OPENSSL_gmtime so macOS uses threadsafe gmtime_r instead of gmtime.
[thirdparty/openssl.git] / crypto / o_time.c
2018-01-24  Jonathan ScaliseChanged OPENSSL_gmtime so macOS uses threadsafe gmtime_...
2017-12-08  Rich SalzStandardize syntax around sizeof(foo)
2017-02-14  Guido VrankenRemove obsolete comment
2016-08-19  Richard LevitteVSI submission: make better use of item lists in o_time.c
2015-12-18  Richard LevitteRemove the "eay" c-file-style indicators
2015-01-22  Matt CaswellRe-align some comments after running the reformat script. OpenSSL_1_0_2-post-reformat
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22  Tim Hudsonmark all block comments that need format preserving...
2013-08-19  Dr. Stephen HensonTime difference functions.
2012-03-21  cvs2svnThis commit was manufactured by cvs2svn to create branch
2011-03-19  Richard LevitteApply all the changes submitted by Steven M. Schweda...
2010-06-16  cvs2svnThis commit was manufactured by cvs2svn to create branch
2009-03-31  cvs2svnThis commit was manufactured by cvs2svn to create branch
2008-10-07  Dr. Stephen HensonExperimental new date handling routines. These fix...
2006-08-13  Ulf MöllerUse gmtime on cygwin
2004-07-19  Richard LevitteSince version 7.0, The C RTL in VMS handles time in...
2003-06-12  Richard LevitteDo not try to use non-existent gmtime_r() on SunOS4.
2003-03-13  Dr. Stephen HensonReturn an error if gmtime returns NULL.
2003-01-24  Dr. Stephen HensonCheck return value of gmtime() and add error codes
2002-01-08  Richard LevittePatches to make OpenSSL compilable on MacOS/X.
2001-08-03  Richard LevitteMake sure memcpy() gets properly declared by including...
2001-07-05  Richard LevitteUse one address consistently.
2001-07-01  Richard LevitteChanges to have OpenSSL compile on OS/2.
2001-05-16  Richard LevitteNew internal function OPENSSL_gmtime, which is intended...