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