VirtualBox

source: vbox/trunk/src/VBox/Main/glue

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @28664   15 years vboxsync python: API to figuire out install directory
(edit) @28316   15 years vboxsync com/string.h,Main: Removed Utf8Str::asOutParam() as it mixed …
(edit) @28292   15 years vboxsync Python: OSX SDK searching
(edit) @28270   15 years vboxsync Main/glue/AutoLock: add a wrapper for checking whether any lock of a …
(edit) @26753   15 years vboxsync Main: Bstr makeover (third attempt) -- make Bstr(NULL) and Bstr() …
(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) @26583   15 years vboxsync Python: gueststats command, API to get enums values list
(edit) @26553   15 years vboxsync Main: backing out r57728 + r57730 which burn on windows
(edit) @26550   15 years vboxsync Main: Bstr makeover -- make Bstr(NULL) and Bstr() behave the same; …
(edit) @26236   15 years vboxsync Main: remove some dead errorinfo code
(edit) @26186   15 years vboxsync Main: coding style fixes
(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) @25944   15 years vboxsync *: RTEnv usage cleanup - avoid RTEnvGet() as it doesn't necessarily …
(edit) @25942   15 years vboxsync *: RTEnv usage cleanup - avoid RTEnvGet() as it doesn't necessarily …
(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) @25890   15 years vboxsync AutoLock.cpp: build fix
(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) @25812   15 years vboxsync Main: back out r56580 partially which broke VirtualBox startup
(edit) @25809   15 years vboxsync Main: adjust lock validation code to use IPRT lock validation, first …
(edit) @25334   15 years vboxsync Main/glue: print the error code if no other error info is available
(edit) @25149   15 years vboxsync Main: cleanup: remove all CheckComRC* macros (no functional change)
(edit) @23552   15 years vboxsync Python WS: docs update, minor build changes
(edit) @23175   15 years vboxsync glue/initterm.cpp: Don't assume RTThreadSelf() won't return …
(edit) @23128   15 years vboxsync COM/XPCOM glue: Bug fixes around the EventQueue init/uninit calls from …
(edit) @23096   15 years vboxsync EventQuqueu.cpp: windows simplications.
(edit) @23092   15 years vboxsync Main/glue: EventQueue bugfixes and code style adjustments and …
(edit) @22916   15 years vboxsync fixed Win burns, spaces
(edit) @22911   15 years vboxsync event queues cleaned up
(edit) @22849   15 years vboxsync typos
(edit) @22847   15 years vboxsync Python, COM glue: event processing API
(edit) @22722   15 years vboxsync VBoxCOM,VBoxManage,WebService: Event queue fun.
(edit) @22708   15 years vboxsync Main: comptr+webservice logging
(edit) @22702   15 years vboxsync Main: comptr logging
(edit) @22700   15 years vboxsync Main: comptr logging
(edit) @22394   15 years vboxsync Python: event waiting interruptible via API
(edit) @22390   15 years vboxsync typo
(edit) @22381   15 years vboxsync Main, Python glue: Windows updates
(edit) @22362   15 years vboxsync typo
(edit) @22357   15 years vboxsync COM, Python: wrappers cleanup, some generic improvments
(edit) @22305   15 years vboxsync Main: generic callback wrappers mechanism
(edit) @22178   15 years vboxsync Main: fix more windows burns
(edit) @22173   15 years vboxsync Main: the big XML settings rework. Move XML reading/writing out of …
(edit) @22043   15 years vboxsync Python WS: use short enum names
(edit) @21968   15 years vboxsync Python WS: use symbolic enumeration values, not numerical
(edit) @21965   15 years vboxsync Python Shell: minor stuff
(edit) @21959   15 years vboxsync Python shell: handle subtel COM/XPCOM difference
(edit) @21956   15 years vboxsync Python: spaces cleanup, fixed typo in callback names
(edit) @21906   15 years vboxsync Python glue: use Vbox platform in PerfCollector, not system platfrom, …
(edit) @21878   15 years vboxsync Main: coding style: have Main obey the standard VirtualBox coding …
(edit) @21786   15 years vboxsync API: fix build breakage caused by missing code for Windows, to make …
(edit) @21783   15 years vboxsync API: make IVirtualBoxErrorInfo available via the webservice, and …
(edit) @21730   15 years vboxsync SDK: make documentation match reality, minor refactoring
(edit) @21727   15 years vboxsync Python WS: few typos on authentication path
(edit) @21640   15 years vboxsync Python: WS Python bindings fully usable, extend shell to control remote VMs
(edit) @21588   15 years vboxsync Main: move vbox-independent OVF reader code to separate file; move …
(edit) @21529   15 years vboxsync Main: fix length after substr
(edit) @21404   15 years vboxsync IPRT, Main: make ministring throw std::bad_alloc on allocation …
(edit) @21394   15 years vboxsync Backing out r49763 to fix Windows burns.
(edit) @21393   15 years vboxsync IPRT, Main: make ministring throw std::bad_alloc on allocation …
(edit) @21384   15 years vboxsync Python: couple WS-related fixes
(edit) @21370   15 years vboxsync Python: glue array naming typo
(edit) @21299   15 years vboxsync #3953: Workaround for the problem of input arrays being returned as …
(edit) @21288   15 years vboxsync Python: case-insensitive attribute lookup for MS COM
(edit) @21079   15 years vboxsync Main: move libxml2 to IPRT unconditionally (remove …
(edit) @21077   15 years vboxsync back out r49329, r49331, will start over
(edit) @21073   15 years vboxsync Main: move libxml2 to IPRT unconditionally (remove …
(edit) @20928   15 years vboxsync API/others: Renamed IConsole::discardSavedState to …
(edit) @20926   15 years vboxsync Python: fixed typo, improvments for the shell
(edit) @20897   15 years vboxsync Python: cleanup, refactoring, don't fail on timed wait requests on …
(edit) @20818   15 years vboxsync Python: generate capitalized version of callbacks on Windows, now …
(edit) @20807   15 years vboxsync Python: better event wait routine, cleanup (callbacks still crash)
(edit) @20693   15 years vboxsync Python: Windows waiting for event, additional shell command
(edit) @20630   16 years vboxsync Python: moved waiting on client side, removed main API for event …
(edit) @20598   16 years vboxsync Main: implmented waitForEvents(aTimeout) API for XPCOM targets, added …
(edit) @20579   16 years vboxsync Python: attempt to allow .run installer work with multiple Python …
(edit) @20445   16 years vboxsync Python: generic callback creation mechanism, use like cb = …
(edit) @20267   16 years vboxsync Main: completed scriptable changes Make VBox buildable on SMB share …
(edit) @20155   16 years vboxsync Python: typo
(edit) @20149   16 years vboxsync Python: ship and install bindings with binary install on Linux
(edit) @20141   16 years vboxsync Python: cleanup of port forwarer script, additional method to simplify …
(edit) @20118   16 years vboxsync Python: installer draft
(edit) @20113   16 years vboxsync Python/glue: Fix for COM init.
(edit) @20036   16 years vboxsync Python: docs update, webserice bindings support custom URLs, cleanup
(edit) @19902   16 years vboxsync Python: per-thread COM initialization in glue
(edit) @19900   16 years vboxsync Python: constant works everywhere with glue (note that …
(edit) @19885   16 years vboxsync keywords
(edit) @19883   16 years vboxsync Python: generate constants, instead of relying on (*)COM mechanisms (WIP)
(edit) @19859   16 years vboxsync Python: copyrights, removed stalled code
(edit) @19858   16 years vboxsync Python: typo
(edit) @19855   16 years vboxsync Python: win wrapper
(edit) @19852   16 years vboxsync Python: generic glue library, hiding all ugly platform details
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