VirtualBox

source: vbox/trunk/src/VBox/Main

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @62701   8 年 vboxsync VBoxMain/svcmain : fix for ​​​​​​​bugref:8161: added processing of …
(edit) @62692   8 年 vboxsync Use the iprt/win/iphlpapi.h wrappers to deal with preprocessor warnings.
(edit) @62691   8 年 vboxsync Use the iprt/win/netioapi.h and iprt/win/ntddndis.h wrappers to deal …
(edit) @62686   8 年 vboxsync Use the iprt/win/setupapi.h wrapper for setupapi.h to deal with …
(edit) @62681   8 年 vboxsync Use the iprt/win/winsock2.h wrapper for winsock2.h
(edit) @62679   8 年 vboxsync Use the iprt/win/windows.h wrapper for Windows.h
(edit) @62636   8 年 vboxsync cdefs.h,*: DECLARE_CLS_COPY_CTOR_ASSIGN_NOOP and …
(edit) @62602   8 年 vboxsync Main/xml/Settings.cpp: parse the version of the VirtualBox settings …
(edit) @62598   8 年 vboxsync Main/MachineDebugger: add method for getting the VM uptime
(edit) @62589   8 年 vboxsync Audio: Also define VBOX_WITH_AUDIO_DEBUG for VBoxC.
(edit) @62585   8 年 vboxsync Audio: Cleanup: Renamed VBOX_WITH_[OSS|ALSA|PULSE] -> …
(edit) @62580   8 年 vboxsync Audio: Initial commit of audio debug backend. This can dump the output …
(edit) @62577   8 年 vboxsync Build fix.
(edit) @62576   8 年 vboxsync Audio: Removed temporary 5.0 sources again (VBOX_WITH_AUDIO_50).
(edit) @62535   8 年 vboxsync (C) 2016
(edit) @62534   8 年 vboxsync (C) 2016
(edit) @62486   8 年 vboxsync (C) 2016
(edit) @62485   8 年 vboxsync (C) 2016
(edit) @62468   8 年 vboxsync Main: scm
(edit) @62445   8 年 vboxsync gcc warning. Probably better use SUCCEEDED_NP() but that's not available.
(edit) @62406   8 年 vboxsync 5.1.2 (and convert two LogRel() statements back to Log() in …
(edit) @62393   8 年 vboxsync Main/Appliance: fix generation of new MAC addresses on import (for …
(edit) @62383   8 年 vboxsync Main/GuestCtrlImplPrivate: set pvData = NULL on Clear()
(edit) @62379   8 年 vboxsync Main: 2nd try: fixes for a few -Wunused -Wconversion
(edit) @62372   8 年 vboxsync backed out r108916
(edit) @62370   8 年 vboxsync Main: a few fixes for -Wunused -Wconversion
(edit) @62363   8 年 vboxsync Main/VBoxSVC: enable -Wconversion plus a couple of fixes (all harmless)
(edit) @62358   8 年 vboxsync *: renamed RT_GCC_NO_DEPRECATED_BEGIN/END => …
(edit) @62349   8 年 vboxsync VBoxSVC: Correctly added -Wunused. The previous magic didn't work and …
(edit) @62346   8 年 vboxsync Main/Machine: add lock release which was lost in the previous changeset
(edit) @62343   8 年 vboxsync Main: do not truncate uint16_t to uint8_t in …
(edit) @62339   8 年 vboxsync Main/xml/Settings.cpp: fix last remaining (pretty harmless) default …
(edit) @62300   8 年 vboxsync Main/idl: fix outdated comment
(edit) @62298   8 年 vboxsync Main/xml/Settings.cpp: fix over-optimization with AudioAdapter …
(edit) @62296   8 年 vboxsync fix for r108820
(edit) @62295   8 年 vboxsync ticketref:15628: Main: don't depend on mpDrv being != NULL
(edit) @62292   8 年 vboxsync Main/Machine: Eliminate unneeded taking of the Host object lock in …
(edit) @62258   8 年 vboxsync Main/VirtualBoxClient: Turn into a proper COM/XPCOM singleton object. …
(edit) @62222   8 年 vboxsync Main/server: add a BUILDID to the server similar to what we have in …
(edit) @62221   8 年 vboxsync Appliance::i_readSignatureFile: RTCrX509Certificate_ReadFromBuffer …
(edit) @62192   8 年 vboxsync Main: Allow StorageBus_PCIe
(edit) @62176   8 年 vboxsync s/VBOX_WITH_AUDIO_STABLE/VBOX_WITH_AUDIO_50/
(edit) @62157   8 年 vboxsync *: Instead of suppressing -Wno-delete-non-virtual-dtor globally we try …
(edit) @62141   8 年 vboxsync Main: fixed a few small memory leaks
(edit) @62139   8 年 vboxsync bugref:8389: Main: fixed video recording with VBoxheadless
(edit) @62117   8 年 vboxsync Audio: Bugfixes, logging.
(edit) @62105   8 年 vboxsync Main/Machine: fix extradata map copying to work where STL isn't …
(edit) @62103   8 年 vboxsync Audio/src-client/ConsoleImpl2.cpp: Removed debug assertion.
(edit) @62067   8 年 vboxsync Main/idl/VirtualBox.xidl: WinMM is not supported.
(edit) @62066   8 年 vboxsync Main/idl/VirtualBox.xidl: Documentation.
(edit) @62056   8 年 vboxsync Audio: More cleanup for backend defines.
(edit) @62047   8 年 vboxsync bugref:8344. small improvement. Always uses original extension of image.
(edit) @62046   8 年 vboxsync Fix printf signed/unsigned mismatch.
(edit) @62014   8 年 vboxsync Main/Machine: add a stub for an aux settings file (which will be an …
(edit) @62013   8 年 vboxsync VBoxProxyStub.c: Include VBox/cdefs.h so VBOX_STRICT gets defined. …
(edit) @61986   8 年 vboxsync Main/AudioAdapter: whitespace cleanup
(edit) @61958   8 年 vboxsync Main/idl/{m,xp}idl.xsl: need to cast the custom return values (Windows …
(edit) @61935   8 年 vboxsync MachineDebuggerImpl.cpp: VMR3Suspend will fail if the VM is already …
(edit) @61930   8 年 vboxsync i_setVMRuntimeErrorCallback -> i_atVMRuntimeErrorCallback - ambigious …
(edit) @61923   8 年 vboxsync Audio: Removed defines for not implemented WINMM support for Windows.
(edit) @61922   8 年 vboxsync Audio: Main/src-client/DrvAudioVRDE.cpp: Also set status flags here, …
(edit) @61917   8 年 vboxsync Main: doxygen fix
(edit) @61915   8 年 vboxsync Main/idl: doxygen fixes: properly link to enums
(edit) @61914   8 年 vboxsync Main/webservice: warning
(edit) @61913   8 年 vboxsync src-client/ConsoleImpl2.cpp: Added an assertion for the deprecated …
(edit) @61912   8 年 vboxsync Main/xml/Settings.cpp: Fixes for deprecated SolAudio backend, bit of …
(edit) @61911   8 年 vboxsync Main/src-server/StorageControllerImpl.cpp: Warning.
(edit) @61910   8 年 vboxsync Main/src-server/MediumImpl.cpp: Warning.
(edit) @61908   8 年 vboxsync fix for ​​​​bugref:8441: improved windows procedures in Clipboard, DND …
(edit) @61893   8 年 vboxsync Main: Renamed ProcessCreateFlag::NoProfile to ProcessCreateFlag::Profile.
(edit) @61863   8 年 vboxsync Main/Medium: use != instead of bitwise for booleans.
(edit) @61792   8 年 vboxsync Main/Guest Control: Fixes for GA tests.
(edit) @61790   8 年 vboxsync bugref:8344. Removed useless comparison.
(edit) @61788   8 年 vboxsync re-enable x2APIC for new Linux VMs
(edit) @61786   8 年 vboxsync Main/MachineDebugger: Pause the VM before querying the guest stack or …
(edit) @61783   8 年 vboxsync Main/xml/Settings.cpp: fix PCnet default settings handling
(edit) @61778   8 年 vboxsync ConsoleImpl2.cpp: Maybe gcc is used uninitialized warnings.
(edit) @61776   8 年 vboxsync CPUM,APIC: Per-CPU APIC CPUID feature bit and MSR_IA32_APICBASE GP …
(edit) @61774   8 年 vboxsync ListenerRecord::enqueue: Don't try signal semaphore or even queue the …
(edit) @61765   8 年 vboxsync doxygen fix
(edit) @61758   8 年 vboxsync Temporarily disabled x2APIC for new VMs.
(edit) @61749   8 年 vboxsync required UUID change for r108134
(edit) @61747   8 年 vboxsync enable X2APIC for Linux guests
(edit) @61740   8 年 vboxsync Main/Display: when taking a screenshot of a blanked/disabled screen, …
(edit) @61714   8 年 vboxsync Main/xpcom/server.cpp: change the behavior of the SIGUSR1 signal …
(edit) @61713   8 年 vboxsync Main/MediumAttachment: Update the medium attachment log tag string …
(edit) @61697   8 年 vboxsync Main: default to E1000 I82543GC (PRO/1000 T Server) for Windows XP …
(edit) @61689   8 年 vboxsync Main: increased the default size of RAM, VRAM and hard disk of some …
(edit) @61686   8 年 vboxsync Main: allow to compile with VBOX_WITH_USB=
(edit) @61684   8 年 vboxsync Main: IDisplay reverted r108035, not needed
(edit) @61678   8 年 vboxsync Main: IDisplay restored compatibility with 5.0 by using reserved …
(edit) @61667   8 年 vboxsync bugref:8238 VBoxSVC settings - USBDeviceFilter
(edit) @61645   8 年 vboxsync bugref:8344. added logic when new location consists of only a filename …
(edit) @61644   8 年 vboxsync Main/ConsoleImpl: refine error handling for enabling the VRDE server
(edit) @61624   8 年 vboxsync Main: fixed lock ordering
(edit) @61617   8 年 vboxsync naughty!
(edit) @61611   8 年 vboxsync Main: properly revert the internal state if the VRDE server cannot be …
(edit) @61610   8 年 vboxsync Main: properly inform the user if the VRDE server cannot be started at …
(edit) @61609   8 年 vboxsync Audio: Update.
(edit) @61604   8 年 vboxsync bugref:8344. using RTPATH_SLASH.
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette