VirtualBox

source: vbox/trunk/src/VBox/Main

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @56251   10 years vboxsync updates
(edit) @56248   10 years vboxsync Main: NetBSD assumes RTC in UTC by default.
(edit) @56247   10 years vboxsync VBoxExtPackHelperApp.cpp: Must use _wfreopen and not freopen on …
(edit) @56216   10 years vboxsync Main/NetworkAdapter: changing "promisc mode" doesn't need to be …
(edit) @56215   10 years vboxsync DnD: GuestDnDSourceImpl: Simpler guest->host accounting; some logging …
(edit) @56202   10 years vboxsync Main: "32 bit" => "32-bit", "64 bit" => "64-bit"
(edit) @56148   10 years vboxsync Audio: use the VM name to name PulseAudio streams
(edit) @56142   10 years vboxsync Main: introduce a new "medium config changed" event which was missing, …
(edit) @56100   10 years vboxsync pr6522. added check of settings version.
(edit) @56096   10 years vboxsync pr6522. small refining
(edit) @56088   10 years vboxsync pr6522. First part: added logic which allows to read\save audio …
(edit) @56085   10 years vboxsync PDM/Audio: Removed old audio architecture.
(edit) @56074   10 years vboxsync Main: GuestDnDPrivate.h: Don't mix allocation stuff.
(edit) @56035   10 years vboxsync Main/Machine+USBController+StorageController: Mix of deleting useless …
(edit) @56030   10 years vboxsync postfix iterator => prefix iterator and stlSize => stlEmpty where …
(edit) @56019   10 years vboxsync Main/Machine: fix starting (re-attaching case) a "separate" UI
(edit) @55996   10 years vboxsync warning
(edit) @55988   10 years vboxsync iprt/log.h,SUPDrv: Replaced the 'personal' logging groups with 6 more …
(edit) @55987   10 years vboxsync Removed unused LogRef function.
(edit) @55980   10 years vboxsync iprt/log.h,++: Added extended logger instance getters that also checks …
(edit) @55977   10 years vboxsync Main/Snapshot: add a parameter to IMachine.takeSnapshot, returning the …
(edit) @55969   10 years vboxsync Removed unnecessary LOG_INSTANCE definitions.
(edit) @55967   10 years vboxsync Main/Host: Close the support driver as soon as we no longer need it. …
(edit) @55965   10 years vboxsync build fix
(edit) @55963   10 years vboxsync DnD: Fixed hang when reporting host errors such as inaccessible …
(edit) @55961   10 years vboxsync apiwrap-server.xsl: don't throw autoCaller failure, do …
(edit) @55960   10 years vboxsync fix
(edit) @55958   10 years vboxsync VirtualBoxBase.cpp: One more RT_UNLIKELY in lockHandle().
(edit) @55945   10 years vboxsync VirtualBoxBase.h: Made the ComAssertXXX macros always setError and let …
(edit) @55944   10 years vboxsync VirtualBoxBase.h: Replaced RT_UNLIKELY with RT_LIKELY to improve our …
(edit) @55943   10 years vboxsync Wrapper.h: Replaced RT_UNLIKELY with RT_LIKELY to improve our karma …
(edit) @55942   10 years vboxsync Bstr: Replaced RT_UNLIKELY with RT_LIKELY to improve our karma wrt MSC.
(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 …
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