|
|
@52380
|
10 years |
vboxsync |
Runtime: comment nit.
|
|
|
@52364
|
10 years |
vboxsync |
nt.h: NtOpenKey, NtQuerySecurityObject, NtQueryValueKey, RtlEqualSid, …
|
|
|
@52345
|
10 years |
vboxsync |
Runtime: Implemented ASMAtomicUo[Inc|Dec]U32() with updated testcase. …
|
|
|
@52338
|
10 years |
vboxsync |
typo
|
|
|
@52335
|
10 years |
vboxsync |
RTBigNum: Added shift APIs, implemented a faster division algorithm, …
|
|
|
@52334
|
10 years |
vboxsync |
alloc-win.cpp: Two more PAGE_OFFSET_MASK cases missing uintptr_t cast …
|
|
|
@52333
|
10 years |
vboxsync |
alloc-ef.cpp: s/~PAGE_OFFSET_MASK/~(uintptr_t)PAGE_OFFSET_MASK/g
|
|
|
@52332
|
10 years |
vboxsync |
memsafer-r3.cpp: Fixed bug in the SUP allocator that caused memory …
|
|
|
@52331
|
10 years |
vboxsync |
strformatrt.cpp: Don't translate cchPrecision=0 to 16 for %Rhx* format …
|
|
|
@52330
|
10 years |
vboxsync |
bugfix
|
|
|
@52297
|
10 years |
vboxsync |
tstRTBigNum: compare with openssl. (Conclusion, we're very slow at modexp.)
|
|
|
@52291
|
10 years |
vboxsync |
RTBigNum: Forgot to add the assembly file. Oops.
|
|
|
@52290
|
10 years |
vboxsync |
RTBigNum: Two assembly optimizations related to RTBigNumModExp. Use …
|
|
|
@52289
|
10 years |
vboxsync |
tstRTBigNum: Benchmark RTBigNumModExp.
|
|
|
@52250
|
10 years |
vboxsync |
RT: Added SupSemEvent routines to import lib for extpack use.
|
|
|
@52242
|
10 years |
vboxsync |
VBoxRT.dll,VBoxRT-x86.dll,VBoxC.dll: Delay load less frequently used …
|
|
|
@52217
|
10 years |
vboxsync |
Runtime/http: fixed potential invalid RTMemFree() on error
|
|
|
@52213
|
10 years |
vboxsync |
SUP,IPRT: Implemented forwarder support in RTLdr and cleaned up some …
|
|
|
@52211
|
10 years |
vboxsync |
Runtime: remove R3Mini run-time library as it is no longer needed.
|
|
|
@52206
|
10 years |
vboxsync |
RTCrX509: Another name component mapping.
|
|
|
@52204
|
10 years |
vboxsync |
SUP,LDR: Changed RTLdrGetBits to allow not resolving imports. Combined …
|
|
|
@52163
|
10 years |
vboxsync |
SUP: Make the middle respawn process wait on both parent and child. …
|
|
|
@52144
|
10 years |
vboxsync |
Runtime/VBox/VBoxRTDeps.cpp: prepare for gsoap 2.8
|
|
|
@52139
|
10 years |
vboxsync |
SUP: child-process purification to avoid sysfer.dll.
|
|
|
@52138
|
10 years |
vboxsync |
dbgcfg.cpp: ignore case in symbol paths.
|
|
|
@52105
|
10 years |
vboxsync |
shut up gcc
|
|
|
@52094
|
10 years |
vboxsync |
Runtime: Fix VBoxRT-openssl-ose.def, there is no EVP_aes_192_xts method
|
|
|
@52092
|
10 years |
vboxsync |
SUP: Disable hard error popups from NtCreateSection failures.
|
|
|
@52051
|
10 years |
vboxsync |
build fix
|
|
|
@52050
|
10 years |
vboxsync |
RTMemSafer: Split generic from ring-3 specific page based …
|
|
|
@52049
|
10 years |
vboxsync |
RTSignTool: bugfix
|
|
|
@52033
|
10 years |
vboxsync |
IPRT/memsafer: Relax the guarding pages protection, some hosts like …
|
|
|
@52028
|
10 years |
vboxsync |
Runtime: added missing RTMemSaver* functions
|
|
|
@52025
|
10 years |
vboxsync |
trunk, VBox-4.*, VBox-3.2: Cleaned up base64/RT_C_IS_SPACE CR mess.
|
|
|
@52021
|
10 years |
vboxsync |
IPRT/RTMemLocked*: Ditch API, was only implemented on POSIX and there …
|
|
|
@52020
|
10 years |
vboxsync |
Shot at burning Windows build box
|
|
|
@52018
|
10 years |
vboxsync |
IPRT: Make RTMemSafer use the SUPR3 page allocation if available to …
|
|
|
@51941
|
10 years |
vboxsync |
SUPDrv-win.cpp: Use the RTTerm/RTOnce stuff to clean up that default …
|
|
|
@51940
|
10 years |
vboxsync |
GMMR0: Switched from fast mutex to critical section for the giant …
|
|
|
@51938
|
10 years |
vboxsync |
Runtime/r0drv: RHEL7 hack
|
|
|
@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
|
|
|