VirtualBox

source: vbox/trunk/include/VBox/com

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @45520   12 years vboxsync iprt/cpp/list.h,iprt/cpp/mtlist.h: Added assertions for index out of …
(edit) @45126   12 years vboxsync block fix.
(edit) @45125   12 years vboxsync VBox/com/*.h: file header and block fixes.
(edit) @45058   12 years vboxsync include/VBox/com/defs.h: add macro to get size of a safearray, plus …
(edit) @44970   12 years vboxsync Main/VirtualBoxClient: add method to perform VM error checking which …
(edit) @44529   12 years vboxsync header (C) fixes
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @44091   12 years vboxsync Main: make the code more readable. Places where the comparisons were …
(edit) @44039   12 years vboxsync Main: renavation com::Guid class. PR5744
(edit) @43943   12 years vboxsync Main/glue: bad_alloc handling for event queue, todos.
(edit) @42885   12 years vboxsync include/VBox/com/ptr.h: make the code easier to read, and those few …
(edit) @42570   12 years vboxsync com/string.h: Added assignEx methods similar to cloneEx that returns …
(edit) @42385   12 years vboxsync Main/glue: Add a flag to GetVBoxUserHomeDirectory to disable creating …
(edit) @42177   12 years vboxsync Main/VirtualBox+Machine: implement the directory handling/renaming …
(edit) @41528   13 years vboxsync Main/HostUSBDevice(all platforms)+USBProxyService: redo USB locking, …
(edit) @41216   13 years vboxsync Frontends: back out the Framebuffer cleanup, to be retried later
(edit) @41201   13 years vboxsync Main+Frontends: replace custom QueryInterface method to eliminate …
(edit) @41200   13 years vboxsync Main: more ErrorInfo cleanup, forgotten files
(edit) @41040   13 years vboxsync Main+Frontends: move release logging setup to the glue code (to …
(edit) @40875   13 years vboxsync build fix (breaks in the watchdog).
(edit) @40418   13 years vboxsync Main: Extended IMachine and the settings XML with three tracing …
(edit) @40257   13 years vboxsync Main/Medium: rework locking scheme to solve lock order violations and …
(edit) @40025   13 years vboxsync gcc-4.7 fixes
(edit) @40023   13 years vboxsync gcc-4.7 fixes
(edit) @38773   13 years vboxsync Main: only add parent to the lock list if it isn't null
(edit) @38743   13 years vboxsync Main: AutoMultiWriteLock4
(edit) @38717   13 years vboxsync Main/Medium+Machine+AutoLock: Integrate the queryInfo semaphore into …
(edit) @38687   13 years vboxsync Spelling.
(edit) @38524   13 years vboxsync Main/glue/ErrorInfo: more macros
(edit) @38511   13 years vboxsync Main/Error: attempt to describe the error handling in COM
(edit) @38509   13 years vboxsync Main/glue/ErrorInfo: print _all_ error messages, not only the last …
(edit) @38437   13 years vboxsync GuestCtrl: Update.
(edit) @37861   13 years vboxsync IPRT: fix assigning of empty lists
(edit) @37557   14 years vboxsync com: tabs again
(edit) @37553   14 years vboxsync com: method for SafeArray -> RTCList
(edit) @37547   14 years vboxsync com: temp remove template
(edit) @37545   14 years vboxsync com: next try
(edit) @37542   14 years vboxsync com: test
(edit) @37530   14 years vboxsync com: helper for converting safe arrays to RTCLists
(edit) @37068   14 years vboxsync Main: add support for Com(Obj)Ptr<IFACE> in our RTC(MT)List classes
(edit) @36659   14 years vboxsync com/list: do r71131 right
(edit) @36656   14 years vboxsync com/list: implicit RTCString conversion support
(edit) @36655   14 years vboxsync com: added Utf8Str specializations of RT*List
(edit) @36536   14 years vboxsync include/*: Made the headers build on linux again (kmk -C include).
(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   15 years vboxsync Main: string optimizations (speed up Bstr -> Utf8Str conversions; …
(edit) @30739   15 years vboxsync Main: remove VirtualBoxSupportTranslation template, add translation …
(edit) @30714   15 years vboxsync Main: remove SupportErrorInfo template magic
(edit) @30683   15 years vboxsync Main: add missing ErrorInfo operator=
(edit) @30682   15 years vboxsync Main: build fix (add missing ErrorInfo copy constructor)
(edit) @30681   15 years vboxsync Main: COM header cleanup (remove obscure and unused templates), second try
(edit) @30676   15 years vboxsync Main: back out r63429
(edit) @30670   15 years vboxsync Main: COM header cleanup (remove obscure and unused templates)
(edit) @30632   15 years vboxsync Main: simplify and document ComPtr<> template; speeds up compiling a bit
(edit) @30627   15 years vboxsync Main, some frontends: removing callbacks
(edit) @30564   15 years vboxsync Main: safearray event attributes work
(edit) @30501   15 years vboxsync webservice: add webservice locking class, use critsects instead of …
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