summaryrefslogtreecommitdiff
path: root/src/VBox/Main/src-server
Commit message (Expand)AuthorAgeFilesLines
* Main: More Clang 13 build fixes (warnings as errors).vboxsync2023-05-111-2/+2
* *: doxygen corrections (mostly about removing @returns from functions returni...vboxsync2023-05-1111-23/+1
* fixed possible narrowing type from 'long unsigned int' to 'unsigned int'vboxsync2023-05-041-5/+5
* fixed possible narrowing type from 'long unsigned int' to 'unsigned int'vboxsync2023-05-041-1/+1
* fixed possible narrowing type from 'long unsigned int' to 'unsigned int'vboxsync2023-05-041-2/+1
* bugref:10314. bugref:10278. Reverted VSD RAM unit to bytes and fixed other pl...vboxsync2023-05-042-19/+24
* bugref:10314. Reverted back r154561 partially. RAM unit is MB.vboxsync2023-04-242-17/+19
* Main/MediumImpl.cpp: Corrected incorrect MediaList::const_reverse_iterator use.vboxsync2023-04-191-6/+6
* Main/UefiVairableStore: The shim parsing the MokList rejects it due to EFI_VA...vboxsync2023-03-141-5/+5
* Main/UefiVariableStore: Add API to add signatures to the MOK list (Machine Ow...vboxsync2023-03-141-0/+21
* Main/Medium+VirtualBox: If two Machine instances of the same VM arevboxsync2023-03-062-1/+8
* Main/Medium+VirtualBox: If Medium::close() and VirtualBox::i_registerMedium()vboxsync2023-03-062-6/+45
* Main/Machine: Machine::changeEncryption() can return success ifvboxsync2023-03-031-2/+2
* Main/VirtualBox: Machine::unregister() and VirtualBox::openMachine() canvboxsync2023-03-031-7/+15
* Main/AudioAdapter: Fix a small memory leak in VBoxSVC: AudioAdapter::init()vboxsync2023-03-031-0/+2
* Some small Solaris-specific build warning fixes:vboxsync2023-03-011-0/+2
* bugref:9782. The default values for VirtualSystemDescriptionType_CPU, Virtual...vboxsync2023-02-281-4/+55
* Main: Fix identifiers containing an incorrect plural of "medium".vboxsync2023-01-305-81/+81
* Main: Fix plural of "medium" in many comments.vboxsync2023-01-305-33/+32
* Main: bugref:4784: rename MachineSharedFolder to SharedFolder [build fix]vboxsync2023-01-301-1/+1
* Main: bugref:4784: seperated SharedFolder API between VboxSVC and VM process ...vboxsync2023-01-301-1/+1
* Runtime,Main: Remove the now unused and deprecated RTTar* API in favor of the...vboxsync2023-01-262-3/+6
* Runtime/RTS3: Retire unused implementation, can be resurrected if requiredvboxsync2023-01-253-3/+0
* Main/src-server: hr -> hrc. bugref:10223vboxsync2023-01-251-1/+1
* Main/src-server: hr -> hrc. bugref:10223vboxsync2023-01-251-1/+1
* Main/src-server: hr -> hrc. bugref:10223vboxsync2023-01-256-195/+169
* Main/src-server: rc -> hrc/vrc. Enabled scm rc checks. bugref:10223vboxsync2023-01-2543-1384/+1262
* Main/src-server: rc -> hrc/vrc (partial). bugref:10223vboxsync2023-01-251-469/+447
* Main/src-server: rc -> hrc/vrc (partial). bugref:10223vboxsync2023-01-249-620/+569
* Main/src-server: rc -> hrc/vrc (partial). bugref:10223vboxsync2023-01-2440-2938/+2798
* Main/iokit.cpp: DarwinSubscribeUSBNotifications was missing a return code che...vboxsync2023-01-241-26/+27
* src-server/VirtualBoxImpl.cpp: rc -> hrc/vrc. bugref:10223vboxsync2023-01-241-518/+463
* iprt/cpp/xml.h,Main: Added EIPRTFailure::getStatus() as an alternative to rc(...vboxsync2023-01-242-2/+2
* Main: rc() -> hrc()/vrc().vboxsync2023-01-241-1/+0
* Main: rc() -> hrc()/vrc(). bugref:10223vboxsync2023-01-2446-651/+652
* Manual (C) year updates.vboxsync2023-01-171-1/+1
* Copyright year updates by scm.vboxsync2023-01-17117-117/+117
* Main/Machine: Assert that mData->mSession.mLockedMedia is locked before unloc...vboxsync2023-01-171-0/+4
* Main/IMachine::attachDevice: Attempt at fixing r150710 regression. Looks like...vboxsync2023-01-171-5/+1
* Main: Nits.vboxsync2023-01-172-11/+12
* Main/HostHardwareLinux.cpp: Get rid of the for(;;) loop introduced in r155199...vboxsync2023-01-171-39/+39
* Main/HostHardwareLinux.cpp: We don't need to dynamically resolve inotify func...vboxsync2023-01-131-86/+53
* Main/HostDnsSe^CiceLinux.cpp: Logging. bugref:10255vboxsync2023-01-131-0/+1
* Main/HostDnsServiceLinux.cpp: Massaged the resolv.conf monitoring code a bit ...vboxsync2023-01-132-80/+85
* Main/Host: Comments nits.vboxsync2023-01-131-3/+3
* Main/HostDnsServiceLinux.cpp: Worked out a bunch of bugs and issues with Host...vboxsync2023-01-131-100/+305
* Main/HostDnsServiceLinux.cpp: Some @todos and cleanups. bugref:10255vboxsync2023-01-121-46/+63
* Main: Added redundancy pending release. Fixed minor issues with resizeAndClon...vboxsync2023-01-101-17/+158
* Main/Medium: Fix raw disk VMDK typo and fix the diff image variant selection ...vboxsync2023-01-101-2/+2
* Main/Medium: Can't use raw disk VMDK for differencing images and also avoid i...vboxsync2023-01-101-5/+5