VirtualBox

source: vbox/trunk/src/VBox/Frontends/VBoxManage

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @35550   14 years vboxsync Implemented DBGFR3RegNmQueryAll and MachineDebugger::GetRegisters.
(edit) @35541   14 years vboxsync VBoxManage/GuestCtrl: Timeout adjustments.
(edit) @35534   14 years vboxsync VBoxManageGuestCtrl.cpp: Some u32TimeoutMS todos.
(edit) @35523   14 years vboxsync Main,VBoxManage: Implemented the progress objects for …
(edit) @35517   14 years vboxsync Frontends/VBoxManage+glue/ErrorInfo: revert change which broke error …
(edit) @35508   14 years vboxsync VBoxManage: Added the getregisters and setregisters subcommands to …
(edit) @35459   14 years vboxsync Build fix.
(edit) @35457   14 years vboxsync GuestControl/VBoxManage: Do a thread yield when waiting for a started …
(edit) @35389   14 years vboxsync VBoxManage: fixed crash in storageattach under certain circumstances
(edit) @35351   14 years vboxsync scm cleanups.
(edit) @35330   14 years vboxsync VBoxManage: fixed segmentation fault when removing non-existent …
(edit) @35317   14 years vboxsync VBoxManage: condition optimization for r69169
(edit) @35316   14 years vboxsync VBoxManage: host-only creation and removal enabled for all platforms …
(edit) @35306   14 years vboxsync IMachineDebugger: Implemented Info, DetectOS, OSVersion and OSName. …
(edit) @35273   14 years vboxsync IExtPackFile,IExtPackManager: Added progress and display info to the …
(edit) @35261   14 years vboxsync Main+Frontends: fix windows burns
(edit) @35242   14 years vboxsync IMachineDebugger: Stubbed a few, new methods that may come in handy in …
(edit) @35241   14 years vboxsync Frontends/VBoxManage: more paranoid error handling for finding media …
(edit) @35239   14 years vboxsync Frontends/VBoxManage: finally accept relative paths everywhere and …
(edit) @35238   14 years vboxsync Frontends/VBoxManage: makes no sense to register a raw disk/partition …
(edit) @35194   14 years vboxsync VBoxManage: VRDE options
(edit) @35146   14 years vboxsync VRDE: use VRDE properties for video redirection settings.
(edit) @35137   14 years vboxsync Frontends/VBoxManage: typo in the medium type error handling code
(edit) @35136   14 years vboxsync Frontends/VBoxManage: small functionality/error handling fix with …
(edit) @35115   14 years vboxsync Frontends/VBoxManage: reorder code so that the medium type is set …
(edit) @35105   14 years vboxsync Main: API to list supported VRDE properties.
(edit) @35101   14 years vboxsync Frontends/VBoxManage: usage whitespace fix
(edit) @35100   14 years vboxsync IExtPackFile::Install: Added a 'replace' parameter for automatically …
(edit) @35085   14 years vboxsync VBoxManage: add support for readonly/multiattach media types
(edit) @35057   14 years vboxsync some VBoxManage --help cosmetcis
(edit) @35037   14 years vboxsync Frontends/VBoxManage: remove no longer reliable options from clonehd …
(edit) @34971   14 years vboxsync VBoxManage: move vmstatistics to debugvm as a 'statistics' …
(edit) @34970   14 years vboxsync rearranged syntax diagram, removed duplicate injectnmi
(edit) @34934   14 years vboxsync language
(edit) @34927   14 years vboxsync VBoxManage: extpack cleanup parameter validation fix.
(edit) @34915   14 years vboxsync adj
(edit) @34913   14 years vboxsync VBoxManage: Added a debugvm command for injectnmi and dumpguestcore.
(edit) @34888   14 years vboxsync Frontends/VBoxManage: Clean up "modifyhd", and unbreak some of the …
(edit) @34874   14 years vboxsync Frontends/VBoxManage: fix typo breaking the autodetection of the …
(edit) @34861   14 years vboxsync GuestControl/VBoxManage: Removed not used arguments.
(edit) @34858   14 years vboxsync GuestControl/VBoxManage: Removed not used arguments, updated syntax …
(edit) @34831   14 years vboxsync GuestControl/Copy: Use a thread (guest task) for displaying real …
(edit) @34829   14 years vboxsync Frontends/VBoxManage: show image variant with showhdinfo
(edit) @34787   14 years vboxsync Main,VBoxManage,FE/Qt: Implemented IExtPackFile and dropped …
(edit) @34769   14 years vboxsync Better argc check.
(edit) @34761   14 years vboxsync VBoxManage/GuestControl: Clarify status.
(edit) @34709   14 years vboxsync Guest execution: Implemented ability to start guest processes hidden.
(edit) @34663   14 years vboxsync Manual: document VBoxManage storageattach changes (and other storage …
(edit) @34660   14 years vboxsync VBoxManageGuestCtrl: warning
(edit) @34634   14 years vboxsync VBoxManage: merge the broken addiscsidisk into storageattach
(edit) @34621   14 years vboxsync VBoxManage/GuestCtrl: Don't create directories on copyto, easier error …
(edit) @34610   14 years vboxsync Unused.
(edit) @34604   14 years vboxsync Use session machine ptr
(edit) @34587   14 years vboxsync Main: Bandwidth groups for disks (and later network) This introduces …
(edit) @34574   14 years vboxsync Make vrde auth library configurable per VM.
(edit) @34563   14 years vboxsync VRDPAuth -> VBoxAuth.
(edit) @34555   14 years vboxsync build fix
(edit) @34552   14 years vboxsync Guest Copy/CreateDirectory: Bugfixes, improved error handling.
(edit) @34529   14 years vboxsync VBoxManage: undocument obsolete setproperty hdfolder
(edit) @34465   14 years vboxsync Guest Copy: Create directories on guest if not present.
(edit) @34406   14 years vboxsync iprt/list.h: RTListNodeGetFirst/Last -> RTListGetFirst/Last; added …
(edit) @34398   14 years vboxsync Guest Additions update: Don't wait when showing modal progress dialog …
(edit) @34338   14 years vboxsync VBoxManage/GuestCtrl: More RTGetOpt.
(edit) @34337   14 years vboxsync VBoxManage/GuestCtrl: Misc todos, use RTGetOpt-API.
(edit) @34292   14 years vboxsync Made VBoxManage extpack uninstall <name> work.
(edit) @34250   14 years vboxsync VBoxManageGuestCtrl.cpp: r=bird: Shouldn't --mode be octal? Please …
(edit) @34244   14 years vboxsync Main,Config.kmk,VBoxManage,ExtPacks: Moved the VRDE bits from …
(edit) @34014   14 years vboxsync scm whitespace cleanup
(edit) @34010   14 years vboxsync Main, FE/VBoxManage: Make it possible to mark specific controllers as …
(edit) @33956   14 years vboxsync VBoxManage/GuestControl: Refactoring.
(edit) @33927   14 years vboxsync Build fix.
(edit) @33924   14 years vboxsync VBoxManage/GuestControl: Some refactoring.
(edit) @33915   14 years vboxsync Main, QT/FE, VBoxManage: per-chipset controller count limits
(edit) @33904   14 years vboxsync Main: fix snapshot folder and log folder regression (since 4.0 …
(edit) @33901   14 years vboxsync not required anymore
(edit) @33900   14 years vboxsync VBoxManage: build fix
(edit) @33899   14 years vboxsync Forgot header.
(edit) @33898   14 years vboxsync Guest Control/Main+VBoxManage: Implemented first bits for on-guest …
(edit) @33841   14 years vboxsync VBoxManage/GuestControl: Fixes for single file copies, corrected error …
(edit) @33839   14 years vboxsync Frontends/VBoxManage: Fix error checking where important, the rest is …
(edit) @33830   14 years vboxsync VBoxManage: check for correct network proto
(edit) @33825   14 years vboxsync Main,NAT: Managing port-forwarding at runtime. (xTracker/#4835).
(edit) @33809   14 years vboxsync VBoxManage/Guest Copy: Avoid path duplication.
(edit) @33798   14 years vboxsync Additional check.
(edit) @33796   14 years vboxsync Additional check.
(edit) @33793   14 years vboxsync VBoxManage/Guest Copy: Destination path construction + normalization.
(edit) @33792   14 years vboxsync VBoxManage/Guest Copy: Support handling of symlinks as well.
(edit) @33791   14 years vboxsync VBoxManage/Guest Copy: Support recursive directory handling with file …
(edit) @33790   14 years vboxsync VBoxManage/Guest Copy: Documentation, renamed ctrlCopyFile -> …
(edit) @33789   14 years vboxsync VBoxManage/Guest Copy: Bugfix for enumeration.
(edit) @33776   14 years vboxsync Main/IGuest::updateGuestAdditions: Introduced additional flags …
(edit) @33775   14 years vboxsync VBoxManage extpack install: convert relative paths to absolute paths …
(edit) @33766   14 years vboxsync VBoxManage: Implemented 'list extpacks', 'extpack install' and …
(edit) @33764   14 years vboxsync VBoxManage: Fixed incorrect return from errorGetOpt (VINF_SUCCESS …
(edit) @33759   14 years vboxsync VBoxManageList.cpp: Some cleanup.
(edit) @33672   14 years vboxsync VBoxManage/Guest Control: Update.
(edit) @33600   14 years vboxsync VBoxManage: check if I/O APIC state is consistent with chipset
(edit) @33597   14 years vboxsync VBoxManage/Guest Control: Update.
(edit) @33595   14 years vboxsync src/*: more spelling fixes (logging), thanks Timeless!
(edit) @33590   14 years vboxsync VRDE: removed VBOX_WITH_VRDP from source code, also some obsolete code …
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