|
|
@93115
|
3 years |
vboxsync |
scm --update-copyright-year
|
|
|
@93040
|
3 years |
vboxsync |
Runtime/checksum/ipv4.cpp: Revert r65584 as it breaks checksumming for …
|
|
|
@85638
|
4 years |
vboxsync |
IPRT/sha3: Some VS2019 performance tweaks. bugref:9734
|
|
|
@85624
|
4 years |
vboxsync |
IPRT: Tweaking some performance out of the alternative SHA-3 …
|
|
|
@85623
|
4 years |
vboxsync |
IPRT: SHA-3 nits. bugref:9734
|
|
|
@85618
|
4 years |
vboxsync |
IPRT: Adding SHA-3. [scm fix] bugref:9734
|
|
|
@85614
|
4 years |
vboxsync |
IPRT: Adding SHA-3. bugref:9734
|
|
|
@85121
|
4 years |
vboxsync |
iprt/cdefs.h: Refactored the typedef use of DECLCALLBACK as well as …
|
|
|
@85068
|
4 years |
vboxsync |
IPRT/crc32-zlib.cpp: Clang build fix. bugref:9790
|
|
|
@84509
|
5 years |
vboxsync |
iprt/cdefs.h,*: Introducing RT_FLEXIBLE_ARRAY_EXTENSION as a g++ hack …
|
|
|
@82968
|
5 years |
vboxsync |
Copyright year updates by scm.
|
|
|
@80585
|
5 years |
vboxsync |
Runtime: Some renaming to stay consistent (*Get* always returns what …
|
|
|
@76553
|
6 years |
vboxsync |
scm --update-copyright-year
|
|
|
@76452
|
6 years |
vboxsync |
IPRT: Ran scm --fix-err-h. bugref:9344
|
|
|
@76346
|
6 years |
vboxsync |
*: Preparing for iprt/string.h, iprt/json.h and iprt/serialport.h no …
|
|
|
@73705
|
6 years |
vboxsync |
IPRT: Better fix for missing md4 failure; adding information status …
|
|
|
@73097
|
6 years |
vboxsync |
*: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and …
|
|
|
@73041
|
6 years |
vboxsync |
iprt/manifest2.cpp: case insensitive comparison of attribute values …
|
|
|
@69219
|
7 years |
vboxsync |
Runtime: scm cleanups
|
|
|
@69111
|
7 years |
vboxsync |
(C) year
|
|
|
@69046
|
7 years |
vboxsync |
Global: replace fall-through comments with RT_FALL_THRU(). …
|
|
|
@68918
|
7 years |
vboxsync |
Main,iprt: Don't fail an import just because the manifest contains …
|
|
|
@68884
|
7 years |
vboxsync |
IPRT: Added CRC-16-CCITT implemenation.
|
|
|
@68496
|
7 years |
vboxsync |
iprt/manifest2.cpp: fix harmless typos in static function names
|
|
|
@67188
|
8 years |
vboxsync |
IPRT: rtManifestPtIos_Write: Handle gaps in the output as zero filled.
|
|
|
@66080
|
8 years |
vboxsync |
iprt/manifest2.cpp: Use RT_FLEXIBLE_ARRAY and RT_FLEXIBLE_ARRAY_NESTED.
|
|
|
@63264
|
8 years |
vboxsync |
Runtime/crc32c: Fix incomplete conversion breaking CRC32C calculation …
|
|
|
@62564
|
8 years |
vboxsync |
IPRT: Mark unused parameters.
|
|
|
@62477
|
8 years |
vboxsync |
(C) 2016
|
|
|
@59672
|
9 years |
vboxsync |
iprt: Retired RTX509PrepareOpenSSL, RTRSAVerify, …
|
|
|
@59620
|
9 years |
vboxsync |
IPRT: Added 'off' parameter to RTVfsIoStrmSgWrite and …
|
|
|
@59575
|
9 years |
vboxsync |
iprt: Added RTManifestQueryAllAttrTypes.
|
|
|
@59567
|
9 years |
vboxsync |
RTManifestSetAttr,RTManifestEntrySetAttr: Allow the attribute name to …
|
|
|
@59554
|
9 years |
vboxsync |
RTManifestReadStandardEx: Don't assume spaces between the attribute …
|
|
|
@59522
|
9 years |
vboxsync |
Backed out r105295 (manifest hack).
|
|
|
@59516
|
9 years |
vboxsync |
bugref:6022. OVF import: Workaround in the case if there is no the SHA …
|
|
|
@57974
|
9 years |
vboxsync |
IPRT: Some more doxygen fixes.
|
|
|
@57926
|
9 years |
vboxsync |
IPRT: Doxygen clenaups (mostly).
|
|
|
@57572
|
9 years |
vboxsync |
IPRT: Started on accessing system certificate stores to get SSL roots …
|
|
|
@57387
|
9 years |
vboxsync |
manifest.cpp: build fix
|
|
|
@57372
|
9 years |
vboxsync |
scm: fixes in previous cleanup run.
|
|
|
@57358
|
9 years |
vboxsync |
*: scm cleanup run.
|
|
|
@56978
|
9 years |
vboxsync |
Runtime: Formatting fixes, time.cpp being the most significant.
|
|
|
@56863
|
9 years |
vboxsync |
Runtime/manifest: Always free the hash states, found by Fortify
|
|
|
@56290
|
10 years |
vboxsync |
IPRT: Updated (C) year.
|
|
|
@55401
|
10 years |
vboxsync |
added a couple of missing Id headers
|
|
|
@54984
|
10 years |
vboxsync |
Runtime/manifest: Fixed misused AssertReturnStmt(). Thank you Jung-uk Kim.
|
|
|
@53624
|
10 years |
vboxsync |
scm automatic cleanups.
|
|
|
@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 …
|
|
|
@51861
|
10 years |
vboxsync |
clear the context after use, converted SHA-1 to use an array of H values.
|
|
|
@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.
|
|
|
@51838
|
10 years |
vboxsync |
Alternative SHA-256 implementation.
|
|
|
@51828
|
10 years |
vboxsync |
Added alternative SHA-1 code. Extended asm.h with 32-bit and 64-bit …
|
|
|
@51821
|
10 years |
vboxsync |
Implemented MD2 (legacy reasons).
|
|
|
@51770
|
10 years |
vboxsync |
Merged in iprt++ dev branch.
|
|
|
@51014
|
11 years |
vboxsync |
Temporarily renamed iprt/x509.h to iprt/x509-branch-collision.h to …
|
|
|
@50954
|
11 years |
vboxsync |
x509.cpp/h: Cleaned up rtX509ReadCertificateFromPEM, please study the …
|
|
|
@50904
|
11 years |
vboxsync |
added prefix X509 into all error definitions related to X509
|
|
|
@50887
|
11 years |
vboxsync |
Put a warning instead an error if X509 certificate is not self-signed
|
|
|
@50835
|
11 years |
vboxsync |
fixed svn properties
|
|
|
@50526
|
11 years |
vboxsync |
Storage/VHDX: Finally commit and enable CRC-32c checksum validation …
|
|
|
@50446
|
11 years |
vboxsync |
Runtime/common/checksum/manifest.cpp: remove leftover printf debugging
|
|
|
@48935
|
11 years |
vboxsync |
Runtime: Whitespace and svn:keyword cleanups by scm.
|
|
|
@48628
|
11 years |
vboxsync |
Runtime/manifest: unimportant memory leak
|
|
|
@46982
|
11 years |
vboxsync |
build fix
|
|
|
@46981
|
11 years |
vboxsync |
typo.
|
|
|
@46980
|
11 years |
vboxsync |
Deprecated the old manifest API. r=bird: IPRT does NOT use ugly C++ …
|
|
|
@46972
|
11 years |
vboxsync |
pr6022. Relative paths in the OVA package are processed from now.
|
|
|
@45356
|
12 years |
vboxsync |
tabs
|
|
|
@45354
|
12 years |
vboxsync |
Main: OVF 2.0 support. Part 2 - OVA package with SHA256 support has …
|
|
|
@45234
|
12 years |
vboxsync |
fix OSE
|
|
|
@45227
|
12 years |
vboxsync |
Main: OVF 2.0 support. Part 1 - SHA256 digest is supported.
|
|
|
@44757
|
12 years |
vboxsync |
Runtime: TCP pseudo header checksum fix for IPv6 (#4796)
|
|
|
@44529
|
12 years |
vboxsync |
header (C) fixes
|
|
|
@44528
|
12 years |
vboxsync |
header (C) fixes
|
|
|
@44218
|
12 years |
vboxsync |
Runtime/manifest.cpp: Fix a possible NULL pointer dereference in the …
|
|
|
@41170
|
13 years |
vboxsync |
fixed tstRTManifest testcase
|
|
|
@40722
|
13 years |
vboxsync |
Runtime/md5: Clear the whole state and replace tabs with spaces
|
|
|
@40374
|
13 years |
vboxsync |
Runtime/checksum/manifest: potential memory leak
|
|
|
@40329
|
13 years |
vboxsync |
Main/Runtime/VBoxManage: SHA256 support comes with OVF 2.0
|
|
|
@39877
|
13 years |
vboxsync |
IPRT: Implemented RTStrConvertHexBytes; Added RTManifestEntryQueryAttr …
|
|
|
@39439
|
13 years |
vboxsync |
manifest3.cpp: plugged leak.
|
|
|
@39080
|
13 years |
vboxsync |
IPRT: Started -Wunused-parameter cleanup.
|
|
|
@35351
|
14 years |
vboxsync |
scm cleanups.
|
|
|
@34941
|
14 years |
vboxsync |
checksum/manifest: uninitialized variables
|
|
|
@34845
|
14 years |
vboxsync |
iprt: Added RTManifestEntryExists.
|
|
|
@34537
|
14 years |
vboxsync |
extpack & manifest bugfixes.
|
|
|
@34536
|
14 years |
vboxsync |
build fix
|
|
|