VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @27564   15 years vboxsync MediumImpl.cpp: Committed a temporary hack for the deadlock in …
(edit) @27392   15 years vboxsync Snapshots: Fix corruption during merge of snapshots
(edit) @27279   15 years vboxsync Main: stupid typo (really fixes assertion in Medium::close() this time)
(edit) @27256   15 years vboxsync Main: fix regressions with renaming VMs; as a welcome side effect, …
(edit) @27232   15 years vboxsync Storage/VBoxHDD+DrvVD: implement framework for providing thread …
(edit) @27200   15 years vboxsync Main: fix assertion and crash when unregistering ISO
(edit) @26984   15 years vboxsync Main/MediumImpl,VirtualBoxBase: eliminate AutoMayUninitSpan, as it …
(edit) @26916   15 years vboxsync VBoxHDD: introduce new function pointers to the TCP interface for …
(edit) @26809   15 years vboxsync warning
(edit) @26753   15 years vboxsync Main: Bstr makeover (third attempt) -- make Bstr(NULL) and Bstr() …
(edit) @26603   15 years vboxsync Main: back out r57775
(edit) @26587   15 years vboxsync Main: Bstr makeover (second attempt) -- make Bstr(NULL) and Bstr() …
(edit) @26553   15 years vboxsync Main: backing out r57728 + r57730 which burn on windows
(edit) @26550   15 years vboxsync Main: Bstr makeover -- make Bstr(NULL) and Bstr() behave the same; …
(edit) @26296   15 years vboxsync more warnings.
(edit) @26236   15 years vboxsync Main: remove some dead errorinfo code
(edit) @26201   15 years vboxsync Main: fix deleteSnapshot() which was broken for immutable and …
(edit) @26186   15 years vboxsync Main: coding style fixes
(edit) @25930   15 years vboxsync Main: remove separate snapshots tree lock, have snapshots list use …
(edit) @25907   15 years vboxsync Main: fix regression from today that media registry was not saved …
(edit) @25903   15 years vboxsync Main: make restoreSnapshot() work with the lock validator; take …
(edit) @25888   15 years vboxsync Main: split up huge Medium task thread function, part 4 (done)
(edit) @25887   15 years vboxsync Main: split up huge Medium task thread function, part 3
(edit) @25886   15 years vboxsync Main: split up huge Medium task thread function, part 2
(edit) @25882   15 years vboxsync Main: split up huge Medium task thread function, part 1
(edit) @25860   15 years vboxsync Main: cleanup: get rid of VirtualBoxBaseProto, move AutoCaller*/*Span* …
(edit) @25843   15 years vboxsync Main: fix deadlock candidates detected by lock validator
(edit) @25836   15 years vboxsync Main: locking order fixes; GUI comes up now with strict locking enabled
(edit) @25443   15 years vboxsync Main: fix 'discarding hard disk' message
(edit) @25310   15 years vboxsync Main: lock validator, first batch: implement per-thread stack to trace …
(edit) @25279   15 years vboxsync Main: preparation for deadlock detection: clean up autolock classes
(edit) @25184   15 years vboxsync Main: bring back r55600 with fix for broken machine creation
(edit) @25182   15 years vboxsync Backed out 55600; unable to create new VMs
(edit) @25170   15 years vboxsync Main: rework VirtualBox implemenation to no longer use …
(edit) @25152   15 years vboxsync Main: kill VirtualBoxBaseWithTypedChildren template and rework Medium …
(edit) @25149   15 years vboxsync Main: cleanup: remove all CheckComRC* macros (no functional change)
(edit) @24989   15 years vboxsync Main: enable -Wshadow gcc option to warn about shadowed variables and …
(edit) @24954   15 years vboxsync Main: do not reset diff images for immutable disks if the machine has …
(edit) @24933   15 years vboxsync Main: Logging.
(edit) @24905   15 years vboxsync Main: fix two broken error messages
(edit) @24873   15 years vboxsync comment typo
(edit) @24725   15 years vboxsync Main/Medium: Move per-operation state (progress object reference etc) …
(edit) @24691   15 years vboxsync Main/MediumImpl: fix medium state refresh/locking order, as the …
(edit) @24563   15 years vboxsync Main/MediumImpl: dead code
(edit) @24509   15 years vboxsync Main: fix deleteSnapshot failure: medium backreferences were not …
(edit) @24462   15 years vboxsync Main: fix deadlock discarding images
(edit) @24458   15 years vboxsync Main: fix medium detachments when restoring snapshot, second try
(edit) @24345   15 years vboxsync Main: make backrefs code a bit more readable + add backrefs logging, …
(edit) @24273   15 years vboxsync Main: change Medium member variables from Bstr to Utf8 for better …
(edit) @24258   15 years vboxsync Main: new method Medium::RefreshState() which refreshes medium state; …
(edit) @24253   15 years vboxsync Main/MediumImpl: fix overly paranoid assert
(edit) @24230   15 years vboxsync MediumImpl.cpp: Corrected init order in Medium::Data().
(edit) @24215   15 years vboxsync Main/Medium: when locking a medium for reading/writing, wait for …
(edit) @24210   15 years vboxsync Main/Medium: substantial fixing of Medium::queryInfo(), and eliminate …
(edit) @24209   15 years vboxsync Main: fix restoreSnapshot() never detaching and deleting the …
(edit) @24157   15 years vboxsync MediumImpl.cpp: log locking.
(edit) @24134   15 years vboxsync Main/MediumImpl: fix misleading comment for one init method
(edit) @24126   15 years vboxsync MediumImpl: assign the correct devicetype when opening a medium
(edit) @24000   15 years vboxsync small svn property cleanup
(edit) @23973   15 years vboxsync *,RTFileOpen: Fixing RTFileOpen flag misdesign: The deny, access and …
(edit) @23947   15 years vboxsync API/Medium: stub for resizing method
(edit) @23823   15 years vboxsync API/Medium: new attribute to get the kind of medium (dvd/floppy/hard …
(edit) @23591   15 years vboxsync Main/MediumImpl: fix closing of DVD/floppy media.
(edit) @23451   15 years vboxsync whitespace
(edit) @23337   15 years vboxsync Main/MediumImpl: make sure that host drive locations do not get …
(edit) @23327   15 years vboxsync Main: more header cleanup; move VirtualBox instance data to cpp …
(edit) @23257   15 years vboxsync Main: IHost header cleanup, remove cruft elsewhere
(edit) @23235   15 years vboxsync API: fix opening new dvd/floppy images, introduce fallback format
(edit) @23223   15 years vboxsync API: big medium handling change and lots of assorted other cleanups …
(edit) @22624   15 years vboxsync Main: cosmetics
(edit) @22173   15 years vboxsync Main: the big XML settings rework. Move XML reading/writing out of …
(edit) @21878   15 years vboxsync Main: coding style: have Main obey the standard VirtualBox coding …
(edit) @20977   15 years vboxsync API: weed out NULL strings, as many clients cannot use them
(edit) @19239   16 years vboxsync Main: support for using VBox from Python on Windows (still certain …
(edit) @18813   16 years vboxsync Main/IMedium,IHardDisk: fix error handling so that VBOX_E_FILE_ERROR …
(edit) @18313   16 years vboxsync Main: a different approach to opening images read-only for import …
(edit) @18275   16 years vboxsync Main: fix borkage introduced by r44866 which caused all hard disk to …
(edit) @16867   16 years vboxsync Main: rename IHardDiskImage2 to IHardDiskImage; rename IFloppyImage2 …
(edit) @16853   16 years vboxsync Main: rename IDVDImage2 to IDVDImage
(edit) @16560   16 years vboxsync Main: do not include include/VBox/settings.h from other header files …
(edit) @16558   16 years vboxsync Main: back out r42503
(edit) @16557   16 years vboxsync Main: do not include include/VBox/settings.h from other header files …
(edit) @15215   16 years vboxsync Main: #3312: Restore the proper hard disk accessibility state after …
(edit) @15202   16 years vboxsync Main: Fixed regression after r40588 (no hard disk names in HD UI).
(edit) @15178   16 years vboxsync #3285: Improve error handling API to include unique error numbers …
(edit) @15124   16 years vboxsync Main: Only log full media location (to reduce logging).
(edit) @15051   16 years vboxsync Main: Cleaned up the long standing const BSTR = const (OLECHAR *) on …
(edit) @14972   16 years vboxsync #3285: Improve error handling API to include unique error numbers The …
(edit) @14931   16 years vboxsync Main: HardDisk2: Obey VD_CAP_UUID.
(edit) @14772   16 years vboxsync Added vim modelines to aid following coding guidelines, like no tabs, …
(edit) @14715   16 years vboxsync s/return E_NOTIMPL/ReturnComNotImplemented()/g Main/*.cpp as suggested …
(edit) @14579   16 years vboxsync Main: VirtualBoxBase::addCaller() now returns E_ACCESSDENIED. Also …
(edit) @14294   16 years vboxsync corrected a couple of typos
(edit) @13842   16 years vboxsync It's RTuuid not Ruuid.
(edit) @13838   16 years vboxsync Some more %V* -> %R* changes while at it.
(edit) @13837   16 years vboxsync s/%Vr\([acfs]\)/%Rr\1/g - since I'm upsetting everyone anyway, better …
(edit) @13835   16 years vboxsync s/VBOX_SUCCESS/RT_SUCCESS/g s/VBOX_FAILURE/RT_FAILURE/g - VBOX_SUCCESS …
(add) @13580   16 years vboxsync Ported s2 branch (r37120:38456).
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