VirtualBox

source: vbox/trunk/src/VBox/Main

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @15068   16 years vboxsync Missing dependency
(edit) @15067   16 years vboxsync Force recompilation part two.
(edit) @15066   16 years vboxsync Kick the build. There's a missing dependency.
(edit) @15064   16 years vboxsync Added QNX guest OS type. Cleaned up the guest OS table.
(edit) @15058   16 years vboxsync Main: fix a burn
(edit) @15057   16 years vboxsync Main: load libdbus-1 dynamically on Linux hosts
(edit) @15053   16 years vboxsync Main: Pass custom hard disk properties to CFGM for child hard disk as …
(edit) @15052   16 years vboxsync Main: Pass custom hard disk properties to CFGM.
(edit) @15051   16 years vboxsync Main: Cleaned up the long standing const BSTR = const (OLECHAR *) on …
(edit) @15050   16 years vboxsync #3285: Improve error handling API to include unique error numbers …
(edit) @15044   16 years vboxsync Main: Added IHardDisk2::setProperties for bulk operations.
(edit) @15039   16 years vboxsync #3285: Improve error handling API to include unique error numbers …
(edit) @15027   16 years vboxsync Improve wording.
(edit) @15006   16 years vboxsync Assertion cleanup for 8 network cards.
(edit) @15000   16 years vboxsync Allow up to 8 network cards.
(edit) @14996   16 years vboxsync #3285: Improve error handling API to include unique error numbers …
(edit) @14992   16 years vboxsync Main: try to fix a DBus-related burn
(edit) @14991   16 years vboxsync Main: rework the Linux host drive code to use libdbus-1 directly …
(edit) @14990   16 years vboxsync Main: eliminate leftover debug RTLogPrintf statements, they trigger …
(edit) @14972   16 years vboxsync #3285: Improve error handling API to include unique error numbers The …
(edit) @14963   16 years vboxsync gcc-3.3 hack
(edit) @14959   16 years vboxsync no trailing \n when using ComAssertMsg*
(edit) @14953   16 years vboxsync HostImpl: Fix for TAP driver recognition.
(edit) @14952   16 years vboxsync Use CheckComArgNotNull() to check BSTR and BSTR * (and not …
(edit) @14950   16 years vboxsync Incredibly pedantic white space only change.
(edit) @14949   16 years vboxsync Appended vim modeline to set tabstop and expand tabs (in the way …
(edit) @14948   16 years vboxsync Removed white space at EOL.
(edit) @14947   16 years vboxsync Revive VBOX_E_OBJECT_IN_USE for deleteStorage as discussed with dmik.
(edit) @14944   16 years vboxsync Fix the final few occurrences of tabs in Main.
(edit) @14942   16 years vboxsync Tabs to spaces.
(edit) @14940   16 years vboxsync Use CheckComArgOutSafeArrayPointerValid where appropriate.
(edit) @14939   16 years vboxsync Use CheckComArgNotNull where appropriate.
(edit) @14938   16 years vboxsync Use CheckComArgStrNotEmptyOrNull where appropriate.
(edit) @14937   16 years vboxsync fixed burn
(edit) @14936   16 years vboxsync Use CheckComArgStrNotEmptyOrNull where appropriate.
(edit) @14934   16 years vboxsync #3285: Improve error handling API to include unique error numbers …
(edit) @14931   16 years vboxsync Main: HardDisk2: Obey VD_CAP_UUID.
(edit) @14930   16 years vboxsync Main: Disabled useless logging.
(edit) @14929   16 years vboxsync Main: Pass custom hard disk parameters to the backend.
(edit) @14922   16 years vboxsync Main: more XML reader implemenation.
(edit) @14909   16 years vboxsync Main: fix Windows burn (IN_VBOXSETTINGS_R3)
(edit) @14904   16 years vboxsync Main: change vboxxml files and namespace to xml only; more XML code …
(edit) @14894   16 years vboxsync export
(edit) @14874   16 years vboxsync #3285: Improve error handling API to include unique error numbers …
(edit) @14866   16 years vboxsync #3285: Improve error handling API to include unique error numbers …
(edit) @14858   16 years vboxsync #3285: Improve error handling API to include unique error numbers …
(edit) @14854   16 years vboxsync Main: rip XML classes out of settings code and move them to …
(edit) @14852   16 years vboxsync #3162: Plugin backends are now loaded upon startup, this should get …
(edit) @14849   16 years vboxsync #3285: Improve error handling API to include unique error numbers …
(edit) @14846   16 years vboxsync #3285: Improve error handling API to include unique error numbers …
(edit) @14843   16 years vboxsync #3285: Improve error handling API to include unique error numbers …
(edit) @14842   16 years vboxsync s/VBOX_E_OBJECT_IN_USE/VBOX_E_INVALID_OBJECT_STATE/g as suggested by dmik.
(edit) @14841   16 years vboxsync - Correct path to errmsgvboxcomdata.h - Bump copyright year to 2008 - …
(edit) @14831   16 years vboxsync whole bunch: avoid runtime.h, include individual headers indead.
(edit) @14828   16 years vboxsync ConsoleImpl2: darwin+VT-x+VGA
(edit) @14820   16 years vboxsync HostImpl.cpp: asm.h
(edit) @14819   16 years vboxsync HostImpl.cpp: asm.h
(edit) @14815   16 years vboxsync HostImple.cpp: x86.h
(edit) @14793   16 years vboxsync Add missing space in string literal.
(edit) @14791   16 years vboxsync #3285: Improve error handling API to include unique error numbers
(edit) @14790   16 years vboxsync Typo in comment.
(edit) @14786   16 years vboxsync #3285: Improve error handling API to include unique error numbers …
(edit) @14783   16 years vboxsync Main: Treat hard disks with no Create capabilities as Created right …
(edit) @14781   16 years vboxsync Main/XIDL/Doxygen: Allow for extar HTML and reference tags inside …
(edit) @14780   16 years vboxsync VBoxHDD: simplify config handling. Treat everything as a string, and …
(edit) @14778   16 years vboxsync #3285: Improve error handling API to include unique error numbers …
(edit) @14777   16 years vboxsync #3285: Improve error handling API to include unique error numbers …
(edit) @14775   16 years vboxsync #3285: Improve error handling API to include unique error numbers …
(edit) @14773   16 years vboxsync Document result codes for powerUpPaused.
(edit) @14772   16 years vboxsync Added vim modelines to aid following coding guidelines, like no tabs, …
(edit) @14770   16 years vboxsync #3285: Improve error handling API to include unique error numbers …
(edit) @14769   16 years vboxsync Avoid description being cut off after first space-followed period.
(edit) @14761   16 years vboxsync IDL: document potential ordering problem when changing the attributes …
(edit) @14730   16 years vboxsync Main/USB: re-enable libhal on Linux hosts and get it right
(edit) @14725   16 years vboxsync Main: use statically linked libhal on Linux, fix burns on Solaris
(edit) @14723   16 years vboxsync Main: fix a burn related to Linux USB changes, fourth try
(edit) @14722   16 years vboxsync Main: use statically linked libhal on Linux
(edit) @14718   16 years vboxsync Revert, MS compiler does not like it.
(edit) @14717   16 years vboxsync Hopefully fix burn: use FUNCTION instead of func.
(edit) @14715   16 years vboxsync s/return E_NOTIMPL/ReturnComNotImplemented()/g Main/*.cpp as suggested …
(edit) @14714   16 years vboxsync Main: fix a burn related to Linux USB changes, second try
(edit) @14713   16 years vboxsync Main: fix a burn related to Linux USB changes
(edit) @14711   16 years vboxsync Devices/USB and Main: use hal and sysfs for Linux USB (currently disabled)
(edit) @14700   16 years vboxsync #3285: Improve error handling API to include unique error numbers …
(edit) @14699   16 years vboxsync Main; XIDL: Spelling.
(edit) @14698   16 years vboxsync Main: HardDisks: Added saving/loading properties from XML.
(edit) @14697   16 years vboxsync #3285: Improve error handling API to include unique error numbers New …
(edit) @14694   16 years vboxsync warning
(edit) @14690   16 years vboxsync No need to document E_ACCESSDENIED and E_POINTER.
(edit) @14687   16 years vboxsync fix the burn
(edit) @14685   16 years vboxsync NetFlt/win: fix to 1.host network issue after vm termination 2.hif …
(edit) @14668   16 years vboxsync Main: One more burn fix.
(edit) @14667   16 years vboxsync Main: Attempt to fix burns.
(edit) @14666   16 years vboxsync Main: Better result codes for VIrtualBox::createMachine(), …
(edit) @14665   16 years vboxsync Main: Locking and sanity.
(edit) @14664   16 years vboxsync Main & FEs: 3002: GUI/Main enhancements for 64 bits guests implemented.
(edit) @14644   16 years vboxsync Document result codes for IHardDisk2::getProperties().
(edit) @14636   16 years vboxsync Glitches, typos, and another result code.
(edit) @14635   16 years vboxsync Main/XIDL/Doxygen: Don't insert <result> tags that we already gather …
(edit) @14634   16 years vboxsync Main/XIDL/Doxygen: <xsl:param> must be first in <xsl:template> if it's …
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