|
|
@26201
|
15 years |
vboxsync |
Main: fix deleteSnapshot() which was broken for immutable and …
|
|
|
@26186
|
15 years |
vboxsync |
Main: coding style fixes
|
|
|
@26167
|
15 years |
vboxsync |
Main: get rid of isModified() loops in Machine and subclasses; …
|
|
|
@26088
|
15 years |
vboxsync |
Main: debugging notes, coding style
|
|
|
@26051
|
15 years |
vboxsync |
Main: fix assertion while taking offline snapshot
|
|
|
@25936
|
15 years |
vboxsync |
Main: make deleteSnapshot() work with the lock validator
|
|
|
@25930
|
15 years |
vboxsync |
Main: remove separate snapshots tree lock, have snapshots list use …
|
|
|
@25907
|
15 years |
vboxsync |
Main: fix regression from today that media registry was not saved …
|
|
|
@25903
|
15 years |
vboxsync |
Main: make restoreSnapshot() work with the lock validator; take …
|
|
|
@25860
|
15 years |
vboxsync |
Main: cleanup: get rid of VirtualBoxBaseProto, move AutoCaller*/*Span* …
|
|
|
@25834
|
15 years |
vboxsync |
Main: finish integration of Main lock validation with IPRT; only …
|
|
|
@25696
|
15 years |
vboxsync |
Main: fix stupid, stupid typo in r55674 which caused weirdness with …
|
|
|
@25310
|
15 years |
vboxsync |
Main: lock validator, first batch: implement per-thread stack to trace …
|
|
|
@25279
|
15 years |
vboxsync |
Main: preparation for deadlock detection: clean up autolock classes
|
|
|
@25200
|
15 years |
vboxsync |
Main: make MediumAttachment instance data private
|
|
|
@25194
|
15 years |
vboxsync |
Main: stop USBController from being a VirtualBoxBaseWithChildren; make …
|
|
|
@25152
|
15 years |
vboxsync |
Main: kill VirtualBoxBaseWithTypedChildren template and rework Medium …
|
|
|
@25151
|
15 years |
vboxsync |
Main: cleanup: std::list< ComOBjPtr<Medium> > typedefs
|
|
|
@25149
|
15 years |
vboxsync |
Main: cleanup: remove all CheckComRC* macros (no functional change)
|
|
|
@24992
|
15 years |
vboxsync |
Main: fix mac burn
|
|
|
@24989
|
15 years |
vboxsync |
Main: enable -Wshadow gcc option to warn about shadowed variables and …
|
|
|
@24920
|
15 years |
vboxsync |
SnapshotImpl.cpp: BeginSnapshot error path (#4486).
|
|
|
@24572
|
15 years |
vboxsync |
Main: gcc warning
|
|
|
@24556
|
15 years |
vboxsync |
Main/snapshots: another attempt at progress crash fixing
|
|
|
@24554
|
15 years |
vboxsync |
2nd attempt to fix the cast problem
|
|
|
@24553
|
15 years |
vboxsync |
Wrong pointer type for the progress object
|
|
|
@24509
|
15 years |
vboxsync |
Main: fix deleteSnapshot failure: medium backreferences were not …
|
|
|
@24458
|
15 years |
vboxsync |
Main: fix medium detachments when restoring snapshot, second try
|
|
|
@24447
|
15 years |
vboxsync |
Main: fix double medium detachment when restoring snapshot
|
|
|
@24433
|
15 years |
vboxsync |
Main: fix crash when deleting the only snapshot
|
|
|
@24354
|
15 years |
vboxsync |
Main: deleteSnapshot() fixes; should mostly work now
|
|
|
@24345
|
15 years |
vboxsync |
Main: make backrefs code a bit more readable + add backrefs logging, …
|
|
|
@24301
|
15 years |
vboxsync |
Main,Frontends: Added two new running states: Teleporting and …
|
|
|
@24299
|
15 years |
vboxsync |
Main: reorganize and document take/restore/delete snapshot code (no …
|
|
|
@24298
|
15 years |
vboxsync |
Main: snapshots code cleanup, renames, documentation, coding style
|
|
|
@24291
|
15 years |
vboxsync |
Main: remove redundant utf-8 conversion
|
|
|
@24279
|
15 years |
vboxsync |
Main: move huge amounts of snapshot code from MachineImpl.cpp to …
|
|
|
@24196
|
15 years |
vboxsync |
Main: add logging + weighted progress to restoreSnapshot(); convert …
|
|
|
@23341
|
15 years |
vboxsync |
Main: opimization for r52856
|
|
|
@23257
|
15 years |
vboxsync |
Main: IHost header cleanup, remove cruft elsewhere
|
|
|
@23223
|
15 years |
vboxsync |
API: big medium handling change and lots of assorted other cleanups …
|
|
|
@22778
|
15 years |
vboxsync |
Main: fix infinite recursion when renaming machines with snapshots
|
|
|
@22624
|
15 years |
vboxsync |
Main: cosmetics
|
|
|
@22173
|
15 years |
vboxsync |
Main: the big XML settings rework. Move XML reading/writing out of …
|
|
|
@21878
|
15 years |
vboxsync |
Main: coding style: have Main obey the standard VirtualBox coding …
|
|
|
@21835
|
15 years |
vboxsync |
Main: snapshots cleanup, documentation, memory leak fix, locking
|
|
|
@21826
|
15 years |
vboxsync |
Main: fix wrong snapshot counts introduced by r50442 (erroneous error …
|
|
|
@21825
|
15 years |
vboxsync |
Main: fix accidental infinite recursion creating snapshots introduced …
|
|
|
@21824
|
15 years |
vboxsync |
Main: fix snapshot cleanup error that leads to hangs to startup
|
|
|
@21823
|
15 years |
vboxsync |
Main: merge VirtualBoxBaseNEXT onto VirtualBoxBase, adjust Host …
|
|
|
@21686
|
15 years |
vboxsync |
Main: back out r50147 until the locking is properly understood; will …
|
|
|
@21622
|
15 years |
vboxsync |
Main: cleanup: merge VirtualBoxBase{WithTypedChildren}NEXT onto …
|
|
|
@21404
|
15 years |
vboxsync |
IPRT, Main: make ministring throw std::bad_alloc on allocation …
|
|
|
@21394
|
15 years |
vboxsync |
Backing out r49763 to fix Windows burns.
|
|
|
@21393
|
15 years |
vboxsync |
IPRT, Main: make ministring throw std::bad_alloc on allocation …
|
|
|
@21369
|
15 years |
vboxsync |
IPRT: hide ministring::operator bool() to force people to use …
|
|
|
@21362
|
15 years |
vboxsync |
backing out r49709 to fix windows burns for now
|
|
|
@21360
|
15 years |
vboxsync |
IPRT: hide ministring::operator bool() to force people to use …
|
|
|
@19239
|
16 years |
vboxsync |
Main: support for using VBox from Python on Windows (still certain …
|
|
|
@18482
|
16 years |
vboxsync |
SnapshotImpl.cpp: size_t warning.
|
|
|
@17260
|
16 years |
vboxsync |
#3551: “Main: Replace remaining collections with safe arrays”
Replace …
|
|
|
@15051
|
16 years |
vboxsync |
Main: Cleaned up the long standing const BSTR = const (OLECHAR *) on …
|
|
|
@14972
|
16 years |
vboxsync |
#3285: Improve error handling API to include unique error numbers
The …
|
|
|
@14772
|
16 years |
vboxsync |
Added vim modelines to aid following coding guidelines, like no tabs, …
|
|
|
@14579
|
16 years |
vboxsync |
Main: VirtualBoxBase::addCaller() now returns E_ACCESSDENIED. Also …
|
|
|
@13580
|
16 years |
vboxsync |
Ported s2 branch (r37120:38456).
|
|
|
@8155
|
17 years |
vboxsync |
The Big Sun Rebranding Header Change
|
|
|
@8083
|
17 years |
vboxsync |
Main: Renamed AutoLock => AutoWriteLock; AutoReaderLock => AutoReadLock.
|
|
|
@6076
|
17 years |
vboxsync |
Merged dmik/s2 branch (r25959:26751) to the trunk.
|
|
|
@5999
|
17 years |
vboxsync |
The Giant CDDL Dual-License Header Change.
|
|
|
@5627
|
17 years |
vboxsync |
Main: Improved Machine incapsulation by removing data(), userData(), …
|
|
|
@5218
|
17 years |
vboxsync |
Main: Fixed getDVDImageUsage()/getFloppyImageUsage() to a) prevent …
|
|
|
@4071
|
17 years |
vboxsync |
Biggest check-in ever. New source code headers for all (C) innotek files.
|
|
|
@2981
|
18 years |
vboxsync |
InnoTek -> innotek: all the headers and comments.
|
|
|
@1
|
55 years |
vboxsync |
import
|