VirtualBox

source: vbox/trunk/src/VBox

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @74380   6 years vboxsync DnD: Added VBGLR3DNDEVENTTYPE to abstract the DnD protocol from the …
(edit) @74379   6 years vboxsync IPRT/http: Added RTHttpSetProxyByUrl, deprecating RTHttpSetProxy in …
(edit) @74377   6 years vboxsync IPRT/http: Added RTHttpSetProxyByUrl, deprecating RTHttpSetProxy in …
(edit) @74376   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 VM-exit bits.
(edit) @74374   6 years vboxsync Additions/linux: extend export modules to export without archiving. …
(edit) @74373   6 years vboxsync IPRT:critsect: Corrected RTCritSectEnterMultipleDebug signature again, …
(edit) @74372   6 years vboxsync IPRT/VBoxRTStableChecker: Made it work for x86 Visual C++ too. bugref:9246
(edit) @74371   6 years vboxsync IPRT:critsect: Corrected RTCritSectEnterMultipleDebug signature in the …
(edit) @74370   6 years vboxsync IPRT/http: Enable using libproxy for proxy settings when present. …
(edit) @74369   6 years vboxsync FE/Qt: VirtualBox Manager todo fix: Let the Tool-view know about …
(edit) @74368   6 years vboxsync IPRT/fileio-win.cpp: Disabled long filename code from r125172. See todo.
(edit) @74367   6 years vboxsync FE/Qt: VirtualBox Manager: Details pane: Rework element layout so that …
(edit) @74366   6 years vboxsync DnD/VBoxTray: Build fix.
(edit) @74365   6 years vboxsync DnD/VBoxTray: Logging nit.
(edit) @74364   6 years vboxsync DnD/VBoxTray: Fixed handling CF_HDROP entries in Unicode format …
(edit) @74362   6 years vboxsync IPRT/cipher: fixed assertion in encryption code. bugref:9246
(edit) @74361   6 years vboxsync DnD/Main: Logging nits.
(edit) @74360   6 years vboxsync VMM/HMVMXR0: Use VMX_ENTRY macros now that we have them in places …
(edit) @74358   6 years vboxsync IPRT/win/fileio-win.cpp: Added support for longer file names (> 260 …
(edit) @74357   6 years vboxsync VMM/IEM: Nested SVM: bugref:7243 space nit.
(edit) @74356   6 years vboxsync IPRT/rest: Redid the previous attempt at making sense of the …
(edit) @74355   6 years vboxsync Storage/VDVfs: Double buffer writes when write filters are present.
(edit) @74354   6 years vboxsync VBoxManage/mediumio: Corrected cat --output handling.
(edit) @74353   6 years vboxsync Main/mediumio: Corrected crypto filtering on write access.
(edit) @74352   6 years vboxsync IPRT/cipher: Fixed incorrect assertions. bugref:9246
(edit) @74351   6 years vboxsync IPRT/rest: Redid the previous attempt at making sense of the …
(edit) @74350   6 years vboxsync tstRTJson: escape test. bugref:9167
(edit) @74349   6 years vboxsync IPRT/json: Fixed handling of \t, \n, \r, \b, and \f escape sequences. …
(edit) @74348   6 years vboxsync IPRT/rest: Trying to make the basepath stuff more flexible. However, …
(edit) @74347   6 years vboxsync IPRT/rest: Implemented inheritance in the data model. Introducing a …
(edit) @74346   6 years vboxsync IPRT: scm fix. bugref:9246
(edit) @74344   6 years vboxsync IPRT/assert: Added check for env var IPRT_ASSERT_NO_STACK and …
(edit) @74343   6 years vboxsync IPRT/RTCrKeyCreateNewRsa: Fixed inverted allocation failure test. …
(edit) @74342   6 years vboxsync IPRT/ssl: avoid asserting in RTFileExists. bugref:9246
(edit) @74341   6 years vboxsync PGM: Build fix for Windows host without REM.
(edit) @74340   6 years vboxsync IPRT/ssl: Couple of fixes. bugref:9246
(edit) @74339   6 years vboxsync VMM/IEM: Nested SVM: bugref:7243 Macro naming.
(edit) @74338   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 remove unused macro.
(edit) @74337   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 vmlaunch/vmresume bits.
(edit) @74336   6 years vboxsync VMM/IEM: Nested SVM: bugref:7243 SVM macro cleanup.
(edit) @74334   6 years vboxsync IPRT/VBoxRTStableCheck: Disabled on win.x86 as there are issues with …
(edit) @74333   6 years vboxsync DnD/VbglR3: Documentation.
(edit) @74332   6 years vboxsync VMM/IEM: Nested SVM: bugref:7243 SVM macro cleanup.
(edit) @74329   6 years vboxsync IRPT/VBoxRTImp.defs: correction. bugref:9246
(edit) @74328   6 years vboxsync IPRT/Makefile.kmk: VBoxRTStableCheck on darwin. bugref:9246
(edit) @74327   6 years vboxsync IRPT: Added build target to check that VBoxRTImp.def and friends …
(edit) @74326   6 years vboxsync rpm/rules: Use --build-libssl for el5 and el6 as we now require 1.0.1+ …
(edit) @74323   6 years vboxsync IPRT/Makefile.kmk: Drop OpenSSL from RuntimeBldProg.
(edit) @74322   6 years vboxsync FE/Qt: VirtualBox Manager: Restore previously chosen tool when …
(edit) @74321   6 years vboxsync FE/Qt: VirtualBox Manager: Remove tools description text underscoring.
(edit) @74320   6 years vboxsync FE/Qt: VirtualBox Manager: Don't use actions to switch tools, do it …
(edit) @74319   6 years vboxsync FE/Qt: VirtualBox Manager todo fix: Disable machine tools for …
(edit) @74318   6 years vboxsync FE/Qt: VirtualBox Manager: Background/foreground fixes for disabled items.
(edit) @74316   6 years vboxsync Storage/VDFilterCrypt: Implemented IPRT based crypto alternative, …
(edit) @74315   6 years vboxsync IPRT/crypto: Simple symmetric cipher abstraction with just was we need …
(edit) @74314   6 years vboxsync IPRT/crypto: Simple symmetric cipher abstraction with just was we need …
(edit) @74313   6 years vboxsync IPRT/crypto: Simple symmetric cipher abstraction with just was we need …
(edit) @74312   6 years vboxsync IPRT/crypto: Added RTCrRandBytes and RTCrPkcs5Pbkdf2Hmac. The latter …
(edit) @74311   6 years vboxsync FE/Qt: VirtualBox Manager todo fix: Wipe out old show running VM …
(edit) @74310   6 years vboxsync VMX: Removed assertion, needs to be a run-time check. See bugref:9244
(edit) @74309   6 years vboxsync Devices/Storage/DrvVD: Don't ignore the IgnoreFlushAsync option
(edit) @74308   6 years vboxsync Devices/Storage/DrvVD: Don't ignore the IgnoreFlush and FlushInterval …
(edit) @74307   6 years vboxsync VMM/HMVMXR0: Use a macro while importing guest-state from VM-exit …
(edit) @74305   6 years vboxsync FE/Qt: VBoxGlobal todo fix: Make sure url argument list being cleared …
(edit) @74304   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 vmlaunch/vmresume bits.
(edit) @74303   6 years vboxsync VMM/CPUM, IEM: Nested VMX: bugref:9180 vmlaunch/vmresume bits.
(edit) @74302   6 years vboxsync scm fixes
(edit) @74301   6 years vboxsync VMM/IEM: Nested SVM: bugref:7243 Comment nit.
(edit) @74300   6 years vboxsync IPRT/crypto: Wrapped SSL, alleged RC4, and RSA key generation. Added …
(edit) @74299   6 years vboxsync IPRT/crypto: Wrapped SSL, alleged RC4, and RSA key generation. Added …
(edit) @74298   6 years vboxsync bldRTSignTool is apparently needed by extpack builds on windows. …
(edit) @74296   6 years vboxsync IPRT/crypto: Wrapped SSL, alleged RC4, and RSA key generation. Added …
(edit) @74295   6 years vboxsync IPRT/crypto: Wrapped SSL, alleged RC4, and RSA key generation. Added …
(edit) @74293   6 years vboxsync IPRT/Makefile.kmk: RuntimeBldProg build fix for OS/2, 3rd try.
(edit) @74292   6 years vboxsync IPRT/Makefile.kmk: RuntimeBldProg build fix for OS/2. [oops]
(edit) @74291   6 years vboxsync IPRT/Makefile.kmk: RuntimeBldProg build fix for OS/2.
(edit) @74290   6 years vboxsync Main/Makefile.kmk: Reduce VBoxAPIWrap sources when VBOX_ONLY_EXTPACK …
(edit) @74289   6 years vboxsync VMM/HM: Nested VMX: bugref:9180 space/doxygen.
(edit) @74288   6 years vboxsync VMM/HMVMXAll: Nested VMX: bugref:9180 Doxygen fix.
(edit) @74287   6 years vboxsync VMM/IEM, HM, CPUM: Nested VMX: bugref:9180 vmlaunch/vmresume bits.
(edit) @74285   6 years vboxsync IPRT/Makefile.kmk: Trying to reduce sources in RuntimeBldProg (win). …
(edit) @74284   6 years vboxsync IPRT/Makefile.kmk: Trying to reduce sources in RuntimeBldProg (win). …
(edit) @74283   6 years vboxsync IPRT/Makefile.kmk: Trying to reduce sources in RuntimeBldProg …
(edit) @74282   6 years vboxsync VBoxRTImp-gcc.def: scm nit. bugref:9152
(edit) @74280   6 years vboxsync VBoxRTImp-vcc*.def: scm nits. bugref:9152
(edit) @74277   6 years vboxsync tstRTCRest-1: Fixed crash in testStringMap. bugref:9167
(edit) @74276   6 years vboxsync IPRT/rest: adjusted double testcase for unix systems. bugref:9167
(edit) @74275   6 years vboxsync VBoxRTImp-gcc.def: regen comment fix. bugref:9152
(edit) @74272   6 years vboxsync FE/Qt: VirtualBox Manager UI: A bit of build fixes for Linux and macOS.
(edit) @74269   6 years vboxsync IPRT: Added .def files for gcc compilers listing the RTCString and …
(edit) @74266   6 years vboxsync IPRT/rest: Updated C++ def files with REST classes and sed command …
(edit) @74265   6 years vboxsync FE/Qt: VirtualBox Manager UI: Saving/restoring selected tools to/from …
(edit) @74264   6 years vboxsync FE/Qt: VirtualBox Manager UI: A bit of cleanup for Tools-pane model.
(edit) @74263   6 years vboxsync IPRT/rest: Reimplement RTCRestArrayBase::fromString and adjusted …
(edit) @74262   6 years vboxsync IPRT/RTCString: Added find(char,size_t) and find(RTCString const …
(edit) @74261   6 years vboxsync DevVGA-SVGA3d: corrected guest pitch; comments.
(edit) @74260   6 years vboxsync FE/Qt: VirtualBox Manager UI: Remove old way of saving/restoring tool …
(edit) @74259   6 years vboxsync Additions/Solaris: adjust installer now that vboxvideo is upstream. …
(edit) @74258   6 years vboxsync VMM/IEM, CPUM: Nested VMX: bugref:9180 vmlaunch/vmresume bits.
(edit) @74257   6 years vboxsync Main: scm fix
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