VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @31711   14 years vboxsync Java glue: update, MSCOM compiles again
(edit) @31710   14 years vboxsync excessive
(edit) @31708   14 years vboxsync Java: use byte[] for glue layer (JWS converts from List<Short> atm)
(edit) @31694   14 years vboxsync Java XPCOM bridge: octet arrays are byte[] in XPCOM backend, proper …
(edit) @31650   14 years vboxsync EventQueue.cpp: check interrupted status before waiting for the next …
(edit) @31640   14 years vboxsync EventQueue.cpp: Fixed shadowed rc variable in …
(edit) @31611   14 years vboxsync EventQueue.cpp: Fixed (/ worked around) another darwin issue when …
(edit) @31607   14 years vboxsync vboxapi.py: Made tdPython1.py work on windows.
(edit) @31604   14 years vboxsync waitForEvents: Don't return None, another test.
(edit) @31601   14 years vboxsync EventQueue/py: Return codes, docs and testcase for waitForEvents and …
(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) @31371   14 years vboxsync coding style
(edit) @31281   14 years vboxsync Main: one function instead of two for finding DVD and floppy images
(edit) @31232   14 years vboxsync Java: testing with Java 1.5 shows that glue code is functional there too
(edit) @31166   14 years vboxsync Java bridge: allow multiple concurrent SOAP connections
(edit) @31135   14 years vboxsync Java: samples rule
(edit) @31112   14 years vboxsync Python shell: session API updated
(edit) @31096   14 years vboxsync Java: MSCOM update
(edit) @31095   14 years vboxsync Java: few warnings shut up
(edit) @31070   14 years vboxsync Main: rename ISession::close() to ISession::unlockMachine(); API …
(edit) @31034   14 years vboxsync Main, Python: session API changes, cleanup, tweaks
(edit) @31019   14 years vboxsync Main: rename LockForSession() API to LockMachine() and fix parameters; …
(edit) @31014   14 years vboxsync Python: update for new session API
(edit) @31008   14 years vboxsync Main: reorganize session APIs
(edit) @30987   14 years vboxsync export to OSE
(edit) @30946   14 years vboxsync Java bridge: exceptions also uniform
(edit) @30932   14 years vboxsync Java bridge: uniform bridge is functional
(edit) @30880   14 years vboxsync Java bridge: started common JAX bridge work
(edit) @30871   14 years vboxsync Main: event names now in past tense
(edit) @30825   14 years vboxsync Main: callbacks removal
(edit) @30764   14 years vboxsync back out r63543, r63544 until windows build problems can be solved properly
(edit) @30760   14 years vboxsync Main: separate internal machine data structs into MachineImplPrivate.h …
(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) @30591   14 years vboxsync Main: events bits
(edit) @30533   14 years vboxsync Python: active callbacks with Windows Python
(edit) @30492   14 years vboxsync python: bridge code for active listeners, sample using it in shell
(edit) @30424   14 years vboxsync Java bridge: events-related fixes
(edit) @30393   14 years vboxsync Main, glue: webservice events
(edit) @30381   14 years vboxsync Main: generic events (disabled)
(edit) @30207   14 years vboxsync Main: console COM events, cleanup, locking
(edit) @30159   14 years vboxsync Main: generic Java glue works (including callbacks on Win)
(edit) @30055   14 years vboxsync VBoxSVC: Lock order fixes (+assert) for weird shutdown case where we …
(edit) @30013   15 years vboxsync scm cleanup.
(edit) @29792   15 years vboxsync Java glue: test runnable on both platforms
(edit) @29788   15 years vboxsync Java bridge: MSCOM basics
(edit) @29784   15 years vboxsync use KBUILD_HOST
(edit) @29782   15 years vboxsync use kmk to build test
(edit) @29780   15 years vboxsync moved
(edit) @28890   15 years vboxsync Python glue: richer machine opener
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(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.
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