VirtualBox

source: vbox/trunk/src/VBox/Main

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @55941   10 years vboxsync Network/HostOnly: Use driver enumeration instead of registry access …
(edit) @55936   10 years vboxsync extended generic Linux OS type
(edit) @55921   10 years vboxsync Whops, forgot to commit this.
(edit) @55885   10 years vboxsync IMachineDebugger: Added a queryOSKernelLog method.
(edit) @55883   10 years vboxsync IMachineDebugger: Added loadPlugIn and unloadPlugIn methods.
(edit) @55872   10 years vboxsync Main/Medium: Copy filter related properties when cloning a medium or …
(edit) @55854   10 years vboxsync Main: saved screenshot API cleanup.
(edit) @55843   10 years vboxsync Frontends/VBoxManage: allow configuring the VBoxSVC release logging …
(edit) @55839   10 years vboxsync VBoxSVC: log the home directory
(edit) @55837   10 years vboxsync DisplayImpl: getScreenResolution, etc should use framebuffer info.
(edit) @55835   10 years vboxsync Main/Machine: repair VM configs a bit more thoroughly, as otherwise it …
(edit) @55833   10 years vboxsync Main/Machine: fix handling of transient guest properties (both on …
(edit) @55823   10 years vboxsync DnD: Main/GuestDnDSourceImpl.cpp: Don't route reported guest errors …
(edit) @55822   10 years vboxsync Logging.
(edit) @55809   10 years vboxsync fixed error path
(edit) @55807   10 years vboxsync Main/Machine: fix self-deadlock during inaccessible machine unregistration
(edit) @55806   10 years vboxsync SDK: add defines for each scripting language, and disable perl by …
(edit) @55802   10 years vboxsync glue/tests/TestVBox.java: fix API version in source code
(edit) @55800   10 years vboxsync Main/Session+Machine: small API cleanup, introducing explicit session …
(edit) @55797   10 years vboxsync Main/HostDnsService: if VBoxInternal2/HostDNSSuffixesIgnore global …
(edit) @55784   10 years vboxsync Restored lost ProductVersion.
(edit) @55782   10 years vboxsync Added an empty macro as a place holder for any additional strings we …
(edit) @55781   10 years vboxsync Clean up RC files, adding more version.h defines for common values.
(edit) @55772   10 years vboxsync Two more RC defines.
(edit) @55771   10 years vboxsync Use defines in the RC files and make those defines compatible with …
(edit) @55769   10 years vboxsync Main: it++ => ++it
(edit) @55768   10 years vboxsync uninitialized variable
(edit) @55752   10 years vboxsync Main/cbinding: fix incorrect freeing of string arrays on Windows host, …
(edit) @55749   10 years vboxsync Main/Snapshot: fix complete breakage of taking snapshots (smart …
(edit) @55728   10 years vboxsync Main/Machine+Snapshot+Medium: Remove bogus assertion when locking a …
(edit) @55721   10 years vboxsync Main: Allow host-suspend/resume notifiers to be called several times …
(edit) @55710   10 years vboxsync Main: correct place for AutoUninitSpan in HostVideoInputDevice::uninit
(edit) @55706   10 years vboxsync Logging.
(edit) @55702   10 years vboxsync MachineDebuggerImpl.cpp: Fixed the getRegisters method, missing vector …
(edit) @55698   10 years vboxsync Main/Snapshot: fix taking a snapshot of an already paused VM (needs …
(edit) @55677   10 years vboxsync wrong.
(edit) @55676   10 years vboxsync MachineConfigFile::readHardware: Read 'hotplug' and 'executionCap' …
(edit) @55674   10 years vboxsync Main,VBoxManage,Settings: Changed the boolean syntheticCPU setting …
(edit) @55671   10 years vboxsync RTGetOptArgvFromString: Added fFlags parameter for selecting the …
(edit) @55670   10 years vboxsync Machine::temporaryEjectDevice(): fixed the test for the machine state …
(edit) @55668   10 years vboxsync Modified IGuestSession::fileOpenEx: removed the 'offset' parameter and …
(edit) @55664   10 years vboxsync Main/Makefile: VBOX_WITH_DBUS needs to be propagated while compiling …
(edit) @55651   10 years vboxsync Main/HostPowerLinux: avoid gcc warning.
(edit) @55650   10 years vboxsync DrvAudioVRDE: consume samples at configured rate
(edit) @55647   10 years vboxsync Main/HostPowerLinux: nicer code.
(edit) @55645   10 years vboxsync Removed 106 #ifdef/#ifndef VBOX_WITH_GUEST_CONTROL statements that was …
(edit) @55644   10 years vboxsync Main: Made it compile without VBOX_WITH_GUEST_CONTROL.
(edit) @55642   10 years vboxsync MachineImpl.cpp doesn't seem to need GuestImpl.h (Guest* lives in …
(edit) @55640   10 years vboxsync DnD: - Overhauled "dropped files" directory + general file …
(edit) @55633   10 years vboxsync typo in open action conversion.
(edit) @55631   10 years vboxsync IGuestSession: - Added pathStyle attribute and associated enum. …
(edit) @55629   10 years vboxsync Fixed FsObjType link.
(edit) @55625   10 years vboxsync Try to fix Linux burns.
(edit) @55619   10 years vboxsync Attempt to fix burn.
(edit) @55616   10 years vboxsync Main/Linux/HostPower: add DBus-based host suspend and resume …
(edit) @55615   10 years vboxsync Main/Linux/HostPower: add DBus-based host suspend and resume …
(edit) @55614   10 years vboxsync Forgot to add the '-L' option to the vbox_stat invocation. Added '--' …
(edit) @55613   10 years vboxsync IGuestSession: Added a pathStyle attribute (read-only) that translates …
(edit) @55611   10 years vboxsync Main: Merged the VFSFileType and FsObjType enums, keeping the …
(edit) @55610   10 years vboxsync VFSExplorer::entryList: Fixed Size array return, was returning the …
(edit) @55608   10 years vboxsync apiwrap-server.xsl,VirtualBox.xidl: Added a check in the API wrapper …
(edit) @55602   10 years vboxsync Main/Linux/HostPower: add DBus-based host suspend and resume notifications.
(edit) @55599   10 years vboxsync GuestProcessImpl.cpp: Turns out the guest doesn't want a terminating …
(edit) @55595   10 years vboxsync IGuestProcess needs a dummy attribute to work with the midl proxy stub …
(edit) @55594   10 years vboxsync copy by assignment fix.
(edit) @55592   10 years vboxsync Sketched out how the base environment would be received by the guest …
(edit) @55591   10 years vboxsync Main: Renamed IGuestSession::environment to …
(edit) @55590   10 years vboxsync Main: Removed IGuestSession::environmentClear because it duplicates …
(edit) @55589   10 years vboxsync vboxapi.py: We probably need to abstract setting array attributes too, …
(edit) @55588   10 years vboxsync Main: Environment cleanup in the guest control area. The …
(edit) @55586   10 years vboxsync VirtualBox.xidl: link fixes.
(edit) @55583   10 years vboxsync VirtualBox.xidl: Clearified IGuestSession and associated documentation …
(edit) @55582   10 years vboxsync VirtualBoxBase.cpp: Added setErrorVrc(vrc) and …
(edit) @55571   10 years vboxsync DnD: Simplified cancellation logic.
(edit) @55556   10 years vboxsync DnD: Rollback handling, bugfixes, cleanup.
(edit) @55549   10 years vboxsync DnD: Update.
(edit) @55548   10 years vboxsync AudioAdapterImpl: shut up gcc.
(edit) @55542   10 years vboxsync Main: take approvals of VBoxEventType_OnCanShowWindow into account.
(edit) @55541   10 years vboxsync Space.
(edit) @55540   10 years vboxsync Tab.
(edit) @55539   10 years vboxsync DnD: ErrorInfo handling, formatting, validation.
(edit) @55535   10 years vboxsync Main,VBoxManage,VBoxShell,ValidationKit: Changed the …
(edit) @55531   10 years vboxsync Main,VBoxService: Added ProcessCreateFlag_UnquotedArguments.
(edit) @55528   10 years vboxsync Main/idl: added IAudioAdapter::enabledIn/enabledOut
(edit) @55525   10 years vboxsync DnD: Handle receiving 0-byte files, only do workaround accounting on …
(edit) @55524   10 years vboxsync DnD: Another bugfix for protocol v1.
(edit) @55523   10 years vboxsync Main: extend IVetoEvent interface to support approvals too.
(edit) @55520   10 years vboxsync DnD: Don't allow simultaneous drop operations for now.
(edit) @55514   10 years vboxsync DnD: Make source/target blocksizes configurable.
(edit) @55512   10 years vboxsync DnD: Bugfixes, cleanup, spelling.
(edit) @55511   10 years vboxsync Main/Snapshot: fix handling of saved state with offline snapshots …
(edit) @55505   10 years vboxsync Main: Add method to return list of medium identifiers assoicated with …
(edit) @55502   10 years vboxsync DevSmc: retrieve the SMC key from the host OS if possible
(edit) @55491   10 years vboxsync GuestProcessImpl.cpp: The guest is using RTGetOptArgvFromString which …
(edit) @55459   10 years vboxsync DnD: Bugfixes.
(edit) @55458   10 years vboxsync Main/src-server/xpcom/server.cpp: make the event queue handling and …
(edit) @55457   10 years vboxsync Main/Host: make sure that all relevant objects are uninitialized when …
(edit) @55451   10 years vboxsync Main/glue: fix a buglet (don't know how it gets triggered) in the …
(edit) @55443   10 years vboxsync ConsoleImpl: removed unnecessary local variable.
(edit) @55442   10 years vboxsync Main/Console: fix shared folder crashes (mixup between API method and …
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