VirtualBox

source: vbox/trunk/src/VBox/Main/src-all

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @79048   5 years vboxsync Main/EventImpl.cpp: nits
(edit) @78742   6 years vboxsync Main/ThreadTask.cpp: Added note to the two public createThread method …
(edit) @78666   6 years vboxsync Main/GuestControl: Better error message from copyToGuest and various …
(edit) @78090   6 years vboxsync *,IPRT: Use new RTPathAbsExEx function instead of RTPathAbsEx. bugref:9172
(edit) @77637   6 years vboxsync Main/Global.cpp: Ecomstation needs a floppy too, for the key file.
(edit) @77624   6 years vboxsync Main/ExtPackManager: fix leak of CloudProviderManager instance from an …
(edit) @77581   6 years vboxsync Global: Default to no USB for DOS and NetWare, floppy drive for NetWare.
(edit) @77252   6 years vboxsync bugref:9349. Fixed aTimeRemaining wrong calculation.
(edit) @77204   6 years vboxsync bugref:9349. Fixed the wrong conversion.
(edit) @77093   6 years vboxsync Guest Control/Main: Added VERR_GSTCTL_MAX_CID_COUNT_REACHED and use it …
(edit) @76599   6 years vboxsync Main: scm fixes
(edit) @76598   6 years vboxsync Main: GCC precompiled headers hacking.
(edit) @76592   6 years vboxsync Main: Don't use Logging.h.
(edit) @76562   6 years vboxsync Main: Use MAIN_INCLUDED_ and MAIN_INCLUDED_SRC_ as header guard …
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76522   6 years vboxsync Main: gcc precompiled header adjustments.
(edit) @76514   6 years vboxsync Main: Preparations for GCC precompiled headers.
(edit) @76474   6 years vboxsync scm --fix-err-h src/ (bugref:9344)
(edit) @76366   6 years vboxsync include/VBox/com/Guid.h: Don't include iprt/err.h for no good reason. …
(edit) @76346   6 years vboxsync *: Preparing for iprt/string.h, iprt/json.h and iprt/serialport.h no …
(edit) @76167   6 years vboxsync Main: Split out the two text script classes from UnattendedScript …
(edit) @76165   6 years vboxsync Main/Global.cpp: Split out status code conversion functions into a …
(edit) @76092   6 years vboxsync Main: Kicked out RpcChannelHook and IVirtualBoxclientList hacks …
(edit) @76067   6 years vboxsync VBoxSDS,VBoxSVC,VBoxProxyStub: Kicked out the failed attempt at …
(edit) @76064   6 years vboxsync VirtualBoxClientListImpl.cpp -> src-global/win/
(edit) @75834   6 years vboxsync Main/Global: change default graphics controller (applied when creating …
(edit) @75817   6 years vboxsync Main/GuestOSType: Add recommended Graphics Controller information and …
(edit) @75669   6 years vboxsync Main/ExtPackManager: doxygen comment fix
(edit) @75663   6 years vboxsync Main/ExtPackManager+CloudProviderManager+VirtualBox: Handle runtime …
(edit) @75660   6 years vboxsync Main/AutoCaller: add a "try lock" option to AutoUninitSpan, for …
(edit) @75458   6 years vboxsync Main: Stubbed three ISharedFolder attribute setters. bugref:9295
(edit) @75380   6 years vboxsync Main,VBoxManage,FE/Qt: Extended the createSharedFolder and …
(edit) @74814   6 years vboxsync typo
(edit) @74813   6 years vboxsync warning/build fix for Windows
(edit) @74804   6 years vboxsync Main/Progress: Split into safe public interface and a private one …
(edit) @74759   6 years vboxsync Main/Progress: clean up error handling and eliminate useless throwing
(edit) @74243   6 years vboxsync VBoxAPI-start-alternative.d: whatever. bugref:9152
(edit) @74238   6 years vboxsync Main: Attempt at making dtrace 1.6.2 happy. bugref:9152
(edit) @74219   6 years vboxsync Main/ExtPack: Add another extpack helper function related to IProgress …
(edit) @73919   6 years vboxsync Main: On Windows, fix compiling with VBOX_WITH_SDS=
(edit) @73916   6 years vboxsync Main/ExtPackManager: add missing space in the release log between the …
(edit) @73853   6 years vboxsync Main/CloudClient+Progress+ExtPack: Make use of the extpack helper …
(edit) @73829   6 years vboxsync Main/ExtPackManager: resolve signed/unsigned warnings on Windows
(edit) @73827   6 years vboxsync Main/ExtPackManager: windows build fix
(edit) @73825   6 years vboxsync Main/ExtPack: Add extpack helper interface for creating and updating …
(edit) @73824   6 years vboxsync Main/Progress: eliminate useless copying of Utf8Str for method calls
(edit) @73743   6 years vboxsync Main/Progress+Appliance+Machine: Turn …
(edit) @73716   6 years vboxsync Main/CloudProviderManager+CloudProvider+CloudProfile: Introduce …
(edit) @73562   6 years vboxsync ExtPackManager: Fix endless loop (copy/paste bug) in i_queryObjects …
(edit) @73548   6 years vboxsync ExtPackManager: Added i_queryObjects method for collecting objects …
(edit) @73505   6 years vboxsync Main,Config.kmk: GCC 8.2.0 fixes
(edit) @73368   6 years vboxsync VirtualBoxClientListImpl.cpp: scm fix
(edit) @73361   6 years vboxsync Main/VBoxSDS:?bugref:3300: fixed tabs
(edit) @73358   6 years vboxsync Main/VBoxSDS: ?bugref:3300: cosmetic changes
(edit) @73003   6 years vboxsync Main: Use setErrorBoth when we've got a VBox status code handy. (The …
(edit) @72939   6 years vboxsync Main: My catch(std::bad_alloc) obsession. :-)
(edit) @72938   6 years vboxsync Main: VirtualBoxBase::setErrorInternal: Provide default error text for …
(edit) @72847   6 years vboxsync Main/Event: ListenerRecord - consistently use member initializer list.
(edit) @71719   7 years vboxsync RpcChannelHook.cpp: @todo wrt reliablity.
(edit) @71717   7 years vboxsync s/VBOX_SDS_CLIENT_WATCHER/VBOX_WITH_SDS_CLIENT_WATCHER/g
(edit) @71716   7 years vboxsync VBoxSDS,VBoxSVC: Replaced the enviornment variable hack …
(edit) @71715   7 years vboxsync Main/VBoxSVC: add kmk flag to switch off client process watching …
(edit) @71714   7 years vboxsync VirtualBoxClientListImpl.cpp: More todos.
(edit) @71713   7 years vboxsync Fixed hanging indent since responsible developer doesn't seem to care.
(edit) @71349   7 years vboxsync Guest Control/Main: Added (COM) error codes …
(edit) @71287   7 years vboxsync Main/ThreadTask: Added own logging group LOG_GROUP_MAIN_THREAD_TASK …
(edit) @71183   7 years vboxsync VirtualBoxClientListImpl.cpp: Fixed invalid LogRel format string …
(edit) @71160   7 years vboxsync Main/VBoxSVC,VBoxSDS: fix for ​​​​​​​​​​bugref:8161: added …
(edit) @71159   7 years vboxsync Main/VBoxSVC,VBoxSDS: fix for ​​​​​​​​​bugref:8161: added …
(edit) @71144   7 years vboxsync Main/VBoxSVC,VBoxSDS: fix for ​​​​​​​​bugref:8161: fix scm warnings …
(edit) @71142   7 years vboxsync Main/VBoxSVC,VBoxSDS: fix for ​​​​​bugref:8161: added and updated copyright
(edit) @71139   7 years vboxsync Main/VBoxSVC,VBoxSDS: fix for ​bugref:8161: added API client list …
(edit) @70561   7 years vboxsync Main/Global: bump disk size recommendations for Windows 7 and later
(edit) @70454   7 years vboxsync Main/Global.cpp: Changed the NT 3.x recommendations to be BusLogic for …
(edit) @70240   7 years vboxsync VBoxProxyStub.c: Official docs says DELETE is required for …
(edit) @70235   7 years vboxsync Main/Global: change order of Linux guest OS types, returning to 'sort …
(edit) @70228   7 years vboxsync VBoxSDS: ​​​bugref:3300: fixed VirtualBox installation when UAC is enabled
(edit) @70218   7 years vboxsync Main/Global.cpp: Added NOUSB to the NT4 guest OS type hints.
(edit) @70217   7 years vboxsync VBox/ostypes.h,Main: Forced an NT 3.x type into the enum. NT 3.x …
(edit) @70106   7 years vboxsync VBoxProxyStub: Fix assertion
(edit) @69867   7 years vboxsync VBoxSDS: bugref:3300: fixed registration, increased shutdown timeout
(edit) @69810   7 years vboxsync VBoxProxyStub: Rewrote the VBoxSDS service updating code to do …
(edit) @69753   7 years vboxsync iprt/dir: Morphing PRTDIR into a handle named RTDIR. (Been wanting to …
(edit) @69733   7 years vboxsync VBoxProxyStub: Don't complain if we haven't got the necessary …
(edit) @69728   7 years vboxsync VBoxProxyStub: Untested SDS code cleanups.
(edit) @69727   7 years vboxsync VBoxProxyStub: Untested SDS code cleanups.
(edit) @69692   7 years vboxsync VBoxProxyStub.c: Logging.
(edit) @69500   7 years vboxsync *: scm --update-copyright-year
(edit) @69498   7 years vboxsync backed out r118835 as it incorrectly updated the 'This file is based …
(edit) @69496   7 years vboxsync *: scm --update-copyright-year
(edit) @69331   7 years vboxsync bugref:8674. Progress updates percent of execution only if new value …
(edit) @69323   7 years vboxsync Main/Event: yell loudly if forcefully unregistering a passive event …
(edit) @69237   7 years vboxsync Main: scm updates
(edit) @69046   7 years vboxsync Global: replace fall-through comments with RT_FALL_THRU(). …
(edit) @69002   7 years vboxsync bugref:8674. Added 2 new events into the Progress - "percentage …
(edit) @68828   7 years vboxsync ExtPack: Split up main module of extension pack, have a mandatory one …
(edit) @68314   7 years vboxsync added OS types for macOS 10.12 and 10.13
(edit) @67883   7 years vboxsync UnattededScript: Converted the NT6+ XML editor to mad libs too.
(edit) @67768   7 years vboxsync Main/VBoxProxyStub: don't assert when running debug builds as normal …
(edit) @67735   7 years vboxsync Main: Added Global::getOSTypeIndexFromId (nit).
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