VirtualBox

source: vbox/trunk/include

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @35016   14 years vboxsync VBoxService/VbglR3: Added ability to optionally specify auto-mount …
(edit) @35004   14 years vboxsync reverted r68826
(edit) @35003   14 years vboxsync ASM: use preprocessor instead of compiler optimizations
(edit) @34967   14 years vboxsync Moved and extended RTVfsIoStrmValidateUtf8Encoding.
(edit) @34964   14 years vboxsync Added RTVfsIoStrmValidateUtf8Encoding (stubbed).
(edit) @34959   14 years vboxsync Added RTLdrLoadEx for exposing dlerror info.
(edit) @34906   14 years vboxsync Initial audio filter implementation, which is used for audio input via …
(edit) @34903   14 years vboxsync VRDP: audio input channel in VRDP server.
(edit) @34902   14 years vboxsync IMachineDebugger::dumpGuestCore: Added DBGFR3CoreWrite interface.
(edit) @34882   14 years vboxsync iprt/types.h: Added the RTPOINT and RTRECTSIZE structure types.
(edit) @34880   14 years vboxsync VRDP: updates for audio input channel in VRDP server.
(edit) @34876   14 years vboxsync PCI: some infrastructure work
(edit) @34846   14 years vboxsync COM glue: Added a substring constructor to the Bstr class (with …
(edit) @34845   14 years vboxsync iprt: Added RTManifestEntryExists.
(edit) @34837   14 years vboxsync Main/Settings: always use forward slashes in media & snapshot folder …
(edit) @34786   14 years vboxsync iprt: Implemented most of the RTVfsFile API.
(edit) @34785   14 years vboxsync iprt/cpp/ministring.h,VBox/com/string.h: Use …
(edit) @34784   14 years vboxsync iprt/mem.h: Added RTMEMEF_NEW_AND_DELETE_OPERATORS, triggered by …
(edit) @34754   14 years vboxsync Main/VMMDev: optionally report multi-monitor mouse co-ordinates …
(edit) @34744   14 years vboxsync VRDP: audio input channel: another parameter for VRDEAudioInOpen.
(edit) @34727   14 years vboxsync gcc-4.5 does not compile this assertion
(edit) @34710   14 years vboxsync RTLocCIsSpace: Didn't include \r.
(edit) @34708   14 years vboxsync IPRT/RTProc: Added RTPROC_FLAGS_HIDDEN for starting hidden processes.
(edit) @34695   14 years vboxsync PIC: Reversed IRQ flip-flop polarity.
(edit) @34686   14 years vboxsync Additions/common/VBoxVideo and Additions/WINNT/Graphics: modesetting …
(edit) @34665   14 years vboxsync Additions/common/VBoxVideo and Additions/WINNT/Graphics: some …
(edit) @34655   14 years vboxsync Glue: make sure that crashed XPCOM servers are reliably detected
(edit) @34587   14 years vboxsync Main: Bandwidth groups for disks (and later network) This introduces …
(edit) @34586   14 years vboxsync AsyncCompletion: Allow to change bandwidth limits during runtime
(edit) @34574   14 years vboxsync Make vrde auth library configurable per VM.
(edit) @34571   14 years vboxsync crOpenGL: fix compiz for high resolution guests
(edit) @34565   14 years vboxsync RTDECL2: Use int32_t for cx & cy to avoid warnings.
(edit) @34563   14 years vboxsync VRDPAuth -> VBoxAuth.
(edit) @34558   14 years vboxsync Updated VBox authentication library interface, removed references to VRDP.
(edit) @34556   14 years vboxsync GuestControlSvc.h: a bit of doxygen, dropping leading underscores
(edit) @34553   14 years vboxsync Build fix.
(edit) @34541   14 years vboxsync iprt/types.h: Added RTRECT2 (bad name).
(edit) @34535   14 years vboxsync Manifest comparison.
(edit) @34525   14 years vboxsync VRDP: initial implementation of audio input channel in VRDP server and …
(edit) @34521   14 years vboxsync VBoxGuest: Report 64-bit OS types (only linux got this right earlier).
(edit) @34507   14 years vboxsync IPRT: Visual C++ warnings.
(edit) @34497   14 years vboxsync added JRockitVE operating system support
(edit) @34490   14 years vboxsync VBoxVideo: remove leading underscore from structure names and make …
(edit) @34449   14 years vboxsync Implemented RTManifestReadStandard and RTManifestReadStandardEx.
(edit) @34438   14 years vboxsync VBoxVideoGuest.h, VMMDev.h, Additions/WINNT/Graphics: refactoring of …
(edit) @34435   14 years vboxsync ExtPack: Implemented unpacking (untested).
(edit) @34433   14 years vboxsync Storage: Introduce interface to query the location of a medium (device …
(edit) @34429   14 years vboxsync Additions/WINNT/Graphics and Additions/common/VBoxVideo: move the …
(edit) @34418   14 years vboxsync VBoxExtPAckHelperApp.cpp: More code.
(edit) @34407   14 years vboxsync vfsmemory.cpp: initial coding.
(edit) @34406   14 years vboxsync iprt/list.h: RTListNodeGetFirst/Last -> RTListGetFirst/Last; added …
(edit) @34404   14 years vboxsync include/VBox/Hardware/VBoxVideoVBE.h, …
(edit) @34399   14 years vboxsync Devices/Graphics, Additions: move the VBE I/O port-related definitions …
(edit) @34391   14 years vboxsync More extension pack code.
(edit) @34381   14 years vboxsync manifest stuff.
(edit) @34380   14 years vboxsync iprt/err.h: VWRN_ALREADY_EXISTS
(edit) @34379   14 years vboxsync doc nit
(edit) @34378   14 years vboxsync iprt/cdefs.h: Added RT_IS_POWER_OF_TWO.
(edit) @34346   14 years vboxsync Additions/WINNT/Graphics: more refactoring and the start of a common …
(edit) @34331   14 years vboxsync PCI: more 4.0 interfaces
(edit) @34328   14 years vboxsync CPUM: updated the CPUID processor feature flags
(edit) @34326   14 years vboxsync VMM: Removed the XXXInitCPU and XXXTermCPU methods since all but the …
(edit) @34323   14 years vboxsync VMM: Changed a bunch of VMMR3DECLs to VMMR3_INT_DECL.
(edit) @34320   14 years vboxsync VMM: Moved the fUsePeriodicPreemptionTimers LogRel statement till the …
(edit) @34306   14 years vboxsync USBLib-win: unused function
(edit) @34301   14 years vboxsync PCI: interrupt mapping
(edit) @34287   14 years vboxsync ExtPack: Don't hold any locks when calling extension pack hooks …
(edit) @34268   14 years vboxsync PCI: some 64-bit BARs bits
(edit) @34244   14 years vboxsync Main,Config.kmk,VBoxManage,ExtPacks: Moved the VRDE bits from …
(edit) @34242   14 years vboxsync com/string.h: Added Bstr::isNotEmpty().
(edit) @34241   14 years vboxsync PDM: Added search paths to the device and driver DLL CFGM nodes so …
(edit) @34233   14 years vboxsync header fixes
(edit) @34232   14 years vboxsync iprt/types.h: build fix
(edit) @34231   14 years vboxsync PCI: allow arbitrary width BAR accesses
(edit) @34230   14 years vboxsync iprt,VBoxServiceAutoMount.cpp: RTPathSetOwner[Ex] should take …
(edit) @34222   14 years vboxsync PDMDriver: Helper to create a block cache for drivers
(edit) @34219   14 years vboxsync PDM/BlockCache: First part for #5295, move the writeback cache into a …
(edit) @34218   14 years vboxsync AVL: add range version with uint64_t keys
(edit) @34217   14 years vboxsync VD: Use S/G buffers instead of S/G arrays for VDAsyncWrite and …
(edit) @34214   14 years vboxsync IPRT: Added RTPathJoinEx and RTPathAppendEx.
(edit) @34207   14 years vboxsync pdmdrv: introduced PDMDrvHlpDBGFInfoRegister / PDMDrvHlpDBGFInfoDeregister
(edit) @34182   14 years vboxsync wddm/3d: saved state fixes 1
(edit) @34179   14 years vboxsync iprt/tarvfs: Rewrote the tar parser to deal with header sequences used …
(edit) @34173   14 years vboxsync Comments.
(edit) @34163   14 years vboxsync PGMR3PhysRomRegister/PDMDevHlpROMRegister: Added cbBinary argument to …
(edit) @34150   14 years vboxsync doxygen
(edit) @34140   14 years vboxsync 2d: saved state as part of vga state
(edit) @34129   14 years vboxsync 2d: fix save state deadlock (xtracker#5335)
(edit) @34126   14 years vboxsync pdmifs.h/PDMIVMMDEVPORT: Brushed up parameter names and docs.
(edit) @34086   14 years vboxsync Main: Pass more IVirtualBox pointers to the extension pack. VRDE …
(edit) @34075   14 years vboxsync warnings
(edit) @34073   14 years vboxsync ExtPack: Fixes to IExtPack (QueryInterface can't be used for getting …
(edit) @34072   14 years vboxsync iprt/string.h: doc correction.
(edit) @34071   14 years vboxsync com::Guid: Don't depend on RTUuitFromStr/Utf16 to not touch the output …
(edit) @34056   14 years vboxsync forgot this.
(edit) @34049   14 years vboxsync iprt/tarvfs: Working on validating and parsing the tar headers.
(edit) @34045   14 years vboxsync iprt: more tar code and vfs filesystem stream bugfixes.
(edit) @34031   14 years vboxsync iprt/vfs.h: RTVfsSymlink*. build fix.
(edit) @34029   14 years vboxsync iprt/vfs/tar: more code.
(edit) @34021   14 years vboxsync typos
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