VirtualBox

source: vbox/trunk/include/VBox/com

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @36527   14 years vboxsync iprt::MiniString -> RTCString.
(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) @36186   14 years vboxsync com/array.h: whitespace/ifdef cleanup
(edit) @35913   14 years vboxsync Main: pass in safearrays as SAFEARRAY*
(edit) @35724   14 years vboxsync burn fix
(edit) @35722   14 years vboxsync Main: reworked listener objects creation, fixes Win problems with …
(edit) @35638   14 years vboxsync Main. QT/FE: fix long standing COM issue
(edit) @35517   14 years vboxsync Frontends/VBoxManage+glue/ErrorInfo: revert change which broke error …
(edit) @35128   14 years vboxsync Main: more backslash conversion in settings read/write, so add generic …
(edit) @34846   14 years vboxsync COM glue: Added a substring constructor to the Bstr class (with …
(edit) @34837   14 years vboxsync Main/Settings: always use forward slashes in media & snapshot folder …
(edit) @34785   14 years vboxsync iprt/cpp/ministring.h,VBox/com/string.h: Use …
(edit) @34655   14 years vboxsync Glue: make sure that crashed XPCOM servers are reliably detected
(edit) @34331   14 years vboxsync PCI: more 4.0 interfaces
(edit) @34242   14 years vboxsync com/string.h: Added Bstr::isNotEmpty().
(edit) @34075   14 years vboxsync warnings
(edit) @34071   14 years vboxsync com::Guid: Don't depend on RTUuitFromStr/Utf16 to not touch the output …
(edit) @33976   14 years vboxsync now for real
(edit) @33963   14 years vboxsync Main: moved listeners to location usable by fronends, rework
(edit) @33766   14 years vboxsync VBoxManage: Implemented 'list extpacks', 'extpack install' and …
(edit) @33676   14 years vboxsync scm cleanup run.
(edit) @33675   14 years vboxsync Main;Runtime: move 32bit string to int converter
(edit) @33621   14 years vboxsync Utf8Str: Use printfV in Utf8StrFmt, eliminated Utf8StrFmtVA by …
(edit) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
(edit) @33385   14 years vboxsync VBox/com/defs.h: Some OS/2 hack updates from a while back…
(edit) @33073   14 years vboxsync Main: partly reverted r66582
(edit) @33061   14 years vboxsync Main, vboxshell: implemented support for user activity capturing
(edit) @33055   14 years vboxsync Main: little API cleanup for the strings
(edit) @32844   14 years vboxsync Main: and _again_ was it wrong …
(edit) @32843   14 years vboxsync Main: Added an example on how to convert a ComObjPtr to an ComPtr of …
(edit) @32781   14 years vboxsync typo
(edit) @32780   14 years vboxsync com/Guid: remove conversion operators to eliminate any compiler …
(edit) @32727   14 years vboxsync com/string: Windows build fixes
(edit) @32718   14 years vboxsync com/string: Remove bool conversion operator and other convenience …
(edit) @31718   14 years vboxsync Main: PNG screenshoting API
(edit) @31598   14 years vboxsync EventQueue: Don't return VERR_TIMEOUT if we processed a message in …
(edit) @31589   14 years vboxsync EventQueue: windows fixes.
(edit) @31579   14 years vboxsync EventQueue: Fix losing messages, use the right queue type on XPCOM …
(edit) @31539   14 years vboxsync Main: use settings struct for machine user data; remove …
(edit) @31372   14 years vboxsync Main: fix memory leak in VirtualBox::postEvent() when posting the …
(edit) @31281   14 years vboxsync Main: one function instead of two for finding DVD and floppy images
(edit) @31018   14 years vboxsync Events: handle dead listeners better
(edit) @30825   14 years vboxsync Main: callbacks removal
(edit) @30750   14 years vboxsync Main: string optimizations (speed up Bstr -> Utf8Str conversions; …
(edit) @30739   14 years vboxsync Main: remove VirtualBoxSupportTranslation template, add translation …
(edit) @30714   14 years vboxsync Main: remove SupportErrorInfo template magic
(edit) @30683   14 years vboxsync Main: add missing ErrorInfo operator=
(edit) @30682   14 years vboxsync Main: build fix (add missing ErrorInfo copy constructor)
(edit) @30681   14 years vboxsync Main: COM header cleanup (remove obscure and unused templates), second try
(edit) @30676   14 years vboxsync Main: back out r63429
(edit) @30670   14 years vboxsync Main: COM header cleanup (remove obscure and unused templates)
(edit) @30632   14 years vboxsync Main: simplify and document ComPtr<> template; speeds up compiling a bit
(edit) @30627   14 years vboxsync Main, some frontends: removing callbacks
(edit) @30564   14 years vboxsync Main: safearray event attributes work
(edit) @30501   14 years vboxsync webservice: add webservice locking class, use critsects instead of …
(edit) @30104   15 years vboxsync com/errorprint.h: Shot at quiteing CHECK_ERROR_BREAK.
(edit) @29931   15 years vboxsync com/ptr.h, com/array.h: Added isNotNull() methods. It is easier to …
(edit) @29929   15 years vboxsync com/ptr.h,/Makefile.kmk: Hack to make it possible to dereference the …
(edit) @29873   15 years vboxsync OVF: fix incorrect disk UUIDs in machine XML on export
(edit) @29388   15 years vboxsync include/VBox/com/VirtualBox.h: shut up noisy warning.
(edit) @28950   15 years vboxsync VBox/com/defs.h,VirtualBoxImpl.cpp: Implemented …
(edit) @28946   15 years vboxsync XPCOM getter
(edit) @28945   15 years vboxsync Main/VirtualBox: Sketched out automatic removal of dead callbacks. No …
(edit) @28944   15 years vboxsync Main/VirtualBox: Sketched out automatic removal of dead callbacks. No …
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28316   15 years vboxsync com/string.h,Main: Removed Utf8Str::asOutParam() as it mixed …
(edit) @28270   15 years vboxsync Main/glue/AutoLock: add a wrapper for checking whether any lock of a …
(edit) @27786   15 years vboxsync Main/glue: fix completely bogus comment
(edit) @27782   15 years vboxsync typo
(edit) @27780   15 years vboxsync Main/glue: prepare for the day we have float/double parameters in the API
(edit) @27607   15 years vboxsync Main: remove templates for 'weak' com pointers which do nothing anyway
(edit) @26753   15 years vboxsync Main: Bstr makeover (third attempt) -- make Bstr(NULL) and Bstr() …
(edit) @26746   15 years vboxsync Autolock.h: Only test for RT_LOCK_STRICT because we want lock …
(edit) @26697   15 years vboxsync typo
(edit) @26603   15 years vboxsync Main: back out r57775
(edit) @26587   15 years vboxsync Main: Bstr makeover (second attempt) -- make Bstr(NULL) and Bstr() …
(edit) @26553   15 years vboxsync Main: backing out r57728 + r57730 which burn on windows
(edit) @26552   15 years vboxsync Main: build fix
(edit) @26550   15 years vboxsync Main: Bstr makeover -- make Bstr(NULL) and Bstr() behave the same; …
(edit) @26239   15 years vboxsync Main: coding style
(edit) @26236   15 years vboxsync Main: remove some dead errorinfo code
(edit) @26177   15 years vboxsync *: s/%Vuuid/%RTuuid/g; s/%Vrc/%Rrc/g
(edit) @26163   15 years vboxsync PDM: s/pUsbReg/pReg/g (2nd try, backed out r57176)
(edit) @25939   15 years vboxsync Main: remove LOCKCLASS_USBPROXYSERVICE
(edit) @25930   15 years vboxsync Main: remove separate snapshots tree lock, have snapshots list use …
(edit) @25906   15 years vboxsync Main: remove the evil Auto*Lock*::maybeEnter() function which is no …
(edit) @25885   15 years vboxsync filemuncher
(edit) @25881   15 years vboxsync Main: remove unused and broken autolock code
(edit) @25880   15 years vboxsync Main: more locking order validation fixes
(edit) @25842   15 years vboxsync Main: lock validation adjustments
(edit) @25836   15 years vboxsync Main: locking order fixes; GUI comes up now with strict locking enabled
(edit) @25834   15 years vboxsync Main: finish integration of Main lock validation with IPRT; only …
(edit) @25813   15 years vboxsync Main: move AutoLock classes to glue
(edit) @25647   15 years vboxsync Some more doxygen fixes, now for Core.docs.
(edit) @25349   15 years vboxsync iprt/ministring_cpp.h -> iprt/cpp/ministring.h
(edit) @25346   15 years vboxsync iprt/cpputils.h -> iprt/cpp/utils.h
(edit) @25149   15 years vboxsync Main: cleanup: remove all CheckComRC* macros (no functional change)
(edit) @24677   15 years vboxsync NS_GENERIC_FACTORY_SINGLETON_CONSTRUCTOR_WITH_RC: Shut up gcc warning.
(edit) @24657   15 years vboxsync Utf8Str: Some comments (not a full review).
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