VirtualBox

source: vbox/trunk/src/VBox/Main/src-server/VirtualBoxImpl.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @72205   7 years vboxsync Main/VirtualBox+Machine: Change medium registry behavior, put new …
(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) @68133   7 years vboxsync Unattended: Moved the createUnattendedInstaller method from IMachine …
(edit) @67642   7 years vboxsync Main: Modified Utf8Str::parseKeyValue implementation to never return …
(edit) @66938   8 years vboxsync Main/VirtualBox+DHCPServer+GuestOSType: lots of redundant Bstr/Utf8Str …
(edit) @66274   8 years vboxsync VBox/Main: ​bugref:3300: VBoxSVC from terminal server session is not …
(edit) @66217   8 years vboxsync Main: a few doxygen fixes
(edit) @65158   8 years vboxsync Main: doxygen fixes
(edit) @65103   8 years vboxsync Main: doxygen fixes
(edit) @65088   8 years vboxsync Main: doxygen fixes
(edit) @64972   8 years vboxsync Main: ThreadTask: m_hThread shouldn't be an object member
(edit) @64964   8 years vboxsync Main/VirtualBox: no need to do the fix to sanitiseMachineFilename() twice
(edit) @64962   8 years vboxsync Main/VirtualBox: check VM name, must not be empty, plus sanity check …
(edit) @64955   8 years vboxsync Main: better fix
(edit) @64954   8 years vboxsync forward-ported r112367 (Main: santiy check for sanitiseMachineFilename())
(edit) @63585   8 years vboxsync bugref:8482. Accidentally removed the header tchar.h. Fixed.
(edit) @63584   8 years vboxsync bugref:8482. The redundant async task implementations was eliminated …
(edit) @63563   8 years vboxsync scm: cleaning up todos
(edit) @63256   8 years vboxsync Main: warnings
(edit) @63187   8 years vboxsync ThreadTask: Cleaning up handler() methods.
(edit) @63182   8 years vboxsync ThreadTask: split createThread up into three methods to avoid having …
(edit) @63181   8 years vboxsync Main: warnings/cleanup
(edit) @63178   8 years vboxsync Main: warnings
(edit) @62922   8 years vboxsync Main/VirtualBox: eliminate VBoxComEvents use
(edit) @62919   8 years vboxsync Please use 'static const' on data that is constant, don't make the …
(edit) @62468   8 years vboxsync Main: scm
(edit) @61190   9 years vboxsync Main/VirtualBox: release logging of VirtualBox object creation/deletion
(edit) @61009   9 years vboxsync Main: big settings cleanup and writing optimization. Moved …
(edit) @60786   9 years vboxsync Main/NATNetwork+NATEngine: simplify settings handling greatly by …
(edit) @60763   9 years vboxsync Main/VirtualBox: cleanup
(edit) @60065   9 years vboxsync Main/VirtualBoxClient: more early failure fixes, complementing the …
(edit) @60059   9 years vboxsync VirtualBox::init: log statement fix.
(edit) @59996   9 years vboxsync Main/VirtualBox: postpone the error reporting from VirtualBox object …
(edit) @59571   9 years vboxsync Main(bugref:7809): Moved driver version reporting from VBox.log to …
(edit) @59087   9 years vboxsync bugref:7179. auto_ptr was removed from the files VirtualBoxImpl.cpp …
(edit) @58132   9 years vboxsync *: Doxygen fixes.
(edit) @57438   9 years vboxsync DECLCALLBACK
(edit) @57428   9 years vboxsync DECLCALLBACK
(edit) @57134   9 years vboxsync Main/Machine: fix session state checking helpers (properly …
(edit) @56398   9 years vboxsync IVirtualBox: Added APIRevision attribute for the ValidationKit, …
(edit) @55988   10 years vboxsync iprt/log.h,SUPDrv: Replaced the 'personal' logging groups with 6 more …
(edit) @55839   10 years vboxsync VBoxSVC: log the home directory
(edit) @55255   10 years vboxsync Main/Snapshot: only update the machine state on the VM process if …
(edit) @55209   10 years vboxsync Main/VirtualBox: preserve useful error code which indicates trouble …
(edit) @54972   10 years vboxsync Main/VirtualBox: remove unused header file
(edit) @54948   10 years vboxsync Main/Medium+Snapshot: make all code recursing over trees (objects …
(edit) @54438   10 years vboxsync Main/VirtualBox: eliminate redundant parameter to i_registerMedium, …
(edit) @54276   10 years vboxsync Main/src-server: unused var. warning.
(edit) @53354   10 years vboxsync R7524 - needs testing in VBoxManage.
(edit) @53323   10 years vboxsync Main/VirtualBox: take vbox lock before locking dhcp server list (#7500)
(edit) @52934   10 years vboxsync Main: safearray cleanup, removed unnecessary SafeArray<->vector conversions
(edit) @52615   10 years vboxsync Main/src-server: warnings.
(edit) @52596   10 years vboxsync Storage/VD + Main/ExtPackManager+VirtualBox+SystemProperties: …
(edit) @52585   10 years vboxsync Storage/VD + Main/ExtPackManager+VirtualBox+SystemProperties: handle …
(edit) @52546   10 years vboxsync VBox/Main: #1909: Independent QMTranslator implementation. Some fixes …
(edit) @52312   10 years vboxsync 6219: New parameters related to file size / recording time limitation …
(edit) @52168   10 years vboxsync Main/VirtualBox+Medium+Snapshot: fix lock inconsistency which crept …
(edit) @52095   10 years vboxsync Main/Medium+AutoCaller+others: fix medium uninit deadlock caused by …
(edit) @51903   10 years vboxsync Main: AutoCaller/VirtualBoxBase refactoring, cleanly splitting out the …
(edit) @51888   10 years vboxsync Main: Add possibility to add medium properties for filters in a way …
(edit) @51745   10 years vboxsync Main: skip invalid Machine records when walking over VirtualBox.xml.
(edit) @51498   11 years vboxsync 6813 - MachineImpl use of server side wrappers + misc mods on other …
(edit) @51441   11 years vboxsync Main: code formatting.
(edit) @51092   11 years vboxsync 6813 src-client/MachineDebuggerImpl.cpp + various formatting changes
(edit) @51041   11 years vboxsync Main/VirtualBox: fix regression (array of empty strings instead of …
(edit) @50914   11 years vboxsync 6813 src-all/ExtPackManagerImpl.cpp
(edit) @50874   11 years vboxsync 6813 src-all/ProgressImp.cpp + some formatting/line length sorting
(edit) @50545   11 years vboxsync Main/EventSource+VirtualBox: better event source cleanup (for now used …
(edit) @50544   11 years vboxsync Main/Event: eliminate unused parameter
(edit) @50434   11 years vboxsync Main/VirtualBox: fix some Utf8Str/Bstr related format string breakages …
(edit) @50395   11 years vboxsync Main: warning
(edit) @50384   11 years vboxsync Main: restore case insensitive comparison
(edit) @50380   11 years vboxsync Main: fixed attribute type of IVirtualBox::getGuestOSType(). It's a …
(edit) @50356   11 years vboxsync 6813 - stage 7 rev 2
(edit) @50355   11 years vboxsync 6813 stage 7 VirtualBoxImpl.cpp etc
(edit) @49951   11 years vboxsync 6813 - stage 5 - Make use of server side API wrapper code in all interfaces
(edit) @49795   11 years vboxsync 6813 - stage 3 rev 1
(edit) @49742   11 years vboxsync 6813 stage 2 - Use the server side API wrapper code..
(edit) @49644   11 years vboxsync stage 1/8 of 6813 changes
(edit) @49517   11 years vboxsync Main: NetworkServiceRunner dependencies included in …
(edit) @49496   11 years vboxsync build-fix: like r90651.
(edit) @49219   11 years vboxsync VirtualBox.cpp: VirtualBox::natNetworkRefInc and …
(edit) @48968   11 years vboxsync Main/NATNetwork: more logging
(edit) @48955   11 years vboxsync Main: Whitespace (including tabs!) and svn:keywords cleanups by scm.
(edit) @48817   11 years vboxsync Main: don't fire event if HostNameResolutionConfigurationChangeEvent …
(edit) @48804   11 years vboxsync Main: VirtualBox::onHostNameResolutionConfigurationChange()
(edit) @48709   11 years vboxsync NatNetwork: reference counting. intoroduces natNetworkRef{Inc,Dec}, if …
(edit) @48297   11 years vboxsync Main/Medium: redesign API level medium locking, needed conversions …
(edit) @47597   11 years vboxsync Main/VirtualBox: remove accidental test code checkin, breaking …
(edit) @47561   11 years vboxsync Main/VirtualBox+Machine+Session: separate out the client death …
(edit) @47018   11 years vboxsync Main: re-commit r86967 Main/Network: DHCP server has got the ear in …
(edit) @46969   11 years vboxsync backed out …
(edit) @46959   11 years vboxsync Main/Network: DHCP server has got the ear in Main, and we able …
(edit) @46651   11 years vboxsync Build fix.
(edit) @46649   11 years vboxsync Forward ported r85941 and required build fixes (Main: Implemented new …
(edit) @45356   12 years vboxsync tabs
(edit) @45157   12 years vboxsync Main/NATNetworks: VirtualBox::RemoveNATNetwork returns S_OK in …
(edit) @45145   12 years vboxsync Main: build fix; warninMain: build fix; warning
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