VirtualBox

source: vbox/trunk/src/VBox/Runtime/common

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @51913   11 years vboxsync Plugged memory leak in rtldrPE_VerifySignatureValidateHash.
(edit) @51902   11 years vboxsync Fall back on our own MD2 if OpenSSL doesn't include it.
(edit) @51885   11 years vboxsync Documented another bswap experiment.
(edit) @51884   11 years vboxsync alt-sha256: Tiny bswap optimization for 64-bit CPUs.
(edit) @51883   11 years vboxsync alt-sha512: Applied the optimizations from alt-sha256 and alt-sha1, …
(edit) @51882   11 years vboxsync alt-sha1: appled the same …
(edit) @51881   11 years vboxsync alt-sha256: Unrolled everything and applied the Ch() and Maj() …
(edit) @51880   11 years vboxsync alt-sha1.cpp: Unrolling the init code, increasing performance by some 10+.
(edit) @51879   11 years vboxsync alt-sha1.cpp: Save an operation in both Ch() and Maj(). The Maj …
(edit) @51878   11 years vboxsync alt-sha1.cpp: Unrolled the block processing code, getting a ~25 speed …
(edit) @51872   11 years vboxsync OS/2 build fix (nasm).
(edit) @51870   11 years vboxsync Another page has fix, this time for VBoxREM w/ debug info. (debug info …
(edit) @51868   11 years vboxsync Page hash fixes. Somehow using the wrong algorithm for determining how …
(edit) @51862   11 years vboxsync page hash updates.
(edit) @51861   11 years vboxsync clear the context after use, converted SHA-1 to use an array of H values.
(edit) @51858   11 years vboxsync Some ASN.1 fixes related to BMP strings. Improved the ASN.1 dumper a …
(edit) @51856   11 years vboxsync Added the odd sha-2 algorithms to RTCrDigest and extended the …
(edit) @51851   11 years vboxsync Renamed hash implementations to fit better into the build system, …
(edit) @51843   11 years vboxsync Renamed md5.cpp to md5-alt.cpp.
(edit) @51842   11 years vboxsync Added alternative SHA-512/224 and SHA-512/256 implementations while at it.
(edit) @51841   11 years vboxsync Alternative SHA-512 and SHA-384 implementation.
(edit) @51838   11 years vboxsync Alternative SHA-256 implementation.
(edit) @51837   11 years vboxsync gcc warning
(edit) @51828   11 years vboxsync Added alternative SHA-1 code. Extended asm.h with 32-bit and 64-bit …
(edit) @51823   11 years vboxsync Better error message.
(edit) @51821   11 years vboxsync Implemented MD2 (legacy reasons).
(edit) @51820   11 years vboxsync New message digest testcase + a fix to digest-builtin.cpp.
(edit) @51795   11 years vboxsync UTF-8 case folding hacks to deal with U+0130, U+0131, U+017f and …
(edit) @51794   11 years vboxsync Darwin loader rc fix (VERR_INVALID_EXE_SIGNATURE).
(edit) @51792   11 years vboxsync Better fix
(edit) @51791   11 years vboxsync Paranoia fix
(edit) @51790   11 years vboxsync Better fix
(edit) @51788   11 years vboxsync More correct fix
(edit) @51787   11 years vboxsync bugfix
(edit) @51783   11 years vboxsync bugfix
(edit) @51782   11 years vboxsync fixed bug
(edit) @51781   11 years vboxsync warning
(edit) @51780   11 years vboxsync warning
(edit) @51779   11 years vboxsync duh
(edit) @51777   11 years vboxsync build fixes
(edit) @51776   11 years vboxsync build fixes
(edit) @51773   11 years vboxsync shut up stupid gcc warnings.
(edit) @51770   11 years vboxsync Merged in iprt++ dev branch.
(edit) @51739   11 years vboxsync Runtime/PKZip: provide stubs
(edit) @51732   11 years vboxsync RTZipPkzipMemDecompress: pvSrc const
(edit) @51714   11 years vboxsync Runtime: added RTZipPkzipMemDecompress()
(edit) @51713   11 years vboxsync Runtime/unzipcmd: fixed comments; use the attributes provided by the …
(edit) @51712   11 years vboxsync Runtime/pkzipvfs: more sensible default file attributes; don't need to …
(edit) @51707   11 years vboxsync Runtime/http: more sane limit for redirection URLs
(edit) @51704   11 years vboxsync Runtime/http: added handling for 301 responses
(edit) @51701   11 years vboxsync elder gcc false positive warning
(edit) @51699   11 years vboxsync another warning
(edit) @51698   11 years vboxsync more signed math
(edit) @51697   11 years vboxsync uint64_t / RTFOFF mess
(edit) @51696   11 years vboxsync Runtime: PKZip stream reader
(edit) @51683   11 years vboxsync Runtime/tarcmd: fixed a loop and a memory leak
(edit) @51651   11 years vboxsync RTVfsChainOpenIoStream: initialize pszError at the earliest possible way
(edit) @51635   11 years vboxsync introduced RTHttpGetBinary(), renamed RTHttpGet() to RTHttpGetText()
(edit) @51519   11 years vboxsync Runtime: Comment nits.
(edit) @51450   11 years vboxsync fixed some Log() statments where we didn't properly display uint64_t …
(edit) @51143   11 years vboxsync VMM: 32-bit operations must not be 64-bit!!
(edit) @51014   11 years vboxsync Temporarily renamed iprt/x509.h to iprt/x509-branch-collision.h to …
(edit) @50954   11 years vboxsync x509.cpp/h: Cleaned up rtX509ReadCertificateFromPEM, please study the …
(edit) @50915   11 years vboxsync log.cpp had assertion temp commented out - fixed
(edit) @50914   11 years vboxsync 6813 src-all/ExtPackManagerImpl.cpp
(edit) @50904   11 years vboxsync added prefix X509 into all error definitions related to X509
(edit) @50887   11 years vboxsync Put a warning instead an error if X509 certificate is not self-signed
(edit) @50840   11 years vboxsync Runtime/common/asm: extra lines, nit.
(edit) @50835   11 years vboxsync fixed svn properties
(edit) @50795   11 years vboxsync Build fix.
(edit) @50793   11 years vboxsync iprt: Added RTSTR_VALIDATE_ENCODING_EXACT_LENGTH for …
(edit) @50792   11 years vboxsync IPRT: Added RTUtf16ValidateEncodingEx, RTUtf16ValidateEncoding and …
(edit) @50791   11 years vboxsync comment
(edit) @50765   11 years vboxsync include/iprt, Runtime/common: Added defines for newer Intel CPU …
(edit) @50661   11 years vboxsync GCC:/MSC: => gcc:/msc: like everywhere
(edit) @50660   11 years vboxsync iprt: three register parmaeter fixes in unused code (64-bit gcc).
(edit) @50658   11 years vboxsync ASMCpuIdExSlow.asm: mixed rcx and rdx inputs on gcc. bad
(edit) @50526   11 years vboxsync Storage/VHDX: Finally commit and enable CRC-32c checksum validation …
(edit) @50508   11 years vboxsync DnD: Update.
(edit) @50503   11 years vboxsync IPRT/ministring: Added RTCString::joinEx().
(edit) @50456   11 years vboxsync RTNetStrToIPv6Addr: first cut at IPv6 address parsing. I'm still not …
(edit) @50446   11 years vboxsync Runtime/common/checksum/manifest.cpp: remove leftover printf debugging
(edit) @50424   11 years vboxsync ASMSetIDTR and ASMSetGDTR.
(edit) @50418   11 years vboxsync Add RTNetStrToIPv4AddrEx - a variant of IPv4 dotted-decimal parsing …
(edit) @50404   11 years vboxsync 6813 - src-client/USBDeviceImpl.cpp vn 2
(edit) @50403   11 years vboxsync 6813 - src-client/USBDeviceImpl.cpp
(edit) @50367   11 years vboxsync Make %RTnaipv6 and %RTnaddr format IPv6 addresses according to RFC …
(edit) @50206   11 years vboxsync tar.cpp: hVfsIos init bug.
(edit) @50205   11 years vboxsync tar.cpp: Drop the TAR file reading code.
(edit) @50201   11 years vboxsync rtZipTarReaderIsAtEnd: Hack for our tar.cpp writer code.
(edit) @50194   11 years vboxsync tar.cpp: Stripped it futher down and documented what …
(edit) @50180   11 years vboxsync fix
(edit) @50154   11 years vboxsync Reduce the TAR API to what's currently used.
(edit) @50153   11 years vboxsync tar.cpp: Made RT_USE_TAR_VFS_FOR_ALL_READS default.
(edit) @50147   11 years vboxsync tar.cpp: Prepared for dropping all the TAR reading code and use the …
(edit) @50146   11 years vboxsync gzipvfs.cpp,tarvfs.cpp: Allow the pfnRead off parameter to be the …
(edit) @50139   11 years vboxsync tar.cpp: Fixed wrong checksum calculation (should be unsigned) and …
(edit) @50086   11 years vboxsync tarvfs.cpp: Fix for VMWare header with non-posix version field content.
(edit) @49997   11 years vboxsync oops
(edit) @49996   11 years vboxsync Runtime/uri.cpp: warning [-Wunsequenced] char szNum[] = { …
Note: See TracRevisionLog for help on using the revision log.

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