VirtualBox

source: vbox/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @77875   6 years vboxsync NetAdp/Win: (bugref:9409) Work around host-only adapter naming issue …
(edit) @77874   6 years vboxsync DBGPlugInLinux: Started looking for kernel modules. Works to some …
(edit) @77873   6 years vboxsync linux/vboxsf: Kicked out generic_file_aio_read and …
(edit) @77872   6 years vboxsync Main/HostDnsServiceDarwin: Fix hang during shutdown due to m_fStop …
(edit) @77871   6 years vboxsync FE/Qt: bugref:6699. Hiding some defunc actions.
(edit) @77870   6 years vboxsync FE/Qt: bugref:6699. Showing session panel during file manager start up.
(edit) @77869   6 years vboxsync DevVGA-SVGA: report the mouse cursor position only if the guest …
(edit) @77868   6 years vboxsync FE/Qt: bugref:6699. Getting rid of the small dialog during new folder …
(edit) @77867   6 years vboxsync DevVGA-SVGA: screen update notification is required to make the VRDP …
(edit) @77866   6 years vboxsync linux/vboxsf: Added support for the RENAME_NOREPLACE flags (since …
(edit) @77865   6 years vboxsync FsPerf: Added a couple of TODOs. bugref:9172
(edit) @77864   6 years vboxsync linux/vboxsf: More small cleanups. bugref:9172
(edit) @77863   6 years vboxsync linux/vboxsf: Added support for the RENAME_NOREPLACE flags (since …
(edit) @77862   6 years vboxsync linux/vboxsf: Don't need VbglR0SfSymlink any more on linux. bugref:9172
(edit) @77861   6 years vboxsync SharedFolderSvc: another todo. bugref:9172
(edit) @77860   6 years vboxsync SharedFoldersSvc: Must convert all kinds of slashes in the symlink …
(edit) @77859   6 years vboxsync linux/vboxsf: Return -EPERM when the host refuses to create symlinks. …
(edit) @77858   6 years vboxsync linux/vboxsf: Cleaning up the symlink related code and making it work …
(edit) @77857   6 years vboxsync Main/MediumImpl: Remove the TCP/NET interface implementation and reuse …
(edit) @77856   6 years vboxsync Devices/DrvVD: Get rid of the TCP/NET implementation and use the …
(edit) @77855   6 years vboxsync Storage/VD: Move the TCP/NET implementation from DrvVD to a separate …
(edit) @77854   6 years vboxsync linux/vboxsf: Cleaned up init(), moving the file system registration …
(edit) @77853   6 years vboxsync linux/vboxsf: Implemented the copy_file_range method and fixed a …
(edit) @77852   6 years vboxsync SharedFoldersSvc: Fixed parameter validation bug in …
(edit) @77851   6 years vboxsync FE/Qt: bugref:6699. Some fix for file manager item rename.
(edit) @77850   6 years vboxsync Additions/linux/vboxvideo: make driver work with Linux 5.0 and 5.1. …
(edit) @77849   6 years vboxsync SharedFoldersSvc: Added a function exposing RTFileCopy as well. [build …
(edit) @77848   6 years vboxsync SharedFoldersSvc: Added a function exposing RTFileCopy as well. bugref:9172
(edit) @77847   6 years vboxsync FE/Qt: bugref:9241: VirtualBox Manager: Chooser pane: Restore lost …
(edit) @77846   6 years vboxsync FE/Qt: bugref:9378: Small cleanup for r129324.
(edit) @77845   6 years vboxsync FE/Qt: bugref:9241: VirtualBox Manager: A bit of extra-data getters …
(edit) @77844   6 years vboxsync FE/Qt: bugref:9241: VirtualBox Manager: Chooser pane: Restore lost …
(edit) @77843   6 years vboxsync FE/Qt: bugref:9376: Hide host mouse cursor when valid guest mouse …
(edit) @77842   6 years vboxsync FE/Qt: bugref:9376: Move UIFrameBuffer mouse cursor position listener …
(edit) @77841   6 years vboxsync FE/Qt: bugref:9376: Cache mouse cursor position inside UISession.
(edit) @77840   6 years vboxsync FE/Qt: bugref:9376: A bit of cleanup of UISession code.
(edit) @77839   6 years vboxsync FE/Qt: bugref:6699. Some changes in the interface.
(edit) @77838   6 years vboxsync SharedFoldersSvc: Added new function for server-side file content …
(edit) @77837   6 years vboxsync SharedFoldersSvc: Added new function for server-side file content …
(edit) @77836   6 years vboxsync IPRT: Spealiced RTFileCopyPartEx and associated prep/cleanup functions …
(edit) @77835   6 years vboxsync IPRT: Spealiced RTFileCopyPartEx and associated prep/cleanup functions …
(edit) @77834   6 years vboxsync IPRT: Spealiced RTFileCopyPartEx and associated prep/cleanup functions …
(edit) @77833   6 years vboxsync IPRT: Spealiced RTFileCopyPartEx and associated prep/cleanup functions …
(edit) @77832   6 years vboxsync IPRT: Spealiced RTFileCopyPartEx and associated prep/cleanup functions …
(edit) @77831   6 years vboxsync FsPerf: Added file copy tests and benchmark. bugref:9172
(edit) @77830   6 years vboxsync IPRT: Reimplemented RTFileCopyByHandlesEx against RTFileCopyPartEx, …
(edit) @77829   6 years vboxsync FE/Qt: bugref:9241: VirtualBox Manager: Chooser pane: Fixing layout …
(edit) @77828   6 years vboxsync DevPlayground: Made the playground device somewhat configurable via CFGM.
(edit) @77827   6 years vboxsync FE/Qt: bugref:9241: VirtualBox Manager: Chooser pane: Reworking group …
(edit) @77826   6 years vboxsync FE/Qt: bugref:9241: VirtualBox Manager: Chooser pane: Reworking …
(edit) @77825   6 years vboxsync IPRT: Split RTFileCopyEx and RTFileCopyByHandlesEx out of …
(edit) @77824   6 years vboxsync bs3kit/VBoxBs3ObjConverter: Drop IPRT dependency to reduce rebuild …
(edit) @77823   6 years vboxsync bs3kit/VBoxBs3ObjConverter: Drop IPRT dependency to reduce rebuild …
(edit) @77822   6 years vboxsync FE/Qt: bugref:6699. Adding guest control console to machine's debug menu.
(edit) @77821   6 years vboxsync SupHardNt: Made RTNtPathExpand8dot3Path() work correctly in kernel …
(edit) @77820   6 years vboxsync supHardNt: More info on VERR_SUP_VP_NOT_SIGNED_WITH_BUILD_CERT.
(edit) @77819   6 years vboxsync Main/Makefile.kmk: Extpack build fix for bugref:9242.
(edit) @77818   6 years vboxsync SupHardNt: Made RTNtPathExpand8dot3Path() work correctly in kernel …
(edit) @77817   6 years vboxsync IPRT/ASN.1: Allow zero terminators at the end of IA5STRING so we can …
(edit) @77816   6 years vboxsync SupHardNt: Made RTNtPathExpand8dot3Path() work correctly in kernel …
(edit) @77815   6 years vboxsync IPRT/ASN.1: Allow zero terminators at the end of IA5STRING so we can …
(edit) @77814   6 years vboxsync Main/ConsoleImpl.cpp/powerUp: Moved VRDE audio driver attaching and …
(edit) @77813   6 years vboxsync FE/Qt: bugref:9378. Style corrections.
(edit) @77812   6 years vboxsync FE/Qt: bugref:9378. Handling keybord focus a bit better.
(edit) @77811   6 years vboxsync accidentally made commit was reverted.
(edit) @77810   6 years vboxsync Removed SubTstOCIExportVM1
(edit) @77809   6 years vboxsync .dir-locals.el: Add a comment about marking indent-tabs-mode …
(edit) @77808   6 years vboxsync Removed OCIExport.
(edit) @77807   6 years vboxsync .dir-locals.el: disable indent-tabs-mode in nxml-mode too.
(edit) @77806   6 years vboxsync Devices/UartCore: Fix assertion to avoid crash in release builds
(edit) @77805   6 years vboxsync FE/Qt: bugref:9241: VirtualBox Manager: Chooser pane: Reworking …
(edit) @77804   6 years vboxsync NetAdp/Win: (bugref:9409) Store host-only adapter configuration in …
(edit) @77803   6 years vboxsync SUP: update and extract build certificate.
(edit) @77802   6 years vboxsync Config.kmk: new Windows signing certs
(edit) @77801   6 years vboxsync VBoxManage snapshot: Use manpage help text (option parsing needs …
(edit) @77800   6 years vboxsync manual/man_VBoxManage-snapshot.xml: The 'vm' argument must be 'req' …
(edit) @77799   6 years vboxsync manual/man_VBoxManage-snapshot.xml: If group is 'opt' then args inside …
(edit) @77798   6 years vboxsync IPRT: Adding RTFileCopyRange and RTFileCopyRangEx for optimizing file …
(edit) @77797   6 years vboxsync IPRT: Adding RTFileCopyRange and RTFileCopyRangEx for optimizing file …
(edit) @77796   6 years vboxsync EFI: Tweaked memory map for more than 2G RAM.
(edit) @77795   6 years vboxsync EFI: More hacks to handle the case where ICH9 chipset gets some random …
(edit) @77794   6 years vboxsync doc/manual: Include man_VBoxManage-snapshot.xml in the …
(edit) @77793   6 years vboxsync manual/man_VBoxManage-snapshot.xml: Must convert '|' to <group>. For …
(edit) @77792   6 years vboxsync manual/man_VBoxManage-snapshot.xml: Removed the …
(edit) @77791   6 years vboxsync manual/man_VBoxManage-snapshot.xml: there must be an '=' between …
(edit) @77790   6 years vboxsync manual/man_VBoxManage-snapshot.xml: help-scope must include a …
(edit) @77789   6 years vboxsync doc/manual/ docbook-refentry-to-manpage-preprocessing.xsl: Remove …
(edit) @77788   6 years vboxsync EFI: Experimentally removed ISO9660 FS support which appears redundant …
(edit) @77787   6 years vboxsync doc/manual: fix scm breakage from previous commits.
(edit) @77786   6 years vboxsync doc/manual: VBoxManage snapshot manpage unmodified import.
(edit) @77785   6 years vboxsync doc/manual: VBoxManage clonevm manpage unmodified import.
(edit) @77784   6 years vboxsync FE/Qt: bugref:6699. Adding a bit more information to the property …
(edit) @77783   6 years vboxsync doc/manual/Config.kmk: fixed manpage experiment
(edit) @77782   6 years vboxsync doc/manual/Config.kmk: Simplify VBOX_XML_CATALOG_MANUAL generation wrt …
(edit) @77781   6 years vboxsync doc/manual/Config.kmk: Corrected a dependency issue …
(edit) @77780   6 years vboxsync Storage/VHD: Fix memory leak in error case
(edit) @77779   6 years vboxsync FE/Qt: bugref:9378. Some margin and spacing corection on the search widget.
(edit) @77778   6 years vboxsync bugref:9312. scm fixes.
(edit) @77777   6 years vboxsync bugref:9312. The command 'VBoxManage cloudprofile' was implemented. It …
(edit) @77776   6 years vboxsync Reverted r129368 as this was already addressed by r129145 and in a way …
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