index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
o_time.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright year
Matt Caswell
2018-04-03
1
-1
/
+1
*
o_time.c: use gmtime_s with MSVC
Miroslav Suk
2018-03-27
1
-0
/
+4
*
Fix typo in files in crypto folder
Xiaoyin Liu
2017-08-05
1
-2
/
+2
*
Reset executable bits on files where not needed.
Bernd Edlinger
2017-03-03
1
-0
/
+0
*
VMS: compensate for gmtime_r() parameter pointer size
Richard Levitte
2017-03-01
1
-1
/
+23
*
Code cleanup: remove the VMS specific reimplementation of gmtime
Richard Levitte
2017-02-28
1
-188
/
+2
*
Remove obsolete comment
Guido Vranken
2017-02-14
1
-4
/
+0
*
Prevents that OPENSSL_gmtime incorrectly signals success if gmtime_r fails, a...
Guido Vranken
2017-02-14
1
-1
/
+2
*
VSI submisson: make better use of item lists in o_time.c
Richard Levitte
2016-08-04
1
-18
/
+55
*
Copyright consolidation 09/10
Rich Salz
2016-05-17
1
-58
/
+5
*
Remove Netware and OS/2
Rich Salz
2016-03-17
1
-1
/
+1
*
GH601: Various spelling fixes.
FdaSilvaYY
2016-02-05
1
-2
/
+2
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
Remove the "eay" c-file-style indicators
Richard Levitte
2015-12-18
1
-1
/
+1
*
Check OPENSSL_gmtime_diff
Rich Salz
2015-09-03
1
-60
/
+0
*
Re-align some comments after running the reformat script.
Matt Caswell
2015-01-22
1
-24
/
+24
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-310
/
+311
*
mark all block comments that need format preserving so that
Tim Hudson
2014-12-30
1
-1
/
+2
*
RT3548: Remvoe unsupported platforms
Rich Salz
2014-12-22
1
-1
/
+1
*
Include <openssl/foo.h> instead of "foo.h"
Geoff Thorpe
2014-12-08
1
-1
/
+1
*
Move gmtime functions to crypto.h.
Ben Laurie
2014-02-19
1
-1
/
+1
*
Reorganise parameters for OPENSSL_gmtime_diff.
Dr. Stephen Henson
2012-11-21
1
-3
/
+4
*
don't use psec or pdays if NULL
Dr. Stephen Henson
2012-11-20
1
-2
/
+4
*
After some adjustments, apply the changes OpenSSL 1.0.0d on OpenVMS
Richard Levitte
2011-03-19
1
-8
/
+14
*
new function to diff tm structures
Dr. Stephen Henson
2010-04-15
1
-35
/
+98
*
oops revert patch not part of Configure diff
Dr. Stephen Henson
2010-04-15
1
-98
/
+35
*
oops, commit Configure part of PR#2234
Dr. Stephen Henson
2010-04-15
1
-35
/
+98
*
Experimental new date handling routines. These fix issues with X509_time_adj()
Dr. Stephen Henson
2008-10-08
1
-1
/
+150
*
Use gmtime on cygwin
Ulf Möller
2006-08-13
1
-1
/
+1
*
Since version 7.0, The C RTL in VMS handles time in terms of UTC
Richard Levitte
2004-07-19
1
-5
/
+16
*
Do not try to use non-existent gmtime_r() on SunOS4.
Richard Levitte
2003-06-12
1
-1
/
+1
*
Return an error if gmtime returns NULL.
Dr. Stephen Henson
2003-03-13
1
-2
/
+4
*
Check return value of gmtime() and add error codes
Dr. Stephen Henson
2003-01-24
1
-1
/
+2
*
Patches to make OpenSSL compilable on MacOS/X.
Richard Levitte
2002-01-08
1
-1
/
+1
*
Make sure memcpy() gets properly declared by including string.h.
Richard Levitte
2001-08-03
1
-0
/
+1
*
Use one address consistently.
Richard Levitte
2001-07-05
1
-1
/
+1
*
Changes to have OpenSSL compile on OS/2.
Richard Levitte
2001-07-02
1
-1
/
+1
*
New internal function OPENSSL_gmtime, which is intended to do the same
Richard Levitte
2001-05-16
1
-0
/
+202