|
|
@31539
|
14 years |
vboxsync |
Main: use settings struct for machine user data; remove …
|
|
|
@30782
|
14 years |
vboxsync |
Main: fix confusion in new DebugBreakThrow macro
|
|
|
@30781
|
14 years |
vboxsync |
Main: fix confusion in new DebugBreakThrow macro
|
|
|
@30764
|
14 years |
vboxsync |
back out r63543, r63544 until windows build problems can be solved properly
|
|
|
@30763
|
14 years |
vboxsync |
Main/OVF: add DebugThrow macro to ease debugging
|
|
|
@30760
|
14 years |
vboxsync |
Main: separate internal machine data structs into MachineImplPrivate.h …
|
|
|
@30739
|
14 years |
vboxsync |
Main: remove VirtualBoxSupportTranslation template, add translation …
|
|
|
@30716
|
14 years |
vboxsync |
release build fixes
|
|
|
@30714
|
14 years |
vboxsync |
Main: remove SupportErrorInfo template magic
|
|
|
@29386
|
15 years |
vboxsync |
compact headers
|
|
|
@29385
|
15 years |
vboxsync |
Main: cleaned up some pedantic warnings.
|
|
|
@28800
|
15 years |
vboxsync |
Automated rebranding to Oracle copyright/license strings via filemuncher
|
|
|
@26984
|
15 years |
vboxsync |
Main/MediumImpl,VirtualBoxBase: eliminate AutoMayUninitSpan, as it …
|
|
|
@26753
|
15 years |
vboxsync |
Main: Bstr makeover (third attempt) -- make Bstr(NULL) and Bstr() …
|
|
|
@26238
|
15 years |
vboxsync |
Main: remove more dead code
|
|
|
@26186
|
15 years |
vboxsync |
Main: coding style fixes
|
|
|
@26171
|
15 years |
vboxsync |
Main: get rid of Backupable<>::hasActualChanges and the operator== in …
|
|
|
@26044
|
15 years |
vboxsync |
Main: move Host::Get{DVD|Floppy}Drives implementation into …
|
|
|
@25861
|
15 years |
vboxsync |
Main: windows build fix
|
|
|
@25859
|
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 …
|
|
|
@25813
|
15 years |
vboxsync |
Main: move AutoLock classes to glue
|
|
|
@25288
|
15 years |
vboxsync |
Main: preparation for deadlock detection: make lock instance data …
|
|
|
@25200
|
15 years |
vboxsync |
Main: make MediumAttachment instance data private
|
|
|
@25152
|
15 years |
vboxsync |
Main: kill VirtualBoxBaseWithTypedChildren template and rework Medium …
|
|
|
@25150
|
15 years |
vboxsync |
Main: build fix
|
|
|
@25145
|
15 years |
vboxsync |
Main: remove dead assert macro code
|
|
|
@24989
|
15 years |
vboxsync |
Main: enable -Wshadow gcc option to warn about shadowed variables and …
|
|
|
@24655
|
15 years |
vboxsync |
VirtualBoxBase.h: new may throw std::bad_alloc, so don't assing …
|
|
|
@24654
|
15 years |
vboxsync |
VirtualBoxBase.h: new may throw std::bad_alloc, so don't assing …
|
|
|
@23636
|
15 years |
vboxsync |
VirtualBoxBash.h: Added RT_UNLIKELY around a bunch of assertion and …
|
|
|
@23327
|
15 years |
vboxsync |
Main: more header cleanup; move VirtualBox instance data to cpp …
|
|
|
@23279
|
15 years |
vboxsync |
Main: remove VirtualBoxBaseWithChildren, convert IHost away from using it
|
|
|
@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 …
|
|
|
@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 …
|
|
|
@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 …
|
|
|
@20964
|
15 years |
vboxsync |
typo
|
|
|
@17688
|
16 years |
vboxsync |
Main API: cosmetics only; no code changes.
|
|
|
@16560
|
16 years |
vboxsync |
Main: do not include include/VBox/settings.h from other header files …
|
|
|
@16558
|
16 years |
vboxsync |
Main: back out r42503
|
|
|
@16557
|
16 years |
vboxsync |
Main: do not include include/VBox/settings.h from other header files …
|
|
|
@14959
|
16 years |
vboxsync |
no trailing \n when using ComAssertMsg*
|
|
|
@14949
|
16 years |
vboxsync |
Appended vim modeline to set tabstop and expand tabs (in the way …
|
|
|
@14944
|
16 years |
vboxsync |
Fix the final few occurrences of tabs in Main.
|
|
|
@14717
|
16 years |
vboxsync |
Hopefully fix burn: use FUNCTION instead of func.
|
|
|
@14715
|
16 years |
vboxsync |
s/return E_NOTIMPL/ReturnComNotImplemented()/g Main/*.cpp
as suggested …
|
|
|
@14624
|
16 years |
vboxsync |
Main: typos
|
|
|
@14588
|
16 years |
vboxsync |
Main: Added a bunch of CheckComArg macros.
|
|
|
@14579
|
16 years |
vboxsync |
Main: VirtualBoxBase::addCaller() now returns E_ACCESSDENIED. Also …
|
|
|
@13887
|
16 years |
vboxsync |
Main: Fixed: 1) …
|
|
|
@13837
|
16 years |
vboxsync |
s/%Vr\([acfs]\)/%Rr\1/g - since I'm upsetting everyone anyway, better …
|
|
|
@13835
|
16 years |
vboxsync |
s/VBOX_SUCCESS/RT_SUCCESS/g s/VBOX_FAILURE/RT_FAILURE/g - VBOX_SUCCESS …
|
|
|
@13729
|
16 years |
vboxsync |
Main: VirtualBoxBaseWithChildrenNEXT: Don't use a separate lock for a …
|
|
|
@13580
|
16 years |
vboxsync |
Ported s2 branch (r37120:38456).
|
|
|
@8744
|
17 years |
vboxsync |
Moved the filter running over to USBProxyService (from Host). Split up …
|
|
|
@8709
|
17 years |
vboxsync |
Added a setErrorNoLog method and aLogIt argument to the core setError …
|
|
|
@8688
|
17 years |
vboxsync |
added paranoid parenthesis
|
|
|
@8684
|
17 years |
vboxsync |
Use %Rhrc.
|
|
|
@8637
|
17 years |
vboxsync |
spelling.
|
|
|
@8155
|
17 years |
vboxsync |
The Big Sun Rebranding Header Change
|
|
|
@8083
|
17 years |
vboxsync |
Main: Renamed AutoLock => AutoWriteLock; AutoReaderLock => AutoReadLock.
|
|
|
@7992
|
17 years |
vboxsync |
Main: Implemented true AutoReaderLock (#2768).
|
|
|
@6964
|
17 years |
vboxsync |
Main: Added support for warning result codes and for multi-error mode …
|
|
|
@6935
|
17 years |
vboxsync |
Main: Changed 'defined (RT_OS_WINDOWS)' => '!defined …
|
|
|
@6851
|
17 years |
vboxsync |
Ported r27277:27975 (array support) from branches/dmik/s2.
|
|
|
@6076
|
17 years |
vboxsync |
Merged dmik/s2 branch (r25959:26751) to the trunk.
|
|
|
@5999
|
17 years |
vboxsync |
The Giant CDDL Dual-License Header Change.
|
|
|
@5658
|
17 years |
vboxsync |
Main: Removed semicolons after the namespace closing curly braces (not …
|
|
|
@4134
|
17 years |
vboxsync |
Main: Add Utf8StrFmtVA to resolve the dangerous ambiguity of ellipsis …
|
|
|
@4071
|
17 years |
vboxsync |
Biggest check-in ever. New source code headers for all (C) innotek files.
|
|
|
@3668
|
17 years |
vboxsync |
replace underscore symbols in Main/
|
|
|
@3033
|
18 years |
vboxsync |
Main: Made Auto[Limited]Caller support NULL objects (for conditional …
|
|
|
@2981
|
18 years |
vboxsync |
InnoTek -> innotek: all the headers and comments.
|
|
|
@2672
|
18 years |
vboxsync |
Main: Ported latest dmik/exp branch changes (r21219:21226) into the trunk.
|
|
|
@357
|
18 years |
vboxsync |
Main: Added VirtualBoxSupportErrorInfoImpl::setErrorBstr() and …
|
|
|
@1
|
55 years |
vboxsync |
import
|