VirtualBox

source: vbox/trunk/include

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @85160   4 years vboxsync *: Some missing DECLCALLBACK/RTDECL and related nothrow issues raised …
(edit) @85154   4 years vboxsync IPRT: Added RTStrSplit + testcases.
(edit) @85149   4 years vboxsync Yet another build fix for r139093.
(edit) @85148   4 years vboxsync Another build fix for r139093.
(edit) @85147   4 years vboxsync Build fix for r139093.
(edit) @85146   4 years vboxsync Dev/E1000,PDM: (bugref:9764) disable UFO, UDP header checks, zero MSS …
(edit) @85139   4 years vboxsync OCI: (bugref:9469) Proxy support (without authentication) for local …
(edit) @85127   4 years vboxsync iprt/cdefs.h: Made DECLHIDDEN imply nothrow and restrict its use to …
(edit) @85126   4 years vboxsync iprt/cdefs.h,*: Adding DECL_HIDDEN_CALLBACK to shorten the relatively …
(edit) @85124   4 years vboxsync *: Use DECL_HIDDEN_DATA for data, DECLHIDDEN will soon be exclusively …
(edit) @85123   4 years vboxsync iprt/cdefs.h: Some cleaning up. bugref:9794
(edit) @85122   4 years vboxsync VBoxVidoeIPRT.h: Fix. bugref:9794
(edit) @85121   4 years vboxsync iprt/cdefs.h: Refactored the typedef use of DECLCALLBACK as well as …
(edit) @85099   5 years vboxsync VBox/cdefs.h,VBoxGuestLib.h: Make all _DECL macros NOTHROW'ers. bugref:9794
(edit) @85096   5 years vboxsync iprt/cdefs.h,Doxyfile*: Introducing DECL_IMPORT_NOTHROW and …
(edit) @85093   5 years vboxsync SUPLib: Adjustments to avoid CxxFrameHandler4. bugref:9794
(edit) @85092   5 years vboxsync iprt/cdefs.h: Introducing DECL_HIDDEN_NOTHROW for use on functions …
(edit) @85088   5 years vboxsync iprt/nt/nt.h: Introducing RT_DECL_NTAPI. bugref:9794
(edit) @85087   5 years vboxsync iprt/asm.h: add RT_NOTHROW* stuff to just be sure. bugref:9794
(edit) @85086   5 years vboxsync iprt/cdefs.h: Make RT*DECL, DECLCALLBACK*, and DECLINLINE imply …
(edit) @85076   5 years vboxsync iprt/errcore.h: Apply RT_NO_THROW_DEF to the inlined RTErrStrictType …
(edit) @85069   5 years vboxsync iprt/cdefs.h: Map RT_NO_THROW_PROTO/DEF onto noexcept when possible as …
(edit) @85028   5 years vboxsync DnD: DnDPathSanitizeFilename() -> DnDPathSanitize().
(edit) @85024   5 years vboxsync VBoxGuest.h: doxygen group name correction.
(edit) @85007   5 years vboxsync AMD IOMMU: bugref:9654 PDM, Main: Changes for southbridge I/O APIC and …
(edit) @85002   5 years vboxsync DnD: More work on path conversion / validation.
(edit) @84998   5 years vboxsync DnD: Greatly simplified usage / API of the DnDURIObject class.
(edit) @84996   5 years vboxsync Shared Clipboard/Transfers: Removed some superfluous HGCM parameters. …
(edit) @84984   5 years vboxsync DnD/DragAndDropSvc: Renaming to emphasize that these structs actually …
(edit) @84983   5 years vboxsync DnD/DroppedFiles: Docs, a bit of renaming.
(edit) @84858   5 years vboxsync AMD IOMMU: bugref:9654 The caller (IOAPIC) might need to distinguish …
(edit) @84828   5 years vboxsync VBox/msi.h: Consistency.
(edit) @84826   5 years vboxsync AMD IOMMU: bugref:9654 PDM interface changes for supplying …
(edit) @84816   5 years vboxsync Guest Control: Also implemented a "force" flag for the reboot/shutdown …
(edit) @84799   5 years vboxsync VBox/pci.h: Add macros for device and bus masks from the …
(edit) @84766   5 years vboxsync VMM/DBGFTracer: Add events when I/O port and MMIO regions are created, …
(edit) @84762   5 years vboxsync IPRT/vfs: Docs nit.
(edit) @84740   5 years vboxsync Main,include: provide a new method for the graphics device to pass …
(edit) @84732   5 years vboxsync Guest Control/VbglR3: Made initial session startup information a bit …
(edit) @84716   5 years vboxsync VBox/log.h: Fix log group ordering causing tstLog to fail, introduced …
(edit) @84714   5 years vboxsync AMD IOMMU: bugref:9654 PDM: Remove duplicate pfnIoApicSendMsi …
(edit) @84706   5 years vboxsync VMM/DBGF: Add DBGFR3GetCpuState() to return the current CPU state as a …
(edit) @84677   5 years vboxsync AMD IOMMU: bugref:9654 Add I/O APIC PDM helper for talking to the …
(edit) @84662   5 years vboxsync VBox/msi.h: added VBOX_MSI_ADDR_SHIFT.
(edit) @84652   5 years vboxsync APIC: Move generic defs from VBox/vmm/apic.h and APICInternal.h to …
(edit) @84651   5 years vboxsync AMD IOMMU: bugref:9654 Move MSIADDR, MSIDATA and MSIMSG from IOMMU …
(edit) @84618   5 years vboxsync OCI: (bugref:9469) cloud network integration code moved from Machine …
(edit) @84552   5 years vboxsync VMM/DBGFTracer: Support string I/O port accesses, bugref:9210
(edit) @84548   5 years vboxsync Guest Control: Implemented guest side support for gracefully rebooting …
(edit) @84530   5 years vboxsync AMD IOMMU: bugref:9654 Interrupt remapping bits.
(edit) @84527   5 years vboxsync iprt/cdefs.h: Hope the extension trick works for gcc 7x. too. …
(edit) @84515   5 years vboxsync AMD IOMMU: bugref:9654 MSI Interrupt remapping bits.
(edit) @84511   5 years vboxsync iprt/cdefs.h: The extension trick works for gcc 8.4 as well. …
(edit) @84510   5 years vboxsync iprt/cdefs.h: The extension trick works for gcc 9.0 as well. …
(edit) @84509   5 years vboxsync iprt/cdefs.h,*: Introducing RT_FLEXIBLE_ARRAY_EXTENSION as a g++ hack …
(edit) @84500   5 years vboxsync Runtime/tracelogreader.cpp: Move status codes into proper IPRT header
(edit) @84466   5 years vboxsync VMMDevCoreTypes.h: VC++ 14.2 warning. bugref:8489
(edit) @84459   5 years vboxsync VMM/PDM: DBGF even tracing integration, bugref:9210 Integrates the …
(edit) @84458   5 years vboxsync VMM/DBGF: First commit of new tracing facility, bugref:9210 The new …
(edit) @84431   5 years vboxsync AMD IOMMU: bugref:9654 IOMMU interrupt remapping callback skeleton.
(edit) @84407   5 years vboxsync include/iprt: VC++ 19.0 adjustments. bugref:8489
(edit) @84406   5 years vboxsync iprt/win: VC++ 19.0 adjustments. bugref:8489
(edit) @84380   5 years vboxsync IPRT/RTCrPkcs7: Added RTCRPKCS7VERIFY_SD_F_CHECK_TRUST_ANCHORS. …
(edit) @84379   5 years vboxsync IPRT/RTCrX509CertPaths: Hacked the code to accept trusted targets. …
(edit) @84363   5 years vboxsync ExtPack: Adjustments for VC++ 19.2. bugref:8489
(edit) @84361   5 years vboxsync IPRT/ldrPE: Found three new load config variations. V12 is what the …
(edit) @84342   5 years vboxsync Main: VC++ 19.2 adjustments. bugref:8489
(edit) @84341   5 years vboxsync Glue/Bstr: Added base64DecodedLength and base64Decode methods too. …
(edit) @84339   5 years vboxsync Glue/Bstr: Added base64DecodedLength and base64Decode methods too. …
(edit) @84332   5 years vboxsync PDMDevHlp: Add flags to the guest physical read/write helpers to let a …
(edit) @84330   5 years vboxsync IPRT: Adding some new flags to the PKCS#7/CMS verification routines. …
(edit) @84329   5 years vboxsync IPRT: Adding RTCrStoreCreateInMemEx that allows specifying a parent …
(edit) @84317   5 years vboxsync AMD IOMMU: bugref:9654 Asynchronous IOMMU command processing.
(edit) @84310   5 years vboxsync IPRT/crypto: Adding RTAsn1EncodeQueryRawBits to deal with getting …
(edit) @84299   5 years vboxsync IPRT/base64: Fixed header type. bugref:9224
(edit) @84296   5 years vboxsync IPRT/base64: Optimize '\0' handling a little and unify the two …
(edit) @84295   5 years vboxsync IPRT/base64: Put the UTF-16 code in separate file. Implemented …
(edit) @84293   5 years vboxsync IPRT/base64: Put the UTF-16 code in separate file. Implemented …
(edit) @84287   5 years vboxsync Glue/Bstr: Adding a base64Encode method using the new UTF-16 base64 …
(edit) @84286   5 years vboxsync IPRT/base64: Added UTF-16 versions of the encoding functions. bugref:9224
(edit) @84251   5 years vboxsync IPRT/crypto: Adding functions for checking whether a key or …
(edit) @84248   5 years vboxsync IPRT/crypto: Adding functions for checking whether a key or …
(edit) @84243   5 years vboxsync Guest Control: Implemented support for long(er) command lines. bugref:9320
(edit) @84234   5 years vboxsync IPRT: doxygen fix. bugref:9699
(edit) @84230   5 years vboxsync IPRT,openssl: Adding RTCrPkcs7SimpleSignSignedData as a feeble start …
(edit) @84227   5 years vboxsync AMD IOMMU: bugref:9654 Multi-page I/O page walk bits.
(edit) @84215   5 years vboxsync Guest Control/VbglR3 + VBoxService: Moved code to retrieve and …
(edit) @84210   5 years vboxsync IPRT/Base64: Allow the end-of-line style to be specified via the …
(edit) @84207   5 years vboxsync IPRT: Added two flags to the %Rhxs formatter type to control the …
(edit) @84205   5 years vboxsync IPRT: Adding RTZIPTAR_C_UPDATE, RTZipTarFsStreamForFile and …
(edit) @84204   5 years vboxsync IPRT: Added RTVfsTypeName. bugref:9699
(edit) @84203   5 years vboxsync IPRT: Adding RTZIPTAR_C_UPDATE, RTZipTarFsStreamForFile and …
(edit) @84198   5 years vboxsync Guest Control/VbglR3: Added VbglR3GuestCtrlSessionHasChanged() to …
(edit) @84194   5 years vboxsync IPRT: Adding RTZIPTAR_C_UPDATE, RTZipTarFsStreamForFile and …
(edit) @84193   5 years vboxsync IPRT: Adding RTZIPTAR_C_UPDATE, RTZipTarFsStreamForFile and …
(edit) @84192   5 years vboxsync IPRT: Adding RTZIPTAR_C_UPDATE, RTZipTarFsStreamForFile and …
(edit) @84191   5 years vboxsync iprt/vfs.h: comment typo.
(edit) @84172   5 years vboxsync IPRT: PEM writer functions. [doxygenfix] bugref:9699
(edit) @84170   5 years vboxsync AMD IOMMU: bugref:9654 Bits.
(edit) @84166   5 years vboxsync IPRT: PEM writer functions. [build fix] bugref:9699
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