VirtualBox

source: vbox/trunk/src/VBox/Main

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @63362   8 years vboxsync Audio: PDMPCMPROPS -> PDMAUDIOPCMPROPS.
(edit) @63360   8 years vboxsync Audio: Added more defines / documentation for the host interfaces to …
(edit) @63353   8 years vboxsync sh!
(edit) @63352   8 years vboxsync Main: shut up two annoying and (perceived) harmless MIDL warnings, …
(edit) @63340   8 years vboxsync indent
(edit) @63331   8 years vboxsync Main: virtual destructors for Shareable and VirtualHardwareItem.
(edit) @63311   8 years vboxsync Use shlobj.h wrapper.
(edit) @63260   8 years vboxsync Main: warnings
(edit) @63259   8 years vboxsync Main: warnings
(edit) @63258   8 years vboxsync Main: warnings
(edit) @63256   8 years vboxsync Main: warnings
(edit) @63253   8 years vboxsync Main: warnings
(edit) @63252   8 years vboxsync Main: warnings
(edit) @63251   8 years vboxsync Main: warnings
(edit) @63250   8 years vboxsync GuestSession::i_startSessionAsync: ThreadTask conversion bug.
(edit) @63249   8 years vboxsync Main: warnings
(edit) @63248   8 years vboxsync Main: warnings
(edit) @63246   8 years vboxsync bug
(edit) @63245   8 years vboxsync GuestProcess::getEnvironment: Typo if #ifndef check accidenally …
(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) @63185   8 years vboxsync build fix
(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) @63180   8 years vboxsync GuestDnDTargetImpl.cpp,GuestDnDSourceImpl.cpp: @todo r=bird: Pointed …
(edit) @63178   8 years vboxsync Main: warnings
(edit) @63177   8 years vboxsync Main: warnings
(edit) @63176   8 years vboxsync Main: warnings
(edit) @63174   8 years vboxsync Main: unreachable code.
(edit) @63172   8 years vboxsync Main: warning about switches and some other stuff.
(edit) @63171   8 years vboxsync Main: warning about switches
(edit) @63170   8 years vboxsync Main: warning about switches
(edit) @63169   8 years vboxsync colorConvWriteYUV420p: Hope asserting on getRGB failure is ok, make …
(edit) @63165   8 years vboxsync ConsoleImpl2.cpp: Seems like the ConfigError/InsertConfigXxx problem …
(edit) @63164   8 years vboxsync Main: Warnings
(edit) @63161   8 years vboxsync Main: Warnings
(edit) @63160   8 years vboxsync EblmWriter: cleanup, disable some warnings when including vpx_encoder.h.
(edit) @63159   8 years vboxsync Main: More uninitialized variable warnings.
(edit) @63158   8 years vboxsync Main: More warnings about uninitialized variables.
(edit) @63157   8 years vboxsync logging fix
(edit) @63156   8 years vboxsync GuestSession::i_objectCreateTempInternal,GuestSession::i_fsQueryInfoInt …
(edit) @63155   8 years vboxsync Main: More warnings about uninitialized variables.
(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) @63152   8 years vboxsync GuestSessionImplTasks.cpp: Attempt to fix two bogus …
(edit) @63148   8 years vboxsync forgot to fix this one
(edit) @63147   8 years vboxsync Main: warnings
(edit) @63145   8 years vboxsync bugref:8482. Fixed small typo
(edit) @63144   8 years vboxsync bugref:8482. Shifted progress notification to the Medium::Task destructor
(edit) @63140   8 years vboxsync Main/Makefile.kmk: VirtualBox_p.c needs a little tweaking too. (As for …
(edit) @63136   8 years vboxsync touch
(edit) @62982   8 years vboxsync Main/VRDEServer: disable VRDE server by default for new VMs
(edit) @62922   8 years vboxsync Main/VirtualBox: eliminate VBoxComEvents use
(edit) @62919   8 years vboxsync Please use 'static const' on data that is constant, don't make the …
(edit) @62918   8 years vboxsync Main: rip out long dead code, some leftovers from earlier event …
(edit) @62900   8 years vboxsync Main/glue/vboxapi.py: use VirtualBoxClient instead of directly …
(edit) @62899   8 years vboxsync Main/VirtualBoxImpl.h: cleanup
(edit) @62875   8 years vboxsync Main: gcc warnings
(edit) @62868   8 years vboxsync bugref:8482. Shifted the function handler() from descendants to the …
(edit) @62867   8 years vboxsync Audio/Main: Cleanup.
(edit) @62824   8 years vboxsync UsbWebcam cleanups, part 4.
(edit) @62823   8 years vboxsync UsbWebcam cleanups, part 3.
(edit) @62822   8 years vboxsync UsbWebcam cleanups, part 2.
(edit) @62821   8 years vboxsync UsbWebcam cleanups, part 1.
(edit) @62811   8 years vboxsync wrap shlwapi.h too.
(edit) @62810   8 years vboxsync bugref:8482. The internal implementation of asynchronous task was …
(edit) @62780   8 years vboxsync Wrap objbase.h + objidl.h too.
(edit) @62774   8 years vboxsync Main: warnings
(edit) @62772   8 years vboxsync Main: Disable MSC warning C4668 in the generated VirtualBox.h. …
(edit) @62771   8 years vboxsync tstCAPIGlue.c: Someone else can fix the missing rc checks in this file.
(edit) @62770   8 years vboxsync Main/cbining: warnings
(edit) @62769   8 years vboxsync tstVBoxApiWin.cpp: get_VirtualBox didn't set rc, causing MSC to …
(edit) @62768   8 years vboxsync Main: warnings
(edit) @62767   8 years vboxsync webservices: warnings
(edit) @62766   8 years vboxsync split-soapC: replaced do-while-false-break loop with a simple …
(edit) @62761   8 years vboxsync Wrap ws2tcpip.h too.
(edit) @62701   8 years vboxsync VBoxMain/svcmain : fix for ​​​​​​​bugref:8161: added processing of …
(edit) @62692   8 years vboxsync Use the iprt/win/iphlpapi.h wrappers to deal with preprocessor warnings.
(edit) @62691   8 years vboxsync Use the iprt/win/netioapi.h and iprt/win/ntddndis.h wrappers to deal …
(edit) @62686   8 years vboxsync Use the iprt/win/setupapi.h wrapper for setupapi.h to deal with …
(edit) @62681   8 years vboxsync Use the iprt/win/winsock2.h wrapper for winsock2.h
(edit) @62679   8 years vboxsync Use the iprt/win/windows.h wrapper for Windows.h
(edit) @62636   8 years vboxsync cdefs.h,*: DECLARE_CLS_COPY_CTOR_ASSIGN_NOOP and …
(edit) @62602   8 years vboxsync Main/xml/Settings.cpp: parse the version of the VirtualBox settings …
(edit) @62598   8 years vboxsync Main/MachineDebugger: add method for getting the VM uptime
(edit) @62589   8 years vboxsync Audio: Also define VBOX_WITH_AUDIO_DEBUG for VBoxC.
(edit) @62585   8 years vboxsync Audio: Cleanup: Renamed VBOX_WITH_[OSS|ALSA|PULSE] -> …
(edit) @62580   8 years vboxsync Audio: Initial commit of audio debug backend. This can dump the output …
(edit) @62577   8 years vboxsync Build fix.
(edit) @62576   8 years vboxsync Audio: Removed temporary 5.0 sources again (VBOX_WITH_AUDIO_50).
(edit) @62535   8 years vboxsync (C) 2016
(edit) @62534   8 years vboxsync (C) 2016
(edit) @62486   8 years vboxsync (C) 2016
(edit) @62485   8 years vboxsync (C) 2016
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