VirtualBox

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

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @45098   12 年 vboxsync Main/Snapshot: fragment of code has been replaced by a call …
(edit) @45073   12 年 vboxsync Main/win/NetIf-win.cpp: release logging fix
(edit) @45068   12 年 vboxsync Main/Machine: rename two methods for better compatibility with …
(edit) @45067   12 年 vboxsync Main/VirtualBox: report zero UUID as in use, fix compiler warning
(edit) @45051   12 年 vboxsync Main/Metrics: handle less common cases for FS to disk resolution (#6345)
(edit) @44948   12 年 vboxsync Main/SystemProperties+Machine: new config setting for default VM …
(edit) @44814   12 年 vboxsync Main/Machine: allow MachineState_Stopping when updating guest …
(edit) @44742   12 年 vboxsync Main/Metrics: Generic implentation of link state and stubs for line …
(edit) @44726   12 年 vboxsync Main/Metrics: Do not query interface speed for inactive ones on …
(edit) @44548   12 年 vboxsync Main/Metrics: Update link status on metrics setup, do not collect …
(edit) @44529   12 年 vboxsync header (C) fixes
(edit) @44528   12 年 vboxsync header (C) fixes
(edit) @44503   12 年 vboxsync Main: change API. Interface IMediumFormat was touched. Attribute …
(edit) @44490   12 年 vboxsync Main/Machine: avoid triggering spurious MachineStateChanged events for …
(edit) @44480   12 年 vboxsync Main: fixed small typo inside the loop
(edit) @44475   12 年 vboxsync Main/Metrics: Per-VM CPU load fix for Darwin (#6345)
(edit) @44467   12 年 vboxsync Reverted r83474
(edit) @44466   12 年 vboxsync Main/Metrics: Per-VM CPU load on Darwin brought in line with other …
(edit) @44450   12 年 vboxsync Main/Metrics: Adjust per-VM CPU load by number of cores on Solaris (#6345)
(edit) @44433   12 年 vboxsync Main/Medium: improve the error handling for medium UUID change …
(edit) @44409   12 年 vboxsync Main/Medium: resizing needs to update the image size information, and …
(edit) @44407   12 年 vboxsync Main/VRDEServer: allow settings changes when the VM is saved, plus …
(edit) @44406   12 年 vboxsync Main/Snapshot: fix indentation
(edit) @44395   12 年 vboxsync Main/SnapshotImpl: Select merge direction based on the image size
(edit) @44381   12 年 vboxsync Main: operator precedence
(edit) @44380   12 年 vboxsync remove compiler warning about that some variable shadows a previous local
(edit) @44379   12 年 vboxsync Main: The change ulong to ULONG inside the loops where enumeration …
(edit) @44376   12 年 vboxsync The changes inside loops where enumeration MediumVariant is converted. …
(edit) @44365   12 年 vboxsync Main: change API. Interface IMedium was touched. Handling enumeration …
(edit) @44353   12 年 vboxsync Main: machine folder name sanitising was not working in release …
(edit) @44350   12 年 vboxsync Main: machine folder name sanitising was not working in release …
(edit) @44349   12 年 vboxsync Main: machine folder name sanitising was not working in release builds.
(edit) @44327   12 年 vboxsync Main/Snapshot: the merge procedure became a little bit better. …
(edit) @44320   12 年 vboxsync Main: adjust r83244. Don't loop endlessly in case the PRNG is broken …
(edit) @44316   12 年 vboxsync Main: Check for already used UUIDs when registering a new non file …
(edit) @44274   12 年 vboxsync Guest properties/Main/: Added more safety checks, also re-validate …
(edit) @44240   12 年 vboxsync Main: Fix assertion, pMedium can be Null if there is an error
(edit) @44234   12 年 vboxsync Main/FreeBSD: Fix
(edit) @44191   12 年 vboxsync include,ExtPacks\Puel\UsbWebcam,Main,VRDP,VBoxManage: emulated USB webcam.
(edit) @44179   12 年 vboxsync build fix
(edit) @44174   12 年 vboxsync HostImpl.cpp / Host::GetProcessorFeature: Finally use /dev/vboxdrvu to …
(edit) @44167   12 年 vboxsync Main: Increased guest property lookup performance by using a map for …
(edit) @44153   12 年 vboxsync Main/Machine: unconditionally disable video encoding, should mitigate …
(edit) @44152   12 年 vboxsync Main/Snapshot+Console: Set up logging earlier to capture more error …
(edit) @44134   12 年 vboxsync Main/solaris/NetIF-solaris: fixed warning to make Parfait happy
(edit) @44124   12 年 vboxsync Eliminate last use of the CombinedProgess class - bugtracker id 6167
(edit) @44091   12 年 vboxsync Main: make the code more readable. Places where the comparisons were …
(edit) @44043   12 年 vboxsync Main/VirtualBox: fix bug in creating SnapshotEvents, the event type …
(edit) @44041   12 年 vboxsync Main/Snapshot: re-add a vital fix for taking snapshots which somehow …
(edit) @44039   12 年 vboxsync Main: renavation com::Guid class. PR5744
(edit) @44031   12 年 vboxsync Main/Metrics: Network counter wrap and non-sd disk fixes for Solaris …
(edit) @44029   12 年 vboxsync Main/Medium: fix logic for updating image UUID and parent UUID so that …
(edit) @43994   12 年 vboxsync Main/Metrics: Do not collect data for unplugged host interfaces (#6345)
(edit) @43978   12 年 vboxsync Main/Metrics: Host disk size for Solaris (#6345)
(edit) @43958   12 年 vboxsync Main/Metrics: Host disk size, linux only (#6345)
(edit) @43949   12 年 vboxsync Main/Metics: VM disk usage metric (#6345)
(edit) @43933   12 年 vboxsync Main/Metrics: Host link speed metric and the fix for base name …
(edit) @43915   12 年 vboxsync Main/Machine+Snapshot+Medium: fix cancelling snapshots, used to …
(edit) @43908   12 年 vboxsync Main/Metrics: VM network rate metrics (#6345)
(edit) @43907   12 年 vboxsync Same for DVD and floppy images
(edit) @43906   12 年 vboxsync Fix attaching a hard disk by UUID through VBoxManage (4.2 regression, …
(edit) @43900   12 年 vboxsync actually store the non-rotational flag (thanks Martin Zitek!)
(edit) @43897   12 年 vboxsync Main/solaris: Fix a performance metrics crash for release builds.
(edit) @43870   12 年 vboxsync Stop cancel operation succeeds ref 5903
(edit) @43845   12 年 vboxsync Main/Metrics: More reliable disk stats parsing (#6345)
(edit) @43843   12 年 vboxsync Main/Metrics: Remove new line character from disk name (#6345)
(edit) @43842   12 年 vboxsync Main/Metrics: Alternative way to collect disk stats on Linux (#6345)
(edit) @43840   12 年 vboxsync Main/Metrics: Fix volume name extraction in Linux (#6345)
(edit) @43836   12 年 vboxsync Main/Metrics: removed unused functions (#6345)
(edit) @43835   12 年 vboxsync Main/Metrics: Fix for UFS (#6345)
(edit) @43831   12 年 vboxsync Main/Metrics: Disk and filesystem metrics for Solaris (#6345)
(edit) @43794   12 年 vboxsync Main/Snapshot: issue 4386. Small changes in error messages and log …
(edit) @43740   12 年 vboxsync Main/Snapshot: only check free space on filesystems when the target …
(edit) @43715   12 年 vboxsync Main/Metrics: devmapper support in Linux (#6345)
(edit) @43689   12 年 vboxsync Main/Snapshot: issue 4386. Check available free space on the storages …
(edit) @43677   12 年 vboxsync Main/Snapshot: issue 4386. Check available free space on the storages …
(edit) @43669   12 年 vboxsync Main/MediumImpl: Fix deadlock when two threads attempt to close the …
(edit) @43668   12 年 vboxsync Main/Metrics: Fix for file descriptor leak in getInterfaceInfo()
(edit) @43629   12 年 vboxsync Main/Metrics: Linux fs/disk metrics, VBoxManage filtering + minor …
(edit) @43618   12 年 vboxsync Main/Metrics: Fixes for Solaris network metrics (#6345)
(edit) @43556   12 年 vboxsync build fix
(edit) @43555   12 年 vboxsync Main/PerformanceDarwin: switch to the runtime function for determining …
(edit) @43550   12 年 vboxsync build fix
(edit) @43547   12 年 vboxsync Main/PerformanceWin: switch to the runtime function for determining …
(edit) @43541   12 年 vboxsync Main/Metrics: Speed may not fit into uint32_t fixed (#6345)
(edit) @43538   12 年 vboxsync Main/Metrics: Host network interface metrics for Solaris (#6345)
(edit) @43525   12 年 vboxsync Main/Metrics: build fix
(edit) @43524   12 年 vboxsync Main/Metrics: Register metrics for bridged interfaces only (#6345)
(edit) @43523   12 年 vboxsync Main/Metrics: Do not fail if unable to get speed (#6345)
(edit) @43522   12 年 vboxsync Main/Metrics: More fixes (#6345)
(edit) @43518   12 年 vboxsync Main: Allow configuring CD/DVD drives for SCSI/SAS.
(edit) @43512   12 年 vboxsync Main/Metrics: build fix for lin32
(edit) @43507   12 年 vboxsync Main/Metrics: Alternative way to get link speed for old kernels (#6345)
(edit) @43479   12 年 vboxsync Main/VirtualBox: properly lock objects when saving the media registry, …
(edit) @43478   12 年 vboxsync Main/Medium: fix race (involving several locks and the object …
(edit) @43476   12 年 vboxsync Main/Medium: fix copy/paste bugs in error messages for resizing a medium
(edit) @43471   12 年 vboxsync Main/Metrics: Better call setVirtualBox before registerMetrics (#6439)
(edit) @43470   12 年 vboxsync Main/Metrics: Fixed SEGFAULT on attempt to configure host interface (#6439)
(edit) @43456   12 年 vboxsync Main/Metrics: Missing interface detection (#6345)
(edit) @43453   12 年 vboxsync Main/Metrics: Fixed the issue causing unregistration of all metrics …
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

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