VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @105353   6 months vboxsync iprt/req.h,*: Adjustments of the RTReqQueue API to fit darwin/arm64 …
(edit) @105124   7 months vboxsync Certificate repair function added - bugref:10310
(edit) @105100   7 months vboxsync Runtime/vfsmemory.cpp: Implement shrinking the memory file (required …
(edit) @104829   8 months vboxsync Runtime/efi: Deduplicate signature DB after loading and after adding …
(edit) @104757   8 months vboxsync IPRT: RTCrX509Certificate_GenerateSelfSignedRsa build fix for OpenSSL …
(edit) @104755   8 months vboxsync IPRT: RTCrX509Certificate_GenerateSelfSignedRsa build fix for OpenSSL …
(edit) @104745   8 months vboxsync IPRT,Main: Reworked the newly introduced RTCrX509Certificate_Generate …
(edit) @104733   8 months vboxsync Runtime/common/misc/zero-alt.S: Don't hide the g_abRTZero* symbols on …
(edit) @104686   8 months vboxsync Revert r163210 as it breaks building on darwin.arm64, bugref:10392
(edit) @104680   8 months vboxsync Runtime/common/ldr/ldrPE.cpp: Recognize and open arm64 PE binaries …
(edit) @104656   8 months vboxsync Runtime/common/asm: Fix function declarations from RTDECL -> DECLASM, …
(edit) @104626   8 months vboxsync IPRT/VFS: Fixed warnings. ​bugref:3409
(edit) @104625   8 months vboxsync IPRT/strformatrt: Fixed warnings (build fix). ​bugref:3409
(edit) @104624   8 months vboxsync IPRT/strformatrt: Fixed warnings. ​bugref:3409
(edit) @104574   9 months vboxsync Added OS specific changes for making TLS default and auto-generating a …
(edit) @104573   9 months vboxsync Added OS specific changes for making TLS default and auto-generating a …
(edit) @104572   9 months vboxsync Library fix for making TLS default and auto-generating a certificate - …
(edit) @104571   9 months vboxsync Fix for making TLS default and auto-generating a certificate - bugref:10310
(edit) @104570   9 months vboxsync Make TLS default and auto-generate a certificate - bugref:10310
(edit) @104554   9 months vboxsync Runtime/common/zip/pkzipvfs.cpp: Remove redundant condition in if …
(edit) @104553   9 months vboxsync Runtime/common/zip/xarvfs.cpp: Unnecessary NULL pointer checked …
(edit) @104552   9 months vboxsync Runtime/common/zip/unzipcmd.cpp: Properly propagate the exit status …
(edit) @104549   9 months vboxsync Runtime/common/fuzz: Some parfait warning fixes, bugref:3409
(edit) @104541   9 months vboxsync Revert r163069-r163071 for debugging
(edit) @104539   9 months vboxsync Fix to generate certificate code - bugref: 10310
(edit) @104537   9 months vboxsync Made TLS default with auto-generation of self-signed certificate - #10310
(edit) @104287   9 months vboxsync IPRT/log,Main: Open the parent directory of the log file on Windows …
(edit) @104286   9 months vboxsync IPRT/log,Main: Open the parent directory of the log file on Windows …
(edit) @104260   10 months vboxsync IPRT/RTPathGlob: Nits.
(edit) @104258   10 months vboxsync RTPathGlob: Give up properly after 10th try to get the env variable. …
(edit) @104010   10 months vboxsync *: Fixed various calloc argument order warnings from gcc 14.
(edit) @103685   11 months vboxsync Backed out r161312 (no longer needed): iprt: Prevent …
(edit) @103547   11 months vboxsync Runtime/reqpool.cpp: Another place where we need to decrement the idle …
(edit) @103543   11 months vboxsync Runtime/misc/reqpool.cpp: Need to update the idle thread counter …
(edit) @103506   11 months vboxsync Runtime/lockvalidator.cpp: Fix wrong comparison, bugref:3409
(edit) @103444   11 months vboxsync IPRT: Reverted r161541, r161577 & r161578 because the RTStrCopy2 and …
(edit) @103438   11 months vboxsync IPRT/dbgmod: Simplified and restored old alloca errora handling …
(edit) @103416   11 months vboxsync Devices,Runtime: Fix some harmless misleading macros warnings, bugref:3409
(edit) @103415   11 months vboxsync Additions,Main,VMM,Runtime: Fix some unused expression warnings, …
(edit) @103412   11 months vboxsync Runtime/efivarstorevfs.cpp: Fix using the wrong time object, bugref:3409
(edit) @103398   11 months vboxsync IPRT/getopt: Documented parfait false positives. bugref:3409
(edit) @103360   11 months vboxsync IPRT/isomaker.cpp: Zero terminate wszTmp in …
(edit) @103353   11 months vboxsync IPRT/ldrLX: Try trick parfait so it doesn't complain about …
(edit) @103344   11 months vboxsync IPRT/fdt.cpp: If you do strlen already, use memcpy instead of strcpy. …
(edit) @103343   11 months vboxsync IPRT/fdt.cpp: If you do strlen already, use memcpy instead of strcpy. …
(edit) @103342   11 months vboxsync IPRT/fdt.cpp: Missing va_end. Parfait bugref:3409
(edit) @103341   11 months vboxsync IPRT/strformat.cpp: Missing va_end. Parfait bugref:3409
(edit) @103285   12 months vboxsync Re-applied r161549 again (Got rid of a lot of deprecated strcpy / …
(edit) @103284   12 months vboxsync IPRT/string: Added RTStrCat2() as a convenient function (build fix).
(edit) @103283   12 months vboxsync IPRT/string: Added RTStrCat2() as a convenient function.
(edit) @103275   12 months vboxsync Backed out r161549 again (not wanted / bloat).
(edit) @103260   12 months vboxsync Got rid of a lot of deprecated strcpy / strcat calls; now using the …
(edit) @103252   12 months vboxsync IPRT/string: Added RTStrCopy2() as a convenient function.
(edit) @103250   12 months vboxsync IPRT: More implicit fallthrough fixes (found by Parfait). bugref:3409
(edit) @103108   12 months vboxsync IPRT/fatvfs.cpp: Simplied r166121/r158845.
(edit) @103066   12 months vboxsync iprt: Prevent array-index-out-of-bounds UBSAN warnings on Linux, …
(edit) @103014   12 months vboxsync iprt/asm-mem.h: Eliminated the ASMMemZeroPage function, replaced the …
(edit) @103013   12 months vboxsync iprt/asm-mem.h,zip.cpp,tstRTInlineAsm.cpp: Eliminated unused …
(edit) @103012   12 months vboxsync iprt/asm.h,*: Split out the ASMMem* and related stuff into a separate …
(edit) @103010   12 months vboxsync iprt/asm.h,*: Split out the ASMMem* and related stuff into a separate …
(edit) @103009   12 months vboxsync iprt/asm.h,*: Split out the ASMMem* and related stuff into a separate …
(edit) @103008   12 months vboxsync iprt/asm.h,*: Split out the ASMMem* and related stuff into a separate …
(edit) @103005   12 months vboxsync iprt/asm.h,*: Split out the ASMMem* and related stuff into a separate …
(edit) @102997   12 months vboxsync IPRT: Shut up some deprecated function warnings with macOS SDK 13.
(edit) @102899   12 months vboxsync Runtime/common/fatvfs.cpp: Need to reset the S/G buffer when flushing …
(edit) @102567   14 months vboxsync IPRT/shacrypt: Made asan build happy (false positive). bugref:10551
(edit) @102564   14 months vboxsync IPRT/shacrypt: Docs fix. bugref:10551
(edit) @102501   14 months vboxsync IPRT/shacrypt: scm fix. bugref:10551
(edit) @102500   14 months vboxsync IPRT/shacrypt: Reduce the code size a little. Document the …
(edit) @102495   14 months vboxsync IPRT/shacrypt: Combine shacrypt-256.cpp.h and shacrypt-512.cpp.h into …
(edit) @102491   14 months vboxsync IRPT/shacrypt: Minor cleanups, doxygen fix. bugref:10551
(edit) @102490   14 months vboxsync IRPT/shacrypt: Don't use RTMemDup on the passpharse in step 16 since …
(edit) @102488   14 months vboxsync IPRT,Main/Unattended: Added a simplified API for the SHAcrypt …
(edit) @102375   14 months vboxsync IPRT/crypto: Implemented handing-in crypt password strings as the salt …
(edit) @102372   14 months vboxsync IPRT/crypto: Renaming. bugref:10551
(edit) @102361   14 months vboxsync IPRT/crypto: Changed the signature of RTCrShaCryptGenerateSalt(). …
(edit) @102336   14 months vboxsync IPRT/crypto/shacrypt: Make sure to terminate strings in the …
(edit) @102335   14 months vboxsync IPRT/crypto/shacrypt: Added RTCrShaCryptGenerateSalt() to avoid code …
(edit) @102297   14 months vboxsync IPRT/crypto/shacrypt: Better string length checks for …
(edit) @102296   14 months vboxsync IPRT/crypto/shacrypt: Renaming (RTShaCryptXXX -> RTCrShaCryptXXX) + …
(edit) @102294   14 months vboxsync IPRT: Implemented SHA-crypt 256 / 512 variants, along with testcases. …
(edit) @102292   14 months vboxsync IPRT: Implemented SHA-crypt 256 / 512 variants, along with testcases. …
(edit) @102289   14 months vboxsync IPRT: Implemented SHA-crypt 256 / 512 variants, along with testcases. …
(edit) @102287   14 months vboxsync IPRT/RTExprEval: Added md5, sha1, sha256 and sha512 has functions …
(edit) @102284   14 months vboxsync IPRT/ldr: Corrected segment flag conversion for LX images. bugref:10371
(edit) @102276   14 months vboxsync IPRT/ldr: Added RTLdrLxSetSegmentSelectors. bugref:10371
(edit) @102156   14 months vboxsync IPRT/ldrLX: Must always apply internal fixups after loading the bits, …
(edit) @101753   15 months vboxsync added more detailed logging, tstRTSg.cpp testcase
(edit) @101657   15 months vboxsync Runtime/uri.cpp: Make it build on linux.arm64 with -Werror, bugref:10541
(edit) @101653   15 months vboxsync IPRT/dbg: Fixed error handling empty DBI streams in the PDB VFS.
(edit) @101646   15 months vboxsync IPRT/x509-certpaths.cpp: Fixed copy&paste bug in …
(edit) @101470   15 months vboxsync Runtime/RTFdt: Add convenience method to add a property consisting of …
(edit) @101453   15 months vboxsync Runtime/RTFdt*: Add some convenience heleprs to add a 64-bit integer …
(edit) @101362   16 months vboxsync iprt: log.cpp: Replace memcpy with RT_BCOPY_UNFORTIFIED, bugref:10209, …
(edit) @101346   16 months vboxsync IPRT/ministring: More complete set of endsWith[I] and startsWith[I] …
(edit) @101343   16 months vboxsync IPRT/ministring: Added C-style endsWith methods.
(edit) @101197   16 months vboxsync Runtime/{openssl-sha256,openssl-sha512}.cpp: Updated the …
(edit) @101194   16 months vboxsync Runtime/openssl-md5.cpp: Fix conflicting declaration of RTMd5Final(), …
(edit) @101109   16 months vboxsync IPRT: Fixing assertions (from r158845) related to VFS pfnRead/pfnWrite …
(edit) @101108   16 months vboxsync IPRT: Fixing assertions (from r158845) related to VFS pfnRead/pfnWrite …
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