- 30 5月, 2016 1 次提交
-
-
由 Joey Yandle 提交于
Reviewed-by: NMatt Caswell <matt@openssl.org> Reviewed-by: NTim Hudson <tjh@openssl.org> Reviewed-by: NRich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1079)
-
- 18 5月, 2016 1 次提交
-
-
由 Rich Salz 提交于
Reviewed-by: NRichard Levitte <levitte@openssl.org>
-
- 06 2月, 2016 1 次提交
-
-
由 FdaSilvaYY 提交于
Signed-off-by: NRich Salz <rsalz@openssl.org> Reviewed-by: NMatt Caswell <matt@openssl.org>
-
- 27 1月, 2016 1 次提交
-
-
由 Rich Salz 提交于
This was done by the following find . -name '*.[ch]' | /tmp/pl where /tmp/pl is the following three-line script: print unless $. == 1 && m@/\* .*\.[ch] \*/@; close ARGV if eof; # Close file to reset $. And then some hand-editing of other files. Reviewed-by: NViktor Dukhovni <viktor@openssl.org>
-
- 10 11月, 2015 1 次提交
-
-
由 Matt Caswell 提交于
Continuing from previous commit ensure our style is consistent for malloc return checks. Reviewed-by: NKurt Roeckx <kurt@openssl.org>
-
- 30 9月, 2015 1 次提交
-
-
由 Andy Polyakov 提交于
Reviewed-by: NRich Salz <rsalz@openssl.org>
-
- 14 5月, 2015 1 次提交
-
-
由 Richard Levitte 提交于
There are header files in crypto/ that are used by a number of crypto/ submodules. Move those to crypto/include/internal and adapt the affected source code and Makefiles. The header files that got moved are: crypto/cryptolib.h crypto/md32_common.h Reviewed-by: NRich Salz <rsalz@openssl.org>
-
- 06 2月, 2015 1 次提交
-
-
由 Rich Salz 提交于
For code bracketed by "#if 1" then remove the alternate "#else .. #endif" lines. Reviewed-by: NAndy Polyakov <appro@openssl.org>
-
- 30 1月, 2015 1 次提交
-
-
由 Rich Salz 提交于
The start of removing dead code. A remaining #if 0 in bss_conn.c needs more thought. Reviewed-by: NRichard Levitte <levitte@openssl.org>
-
- 22 1月, 2015 2 次提交
-
-
由 Matt Caswell 提交于
Reviewed-by: NTim Hudson <tjh@openssl.org>
-
由 Matt Caswell 提交于
Sometimes it fails to format them very well, and sometimes it corrupts them! This commit moves some particularly problematic ones. Reviewed-by: NTim Hudson <tjh@openssl.org>
-
- 13 1月, 2015 1 次提交
-
-
由 Matt Caswell 提交于
Reviewed-by: NAndy Polyakov <appro@openssl.org>
-
- 06 1月, 2015 1 次提交
-
-
由 Matt Caswell 提交于
Reviewed-by: NTim Hudson <tjh@openssl.org>
-
- 08 12月, 2014 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Reviewed-by: NTim Hudson <tjh@openssl.org>
-
- 19 9月, 2014 1 次提交
-
-
由 Jake Goulding 提交于
GetDIBits has been around since Windows2000 and BitBitmapBits is an old Win16 compatibility function that is much slower. Reviewed-by: NTim Hudson <tjh@openssl.org>
-
- 25 2月, 2014 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Windows 8 SDKs complain that GetVersion() is deprecated. We only use GetVersion like this: (GetVersion() < 0x80000000) which checks if the Windows version is NT based. Use a macro check_winnt() which uses GetVersion() on older SDK versions and true otherwise.
-
- 04 2月, 2011 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 23 3月, 2010 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 17 2月, 2010 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Submitted by: James Baker <jbaker@tableausoftware.com> et al. Workaround for slow Heap32Next on some versions of Windows.
-
- 20 1月, 2010 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 19 1月, 2010 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 20 9月, 2009 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 24 7月, 2009 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 14 10月, 2005 1 次提交
-
-
由 Andy Polyakov 提交于
SIZE_T].
-
- 23 9月, 2005 1 次提交
-
-
由 Andy Polyakov 提交于
ULONG_PTR, so we replace it with equally wide SIZE_T.
-
- 08 8月, 2005 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 04 8月, 2005 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 03 8月, 2005 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 02 8月, 2005 1 次提交
-
-
由 Andy Polyakov 提交于
invalidated the whole clause] and replace it with #if _WIN32_WCE>=210.
-
- 21 5月, 2005 1 次提交
-
-
由 Andy Polyakov 提交于
inspired by VC6 failure report. In addition abstain from taking screen snapshots when running in NT service context.
-
- 19 4月, 2005 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Fix Win32 build system to use 'Makefile' instead of 'Makefile.ssl'.
-
- 24 3月, 2005 1 次提交
-
-
由 Ulf Möller 提交于
-
- 19 3月, 2005 1 次提交
-
-
由 Ulf Möller 提交于
-
- 22 7月, 2004 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 05 1月, 2004 1 次提交
-
-
由 Lutz Jänicke 提交于
Submitted by: Gertjan van Oosten <gertjan@West.NL> PR: #804
-
- 07 8月, 2003 1 次提交
-
-
由 Richard Levitte 提交于
1. CreateToolhelp32Snapshot returns INVALID_HANDLE_VALUE, not NULL, on error. 2. On Windows CE, a snapshot handle is closed with CloseToolhelp32Snapshot, not CloseHandle.
-
- 03 12月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
-
- 16 11月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
-
- 15 11月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
PR: 264
-
- 21 2月, 2002 1 次提交
-
-
由 Bodo Möller 提交于
-