VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @47125   11 years vboxsync python: Emit VBOX_E_xxx constants. Make pretty output.
(edit) @47124   11 years vboxsync Fixed python bindings bustage on windows, the libary UUID was changed …
(edit) @47117   11 years vboxsync Main: RT_ZERO() / RTStrCopy()
(edit) @46751   11 years vboxsync Main/glue/EventQueue.cpp: fix shutdown logic, must not keep the CritSect
(edit) @46717   11 years vboxsync Main/glue/EventQueue: fix attempt, not fully verified
(edit) @46652   11 years vboxsync Main/glue/EventQueue: missing initialization and indentation
(edit) @46651   11 years vboxsync Build fix.
(edit) @46649   11 years vboxsync Forward ported r85941 and required build fixes (Main: Implemented new …
(edit) @46478   11 years vboxsync libs/xpcom: touch up Java XPCOM wrapper generation, new common …
(edit) @46372   12 years vboxsync Main/glue/ErrorInfo.cpp: add method to retrieve an …
(edit) @46123   12 years vboxsync Main/VPX, VBoxManage: added IMachine::VideoCaptureScreens and …
(edit) @45927   12 years vboxsync *: a few uint32_t warnings
(edit) @45805   12 years vboxsync Main: Removed IGuestErrorInfo, added new attribute resultDetail to …
(edit) @45483   12 years vboxsync Main/glue+idl+webservice: move the type mapping XSLT include file to a …
(edit) @45473   12 years vboxsync vboxapi.py: Use TLB_MAJOR and TLB_MINOR.
(edit) @45195   12 years vboxsync xslt/java: fixes VirtualBoxManager::dissconnect on attempt to …
(edit) @45186   12 years vboxsync API/binding: test for NAT Engine in Java.
(edit) @45127   12 years vboxsync AutoLock.cpp: Try the new read/write critical section.
(edit) @44970   12 years vboxsync Main/VirtualBoxClient: add method to perform VM error checking which …
(edit) @44776   12 years vboxsync Main/xpcom/glue: this function is buggy -- but fortunately not used
(edit) @44563   12 years vboxsync Main: prefer <HOME>/.config/VirtualBox over <HOME>/.VirtualBox for new …
(edit) @44552   12 years vboxsync Main: prefer <HOME>/.config/VirtualBox over <HOME>/.VirtualBox for new …
(edit) @44545   12 years vboxsync Main: prefer <HOME>/.config/VirtualBox over <HOME>/.VirtualBox for new …
(edit) @44529   12 years vboxsync header (C) fixes
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @44367   12 years vboxsync glue/com.cpp: VBoxLogRelCreate should pass pcszGroupSettings along to …
(edit) @43944   12 years vboxsync Burn fix.
(edit) @43943   12 years vboxsync Main/glue: bad_alloc handling for event queue, todos.
(edit) @43869   12 years vboxsync Main/MachineDebugger: make it available over the webservice (except …
(edit) @43534   12 years vboxsync Main: refined the total/available host RAM log message
(edit) @43105   12 years vboxsync change comment style
(edit) @43103   12 years vboxsync whitespace/comment touchup
(edit) @42570   12 years vboxsync com/string.h: Added assignEx methods similar to cloneEx that returns …
(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 …
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