VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @42526   12 years vboxsync FE/Qt: 6234: Support for VM groups: Initial commit. GUI-3 branch …
(edit) @42385   12 years vboxsync Main/glue: Add a flag to GetVBoxUserHomeDirectory to disable creating …
(edit) @42167   12 years vboxsync Main/glue: fix code which prints error information
(edit) @41528   13 years vboxsync Main/HostUSBDevice(all platforms)+USBProxyService: redo USB locking, …
(edit) @41184   13 years vboxsync Main+Frontends: removed unused and confusing VirtualBoxErrorInfo …
(edit) @41040   13 years vboxsync Main+Frontends: move release logging setup to the glue code (to …
(edit) @41017   13 years vboxsync VBoxCOM, FE/Qt: better error message of the global configuration …
(edit) @41015   13 years vboxsync VBoxCOM: proper uninitialization even if com::Initialize failed very early
(edit) @40674   13 years vboxsync glue/java: disconnect on object finalization
(edit) @40452   13 years vboxsync Main/glue/AutoLock: if we have the assertions we can make use of them…
(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) @39980   13 years vboxsync fix the build error introduced in version 76078
(edit) @39979   13 years vboxsync fix for the xtracker bug 5992. Introduced specific unwrap function for …
(edit) @39926   13 years vboxsync be more restrictive
(edit) @38915   13 years vboxsync Main/glue: update Makefile for Java sample, so that it can be used by …
(edit) @38914   13 years vboxsync Main/glue/tests: clean up sample Java app using the glue code
(edit) @38912   13 years vboxsync Main/glue-java: fix copyright in the generated code
(edit) @38799   13 years vboxsync Main/webservice: only document the official API package, not the …
(edit) @38796   13 years vboxsync Main/glue: Add javadoc comments to the java glue code, use them to …
(edit) @38773   13 years vboxsync Main: only add parent to the lock list if it isn't null
(edit) @38754   13 years vboxsync Main: prevent incorrect exiting of async event thread.
(edit) @38743   13 years vboxsync Main: AutoMultiWriteLock4
(edit) @38717   13 years vboxsync Main/Medium+Machine+AutoLock: Integrate the queryInfo semaphore into …
(edit) @38510   13 years vboxsync Main/glue/ErrorInfo: fix burn
(edit) @38509   13 years vboxsync Main/glue/ErrorInfo: print _all_ error messages, not only the last …
(edit) @38508   13 years vboxsync Main/glue/ErrorInfo: fix regression of r67420 (preserve error chain)
(edit) @37457   13 years vboxsync Main/glue-java: somewhat more paranoia when releasing the port (other …
(edit) @37456   13 years vboxsync Main/glue-java: somewhat more paranoia when releasing the port
(edit) @36883   14 years vboxsync webservice: pass octet arrays as base64 strings
(edit) @36814   14 years vboxsync Java XPCOM bridge: cleanup, survive multiple inits
(edit) @36580   14 years vboxsync Trunk: forward ported r70973: Additions/common/VBoxService: the …
(edit) @36530   14 years vboxsync Corrected doc reference to ministring.
(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) @36281   14 years vboxsync SDK: update Java sample for 4.1
(edit) @36270   14 years vboxsync JMSCOM: support in octets, fixed few bugs
(edit) @35640   14 years vboxsync doxygen nit
(edit) @35638   14 years vboxsync Main. QT/FE: fix long standing COM issue
(edit) @35375   14 years vboxsync Adding Makefile.kup files to the new Main directories.
(edit) @35368   14 years vboxsync Main: source re-org.
(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) @33805   14 years vboxsync iprt::MiniString: Added a substring constructor and joined the …
(edit) @33782   14 years vboxsync Main/glue/ErrorInfo: fix regression introduced in r66229, a …
(edit) @33774   14 years vboxsync ErrorInfo.cpp: Use assertreturnvoid.
(edit) @33720   14 years vboxsync EventQueue::uninit: Don't run the native mac os x runloop in default …
(edit) @33621   14 years vboxsync Utf8Str: Use printfV in Utf8StrFmt, eliminated Utf8StrFmtVA by …
(edit) @33563   14 years vboxsync iprt:ministring: Added the java-style equals() and equalsIgnoreCase() …
(edit) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
(edit) @33407   14 years vboxsync nits
(edit) @33073   14 years vboxsync Main: partly reverted r66582
(edit) @33069   14 years vboxsync WS, Java: handle input safearrays
(edit) @33055   14 years vboxsync Main: little API cleanup for the strings
(edit) @32780   14 years vboxsync com/Guid: remove conversion operators to eliminate any compiler …
(edit) @32718   14 years vboxsync com/string: Remove bool conversion operator and other convenience …
(edit) @32404   14 years vboxsync missing svn:keywords
(edit) @32394   14 years vboxsync more branding and header fixes
(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
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