VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @101470   14 months vboxsync Runtime/RTFdt: Add convenience method to add a property consisting of …
(edit) @101453   14 months vboxsync Runtime/RTFdt*: Add some convenience heleprs to add a 64-bit integer …
(edit) @101362   14 months vboxsync iprt: log.cpp: Replace memcpy with RT_BCOPY_UNFORTIFIED, bugref:10209, …
(edit) @101346   14 months vboxsync IPRT/ministring: More complete set of endsWith[I] and startsWith[I] …
(edit) @101343   14 months vboxsync IPRT/ministring: Added C-style endsWith methods.
(edit) @101197   15 months vboxsync Runtime/{openssl-sha256,openssl-sha512}.cpp: Updated the …
(edit) @101194   15 months vboxsync Runtime/openssl-md5.cpp: Fix conflicting declaration of RTMd5Final(), …
(edit) @101109   15 months vboxsync IPRT: Fixing assertions (from r158845) related to VFS pfnRead/pfnWrite …
(edit) @101108   15 months vboxsync IPRT: Fixing assertions (from r158845) related to VFS pfnRead/pfnWrite …
(edit) @100997   15 months vboxsync doxygen fix
(edit) @100954   16 months vboxsync IPRT/dbgmod: Improved the logic for guessing the .pdb/.dbg filename.
(edit) @100953   16 months vboxsync IPRT/dbg: Fix clang warning. Code not needed.
(edit) @100950   16 months vboxsync IPRT/dbg: Fix pdb warnings.
(edit) @100948   16 months vboxsync IPRT/dbg: Rewroked the CV/DBG+PDB loading so that we support loading …
(edit) @100932   16 months vboxsync IPRT/dbg: Early PDB support. [scm fix]
(edit) @100931   16 months vboxsync IPRT/dbg: Early PDB support.
(edit) @100930   16 months vboxsync IPRT/vfs: Added RTVfsFileReadAll and RTVfsFileReadAllFree.
(edit) @100929   16 months vboxsync IPRT/vfs: Reverted r158866 after committing too much.
(edit) @100928   16 months vboxsync IPRT/vfs: Added RTVfsFileReadAll and RTVfsFileReadAllFree.
(edit) @100914   16 months vboxsync IPRT/pdbvfs: Parse the DBI header and optional header and pick up …
(edit) @100913   16 months vboxsync IPRT: Moved the PDB cache subdir string composition to the pdbvfs and …
(edit) @100912   16 months vboxsync IPRT: Added a virtual file system view of PDB files. [build fix]
(edit) @100909   16 months vboxsync IPRT: Added a virtual file system view of PDB files.
(edit) @100908   16 months vboxsync IPRT,Storage,Puel: Changed the pfnRead and pfnWrite VFS methods and …
(edit) @100903   16 months vboxsync IPRT/parser: Some very incomplete bourn shell parser sketches.
(edit) @100531   17 months vboxsync IPRT/PKCS8: Tweak for OpenSSL 1.0.2 / ol7. bugref:10299
(edit) @100528   17 months vboxsync IPRT/PKCS8: Added the ability to load PKCS\#8 EncryptedPrivateKey …
(edit) @100494   17 months vboxsync IPRT/PKCS8: Some corrections and adjustments (bugref:10299): - …
(edit) @100493   17 months vboxsync IPRT/PKCS8: Some corrections and adjustments (bugref:10299): - …
(edit) @100492   17 months vboxsync Forward ported r158259 from 6.1: Support ECDSA for pre-3.0.0 OpenSSL …
(edit) @100491   17 months vboxsync Forward ported r158259 from 6.1: Support ECDSA for pre-3.0.0 OpenSSL …
(edit) @100490   17 months vboxsync Forward ported r158258 from 6.1: Added RTAsn1DynType_SetToObjId for …
(edit) @100489   17 months vboxsync Forward ported r158257 from 6.1: IPRT: Fix incorrect unused bit count …
(edit) @100447   17 months vboxsync IPRT,OpenSSL: Support ECDSA for verficiation purposes when IPRT links …
(edit) @100446   17 months vboxsync IPRT,OpenSSL: Support ECDSA for verficiation purposes when IPRT links …
(edit) @100445   17 months vboxsync IPRT,OpenSSL: Support ECDSA for verficiation purposes when IPRT links …
(edit) @100442   17 months vboxsync IPRT,OpenSSL: Support ECDSA for verficiation purposes when IPRT links …
(edit) @100421   17 months vboxsync IPRT/PKCS8: add key format for PKCS #8 bugref:10299
(edit) @100364   17 months vboxsync IPRT: Added some OIDs related to EV certs and ECDSA. bugref:10479
(edit) @100309   17 months vboxsync Runtime/common/alloc/memcache.cpp: Replace occurences of …
(edit) @100308   17 months vboxsync Runtime: Replace occurence of PAGE_SIZE with RTSystemgetPageSize() in …
(edit) @100108   18 months vboxsync *: Fix build issues when setting VBOX_WITH_WARNINGS_AS_ERRORS=1 on …
(edit) @100048   18 months vboxsync Runtime/RTFdt: Fix for converting the memory reservations when writing …
(edit) @100040   18 months vboxsync Runtime/RTFdt: Add methods to add stringlist properties, bugref:10401 …
(edit) @100037   18 months vboxsync Runtime/RTFdt: Add methods to add stringlist properties, bugref:10401
(edit) @100036   18 months vboxsync Runtime/RTFdt: Some additions and fixes, bugref:10401
(edit) @100032   18 months vboxsync Runtime/RTFdt: Some untested generator API + implementation, …
(edit) @100031   18 months vboxsync Runtime/RTFdt: Some untested generator API + implementation, …
(edit) @100029   18 months vboxsync Runtime/RTFdt: Some untested generator API + implementation, bugref:10401
(edit) @100024   18 months vboxsync Runtime/RTFdt: Implement parsing Devicetree blobs (DTB) and output a …
(edit) @100023   18 months vboxsync Runtime/RTFdt: Implement parsing Devicetree blobs (DTB) and output a …
(edit) @100022   18 months vboxsync Runtime/RTFdt: Implement parsing Devicetree blobs (DTB) and output a …
(edit) @100009   18 months vboxsync Runtime/common/misc/fdt.cpp: Implement loading the blocks from the I/O …
(edit) @100007   18 months vboxsync Runtime: Start implementing the RTFdt* API to read and write flattened …
(edit) @100006   18 months vboxsync Runtime: Start implementing the RTFdt* API to read and write flattened …
(edit) @99989   19 months vboxsync IPRT/dvm: Use rtDvmDiskReadUnaligned rather than rtDvmDiskRead in the …
(edit) @99961   19 months vboxsync IPRT/sg: Corrected RTSgBufIsAtEnd and made the code deal with (skip) …
(edit) @99960   19 months vboxsync IPRT/sg: Corrected RTSgBufIsAtEnd and made the code deal with (skip) …
(edit) @99803   19 months vboxsync Runtime/fuzz.cpp: Fix assertion, bugref:3409
(edit) @99775   19 months vboxsync *: Mark functions as static if not used outside of a given compilation …
(edit) @99758   19 months vboxsync IPRT: Make doxygen 1.9.6 happy. Mostly removing duplicate docs (iprt …
(edit) @99739   19 months vboxsync *: doxygen corrections (mostly about removing @returns from functions …
(edit) @99730   19 months vboxsync IPRT: Clang 13 fixes (warnings as errors).
(edit) @99669   19 months vboxsync IPRT/ldrPE: Added support for SHA384 image signatures. [build fix] …
(edit) @99668   19 months vboxsync IPRT/ldrPE: Added support for SHA384 image signatures. bugref:10439
(edit) @99570   19 months vboxsync Runtime/dbg/dbgmod.cpp: Improve error message to identify the name and …
(edit) @99513   20 months vboxsync manual,VBoxManage,isomaker/viso: Require all refsect1 and refsect2 …
(edit) @99423   20 months vboxsync IPRT/efi: More store opening error info.
(edit) @99422   20 months vboxsync IPRT/strformatrt.cpp: Corrected formatting RTERRINFO (%RTeim and …
(edit) @99249   20 months vboxsync IPRT/RTGetOpt: Simplification. bugref:10302
(edit) @99248   20 months vboxsync IPRT/RTGetOpt: Interpret non-breaking hypen and a handful other …
(edit) @99247   20 months vboxsync IPRT/RTGetOpt: Interpret non-breaking hypen and a handful other …
(edit) @99246   20 months vboxsync IPRT/RTGetOpt: Interpret non-breaking hypen and a handful other …
(edit) @99124   21 months vboxsync IPRT/getoptargv.cpp: Align g_abmQuoteChars more appropriately for …
(edit) @99013   21 months vboxsync Fixed typo.
(edit) @98766   21 months vboxsync Runtime/lzmavfs.cpp: Need to include asm.h for RT_LE2H_U32 to work, …
(edit) @98750   22 months vboxsync Runtime/lzmavfs.cpp: Need to define LZMA_API_STATIC or linking fails …
(edit) @98732   22 months vboxsync Config.kmk,Runtime: Add support for xz archives using liblzma-5.4.1, …
(edit) @98509   22 months vboxsync IPRT/vcc: Applied the unsigned 64-bit division optimizations to the …
(edit) @98508   22 months vboxsync IPRT/vcc: Optimized unsigned 64-bit division implementation for the …
(edit) @98497   22 months vboxsync IPRT/vcc: Working on 64-bit integer support routines for the 32-bit …
(edit) @98495   22 months vboxsync IPRT/vcc: Working on 64-bit integer support routines for the 32-bit …
(edit) @98494   22 months vboxsync IPRT/vcc: Working on 64-bit integer support routines for the 32-bit …
(edit) @98493   22 months vboxsync IPRT/vcc: Working on 64-bit integer support routines for the 32-bit …
(edit) @98462   22 months vboxsync Runtime/common/zip/tarcmd.cpp: Add support for cpio archives and …
(edit) @98461   22 months vboxsync Runtime/common/zip/tarcmd.cpp: Add support for cpio archives and …
(edit) @98460   22 months vboxsync Runtime/common/zip/tarcmd.cpp: Add support for cpio archives and …
(edit) @98459   22 months vboxsync Runtime/common/zip/tarcmd.cpp: Add support for cpio archives and …
(edit) @98458   22 months vboxsync Runtime/commone/zip/tarvfswriter.cpp: Add support to write CPIO …
(edit) @98457   22 months vboxsync Runtime/commone/zip/tarvfswriter.cpp: Add support to write CPIO …
(edit) @98325   23 months vboxsync Runtime,Main: Remove the now unused and deprecated RTTar* API in favor …
(edit) @98322   23 months vboxsync Runtime,Main: Remove the now unused and deprecated RTTar* API in favor …
(edit) @98307   23 months vboxsync Runtime/RTS3: Retire unused implementation, can be resurrected if required
(edit) @98151   23 months vboxsync IPRT/vcc: Split out the stack probing code (_chkstk) from …
(edit) @98107   23 months vboxsync Manual (C) year updates.
(edit) @98103   23 months vboxsync Copyright year updates by scm.
(edit) @98093   23 months vboxsync IPRT/zip + libs/liblzf: Older versions of system-provided liblzf do …
(edit) @98092   23 months vboxsync IPRT/zip + libs/liblzf: Older versions of system-provided liblzf do …
(edit) @98002   2 years vboxsync Runtime/ldr/ldrELFRelocatable: Fix groking ELF binaries with DT_DEBUG …
(edit) @98001   2 years vboxsync IPRT/errinfolog.cpp: Can't use parameter va_list with %N, must pass …
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