VirtualBox

source: vbox/trunk/src/VBox/Main/include

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @63643   8 years vboxsync VBoxC: VirtualBoxClient need to go away ASAP nobody is using it any …
(edit) @63639   8 years vboxsync VBoxC: Looks like VirtualBoxClient::Data::m_pEventSource is holding in …
(edit) @63606   8 years vboxsync PDMIDISPLAYCONNECTOR: const ptr vs const data mismatch.
(edit) @63592   8 years vboxsync bugref:7179. Shifted the function handler() into the private section.
(edit) @63584   8 years vboxsync bugref:8482. The redundant async task implementations was eliminated …
(edit) @63487   8 years vboxsync removed dead code
(edit) @63459   8 years vboxsync gcc 6 compile fixes
(edit) @63431   8 years vboxsync gcc 4.8.x and -Wconversion.
(edit) @63331   8 years vboxsync Main: virtual destructors for Shareable and VirtualHardwareItem.
(edit) @63258   8 years vboxsync Main: warnings
(edit) @63256   8 years vboxsync Main: warnings
(edit) @63253   8 years vboxsync Main: warnings
(edit) @63244   8 years vboxsync Main: warnings
(edit) @63240   8 years vboxsync Main: warnings
(edit) @63239   8 years vboxsync Main: warnings
(edit) @63192   8 years vboxsync Main/MachineDebuggerImpl.h: eliminate unused static method
(edit) @63187   8 years vboxsync ThreadTask: Cleaning up handler() methods.
(edit) @63186   8 years vboxsync ThreadTask: Cleaning up handler() methods.
(edit) @63184   8 years vboxsync ThreadTask: Cleaning up handler() methods.
(edit) @63183   8 years vboxsync ThreadTask: Dealt with totally misguided m_pThread member. Started …
(edit) @63182   8 years vboxsync ThreadTask: split createThread up into three methods to avoid having …
(edit) @63181   8 years vboxsync Main: warnings/cleanup
(edit) @63176   8 years vboxsync Main: warnings
(edit) @63161   8 years vboxsync Main: Warnings
(edit) @63154   8 years vboxsync Main: More warnings about uninitialized variables (false ones) and …
(edit) @63153   8 years vboxsync Split up GuestProcess:i_startProcess to deal with uninitialized …
(edit) @63147   8 years vboxsync Main: warnings
(edit) @62918   8 years vboxsync Main: rip out long dead code, some leftovers from earlier event …
(edit) @62899   8 years vboxsync Main/VirtualBoxImpl.h: cleanup
(edit) @62867   8 years vboxsync Audio/Main: Cleanup.
(edit) @62810   8 years vboxsync bugref:8482. The internal implementation of asynchronous task was …
(edit) @62636   8 years vboxsync cdefs.h,*: DECLARE_CLS_COPY_CTOR_ASSIGN_NOOP and …
(edit) @62598   8 years vboxsync Main/MachineDebugger: add method for getting the VM uptime
(edit) @62485   8 years vboxsync (C) 2016
(edit) @62383   8 years vboxsync Main/GuestCtrlImplPrivate: set pvData = NULL on Clear()
(edit) @62379   8 years vboxsync Main: 2nd try: fixes for a few -Wunused -Wconversion
(edit) @62372   8 years vboxsync backed out r108916
(edit) @62370   8 years vboxsync Main: a few fixes for -Wunused -Wconversion
(edit) @62258   8 years vboxsync Main/VirtualBoxClient: Turn into a proper COM/XPCOM singleton object. …
(edit) @62157   8 years vboxsync *: Instead of suppressing -Wno-delete-non-virtual-dtor globally we try …
(edit) @62141   8 years vboxsync Main: fixed a few small memory leaks
(edit) @62139   8 years vboxsync bugref:8389: Main: fixed video recording with VBoxheadless
(edit) @62014   8 years vboxsync Main/Machine: add a stub for an aux settings file (which will be an …
(edit) @61930   8 years vboxsync i_setVMRuntimeErrorCallback -> i_atVMRuntimeErrorCallback - ambigious …
(edit) @61792   8 years vboxsync Main/Guest Control: Fixes for GA tests.
(edit) @61747   8 years vboxsync enable X2APIC for Linux guests
(edit) @61713   8 years vboxsync Main/MediumAttachment: Update the medium attachment log tag string …
(edit) @61667   8 years vboxsync bugref:8238 VBoxSVC settings - USBDeviceFilter
(edit) @61610   8 years vboxsync Main: properly inform the user if the VRDE server cannot be started at …
(edit) @61564   8 years vboxsync Main: IDisplay changed queryScreenLayout to be an attribute
(edit) @61560   8 years vboxsync Main: IDisplay queryScreenLayout and setScreenLayout API stubs
(edit) @61483   8 years vboxsync bugref:8344. First variant of "move" operation for medium. Standalone …
(edit) @61413   9 years vboxsync Audio: Use the old audio code for now when doing a release. Set …
(edit) @61216   9 years vboxsync bugref:8238 VBoxSVC settings - AudioAdapterImpl
(edit) @61194   9 years vboxsync bugref:8238: VBoxSVC settings: reverted r107478 (that was wrong)
(edit) @61192   9 years vboxsync bugref:8238: VBoxSVC settings: VBoxSVC settings - BandwidthGroupImpl …
(edit) @61175   9 years vboxsync Main/VirtualBoxBase.h: remove unneeded "mutable" declaration
(edit) @61170   9 years vboxsync 8238 VBoxSVC settings - NetworkAdapterImpl
(edit) @61169   9 years vboxsync 8238 VBoxSVC settings - BandwidthGroupImpl
(edit) @61137   9 years vboxsync Main/Medium: some more lock order fixing, but a lot of work is left
(edit) @61042   9 years vboxsync Main/Machine+BIOSSettings: introduce APIC/X2APIC CPU feature settings …
(edit) @61009   9 years vboxsync Main: big settings cleanup and writing optimization. Moved …
(edit) @61004   9 years vboxsync Main/CertificateImpl.h: get rid of unneeded include
(edit) @61003   9 years vboxsync Main/Appliance: get rid of "Controller" in storage controller names …
(edit) @60999   9 years vboxsync Main/ThreadTask: cleanups, remove unused variable and static method
(edit) @60977   9 years vboxsync Main/VirtualBoxBase: Add code for collecting information about how …
(edit) @60952   9 years vboxsync HostPower.h: another PVM fix (new SDK).
(edit) @60905   9 years vboxsync bugref:8087: Additions/x11: support non-root X server: do not reset …
(edit) @60786   9 years vboxsync Main/NATNetwork+NATEngine: simplify settings handling greatly by …
(edit) @60765   9 years vboxsync API: stop using ATL and use a vastly smaller lookalike instead, plus a …
(edit) @60758   9 years vboxsync Main/{USBProxyBackend|HostUSBDeviceImpl}: Don't hardcode certain host …
(edit) @60744   9 years vboxsync Main/USBProxyBackend: Add flag for each backend indicating whether we …
(edit) @60742   9 years vboxsync Main/USBProxy{Service|Backend}: Rework interaction between thos two to …
(edit) @60627   9 years vboxsync Main/Medium: When creating a medium lock list, explicitly state which …
(edit) @60622   9 years vboxsync Guest Control: Added proper handling for (VBoxService) toolbox exit …
(edit) @60448   9 years vboxsync bugref:7179. Removed auto_ptr from VFSExplorerImpl.cpp
(edit) @60410   9 years vboxsync IMachine: Added CPUProfile attribute (read/write string). Added a …
(edit) @60343   9 years vboxsync Certificate: The data need not be backupable as the object is …
(edit) @60341   9 years vboxsync ICertificate, Import wizard: Some adjustments to make it do and show …
(edit) @60337   9 years vboxsync build fix
(edit) @60334   9 years vboxsync CertificateImpl,ApplianceImpl: Drop the unwanted presence attribute …
(edit) @60332   9 years vboxsync ApplianceImpl: The what's needed to determine the trusted state of the …
(edit) @60328   9 years vboxsync bugref:8249. Improvement ICertificate interface.
(edit) @60246   9 years vboxsync CertificateImpl.*: Implemented the two missing internal function in …
(edit) @60243   9 years vboxsync CertificateImpl: Sketched how this should've been done. Don't …
(edit) @60239   9 years vboxsync Main: fixed subversion properties
(edit) @60220   9 years vboxsync bugref:8249. Added an attribute certificate into IAppliance interface. …
(edit) @60146   9 years vboxsync linux/USBGetDevices: made the linux specific deviceFree function …
(edit) @60108   9 years vboxsync build fix
(edit) @60107   9 years vboxsync Main/USBProxyService: Save any additional USB device sources in the …
(edit) @60089   9 years vboxsync Main,VBoxManage: Add API to IHost for adding and removing USB device …
(edit) @60068   9 years vboxsync Revert r106058, incomplete conversion of USBProxyBackend to a COM …
(edit) @60067   9 years vboxsync Main: Add API to IHost for adding and removing USB device sources in …
(edit) @60066   9 years vboxsync ClientWatcher: Moved the process reaping code into a separate method, …
(edit) @60062   9 years vboxsync ClientWatcher: Enabled the new code watching more than 63 sessions on …
(edit) @60061   9 years vboxsync ClientWatcher: Disabled code for watching more than 63 sessions on windows.
(edit) @59996   9 years vboxsync Main/VirtualBox: postpone the error reporting from VirtualBox object …
(edit) @59926   9 years vboxsync Main/Machine+SerialPort+ParallelPort: only write the non-default …
(edit) @59834   9 years vboxsync DnD: GuestDnDURIObjCtx::getObj() is const, logging.
(edit) @59787   9 years vboxsync Main/include/ConsoleImpl.h: VMTask is a class, not a struct.
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