|
|
@51917
|
10 years |
vboxsync |
make verify-exe a better candidate for leak hunting.
|
|
|
@51916
|
10 years |
vboxsync |
Drop electric fences before looking for leaks.
|
|
|
@51915
|
10 years |
vboxsync |
Drop electric fences before looking for leaks.
|
|
|
@51914
|
10 years |
vboxsync |
hack
|
|
|
@51913
|
10 years |
vboxsync |
Plugged memory leak in rtldrPE_VerifySignatureValidateHash.
|
|
|
@51906
|
10 years |
vboxsync |
Fixing testcases on windows.
|
|
|
@51902
|
10 years |
vboxsync |
Fall back on our own MD2 if OpenSSL doesn't include it.
|
|
|
@51885
|
10 years |
vboxsync |
Documented another bswap experiment.
|
|
|
@51884
|
10 years |
vboxsync |
alt-sha256: Tiny bswap optimization for 64-bit CPUs.
|
|
|
@51883
|
10 years |
vboxsync |
alt-sha512: Applied the optimizations from alt-sha256 and alt-sha1, …
|
|
|
@51882
|
10 years |
vboxsync |
alt-sha1: appled the same …
|
|
|
@51881
|
10 years |
vboxsync |
alt-sha256: Unrolled everything and applied the Ch() and Maj() …
|
|
|
@51880
|
10 years |
vboxsync |
alt-sha1.cpp: Unrolling the init code, increasing performance by some 10+.
|
|
|
@51879
|
10 years |
vboxsync |
alt-sha1.cpp: Save an operation in both Ch() and Maj(). The Maj …
|
|
|
@51878
|
10 years |
vboxsync |
alt-sha1.cpp: Unrolled the block processing code, getting a ~25 speed …
|
|
|
@51872
|
10 years |
vboxsync |
OS/2 build fix (nasm).
|
|
|
@51870
|
10 years |
vboxsync |
Another page has fix, this time for VBoxREM w/ debug info. (debug info …
|
|
|
@51868
|
10 years |
vboxsync |
Page hash fixes. Somehow using the wrong algorithm for determining how …
|
|
|
@51862
|
10 years |
vboxsync |
page hash updates.
|
|
|
@51861
|
10 years |
vboxsync |
clear the context after use, converted SHA-1 to use an array of H values.
|
|
|
@51858
|
10 years |
vboxsync |
Some ASN.1 fixes related to BMP strings. Improved the ASN.1 dumper a …
|
|
|
@51856
|
10 years |
vboxsync |
Added the odd sha-2 algorithms to RTCrDigest and extended the …
|
|
|
@51851
|
10 years |
vboxsync |
Renamed hash implementations to fit better into the build system, …
|
|
|
@51843
|
10 years |
vboxsync |
Renamed md5.cpp to md5-alt.cpp.
|
|
|
@51842
|
10 years |
vboxsync |
Added alternative SHA-512/224 and SHA-512/256 implementations while at it.
|
|
|
@51841
|
10 years |
vboxsync |
Alternative SHA-512 and SHA-384 implementation.
|
|
|
@51839
|
10 years |
vboxsync |
testcases/tstUtf8: parfait warnings
|
|
|
@51838
|
10 years |
vboxsync |
Alternative SHA-256 implementation.
|
|
|
@51837
|
10 years |
vboxsync |
gcc warning
|
|
|
@51828
|
10 years |
vboxsync |
Added alternative SHA-1 code. Extended asm.h with 32-bit and 64-bit …
|
|
|
@51823
|
10 years |
vboxsync |
Better error message.
|
|
|
@51821
|
10 years |
vboxsync |
Implemented MD2 (legacy reasons).
|
|
|
@51820
|
10 years |
vboxsync |
New message digest testcase + a fix to digest-builtin.cpp.
|
|
|
@51810
|
10 years |
vboxsync |
validation kit build fix.
|
|
|
@51809
|
10 years |
vboxsync |
validation kit build fix.
|
|
|
@51796
|
10 years |
vboxsync |
Added two missing roundtrip case folding tests.
|
|
|
@51795
|
10 years |
vboxsync |
UTF-8 case folding hacks to deal with U+0130, U+0131, U+017f and …
|
|
|
@51794
|
10 years |
vboxsync |
Darwin loader rc fix (VERR_INVALID_EXE_SIGNATURE).
|
|
|
@51793
|
10 years |
vboxsync |
stupid gcc build fix
|
|
|
@51792
|
10 years |
vboxsync |
Better fix
|
|
|
@51791
|
10 years |
vboxsync |
Paranoia fix
|
|
|
@51790
|
10 years |
vboxsync |
Better fix
|
|
|
@51788
|
10 years |
vboxsync |
More correct fix
|
|
|
@51787
|
10 years |
vboxsync |
bugfix
|
|
|
@51785
|
10 years |
vboxsync |
build fix
|
|
|
@51784
|
10 years |
vboxsync |
build fix
|
|
|
@51783
|
10 years |
vboxsync |
bugfix
|
|
|
@51782
|
10 years |
vboxsync |
fixed bug
|
|
|
@51781
|
10 years |
vboxsync |
warning
|
|
|
@51780
|
10 years |
vboxsync |
warning
|
|
|
@51779
|
10 years |
vboxsync |
duh
|
|
|
@51777
|
10 years |
vboxsync |
build fixes
|
|
|
@51776
|
10 years |
vboxsync |
build fixes
|
|
|
@51774
|
10 years |
vboxsync |
attempt at cursing weird -Wattributes warning.
|
|
|
@51773
|
10 years |
vboxsync |
shut up stupid gcc warnings.
|
|
|
@51770
|
10 years |
vboxsync |
Merged in iprt++ dev branch.
|
|
|
@51763
|
10 years |
vboxsync |
build fix
|
|
|
@51760
|
10 years |
vboxsync |
Runtime: added missing RTMemLocked* functions
|
|
|
@51739
|
10 years |
vboxsync |
Runtime/PKZip: provide stubs
|
|
|
@51732
|
10 years |
vboxsync |
RTZipPkzipMemDecompress: pvSrc const
|
|
|
@51721
|
10 years |
vboxsync |
Runtime/r0drv/solaris: Doxygen bugref comment.
|
|
|
@51717
|
10 years |
vboxsync |
be a bit more verbose
|
|
|
@51716
|
10 years |
vboxsync |
tstRTHttp: use RTZipPkzipMemDecompress()
|
|
|
@51714
|
10 years |
vboxsync |
Runtime: added RTZipPkzipMemDecompress()
|
|
|
@51713
|
10 years |
vboxsync |
Runtime/unzipcmd: fixed comments; use the attributes provided by the …
|
|
|
@51712
|
10 years |
vboxsync |
Runtime/pkzipvfs: more sensible default file attributes; don't need to …
|
|
|
@51707
|
10 years |
vboxsync |
Runtime/http: more sane limit for redirection URLs
|
|
|
@51704
|
10 years |
vboxsync |
Runtime/http: added handling for 301 responses
|
|
|
@51701
|
10 years |
vboxsync |
elder gcc false positive warning
|
|
|
@51699
|
10 years |
vboxsync |
another warning
|
|
|
@51698
|
10 years |
vboxsync |
more signed math
|
|
|
@51697
|
10 years |
vboxsync |
uint64_t / RTFOFF mess
|
|
|
@51696
|
10 years |
vboxsync |
Runtime: PKZip stream reader
|
|
|
@51683
|
10 years |
vboxsync |
Runtime/tarcmd: fixed a loop and a memory leak
|
|
|
@51651
|
10 years |
vboxsync |
RTVfsChainOpenIoStream: initialize pszError at the earliest possible way
|
|
|
@51635
|
10 years |
vboxsync |
introduced RTHttpGetBinary(), renamed RTHttpGet() to RTHttpGetText()
|
|
|
@51571
|
11 years |
vboxsync |
Runtime/generic: Explicitly prevent mixing ring-3 and ring-0 spinlock …
|
|
|
@51530
|
11 years |
vboxsync |
RTErrConvertFromNtStatus: Added STATUS_NO_SUCH_DEVICE and …
|
|
|
@51519
|
11 years |
vboxsync |
Runtime: Comment nits.
|
|
|
@51480
|
11 years |
vboxsync |
NetFlt/LwfWin: NDIS6 filter driver (#7231)
|
|
|
@51450
|
11 years |
vboxsync |
fixed some Log() statments where we didn't properly display uint64_t …
|
|
|
@51437
|
11 years |
vboxsync |
Runtime/r3/win/VBoxRT-openssl.def: properly update for openssl 1.0.1, …
|
|
|
@51428
|
11 years |
vboxsync |
Runtime/r3/win/VBoxRT-openssl.def: update for openssl 1.0.1
|
|
|
@51427
|
11 years |
vboxsync |
Runtime/win/RTErrConvertFromWin32.cpp: add error code which is used …
|
|
|
@51346
|
11 years |
vboxsync |
rename Test Suite => Validation Kit
|
|
|
@51343
|
11 years |
vboxsync |
Runtime: Quick RTMemLocked* implementation using RTMemAlloc. Only to …
|
|
|
@51192
|
11 years |
vboxsync |
Runtime/r3/linux: better handle user accounts with empty passwords -- fix
|
|
|
@51180
|
11 years |
vboxsync |
Runtime/r3/Linux: better handle user accounts with empty passwords
|
|
|
@51165
|
11 years |
vboxsync |
VMM: remove linker entrypoints for relocatable VMMR0,tstLdrObj objects …
|
|
|
@51143
|
11 years |
vboxsync |
VMM: 32-bit operations must not be 64-bit!!
|
|
|
@51088
|
11 years |
vboxsync |
Runtime/Makefile: make test-mangling perform on newer systems the test …
|
|
|
@51076
|
11 years |
vboxsync |
Another build fix
|
|
|
@51075
|
11 years |
vboxsync |
Build fix for darwin
|
|
|
@51074
|
11 years |
vboxsync |
Runtime: Add RTMemLocked* API to allocate locked memory
|
|
|
@51067
|
11 years |
vboxsync |
Runtime/VBoxRTDeps.cpp: comment out DH_generate_parameters
|
|
|
@51066
|
11 years |
vboxsync |
Runtime/VBoxRTDeps.cpp: add a few symbols to the dependency table to …
|
|
|
@51037
|
11 years |
vboxsync |
Runtime: init-win.cpp: OSVERSIONINFO typos.
|
|
|
@51014
|
11 years |
vboxsync |
Temporarily renamed iprt/x509.h to iprt/x509-branch-collision.h to …
|
|
|
@50976
|
11 years |
vboxsync |
RTSystemQueryOSInfo-win.cpp,init-win.cpp: Detect windows 8.1 …
|
|
|
@50954
|
11 years |
vboxsync |
x509.cpp/h: Cleaned up rtX509ReadCertificateFromPEM, please study the …
|
|
|