VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @55401   10 years vboxsync added a couple of missing Id headers
(edit) @54984   10 years vboxsync Runtime/manifest: Fixed misused AssertReturnStmt(). Thank you Jung-uk Kim.
(edit) @53624   10 years vboxsync scm automatic cleanups.
(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) @51861   10 years vboxsync clear the context after use, converted SHA-1 to use an array of H values.
(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) @51838   10 years vboxsync Alternative SHA-256 implementation.
(edit) @51828   10 years vboxsync Added alternative SHA-1 code. Extended asm.h with 32-bit and 64-bit …
(edit) @51821   10 years vboxsync Implemented MD2 (legacy reasons).
(edit) @51770   10 years vboxsync Merged in iprt++ dev branch.
(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) @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) @50835   11 years vboxsync fixed svn properties
(edit) @50526   11 years vboxsync Storage/VHDX: Finally commit and enable CRC-32c checksum validation …
(edit) @50446   11 years vboxsync Runtime/common/checksum/manifest.cpp: remove leftover printf debugging
(edit) @48935   11 years vboxsync Runtime: Whitespace and svn:keyword cleanups by scm.
(edit) @48628   11 years vboxsync Runtime/manifest: unimportant memory leak
(edit) @46982   11 years vboxsync build fix
(edit) @46981   11 years vboxsync typo.
(edit) @46980   11 years vboxsync Deprecated the old manifest API. r=bird: IPRT does NOT use ugly C++ …
(edit) @46972   11 years vboxsync pr6022. Relative paths in the OVA package are processed from now.
(edit) @45356   12 years vboxsync tabs
(edit) @45354   12 years vboxsync Main: OVF 2.0 support. Part 2 - OVA package with SHA256 support has …
(edit) @45234   12 years vboxsync fix OSE
(edit) @45227   12 years vboxsync Main: OVF 2.0 support. Part 1 - SHA256 digest is supported.
(edit) @44757   12 years vboxsync Runtime: TCP pseudo header checksum fix for IPv6 (#4796)
(edit) @44529   12 years vboxsync header (C) fixes
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @44218   12 years vboxsync Runtime/manifest.cpp: Fix a possible NULL pointer dereference in the …
(edit) @41170   13 years vboxsync fixed tstRTManifest testcase
(edit) @40722   13 years vboxsync Runtime/md5: Clear the whole state and replace tabs with spaces
(edit) @40374   13 years vboxsync Runtime/checksum/manifest: potential memory leak
(edit) @40329   13 years vboxsync Main/Runtime/VBoxManage: SHA256 support comes with OVF 2.0
(edit) @39877   13 years vboxsync IPRT: Implemented RTStrConvertHexBytes; Added RTManifestEntryQueryAttr …
(edit) @39439   13 years vboxsync manifest3.cpp: plugged leak.
(edit) @39080   13 years vboxsync IPRT: Started -Wunused-parameter cleanup.
(edit) @35351   14 years vboxsync scm cleanups.
(edit) @34941   14 years vboxsync checksum/manifest: uninitialized variables
(edit) @34845   14 years vboxsync iprt: Added RTManifestEntryExists.
(edit) @34537   14 years vboxsync extpack & manifest bugfixes.
(edit) @34536   14 years vboxsync build fix
(edit) @34535   14 years vboxsync Manifest comparison.
(edit) @34495   14 years vboxsync Made extension pack installation work.
(edit) @34464   14 years vboxsync IPRT: Added a RTManifest tool for testing the new manifest code. Moved …
(edit) @34450   14 years vboxsync RTManifestWriteStandard: Initial implementation.
(edit) @34449   14 years vboxsync Implemented RTManifestReadStandard and RTManifestReadStandardEx.
(edit) @34442   14 years vboxsync bugfixing
(edit) @34435   14 years vboxsync ExtPack: Implemented unpacking (untested).
(edit) @34418   14 years vboxsync VBoxExtPAckHelperApp.cpp: More code.
(edit) @34385   14 years vboxsync Build fix.
(edit) @34381   14 years vboxsync manifest stuff.
(edit) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
(edit) @33289   14 years vboxsync Runtime;Main-OVF-Import: added online creation of SHA1 sums; …
(edit) @33057   14 years vboxsync Runtime: add a manifest memory writer
(edit) @32569   14 years vboxsync Runtime: fix burn
(edit) @32568   14 years vboxsync OVA: parse ovf in memory on ova import (no need for a temporary ovf …
(edit) @32257   14 years vboxsync iprt/ipv4.cpp: fixed mixed code/declaration C warnings
(edit) @31847   14 years vboxsync iprt: removed crc32.h and crc64.h, use crc.h instead.
(edit) @30080   15 years vboxsync build fix.
(edit) @30079   15 years vboxsync IPRT: Use PFNRTPROGRESS.
(edit) @29904   15 years vboxsync IPRT: fix win burns
(edit) @29901   15 years vboxsync IPRT: added progress callback support to SHA1 digest calculation and …
(edit) @29820   15 years vboxsync RTSha1Digest.cpp: Don't need mem.h
(edit) @29819   15 years vboxsync RTSha1Digest.cpp: Don't mix allocators! Also, check for allocation …
(edit) @29778   15 years vboxsync Runtime: Use RTSha1ToString cause the old method used the wrong …
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28026   15 years vboxsync build fix
(edit) @28024   15 years vboxsync iprt: ipv6 header and pseudo checksumming; tcp flags; tcp/udp …
(edit) @27800   15 years vboxsync iprt: applying sparc patch (selectively).
(edit) @26525   15 years vboxsync Runtime: win.amd64 warnings.
(edit) @26344   15 years vboxsync Runtime: white space cleanup.
(edit) @25918   15 years vboxsync Runtime/RTSha1Digest.cpp: no need to open the stream for reading and …
(edit) @25645   15 years vboxsync IPRT,DoxyFile.Core: Mopped up the errors in the IPRT doxygen run.
(edit) @23507   15 years vboxsync IPRT: Added APIs for convering digests to/from strings.
(edit) @23503   15 years vboxsync IPRT: Added SHA-1, SHA-256 and SHA-512 APIs. Added a simple digest …
(edit) @23501   15 years vboxsync IPRT: Added SHA-1, SHA-256 and SHA-512 APIs. Added a simple digest …
(edit) @23499   15 years vboxsync iprt/manifest.cpp: code review: addressed some issue in error paths; …
(edit) @22092   15 years vboxsync iprt/md5.cpp|h: some cleanup and tuning to see how fast it can be (too …
(edit) @21920   15 years vboxsync IPRT: Added a RTCrc32 that uses crc32() from zlib since we already …
(edit) @21919   15 years vboxsync iprt/crc32.cpp: strip docs, coding style.
(edit) @21918   15 years vboxsync IPRT: Added RTMd5().
(edit) @21914   15 years vboxsync iprt: combined crc32.h and crc64.h into crc.h. Added Adler-32.
(edit) @21749   15 years vboxsync Runtime: optimization hint
(edit) @21748   15 years vboxsync Runtime: more corrections
(edit) @21746   15 years vboxsync Runtime: little corrections
(edit) @21742   15 years vboxsync Runtime: added SHA1 and manifest file support
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