VirtualBox

source: vbox/trunk/src/VBox/Main

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @28779   15 years vboxsync Main/HostHardwareLinux: cleanup
(edit) @28775   15 years vboxsync Webservice: refreshed PHP bindings from James Lucas
(edit) @28774   15 years vboxsync Main: mark machine as dirty when snapshot name or description are changed
(edit) @28772   15 years vboxsync Guest Control/Main: Added local process list, added early …
(edit) @28770   15 years vboxsync Main/Snapshot+Medium: fix a medium locking and medium state bug
(edit) @28769   15 years vboxsync Main: Use a different PCI slot for the SAS LsiLogic controller
(edit) @28766   15 years vboxsync Main/Console: wrong place to lock the VM pointer, causes hangs
(edit) @28765   15 years vboxsync Main: Build fix
(edit) @28764   15 years vboxsync Main: Introduce a per controller setting to switch to the unbuffered …
(edit) @28763   15 years vboxsync Webservice: add missing lock (fixes assertion in logoff and possible race)
(edit) @28751   15 years vboxsync python: WS bits
(edit) @28748   15 years vboxsync Main/idl: fix definition of last online machine state (typo?)
(edit) @28744   15 years vboxsync Main/Medium: fix guest CPU metric names
(edit) @28742   15 years vboxsync Main/Solaris: added description for hxge.
(edit) @28741   15 years vboxsync Main/HostHardwareLinux: introduce an ifdef for building USB with raw …
(edit) @28728   15 years vboxsync Guest Control/Main: Even return the PID if process is no more (for …
(edit) @28727   15 years vboxsync Main/Console: clean up CFGM handling for medium attachments, make one …
(edit) @28707   15 years vboxsync GuestImpl.cpp: Fixed warnings (scope alocks). Don't assert on …
(edit) @28698   15 years vboxsync ConsoleImpl.cpp: Flush the directory + hint how to get a good release …
(edit) @28694   15 years vboxsync MachineImpl.cpp: Drop the hardcoded xml suffixes. (A bit ugly, but …
(edit) @28691   15 years vboxsync Machine::DeleteSettings: Delete the XML backup (VM.xml-prev) as well …
(edit) @28689   15 years vboxsync XmlFileWrite::write: Added a fSafe argument for safe writing of the …
(edit) @28682   15 years vboxsync Main/HostHardwareLinux: reconnect to the FAM daemon if the connection …
(edit) @28680   15 years vboxsync Main: fix wrong const declaration
(edit) @28675   15 years vboxsync Python WS bridge: handle octet arrays, simplification
(edit) @28669   15 years vboxsync Main: declare some methods const
(edit) @28664   15 years vboxsync python: API to figuire out install directory
(edit) @28645   15 years vboxsync Main: docs typo
(edit) @28641   15 years vboxsync Guest Control: Update (prepareExecuteArgs() not used).
(edit) @28640   15 years vboxsync Guest Control: Update (only complete progress once).
(edit) @28638   15 years vboxsync Guest Control: Update (wrong assertion).
(edit) @28634   15 years vboxsync Guest Control: Update (more bugfixes, enhancements for VBoxManage).
(edit) @28627   15 years vboxsync Guest Control: Update (comment).
(edit) @28626   15 years vboxsync Guest Control: Update (more locking for GetProcessOutput()).
(edit) @28625   15 years vboxsync Guest Control: Update (no buffered host waiting anymore, fixed a …
(edit) @28617   15 years vboxsync Main/HostHardwareLinux: fix the timeout-in-USB-probing test
(edit) @28616   15 years vboxsync Main/HostHardwareLinux: fix an assertion followed by a NULL-pointer …
(edit) @28607   15 years vboxsync Main/Console: eliminate dead variable
(edit) @28602   15 years vboxsync Main/Display: resize a new framebuffer (xTracker 4655)
(edit) @28596   15 years vboxsync Main/OVF: fix IDE controller export broken by r60336
(edit) @28587   15 years vboxsync Main/Medium: fix parameter passing for mergeTo(), eliminating …
(edit) @28586   15 years vboxsync Main: fix locking order in systemproperties
(edit) @28585   15 years vboxsync Main/Console+Machine+Snapshot+Medium: Start with online snapshot …
(edit) @28584   15 years vboxsync Main/MediumLock: Make lock updating available while locked. Simplifies …
(edit) @28583   15 years vboxsync Dropped redundant code for listing network interfaces on Solaris
(edit) @28582   15 years vboxsync Main/MediumLock: Make updating the required lock type available while …
(edit) @28580   15 years vboxsync review feedback
(edit) @28576   15 years vboxsync Main: add support for polling for USB devices on Linux hosts without …
(edit) @28574   15 years vboxsync Main: add support for polling for USB devices on Linux hosts without …
(edit) @28571   15 years vboxsync Guest Control: fix two assertions in debug mode
(edit) @28569   15 years vboxsync Main: CFGM switch to control additional DMI tables
(edit) @28559   15 years vboxsync Main: warning
(edit) @28557   15 years vboxsync Guest Control: Update (first stuff for piping output).
(edit) @28556   15 years vboxsync Main/MediumLock: add method to retrieve requested lock mode
(edit) @28555   15 years vboxsync Main: add support for polling for USB devices on Linux hosts without …
(edit) @28553   15 years vboxsync Main: add support for polling for USB devices on Linux hosts without …
(edit) @28549   15 years vboxsync Currently we only support memory ballooning on all 64-bit hosts except …
(edit) @28543   15 years vboxsync Main/TestVBoxOGL: fixed order of libGL.so dependency
(edit) @28531   15 years vboxsync Main/OVF: fix import of IDE controllers (export currently broken)
(edit) @28529   15 years vboxsync Main: added a note
(edit) @28527   15 years vboxsync Main: IMachine::SetMemoryBalloonSize may change the size of the …
(edit) @28526   15 years vboxsync Main/MediumImpl: fix regression when creating diff images
(edit) @28525   15 years vboxsync fixed comment
(edit) @28513   15 years vboxsync ACPI: make NIC object acceptable by Windows guests
(edit) @28489   15 years vboxsync typo
(edit) @28487   15 years vboxsync ACPI: another attempt to provide primary NIC info via ACPI
(edit) @28485   15 years vboxsync typo
(edit) @28481   15 years vboxsync Main/GuestImp: fixed wrong conversion of CPU load values
(edit) @28468   15 years vboxsync Main: bug in args check of Display::TakeScreenShotToArray
(edit) @28465   15 years vboxsync Guest Control: Update (context ID clamping).
(edit) @28463   15 years vboxsync Guest Control: Update (extended error info, callback bugfixes).
(edit) @28456   15 years vboxsync solaris build fix
(edit) @28453   15 years vboxsync Typo
(edit) @28452   15 years vboxsync Compile fix
(edit) @28451   15 years vboxsync Detect AMD nested paging using cpuid
(edit) @28448   15 years vboxsync Guest Control: Update (API for retrieving output).
(edit) @28447   15 years vboxsync Main/Display: fixed memory leak in Display::TakeScreenShotToArray()
(edit) @28434   15 years vboxsync *: whitespace cleanups by scm and two manually picked nits.
(edit) @28406   15 years vboxsync Devices, Main, FE/Qt: re-committed support for VDE virtual network …
(edit) @28402   15 years vboxsync Guest Control: Update (guest shutdown handling, timed peeks).
(edit) @28401   15 years vboxsync Main/Machine+Snapshot+Medium: Big medium locking cleanup and …
(edit) @28398   15 years vboxsync Medium/include: svn property cleanup
(edit) @28377   15 years vboxsync Main: SDK burn fix
(edit) @28369   15 years vboxsync Build fix for SDK, spaces.
(edit) @28368   15 years vboxsync Main/Display: seamless for multimonitor. (xTracker 4655)
(edit) @28358   15 years vboxsync Guest Control: Update.
(edit) @28354   15 years vboxsync Guest Control: Update (lProgress handling, wait for exiting process).
(edit) @28353   15 years vboxsync Main/MediumLock: header file update and implementation. Gets built and …
(edit) @28352   15 years vboxsync Main/Machine: RTProcCreate on Windows can finally handle spaces, …
(edit) @28351   15 years vboxsync Main: fixed reading of internal networks (addendum to r60047)
(edit) @28349   15 years vboxsync Main/HostHardwareLinux: generalised the VBoxMainHotplugWaiter class to …
(edit) @28347   15 years vboxsync Guest Control: Update (logon error handling).
(edit) @28343   15 years vboxsync Main: Added QueryLogFilename for getting the full log file path of an …
(edit) @28316   15 years vboxsync com/string.h,Main: Removed Utf8Str::asOutParam() as it mixed …
(edit) @28315   15 years vboxsync Main/HostHardwareLinux: fix a burn when VBOX_WITH_DBUS is not defined
(edit) @28313   15 years vboxsync build fix
(edit) @28312   15 years vboxsync build fix
(edit) @28310   15 years vboxsync accident
(edit) @28309   15 years vboxsync Main/HostHardwareLinux: added code for querying USB device information …
(edit) @28308   15 years vboxsync Main/DisplayImpl.cpp: fix
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