VirtualBox

source: vbox/trunk/src/VBox/Main/MediumImpl.cpp

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @31777   14 年 vboxsync Main/Medium: Resize operation
(edit) @31746   14 年 vboxsync Main: Added input validations missing in r64842.
(edit) @31712   14 年 vboxsync Main/Medium: automatically repair base images with a non-zero parent UUID
(edit) @31698   14 年 vboxsync Main, frontends: unsigned long long -> long long
(edit) @31615   14 年 vboxsync Main: Implemenation of per-machine media registries; …
(edit) @31571   14 年 vboxsync Main: protect Medium::setIDs depending on medium state
(edit) @31570   14 年 vboxsync Main: fix for missing UUIDs for dvd and floppy media
(edit) @31568   14 年 vboxsync Main: combine IVirtualBox::openHardDisk(), openDVDImage(), …
(edit) @31562   14 年 vboxsync Main: merge IVirtualBox::FindHardDisk, GetHardDisk, FindDVDImage, …
(edit) @31539   14 年 vboxsync Main: use settings struct for machine user data; remove …
(edit) @31482   14 年 vboxsync Main: less string copying with media paths
(edit) @31481   14 年 vboxsync Main: use a shared type for string maps
(edit) @31480   14 年 vboxsync Main: use Utf8Str for media properties (also fixes incorrect length …
(edit) @31479   14 年 vboxsync Main: add registry machine methods
(edit) @31370   14 年 vboxsync Main: cleanup machine renames, remove dead code
(edit) @31358   14 年 vboxsync Main: convert more Medium and MediumFormat internals to Utf8Str
(edit) @31333   14 年 vboxsync Main: rework new implementation of Machine::Unregister() and …
(edit) @31308   14 年 vboxsync Main: storage controller/attachment cleanup
(edit) @31306   14 年 vboxsync Main: optimization
(edit) @31300   14 年 vboxsync Main: fix floppy/dvd breakage
(edit) @31281   14 年 vboxsync Main: one function instead of two for finding DVD and floppy images
(edit) @31258   14 年 vboxsync Main/Medium+Storage/VBoxHDD: fix incorrect handling of diff media in …
(edit) @31239   14 年 vboxsync Main: use VBox error codes in IMedium
(edit) @31236   14 年 vboxsync Main: rename internal medium attach/detach methods
(edit) @31180   14 年 vboxsync Main/Medium+Main/Console+Storage: Pass a flag for the medium type …
(edit) @31164   14 年 vboxsync Main/Medium: fix querying the AutoReset property, was broken since …
(edit) @31098   14 年 vboxsync iSCSI: First part for async I/O. Move I/O into a separate thread and …
(edit) @31068   14 年 vboxsync build fix
(edit) @31063   14 年 vboxsync Main/Medium: Implement medium type Shareable, and along the way added …
(edit) @30929   14 年 vboxsync Main: add option to UnregisterMachine() to automatically nuke all …
(edit) @30764   14 年 vboxsync back out r63543, r63544 until windows build problems can be solved properly
(edit) @30760   14 年 vboxsync Main: separate internal machine data structs into MachineImplPrivate.h …
(edit) @30739   14 年 vboxsync Main: remove VirtualBoxSupportTranslation template, add translation …
(edit) @30714   14 年 vboxsync Main: remove SupportErrorInfo template magic
(edit) @30681   14 年 vboxsync Main: COM header cleanup (remove obscure and unused templates), second try
(edit) @30676   14 年 vboxsync Main: back out r63429
(edit) @30670   14 年 vboxsync Main: COM header cleanup (remove obscure and unused templates)
(edit) @30380   14 年 vboxsync Main: make calculateRelativePath methods a bit smarter and rename them …
(edit) @30377   14 年 vboxsync Main: do not hold any other lock while calling …
(edit) @30314   14 年 vboxsync Main: fixes to saveSettings and locking calls, part 2
(edit) @30309   14 年 vboxsync Storage/iSCSI: switch to sending in a single call, avoiding separate …
(edit) @30292   14 年 vboxsync Main/Medium: add a couple of forgotten AutoCaller objects to fix …
(edit) @30277   14 年 vboxsync Main/Medium: fix broken error messages
(edit) @29940   15 年 vboxsync Main/Medium: fix a couple of lock order violations around calling …
(edit) @29618   15 年 vboxsync Main/Medium: BOOL->bool in many places, gets rid of a gcc warning
(edit) @29386   15 年 vboxsync compact headers
(edit) @29336   15 年 vboxsync Main: document fFailIfInaccessible
(edit) @29325   15 年 vboxsync Main/Machine: fix regression due to negated bool parameter resulting …
(edit) @29311   15 年 vboxsync Main/Medium: small assertion fix when creating diff images for …
(edit) @29224   15 年 vboxsync Main: turn ISO not found error into warning to allow restoring VMs …
(edit) @29211   15 年 vboxsync Main: be a little less verbose when reporting missing media files
(edit) @29210   15 年 vboxsync Main: be a little less verbose when reporting missing media files
(edit) @29207   15 年 vboxsync Main/Medium: improve r61220, second try (add forgotten medium registry …
(edit) @29204   15 年 vboxsync Main/Medium: improve r61220 (add forgotten medium registry save when …
(edit) @29149   15 年 vboxsync Main/Medium: add forgotten medium registry save when deleting the …
(edit) @29028   15 年 vboxsync Main/Medium: New API method for directly querying the MediumFormat …
(edit) @28888   15 年 vboxsync Main/Medium: new stub medium type "Shareable", plus assorted frontend …
(edit) @28874   15 年 vboxsync Main/MediumImpl: forgotten variable names
(edit) @28872   15 年 vboxsync Main/Medium: new helper method for fixing up parent UUIDs of children …
(edit) @28835   15 年 vboxsync Main: live snapshot merging. initially limited to forward merging …
(edit) @28800   15 年 vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28770   15 年 vboxsync Main/Snapshot+Medium: fix a medium locking and medium state bug
(edit) @28587   15 年 vboxsync Main/Medium: fix parameter passing for mergeTo(), eliminating …
(edit) @28585   15 年 vboxsync Main/Console+Machine+Snapshot+Medium: Start with online snapshot …
(edit) @28526   15 年 vboxsync Main/MediumImpl: fix regression when creating diff images
(edit) @28401   15 年 vboxsync Main/Machine+Snapshot+Medium: Big medium locking cleanup and …
(edit) @27831   15 年 vboxsync Main/Medium: auto_ptr is evil, removed its use with the task objects
(edit) @27824   15 年 vboxsync Main/Medium: meditum tree lock comment cleanup
(edit) @27811   15 年 vboxsync Main/MediumImpl: reordered initializers to make gcc happy
(edit) @27803   15 年 vboxsync Main/Medium: big medium task cleanup, safe use of auto_ptr<Medium::Task>.
(edit) @27774   15 年 vboxsync Main: fix locking order violation in Medium::CloneTo()
(edit) @27663   15 年 vboxsync Main: fix warning
(edit) @27607   15 年 vboxsync Main: remove templates for 'weak' com pointers which do nothing anyway
(edit) @27592   15 年 vboxsync Main: improve r59084 a bit
(edit) @27564   15 年 vboxsync MediumImpl.cpp: Committed a temporary hack for the deadlock in …
(edit) @27392   15 年 vboxsync Snapshots: Fix corruption during merge of snapshots
(edit) @27279   15 年 vboxsync Main: stupid typo (really fixes assertion in Medium::close() this time)
(edit) @27256   15 年 vboxsync Main: fix regressions with renaming VMs; as a welcome side effect, …
(edit) @27232   15 年 vboxsync Storage/VBoxHDD+DrvVD: implement framework for providing thread …
(edit) @27200   15 年 vboxsync Main: fix assertion and crash when unregistering ISO
(edit) @26984   15 年 vboxsync Main/MediumImpl,VirtualBoxBase: eliminate AutoMayUninitSpan, as it …
(edit) @26916   15 年 vboxsync VBoxHDD: introduce new function pointers to the TCP interface for …
(edit) @26809   15 年 vboxsync warning
(edit) @26753   15 年 vboxsync Main: Bstr makeover (third attempt) -- make Bstr(NULL) and Bstr() …
(edit) @26603   15 年 vboxsync Main: back out r57775
(edit) @26587   15 年 vboxsync Main: Bstr makeover (second attempt) -- make Bstr(NULL) and Bstr() …
(edit) @26553   15 年 vboxsync Main: backing out r57728 + r57730 which burn on windows
(edit) @26550   15 年 vboxsync Main: Bstr makeover -- make Bstr(NULL) and Bstr() behave the same; …
(edit) @26296   15 年 vboxsync more warnings.
(edit) @26236   15 年 vboxsync Main: remove some dead errorinfo code
(edit) @26201   15 年 vboxsync Main: fix deleteSnapshot() which was broken for immutable and …
(edit) @26186   15 年 vboxsync Main: coding style fixes
(edit) @25930   15 年 vboxsync Main: remove separate snapshots tree lock, have snapshots list use …
(edit) @25907   15 年 vboxsync Main: fix regression from today that media registry was not saved …
(edit) @25903   15 年 vboxsync Main: make restoreSnapshot() work with the lock validator; take …
(edit) @25888   15 年 vboxsync Main: split up huge Medium task thread function, part 4 (done)
(edit) @25887   15 年 vboxsync Main: split up huge Medium task thread function, part 3
(edit) @25886   15 年 vboxsync Main: split up huge Medium task thread function, part 2
(edit) @25882   15 年 vboxsync Main: split up huge Medium task thread function, part 1
(edit) @25860   15 年 vboxsync Main: cleanup: get rid of VirtualBoxBaseProto, move AutoCaller*/*Span* …
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

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