VirtualBox

source: vbox/trunk/src/VBox/Main

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @20097   16 years vboxsync Main: reenable 3d hardware test
(edit) @20095   16 years vboxsync Main: disable 3d test to fix builds
(edit) @20090   16 years vboxsync Main: enable 3d hardware support test
(edit) @20082   16 years vboxsync Main: not needed anymore
(edit) @20081   16 years vboxsync Main: initial code for upload to cloud (second try)
(edit) @20045   16 years vboxsync Main-S3: backed out r47779 because of Win (mkdtemp)
(edit) @20044   16 years vboxsync Main-S3: initial code for the export of OVF's to an S3 server
(edit) @20042   16 years vboxsync Main: sketched 3D hardware support test in IHost
(edit) @20036   16 years vboxsync Python: docs update, webserice bindings support custom URLs, cleanup
(edit) @20031   16 years vboxsync VirtualBox.xidl: changed aVboxValue => aVBoxValue
(edit) @20021   16 years vboxsync Main/Display: properly save/restore some important members, see …
(edit) @19968   16 years vboxsync HostDVD: Add basic support for FreeBSD. Passthrough is working quite …
(edit) @19960   16 years vboxsync Main/Makefile.kmk: moved VBoxC_DEFS to the right place.
(edit) @19942   16 years vboxsync IPRT: Implemented thousand separators for the string formatting code …
(edit) @19924   16 years vboxsync IPRT,SUP: Renamed RTPathProgram to RTPathExecDir to make it clear what …
(edit) @19902   16 years vboxsync Python: per-thread COM initialization in glue
(edit) @19900   16 years vboxsync Python: constant works everywhere with glue (note that …
(edit) @19885   16 years vboxsync keywords
(edit) @19883   16 years vboxsync Python: generate constants, instead of relying on (*)COM mechanisms (WIP)
(edit) @19859   16 years vboxsync Python: copyrights, removed stalled code
(edit) @19858   16 years vboxsync Python: typo
(edit) @19855   16 years vboxsync Python: win wrapper
(edit) @19853   16 years vboxsync SDK: refactoring Python samples
(edit) @19852   16 years vboxsync Python: generic glue library, hiding all ugly platform details
(edit) @19844   16 years vboxsync HGSMI: post host VBVA commands to display; Video HW Accel: mechanism …
(edit) @19823   16 years vboxsync UUID: for IDisplay in r47467.
(edit) @19817   16 years vboxsync IFramebuffer cleanup next part: * removed obsolete internal …
(edit) @19811   16 years vboxsync Wrong default memory size for Solaris and OpenSolaris (now 768)
(edit) @19799   16 years vboxsync C API: the API is stable for 2.2 and thus vbox_CAPI_v2_2.h doesn't …
(edit) @19798   16 years vboxsync removed long obsolete methods IFramebuffer::solidFill() and …
(edit) @19796   16 years vboxsync tstXPCOMCCall: stop on POLLHUP
(edit) @19768   16 years vboxsync tstXPCOMCCall: return value checks and exiting on poweroff
(edit) @19751   16 years vboxsync tstXPCOMCCall.c: some query interface help.
(edit) @19750   16 years vboxsync Main: Added todo/review comment on unsafe interface handling in …
(edit) @19743   16 years vboxsync cbinding: UUID check in tstXPCOMCCall.c
(edit) @19728   16 years vboxsync tstXPCOMCCall.c: event loop.
(edit) @19727   16 years vboxsync Fixed MaxGuestCPUCount to query the xml schema def for max nr of VCPUs
(edit) @19726   16 years vboxsync Reduced max number of VCPUs to 32.
(edit) @19695   16 years vboxsync UUID: for r47206
(edit) @19694   16 years vboxsync cbinding: the standard NS_* #defs
(edit) @19681   16 years vboxsync OVF: always use the server variant of the E1000 when we detect a …
(edit) @19654   16 years vboxsync Main and Devices/absolute mouse: do not send movement events to the …
(edit) @19648   16 years vboxsync log the name of the executable
(edit) @19624   16 years vboxsync added raw file serial driver
(edit) @19614   16 years vboxsync Main and Devices: absolute mouse support: do not send a mouse movement …
(edit) @19610   16 years vboxsync Main/Machine: add extradata key to suppress deleting saved state on …
(edit) @19598   16 years vboxsync NetIf-win: Assertion not needed here.
(edit) @19588   16 years vboxsync Do not lock IFramebuffer while it is being resized (xTracker #3902).
(edit) @19574   16 years vboxsync NetIf-win: Added logging/assertion.
(edit) @19533   16 years vboxsync Main-OVF: make sure the source chain is released early on disk image …
(edit) @19530   16 years vboxsync Main: decouple xml classes from COM dependencies (part 2)
(edit) @19519   16 years vboxsync Main: decouple xml classes from COM dependencies
(edit) @19511   16 years vboxsync DVD/Floppy: rollback if unmount failed
(edit) @19510   16 years vboxsync DHCP runner: warnings, spaces
(edit) @19500   16 years vboxsync TM: Moved the WarpDrive feature out of TMVirtual and made the setter …
(edit) @19477   16 years vboxsync tstVBoxAPIWin: Enhanced example for starting a VM via OpenRemoteSession.
(edit) @19433   16 years vboxsync #2957: Dynamic adding/removing host-only adapters via GUI/Main.
(edit) @19432   16 years vboxsync HGSMI: Main.
(edit) @19429   16 years vboxsync Main/testcase: Fixed the paths in the makefile for tstVBoxAPILinux
(edit) @19410   16 years vboxsync EFI: Pass down RAM and CPU config to DevEFI.
(edit) @19403   16 years vboxsync VBox/parma.h,VMM: VMCPU_MAX_CPU_COUNT & VMM_MAX_CPUS => …
(edit) @19379   16 years vboxsync ConsoleImpl2.cpp: force hardware virtualization mode if cCpus > 1. …
(edit) @19375   16 years vboxsync cbinding: fixed the samples to have string UUID's instead of struct once.
(edit) @19320   16 years vboxsync Python bindings: fixed keyword conflict, minor cleanup
(edit) @19310   16 years vboxsync Main: adpated to paramter type change of COMGETTER(ResultCode)
(edit) @19300   16 years vboxsync VMReq,*: Replaced VMREQDEST with VMCPUID because it's a pain to have …
(edit) @19296   16 years vboxsync Main/FreeBSD: Use the same approach as on Darwin for daemonizing …
(edit) @19289   16 years vboxsync ConsoleImpl.cpp: -spaces.
(edit) @19283   16 years vboxsync removed debugging code
(edit) @19280   16 years vboxsync Main: Build fix for FreeBSD AMD64. key_t is 8 bytes big on amd64
(edit) @19270   16 years vboxsync #3354: SubMetric instances leak fixed. No more leaks in metric …
(edit) @19269   16 years vboxsync LogRel the ID of the VM process
(edit) @19249   16 years vboxsync UUID: for r46627
(edit) @19245   16 years vboxsync typos
(edit) @19244   16 years vboxsync API: updated docs, Java sample
(edit) @19242   16 years vboxsync Main: hopefully fixed Linux burns
(edit) @19239   16 years vboxsync Main: support for using VBox from Python on Windows (still certain …
(edit) @19236   16 years vboxsync Main: Added first step for ability to run VBox with read-only …
(edit) @19235   16 years vboxsync gcc-4.4 compile fix
(edit) @19233   16 years vboxsync #2946 & #2954: Main API now supports dynamic adding/removing network …
(edit) @19230   16 years vboxsync Allow configuration of multiple VCPUs
(edit) @19222   16 years vboxsync Main: remove debugging signal handler from VBoxSVC that prevented it …
(edit) @19218   16 years vboxsync NetIf/win: ipconfig fix
(edit) @19176   16 years vboxsync VBoxHDD/generic+VDI: implemented and documented
(edit) @19165   16 years vboxsync Main-OVF: always use the VBox default network adapter if the OVF is …
(edit) @19161   16 years vboxsync #3860: SEGFAULT fix. Metric unregistration re-written.
(edit) @19160   16 years vboxsync NetAdp/win: static config fixes for Vista
(edit) @19138   16 years vboxsync cbinding: tab to spaces
(edit) @19134   16 years vboxsync Main: make VBox interfaces scriptable (that is, callable from Python …
(edit) @19130   16 years vboxsync NetAdp/win: static ip settings by default, dynamic calculation
(edit) @19124   16 years vboxsync ConsoleImpl2.cpp: anything goes for VBoxInternal2/UseEFI.
(edit) @19119   16 years vboxsync ConsoleImpl2.cpp: VBoxInternal/Devices/SupportExtHwProfile -> …
(edit) @19118   16 years vboxsync ConsoleImpl2.cpp: VBoxInternal/Devices/SupportExtHwProfile -> …
(edit) @19116   16 years vboxsync Solaris build fix.
(edit) @19115   16 years vboxsync Enabling create/destroy host-only interfaces in Main API for all platforms.
(edit) @19108   16 years vboxsync Main: fix discarding snapshots when the corresponding disk images …
(edit) @19107   16 years vboxsync Cbinding: removed the unwanted header
(edit) @19106   16 years vboxsync Cbinding: return IVirtualBox and ISession objects only if they match …
(edit) @19098   16 years vboxsync VBoxXPCOMC: fixed memory leak as ppSession & ppVirtualBox were not …
(edit) @19094   16 years vboxsync gcc-4 fixes
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