|
|
@16856
|
16 years |
vboxsync |
burn fixes
|
|
|
@16854
|
16 years |
vboxsync |
TAP/win: host only networking for windows
|
|
|
@16853
|
16 years |
vboxsync |
Main: rename IDVDImage2 to IDVDImage
|
|
|
@16849
|
16 years |
vboxsync |
OVF: replace stringstreams with IPRT funcs, without templates
|
|
|
@16841
|
16 years |
vboxsync |
VBoxXPCOMCGlue: dependency fix.
|
|
|
@16838
|
16 years |
vboxsync |
Fixed $Revision$ typo.
|
|
|
@16837
|
16 years |
vboxsync |
VBoxXPCOMCGlue.c/.h: MIT license since it requires static linking.
|
|
|
@16836
|
16 years |
vboxsync |
OVF: replace stringstreams with IPRT funcs
|
|
|
@16835
|
16 years |
vboxsync |
tstXPCOMCGlue.c: transformed tstLinux.c to use the glue code.
|
|
|
@16833
|
16 years |
vboxsync |
cbinding: Moved MOZ_UNICODE into the cbinding.h header.
|
|
|
@16832
|
16 years |
vboxsync |
VBoxXPCOMCGlue and VBoxGetXPCOMCFunctions.
|
|
|
@16831
|
16 years |
vboxsync |
fix burn
|
|
|
@16830
|
16 years |
vboxsync |
OVF: forgot to set item in aEnabled array to true
|
|
|
@16817
|
16 years |
vboxsync |
#3551: “Main: Replace remaining collections with safe arrays” …
|
|
|
@16779
|
16 years |
vboxsync |
Typo: Insert missing white space.
|
|
|
@16769
|
16 years |
vboxsync |
export
|
|
|
@16745
|
16 years |
vboxsync |
add rudimentary support for ICH6 IDE controller
|
|
|
@16734
|
16 years |
vboxsync |
Correct some bitrot: #include <iprt/thread.h> for RTThreadSleep().
|
|
|
@16729
|
16 years |
vboxsync |
Cbinding: changed the sample program to use the generic way
of loading …
|
|
|
@16727
|
16 years |
vboxsync |
cbinding: Removed the unnecessary includes and
initialized the char …
|
|
|
@16717
|
16 years |
vboxsync |
spaces
|
|
|
@16716
|
16 years |
vboxsync |
cbinding: spelled out the dynamic glue code.
|
|
|
@16714
|
16 years |
vboxsync |
tstdlopen.c: svn properties and outline of how to simplify and …
|
|
|
@16712
|
16 years |
vboxsync |
Main: tstAPI: Fixed a couple of typos.
|
|
|
@16707
|
16 years |
vboxsync |
#3551: “Main: Replace remaining collections with safe arrays”
- …
|
|
|
@16705
|
16 years |
vboxsync |
cbinding: Added a new example to use dlopen/dlclose to avoid
multiple …
|
|
|
@16702
|
16 years |
vboxsync |
OVF: updated testcase
|
|
|
@16690
|
16 years |
vboxsync |
Main: API documentation.
|
|
|
@16689
|
16 years |
vboxsync |
cbinding: Since this is a public SDK header, stick to the same command …
|
|
|
@16688
|
16 years |
vboxsync |
cbinding: Use stat() to check if a file exist (an alternative would be …
|
|
|
@16687
|
16 years |
vboxsync |
Main: API documentation.
|
|
|
@16686
|
16 years |
vboxsync |
Main: API documentation.
|
|
|
@16684
|
16 years |
vboxsync |
cbinding: Added the functions to get and set the environment variables.
|
|
|
@16682
|
16 years |
vboxsync |
oops, not _SRC as cp target.
|
|
|
@16677
|
16 years |
vboxsync |
Some magic to prevent kmk from trying to re-create VBOX_XIDL_FILE all …
|
|
|
@16676
|
16 years |
vboxsync |
Makefiles: insert an additional step between VirtualBox.xidl and its …
|
|
|
@16674
|
16 years |
vboxsync |
Main/Glue: com::Initialize(): Cleanup a failed XPCOM initialization …
|
|
|
@16669
|
16 years |
vboxsync |
OVF: add new LogicalNetwork type for virtual system descriptions; fix …
|
|
|
@16668
|
16 years |
vboxsync |
OVF: create new IAppliance::read() method instead of reading in …
|
|
|
@16662
|
16 years |
vboxsync |
OVF: create new IAppliance::read() method instead of reading in …
|
|
|
@16655
|
16 years |
vboxsync |
OVF: Make the progress object show some progress.
|
|
|
@16649
|
16 years |
vboxsync |
Main/Glue: com::Initialize() now first looks for XPCOM binaries and …
|
|
|
@16648
|
16 years |
vboxsync |
EFI: few missed changes
|
|
|
@16623
|
16 years |
vboxsync |
OVF: removed some of the todos
|
|
|
@16622
|
16 years |
vboxsync |
OVF: support for creating a new disk image if the OVF didn't contain one
|
|
|
@16620
|
16 years |
vboxsync |
OVF: not necessary anymore
|
|
|
@16608
|
16 years |
vboxsync |
webservice: fix messup from error updates (webservice was completely …
|
|
|
@16602
|
16 years |
vboxsync |
webservice: add support for boolean safearrays
|
|
|
@16601
|
16 years |
vboxsync |
OVF: change IVirtualSystemDescription::setFinalValues method; remove …
|
|
|
@16600
|
16 years |
vboxsync |
OVF: added count attribute to receive the current number of entries
|
|
|
@16597
|
16 years |
vboxsync |
OVF: this *must* not be a copy
|
|
|
@16588
|
16 years |
vboxsync |
Main: try to set a default audio driver
|
|
|
@16587
|
16 years |
vboxsync |
OVF: minor updates
|
|
|
@16586
|
16 years |
vboxsync |
Main: releaseCaller(): handle AutoMayUninitSpan case.
|
|
|
@16580
|
16 years |
vboxsync |
Main: make new error functions more granular
|
|
|
@16577
|
16 years |
vboxsync |
Main: fix debug assertion to no longer fail if an ordinary error had …
|
|
|
@16576
|
16 years |
vboxsync |
OVF: Return is necessary for Java if the method has one argument only.
|
|
|
@16569
|
16 years |
vboxsync |
Main: API support for the CPU count contrains.
|
|
|
@16568
|
16 years |
vboxsync |
OVF: add warnings support; RAM is MB now
|
|
|
@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 …
|
|
|
@16555
|
16 years |
vboxsync |
export
|
|
|
@16554
|
16 years |
vboxsync |
export
|
|
|
@16550
|
16 years |
vboxsync |
- Removed unused reference to $(PATH_VBOX_SVN)/include
- Refactor …
|
|
|
@16548
|
16 years |
vboxsync |
Return early when the machine count is zero.
|
|
|
@16547
|
16 years |
vboxsync |
cbinding.h was moved from sample directory to include directory
as it …
|
|
|
@16543
|
16 years |
vboxsync |
Main/HostHardwareLinux: assertions
|
|
|
@16538
|
16 years |
vboxsync |
Main: replace redundant xml::FmtStr with com::Utf8StrFmt
|
|
|
@16535
|
16 years |
vboxsync |
tstLinuxC.c: More cryptic '_' -> Utf16 changes.
|
|
|
@16534
|
16 years |
vboxsync |
VBoxXPCOMC.cpp: fixed the LOG_GROUP definition (must be first …
|
|
|
@16533
|
16 years |
vboxsync |
tstLinuxC.c: Do not attempt to free output arguments on failure. Using …
|
|
|
@16530
|
16 years |
vboxsync |
Main: rework error macros everywhere; make error messages much more …
|
|
|
@16528
|
16 years |
vboxsync |
Main/HostHardwareLinux: fixed some uncaught exceptions and added two …
|
|
|
@16519
|
16 years |
vboxsync |
Changed the string formatter to those in iprt.
|
|
|
@16518
|
16 years |
vboxsync |
OVF: fix path delimiters
|
|
|
@16517
|
16 years |
vboxsync |
OVF: add IVirtualSystemDescription::disableItem(), fix disk import
|
|
|
@16515
|
16 years |
vboxsync |
OVF: bring back string references; look up controllers by array item …
|
|
|
@16514
|
16 years |
vboxsync |
No need for LD_LIBRARY_PATH because we link with -rpath $(PATH_BIN).
|
|
|
@16513
|
16 years |
vboxsync |
Converted cout,cerr to use iprt Log functions.
|
|
|
@16512
|
16 years |
vboxsync |
typo
|
|
|
@16510
|
16 years |
vboxsync |
OVF: use dir=return in xidl for IProgress object to un-break Java bindings
|
|
|
@16509
|
16 years |
vboxsync |
#2954 & #3569: Linux TAP driver is embedded to vboxnetflt. API, …
|
|
|
@16507
|
16 years |
vboxsync |
OVF: changed test case as well
|
|
|
@16503
|
16 years |
vboxsync |
OVF: last local changes; make import multi threaded; return IProgress …
|
|
|
@16500
|
16 years |
vboxsync |
Cosmetic changes (tabs to spaces).
|
|
|
@16497
|
16 years |
vboxsync |
Fixed the String Conversion Functions and removed the ones
not …
|
|
|
@16495
|
16 years |
vboxsync |
OVF: VBoxManage import implementation (to be continued), back-end …
|
|
|
@16492
|
16 years |
vboxsync |
Grammo corrected.
|
|
|
@16489
|
16 years |
vboxsync |
Improved comments.
|
|
|
@16488
|
16 years |
vboxsync |
libXPCOMtoC.cpp: The VBOXXPCOMC_DECL stuff is required on the …
|
|
|
@16487
|
16 years |
vboxsync |
cbinding: No $Id$ keywords in samples, just $Revision$. The keyword …
|
|
|
@16483
|
16 years |
vboxsync |
- Renamed tstLinuxC.h to cbinding.h
- added doxygen @file tags and …
|
|
|
@16468
|
16 years |
vboxsync |
obsolete stuff
|
|
|
@16454
|
16 years |
vboxsync |
Use -Xlinker -rpath -Xlinker $(PATH_BIN)
instead of -Wl,-rpath …
|
|
|
@16431
|
16 years |
vboxsync |
cbindings/Makefile.kmk: props.
|
|
|
@16430
|
16 years |
vboxsync |
Make this more flexible with CC and CFLAGS.
Simplify some targets. …
|
|
|
@16406
|
16 years |
vboxsync |
cbindings to OSE
|
|
|
@16405
|
16 years |
vboxsync |
exclude cbindings from OSE (for the time being)
|
|
|
@16401
|
16 years |
vboxsync |
iokit.cpp: antoher scsi-commands.
|
|
|