summaryrefslogtreecommitdiff
path: root/src/VBox/Runtime/common/checksum
Commit message (Expand)AuthorAgeFilesLines
* IPRT: Make doxygen 1.9.6 happy. Mostly removing duplicate docs (iprt is docum...vboxsync2023-05-113-170/+1
* Copyright year updates by scm.vboxsync2023-01-1738-38/+38
* scm copyright and license note updatevboxsync2022-08-2238-380/+760
* IPRT,Storage: Adding RTVfsQueryLabel and internally a generic pfnQueryInfoEx ...vboxsync2022-03-171-0/+1
* IPRT: VC++ 19.2 update 11 build adjustments. bugref:8489vboxsync2022-01-182-10/+10
* IPRT/sha3: Fix field name inconsistency for big endian architectures.vboxsync2022-01-171-3/+3
* scm --update-copyright-yearvboxsync2022-01-0138-38/+38
* Runtime/checksum/ipv4.cpp: Revert r65584 as it breaks checksumming for the *p...vboxsync2021-12-211-1/+1
* IPRT/sha3: Some VS2019 performance tweaks. bugref:9734vboxsync2020-08-061-6/+12
* IPRT: Tweaking some performance out of the alternative SHA-3 implementation o...vboxsync2020-08-051-26/+114
* IPRT: SHA-3 nits. bugref:9734vboxsync2020-08-051-11/+15
* IPRT: Adding SHA-3. [scm fix] bugref:9734vboxsync2020-08-051-0/+1
* IPRT: Adding SHA-3. bugref:9734vboxsync2020-08-052-0/+793
* iprt/cdefs.h: Refactored the typedef use of DECLCALLBACK as well as DECLCALLB...vboxsync2020-07-086-0/+14
* IPRT/crc32-zlib.cpp: Clang build fix. bugref:9790vboxsync2020-07-061-1/+1
* iprt/cdefs.h,*: Introducing RT_FLEXIBLE_ARRAY_EXTENSION as a g++ hack that al...vboxsync2020-05-251-0/+1
* Copyright year updates by scm.vboxsync2020-02-0436-36/+36
* Runtime: Some renaming to stay consistent (*Get* always returns what is asked...vboxsync2019-09-043-3/+3
* scm --update-copyright-yearvboxsync2019-01-0136-36/+36
* IPRT: Ran scm --fix-err-h. bugref:9344vboxsync2018-12-2513-13/+13
* *: Preparing for iprt/string.h, iprt/json.h and iprt/serialport.h no longer i...vboxsync2018-12-222-0/+2
* IPRT: Better fix for missing md4 failure; adding information status codes for...vboxsync2018-08-163-0/+414
* *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and RT_OFFSETOF_ADD work ...vboxsync2018-07-122-8/+8
* iprt/manifest2.cpp: case insensitive comparison of attribute values for maxim...vboxsync2018-07-101-1/+1
* Runtime: scm cleanupsvboxsync2017-10-241-1/+1
* (C) yearvboxsync2017-10-1732-32/+32
* Global: replace fall-through comments with RT_FALL_THRU().vboxsync2017-10-111-4/+4
* Main,iprt: Don't fail an import just because the manifest contains more entri...vboxsync2017-09-281-3/+8
* IPRT: Added CRC-16-CCITT implemenation.vboxsync2017-09-271-0/+108
* iprt/manifest2.cpp: fix harmless typos in static function namesvboxsync2017-08-221-10/+10
* IPRT: rtManifestPtIos_Write: Handle gaps in the output as zero filled.vboxsync2017-06-011-1/+33
* iprt/manifest2.cpp: Use RT_FLEXIBLE_ARRAY and RT_FLEXIBLE_ARRAY_NESTED.vboxsync2017-03-141-7/+7
* Runtime/crc32c: Fix incomplete conversion breaking CRC32C calculation and the...vboxsync2016-08-101-8/+8
* IPRT: Mark unused parameters.vboxsync2016-07-261-2/+1
* (C) 2016vboxsync2016-07-2232-32/+32
* iprt: Retired RTX509PrepareOpenSSL, RTRSAVerify, RTX509CertificateVerify and ...vboxsync2016-02-151-400/+0
* IPRT: Added 'off' parameter to RTVfsIoStrmSgWrite and RTVfsIoStrmSgRead so it...vboxsync2016-02-102-7/+122
* iprt: Added RTManifestQueryAllAttrTypes.vboxsync2016-02-041-0/+46
* RTManifestSetAttr,RTManifestEntrySetAttr: Allow the attribute name to be NULL...vboxsync2016-02-031-2/+26
* RTManifestReadStandardEx: Don't assume spaces between the attribute name and ...vboxsync2016-02-021-9/+14
* Backed out r105295 (manifest hack).vboxsync2016-01-291-22/+0
* bugref:6022. OVF import: Workaround in the case if there is no the SHA digest...vboxsync2016-01-291-0/+22
* IPRT: Some more doxygen fixes.vboxsync2015-09-302-9/+9
* IPRT: Doxygen clenaups (mostly).vboxsync2015-09-281-5/+5
* IPRT: Started on accessing system certificate stores to get SSL roots for cURL.vboxsync2015-08-286-3/+194
* manifest.cpp: build fixvboxsync2015-08-171-1/+1
* scm: fixes in previous cleanup run.vboxsync2015-08-141-0/+2
* *: scm cleanup run.vboxsync2015-08-1431-134/+133
* Runtime: Formatting fixes, time.cpp being the most significant.vboxsync2015-07-181-1/+1
* Runtime/manifest: Always free the hash states, found by Fortifyvboxsync2015-07-081-3/+2