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