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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Main: More Clang 13 build fixes (warnings as errors) [better fix, use global ...
vboxsync
2023-05-11
2
-2
/
+0
*
Main: More Clang 13 build fixes (warnings as errors) [build fix, no IPRT stuf...
vboxsync
2023-05-11
2
-0
/
+2
*
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
1
-1
/
+1
*
*: doxygen corrections (mostly about removing @returns from functions returni...
vboxsync
2023-05-11
26
-54
/
+19
*
Main: Upgraded the doxygen file to 1.9.6. bugref:10442
vboxsync
2023-05-10
1
-291
/
+543
*
Main: Doxygen fixes. bugref:10442
vboxsync
2023-05-10
3
-10
/
+93
*
Audio/Settings: Also use the PulseAudio backend when we find pipewire-pulse r...
vboxsync
2023-05-10
1
-2
/
+5
*
*.kmk: Changed the VBOX_ONLY_SDK_ON_WINDOWS for VBOX_ONLY_SDK_ON_HOST and VBO...
vboxsync
2023-05-10
1
-5
/
+5
*
Main/Makefile.kmk: Build the SDK html docs as part of the VBOX_ONLY_SDK build...
vboxsync
2023-05-10
1
-0
/
+5
*
*.kmk: Added a VBOX_DOXYGEN variable for controlling which doxygen binary we ...
vboxsync
2023-05-09
1
-1
/
+1
*
*.kmk: More SDK makefile cleanups. bugref:10442
vboxsync
2023-05-09
1
-3
/
+0
*
*.kmk: More SDK makefile cleanups. bugref:10442
vboxsync
2023-05-09
1
-57
/
+64
*
*kmk: VBOX_ONLY_SDK_ON_WINDOWS changes and cleanups. bugref:10442
vboxsync
2023-05-09
2
-13
/
+13
*
Main/Settings: Be nice when loading the settings on downgraded versions: In c...
vboxsync
2023-05-08
1
-1
/
+7
*
testcase/tstGuestCtrlParseBuffer: Simplified determining reading chunk sizes ...
vboxsync
2023-05-05
1
-5
/
+7
*
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
4
-22
/
+28
*
VBox API: Added interface IRangedInteger64FormValue, interface implementation...
vboxsync
2023-05-03
1
-1
/
+23
*
Main/testcase/tstOVF.cpp: Improve error message to identify the
vboxsync
2023-05-02
1
-1
/
+1
*
bugref:10314. Reverted back r154561 partially. RAM unit is MB.
vboxsync
2023-04-24
4
-19
/
+26
*
Main/MediumImpl.cpp: Corrected incorrect MediaList::const_reverse_iterator use.
vboxsync
2023-04-19
1
-6
/
+6
*
Main/NvramStore: Don't return VINF_SUCCESS for too large files. Get more erro...
vboxsync
2023-04-17
1
-3
/
+7
*
Main/NvramStore: Be more careful with exceptions in C-interface routines (PDM...
vboxsync
2023-04-17
1
-0
/
+5
*
Main/NvramStore: Be more careful with exceptions in C-interface routines (PDM...
vboxsync
2023-04-17
1
-61
/
+131
*
Guest Control/Main: Treat reported Guest Additions versions of "0.0.0" (or 0)...
vboxsync
2023-04-17
3
-6
/
+11
*
Main/idl: separator for enums is _, not ::
vboxsync
2023-04-13
1
-1
/
+1
*
Guest Control: Completely revamped / overhauled the (now legacy) stream outpu...
vboxsync
2023-04-13
2
-7
/
+7
*
Guest Control: Completely revamped / overhauled the (now legacy) stream outpu...
vboxsync
2023-04-13
4
-202
/
+435
*
Guest Additions/Main: Return and document a dedicated error if I[Guest]Direct...
vboxsync
2023-04-05
2
-0
/
+10
*
Guest Control: Implements IGuestSession::fsQueryInfo() and IGuestSession::fsQ...
vboxsync
2023-04-03
7
-39
/
+432
*
Guest Control/Main: Renamed GuestSession::i_fsQueryInfoViaToolbox() -> i_fsOb...
vboxsync
2023-03-31
2
-3
/
+3
*
Guest Control: Renamed HOST_MSG_FS_QUERY_INFO -> HOST_MSG_FS_QUERY_INFO, to n...
vboxsync
2023-03-31
1
-1
/
+1
*
Guest Control/Main: Renamed IGuestSession::i_fsQueryInfo() -> i_fsObjQueryInf...
vboxsync
2023-03-31
4
-11
/
+11
*
Guest Control/Main: Follow-up fix for using the new semantics of IGuestDirect...
vboxsync
2023-03-31
1
-1
/
+2
*
Guest Control: Changed the parameter position of the CWD parameter, so that t...
vboxsync
2023-03-23
3
-30
/
+30
*
Guest Control: Added ability of specifying an optional current working direct...
vboxsync
2023-03-22
1
-1
/
+1
*
Guest Control: Added ability of specifying an optional current working direct...
vboxsync
2023-03-22
5
-16
/
+72
*
Guest Control: Added directory listing support via IDirectory::list(). Added ...
vboxsync
2023-03-21
4
-54
/
+461
*
Guest Control/Main: Always dereference symlinks by default when opening direc...
vboxsync
2023-03-20
1
-4
/
+6
*
*.kmk: Applied scm with new indenting of multiline variable/function expansio...
vboxsync
2023-03-18
2
-44
/
+44
*
*.kmk: Command indent fixes by scm. bugref:10348
vboxsync
2023-03-17
1
-1
/
+1
*
Guest Control/Main: Removed unused ACL parameters from GuestFsObjData::FromGu...
vboxsync
2023-03-17
2
-9
/
+4
*
Main/UefiVairableStore: The shim parsing the MokList rejects it due to EFI_VA...
vboxsync
2023-03-14
2
-7
/
+7
*
Main/UefiVariableStore: Add API to add signatures to the MOK list (Machine Ow...
vboxsync
2023-03-14
3
-1
/
+38
*
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
3
-6
/
+46
*
Main/Machine: Machine::changeEncryption() can return success if
vboxsync
2023-03-03
1
-2
/
+2
[next]