VirtualBox

source: vbox/trunk/src/VBox/Main

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @67654   7 years vboxsync IUnattended: Some refactoring, probably not quite working right yet.
(edit) @67652   7 years vboxsync IUnattended: Some refactoring, probably not quite working right yet.
(edit) @67646   7 years vboxsync glue/string.cpp: parseKeyValue: Use new find method.
(edit) @67642   7 years vboxsync Main: Modified Utf8Str::parseKeyValue implementation to never return …
(edit) @67641   7 years vboxsync VideoRec.cpp: r=bird: Hmm, seems parseKeyValue was too cleverly …
(edit) @67640   7 years vboxsync Utf8Str::parseKeyValue: Docs and style.
(edit) @67639   7 years vboxsync ConsoleImpl2.cpp: strDebugOptions.parseKeyValue can return empty …
(edit) @67636   7 years vboxsync Main/HostNetworkInterfaceImpl: enableStaticIPConfigV6 - Fix inverted …
(edit) @67634   7 years vboxsync Main/HostNetworkInterfaceImpl: Restore all-zeroes (any) IPv6 address …
(edit) @67633   7 years vboxsync Main/HostNetworkInterfaceImpl: enableStaticIPConfigV6 - Validate new …
(edit) @67626   7 years vboxsync typo
(edit) @67625   7 years vboxsync Main/Machine+Main/xml: use default hardware version from XML schema …
(edit) @67623   7 years vboxsync VBoxProxyStub.c: coding style
(edit) @67622   7 years vboxsync VBoxProxyStub.c: off-by-two
(edit) @67620   7 years vboxsync IUnattended: Added props for auxiliary paths.
(edit) @67618   7 years vboxsync Unattended: Renaming overloaded init method.
(edit) @67617   7 years vboxsync Main,VBoxManage: IUnattended::vboxAdditionsIsoPath -> …
(edit) @67609   7 years vboxsync VBoxSVC: better don't bother us with reports about missing USB vendor …
(edit) @67608   7 years vboxsync Main/Settings: prepare for 5.2 settings, without anything actually …
(edit) @67566   7 years vboxsync dropped composeIPv6Address() and composeHardwareAddress()
(edit) @67561   7 years vboxsync Main: bugref:8902: optimized composeHardwareAddress() and …
(edit) @67531   7 years vboxsync Main/Display: eliminate the old resize code, the new code is well …
(edit) @67492   7 years vboxsync Main/MediumAttachment: remove too paranoid assertion, this method is …
(edit) @67474   7 years vboxsync Devices/DevVGA: Unify the drawing logic (full update is handled by the …
(edit) @67466   7 years vboxsync Main/Snapshot: fix too paranoid assertion, snapshots without a name …
(edit) @67440   7 years vboxsync Main/ConsoleImpl: announce the MCFG area to EFI
(edit) @67433   7 years vboxsync Main/Snapshot: Pass the restored snapshot ID as part of the event, for …
(edit) @67432   7 years vboxsync Main: Use RTNetPrefixToMaskIPv6() instead of incorrect ASMBitSetRange().
(edit) @67431   7 years vboxsync Main: ASMBitSetRange and ASMBitFirstClear don't do the right thing for …
(edit) @67390   8 years vboxsync Main/NetIf-win: bugref:8902: use correct function to determine the …
(edit) @67273   8 years vboxsync Main/Appliance: use the proper version info for the tar member group string
(edit) @67257   8 years vboxsync Main/ApplianceImplExport.cpp: Try get the names consistent when …
(edit) @67254   8 years vboxsync Main/ApplianceExport: Set special user and group names and IDs in the …
(edit) @67252   8 years vboxsync Main/Appliance::i_writeFSOPC: Clean up. Drop the try/catch based …
(edit) @67249   8 years vboxsync Main/Appliance++: Removed non-VBOX_WITH_NEW_TAR_CREATOR code.
(edit) @67245   8 years vboxsync Main/ProgresImpl: Added a callback method for VD as well …
(edit) @67244   8 years vboxsync Main,VD: Compressed the Medium::i_exportFile method …
(edit) @67242   8 years vboxsync Main/ProgresImpl: Added a callback method for VD as well …
(edit) @67239   8 years vboxsync Main/MediumImpl: bugref:8344: use RTPathStartsWithRoot() to ensure …
(edit) @67237   8 years vboxsync Main/Medium::i_addRawToFss: Split out the opening of the medium as we …
(edit) @67234   8 years vboxsync Main/Medium::i_addRawToFss: Added missing AutoCaller.
(edit) @67233   8 years vboxsync Main/Medium::i_addRawToFss: Removed unnecessary lock list Clear call, …
(edit) @67232   8 years vboxsync Main/ApplianceExport/Medium: Added progress to i_addRawToFss.
(edit) @67231   8 years vboxsync Main/ApplianceExport/Medium: Added progress to i_addRawToFss.
(edit) @67230   8 years vboxsync Main/ProgressImpl: Added IPRT progress callback method.
(edit) @67226   8 years vboxsync Main/MediumImpl: bugref:8344: enforce an absolute path when changing …
(edit) @67225   8 years vboxsync Appliance::i_writeFSImpl: hManifest isn't used, drop it.
(edit) @67219   8 years vboxsync Main/Console: Use RT_SUCCESS() for IPRT status codes
(edit) @67211   8 years vboxsync Main: Enabled new tar creator code in IAppliance.
(edit) @67210   8 years vboxsync Main: Appliance: filename fixes
(edit) @67209   8 years vboxsync Main: Appliance: todo
(edit) @67208   8 years vboxsync Main,VBoxManage: More OPC hacking. Seems to be working now.
(edit) @67205   8 years vboxsync Main: More hacking on OPC exporting.
(edit) @67203   8 years vboxsync Main: ApplianceImplExport.cpp: More hacking on OPC exporting.
(edit) @67199   8 years vboxsync Main: ApplianceImplExport.cpp: Hacking OPC exporting.
(edit) @67197   8 years vboxsync Main: ApplianceImplExport.cpp: Hacking OPC exporting.
(edit) @67195   8 years vboxsync Main: ApplianceImplExport.cpp: Hacking OPC exporting.
(edit) @67193   8 years vboxsync Main: ApplianceImplExport.cpp: Hacking OPC exporting.
(edit) @67190   8 years vboxsync Main: ApplianceImplExport.cpp: Got VBOX_WITH_NEW_TAR_CREATOR mostly …
(edit) @67184   8 years vboxsync Main: Reworking IAppliance export to use new TAR creator. Changes …
(edit) @67172   8 years vboxsync MediumImpl: @todo
(edit) @67142   8 years vboxsync ApplianceImpl*: Started implementing support for the new TAR creator …
(edit) @67067   8 years vboxsync drop VBOX_WITH_QTGUI_V5 and friends
(edit) @67055   8 years vboxsync ConsoleImpl2: Prevent launching VMs with invalid APIC combinations.
(edit) @67049   8 years vboxsync Main/glue/vboxapi.py: clean up, remove vbox attribute, eliminate …
(edit) @66945   8 years vboxsync build fix
(edit) @66944   8 years vboxsync Main/Machine: Streamline API default handling for network adapters …
(edit) @66943   8 years vboxsync build fix
(edit) @66942   8 years vboxsync Main/Machine: fix parallel port settings loading, which suffers from a …
(edit) @66941   8 years vboxsync Main/Machine: Use the internal method for querying the guest OS type …
(edit) @66940   8 years vboxsync Main/NetworkAdapter+NATEngine: Improve default handling (deal with …
(edit) @66939   8 years vboxsync Main/SerialPort: make applying the default settings more flexible, …
(edit) @66938   8 years vboxsync Main/VirtualBox+DHCPServer+GuestOSType: lots of redundant Bstr/Utf8Str …
(edit) @66926   8 years vboxsync Main: spaces
(edit) @66925   8 years vboxsync Main/Machine+GuestOSType: few more convenience functions for getting data
(edit) @66924   8 years vboxsync whitespace
(edit) @66922   8 years vboxsync VBox/Main: ​bugref:3300: VBoxSVC from terminal server session is not …
(edit) @66902   8 years vboxsync VBox/Main: ​bugref:3300: VBoxSVC from terminal server session is not …
(edit) @66900   8 years vboxsync Main/GuestControl: fix iterator increment which was lost in previous change
(edit) @66899   8 years vboxsync it++ => ++it
(edit) @66898   8 years vboxsync Main/SecretKeyStore: proper iterator increment
(edit) @66897   8 years vboxsync Main/SecretKeyStore: be less pushy with iterators
(edit) @66896   8 years vboxsync Main/Guest Control: Iterator fixes for signalWaitEvent() and …
(edit) @66895   8 years vboxsync Main/MediumLock: fix for MediumLockListMap::Clear cleanup
(edit) @66894   8 years vboxsync Backed out r115409 again.
(edit) @66893   8 years vboxsync Main/MediumLock: MediumLockListMap::Clear cleanup
(edit) @66892   8 years vboxsync Main/Guest Control: Iterator fixes for signalWaitEvent() and …
(edit) @66891   8 years vboxsync Main/EmulatedUSBImpl.cpp: WebcamsMap cleanup.
(edit) @66877   8 years vboxsync Main: bugref:8855: make it better readable
(edit) @66875   8 years vboxsync Main: bugref:8855: when renaming settings, don't change the config …
(edit) @66870   8 years vboxsync Main/ConsoleImpl: bugref:8855: don't ignore the error code when …
(edit) @66857   8 years vboxsync Guest Control/Main: Event fixes (for bugref:8833): * Check for …
(edit) @66832   8 years vboxsync Main: Adjustments for Visual C++ v12 / Visual Studio 2013. New warnings.
(edit) @66816   8 years vboxsync Main: increased the default RAM size for Windows 7 / 2008(R2) …
(edit) @66796   8 years vboxsync Main/tstCollector: use symbolic constant
(edit) @66795   8 years vboxsync Main/tstCollector: make it always return 0. The current error handling …
(edit) @66704   8 years vboxsync Main/Makefile.kmk: try fix bad if.
(edit) @66703   8 years vboxsync Main/Makefile.kmk: try fix bad if.
(edit) @66646   8 years vboxsync Main/NetIf (bugref:8846): Fixed VBoxSVC crash on updating adapter list …
(edit) @66643   8 years vboxsync Main/Makefile.kmk: Apply KB_FN_AUTO_CMD_DEPS_COMMANDS to double …
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