VirtualBox

source: vbox/trunk/src/VBox/Main

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @36997   14 years vboxsync Main/linux/usb: no reason not to check root paths passed in the environment
(edit) @36996   14 years vboxsync Main/linux/usb: additional tests, drop a couple of silly ones
(edit) @36995   14 years vboxsync Main/linux/usb: more readable test code
(edit) @36994   14 years vboxsync Main/linux/usb: make unit tests pass and fix one test
(edit) @36993   14 years vboxsync Main/linux/USB: unit tests for the code changed in r71554 and r71557
(edit) @36991   14 years vboxsync Main: Initial support for disk hotplugging, work in progress
(edit) @36986   14 years vboxsync Main/Host: use setError instead of setWarning, as the calling code …
(edit) @36981   14 years vboxsync Main/MediumImpl: Fix memory leaks in some medium operation error …
(edit) @36976   14 years vboxsync Main: when mounting shared folders, don't break the loop if one folder …
(edit) @36975   14 years vboxsync Main: don't override existing error codes
(edit) @36964   14 years vboxsync Main/linux/USB: corrected an outdated comment
(edit) @36963   14 years vboxsync Main/linux/USB: forgot to remove a fixed todo
(edit) @36961   14 years vboxsync Main/USB/linux: return correct error codes and messages if the user …
(edit) @36958   14 years vboxsync Main/linux/USB: better permissions checking and code cleanup
(edit) @36954   14 years vboxsync Main/idl: fix comment reference
(edit) @36945   14 years vboxsync MaxGuestRAM: here too.
(edit) @36941   14 years vboxsync usb rework
(edit) @36925   14 years vboxsync 3D for VRDP: updates (xTracker 5565).
(edit) @36921   14 years vboxsync DisplayImpl: do not allow DrawToScreen when the screen is being resized.
(edit) @36900   14 years vboxsync Main/win/svcmain.cpp: Switch to the user's home directory if VBoxSVC …
(edit) @36898   14 years vboxsync Main/Machine: first draft of method for cloning entire machines
(edit) @36891   14 years vboxsync PGM: Put a TLB in front of the RAM ranges to speed up lookup (disabled).
(edit) @36887   14 years vboxsync GuestCtrl: Added support for getting separated stdout/stderr output.
(edit) @36884   14 years vboxsync webservices: removed obsolete code
(edit) @36883   14 years vboxsync webservice: pass octet arrays as base64 strings
(edit) @36856   14 years vboxsync warning
(edit) @36843   14 years vboxsync 3D for VRDP: initial commit (xTracker 5565).
(edit) @36842   14 years vboxsync Main/Metrics: Memory leak fixes
(edit) @36839   14 years vboxsync Main/Metrics: Locking revised to prevent lockups on VM shutdown (#5637)
(edit) @36837   14 years vboxsync HPET: cleanup, ICH9-specific HPET behavior
(edit) @36814   14 years vboxsync Java XPCOM bridge: cleanup, survive multiple inits
(edit) @36797   14 years vboxsync FreeBSD: Warnings
(edit) @36755   14 years vboxsync Main/VBoxService/GuestCtrl: More argv0 fixes.
(edit) @36741   14 years vboxsync Logging.
(edit) @36730   14 years vboxsync Solaris/NetFltBow: support for VNIC templates and VLANs.
(edit) @36727   14 years vboxsync Main: fix log message format string bugs
(edit) @36724   14 years vboxsync Main/KeyboardImpl: when sending host+del to the guest, send the …
(edit) @36721   14 years vboxsync Main/idl: clarify the availability of IDisplay::takeScreenShot
(edit) @36703   14 years vboxsync Main/Networking: Made configNetwork less picky about adapter names on …
(edit) @36702   14 years vboxsync Frontends/VBoxBalloonCtrl: make the log rotation configurable, change …
(edit) @36683   14 years vboxsync Main/Machine: progress message tuning for LaunchVMProcess
(edit) @36682   14 years vboxsync Main/Machine: fix formatting of progress description, and minor cleanup
(edit) @36680   14 years vboxsync Warnings.
(edit) @36676   14 years vboxsync Main/webservice: Fix for variable sanity checking, and provide …
(edit) @36673   14 years vboxsync Main/Machine: add a way to terminate VM processes if they don't …
(edit) @36664   14 years vboxsync Main: check if particular PCI device already attached
(edit) @36653   14 years vboxsync Main/Medium: only create the target path if the destination is file based
(edit) @36630   14 years vboxsync PCI: Main and VBoxManage work
(edit) @36619   14 years vboxsync Events: explain ignoring rc
(edit) @36618   14 years vboxsync warning
(edit) @36617   14 years vboxsync Main: gcc warning
(edit) @36615   14 years vboxsync Main/idl: new method IHost::generateMACAddress, including implementation
(edit) @36612   14 years vboxsync SDK: fixed some installed files, restore copyright notice
(edit) @36580   14 years vboxsync Trunk: forward ported r70973: Additions/common/VBoxService: the …
(edit) @36575   14 years vboxsync Main/src-server/ApplianceImplImport: automatically repair broken OVF …
(edit) @36559   14 years vboxsync Main/Console: Use the device instance when detaching/attaching a …
(edit) @36543   14 years vboxsync Main/webservice: must use a recv/send timeout, otherwise connection …
(edit) @36531   14 years vboxsync Main/GuestCtrl: Take empty files into account when checking for write …
(edit) @36530   14 years vboxsync Corrected doc reference to ministring.
(edit) @36527   14 years vboxsync iprt::MiniString -> RTCString.
(edit) @36523   14 years vboxsync Renamed iprt::Error to RTCError.
(edit) @36521   14 years vboxsync iprt/cpp/lock.h: RTLock, RTLockMtx -> RTCLock, RTClockMtx. 'RTC' is …
(edit) @36515   14 years vboxsync ExtPacks/UsbWebCam: Initial implementation of UsbWebCam (not finished, …
(edit) @36495   14 years vboxsync Main/Makefile.kmk: Re r70893: TARGET_xxx -> xxx_1_TARGET. The former …
(edit) @36494   14 years vboxsync Main: fixed against compilation of libpng15
(edit) @36491   14 years vboxsync 'c' means 'count of' not 'const', 'pcSomething' = pointer to a count …
(edit) @36487   14 years vboxsync netflt/adp/win: switch to new VBoxDrvCfg lib
(edit) @36481   14 years vboxsync Main: Sanitize incoming VRDP USB descriptor strings.
(edit) @36478   14 years vboxsync Main/src-server/xpcom: build fix for some gcc versions
(edit) @36466   14 years vboxsync Main/src-server/xpcom: Avoid initializing static variables with a …
(edit) @36451   14 years vboxsync introduced VirtualBoxBase::clearError to clear the previous error info …
(edit) @36443   14 years vboxsync ConsoleImpl2.cpp: Set PGM/PciPassThrough=1.
(edit) @36439   14 years vboxsync Init COM for all EMTS and PDMThreads.
(edit) @36437   14 years vboxsync VMM,Main: Added VMM thread init and term notifications so that Main …
(edit) @36434   14 years vboxsync Main/ConsoleImpl2: uninitialized variable
(edit) @36433   14 years vboxsync Main/HostPower: uninitialized variable
(edit) @36431   14 years vboxsync Main/USBProxyServiceLinux: fix segfault
(edit) @36429   14 years vboxsync build fix / file header nits.
(edit) @36428   14 years vboxsync com/string.h: AssertLogRel when encountering an invalid encoding in …
(edit) @36420   14 years vboxsync Main/USB/Linux: extend environment variables for selecting USB probing …
(edit) @36419   14 years vboxsync Main/USB/Linux: extend environment variables for selecting USB probing …
(edit) @36418   14 years vboxsync Main/USB/Linux: extend environment variables for selecting USB probing …
(edit) @36417   14 years vboxsync Installer/Linux and Main: USB enumeration: fix detection of USB via …
(edit) @36411   14 years vboxsync MachineImpl.cpp,VirtualBoxBase.h: Re r70709 - caller validated the …
(edit) @36405   14 years vboxsync IPRT/xml: add optional parameter for adding a comment to the created …
(edit) @36400   14 years vboxsync PCI: work on IOMMU notifications
(edit) @36399   14 years vboxsync vboxweb.cpp: prefix nit.
(edit) @36395   14 years vboxsync Main/xml/Settings: fAutoReset and hdType were sometimes not correctly …
(edit) @36381   14 years vboxsync todo
(edit) @36370   14 years vboxsync indent
(edit) @36365   14 years vboxsync Main: Fix for parameter handling in setGuestPropertyToVM().
(edit) @36350   14 years vboxsync Main/server/USB/linux: get rid of esoteric locations for probing for …
(edit) @36348   14 years vboxsync Main/USB/Linux: also show state in testcase device enumeration
(edit) @36344   14 years vboxsync Runtime/log: implement log rotation, adapt all code creating log files …
(edit) @36326   14 years vboxsync Main/GuestCopy: Fixed copying of multiple of _64K files.
(edit) @36309   14 years vboxsync Main/GuestCtrl: Some more checking for SetProcessInput.
(edit) @36289   14 years vboxsync Main/SnapshotImpl: when restoring a snapshot always save the global …
(edit) @36281   14 years vboxsync SDK: update Java sample for 4.1
(edit) @36276   14 years vboxsync Main/NetworkAdapter: Bandwidth group minor fixes (#5582)
(edit) @36275   14 years vboxsync Main/NetworkAdapter: Bandwidth group attribute implementation (#5582)
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