VirtualBox

source: vbox/trunk/src/VBox/Runtime

Revision Log Mode:


Legend:

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

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette