VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @50183   11 years vboxsync Main/cbinding: bring the C binding to a new functionality level, …
(edit) @50117   11 years vboxsync Main+Frontends: clear out some cruft code, outdated EventQueue stuff …
(edit) @50041   11 years vboxsync crOpenGL: crOpenGL: 1. workaround point sprite driver bugs; 2. …
(edit) @49868   11 years vboxsync crOpenGL: fix img positioning for retina/osx
(edit) @49741   11 years vboxsync Main/glue/vboxapi.py: fix copy/paste bug
(edit) @49039   11 years vboxsync IPRT: Filename extension versus suffix cleanup, long overdue.
(edit) @48654   11 years vboxsync Main: Added KBUILD_TYPE to the release log.
(edit) @48321   11 years vboxsync vboxapi.py: Ensure that the dynamic python code for the VBox type …
(edit) @48282   11 years vboxsync 32-bit main API on 64-bit solaris.
(edit) @48164   11 years vboxsync Main: phase out the use of the XPCOM glue (wasn't ever used), and …
(edit) @48045   11 years vboxsync vboxapi.py: Inc revision.
(edit) @48043   11 years vboxsync vboxapi.py: err -> xcpt, allow all oXcpt parameters to be None …
(edit) @48005   11 years vboxsync Main/glue/glue-java.xsl: fix the heavily broken "in enum safearray" …
(edit) @47984   11 years vboxsync this works.
(edit) @47983   11 years vboxsync copy&paste.
(edit) @47981   11 years vboxsync vboxapi.py: Started on error abstrations (testsuite needs …
(edit) @47979   11 years vboxsync vboxapi.py: Some cleaning up. New features: Documentation. ;-) …
(edit) @47852   11 years vboxsync Main/Event Queue: Forward ported r86728 + r87009 from 4.1.
(edit) @47850   11 years vboxsync Main: attempt to fix xpcom build.
(edit) @47801   11 years vboxsync Main/glue/NativeEventQueue.cpp: fix incorrect error code in previous fix
(edit) @47800   11 years vboxsync Main/glue: fix error checking so that a missing components …
(edit) @47777   11 years vboxsync Main/glue: for XPCOM, look for the components subdirectory one level …
(edit) @47546   11 years vboxsync vboxapi.py: No active listeners on windows due to pywin32 shortcuts in …
(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 …
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