VirtualBox

source: vbox/trunk/src/VBox/Frontends/VBoxBFE

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @25771   15 years vboxsync *: Shut up -Wshadow warnings.
(edit) @25371   15 years vboxsync build fix
(edit) @25370   15 years vboxsync build fix
(edit) @24018   15 years vboxsync toupper -> RT_C_TO_UPPER.
(edit) @24013   15 years vboxsync don't use <ctype.h> on UTF-8.
(edit) @23598   15 years vboxsync VMM,Main,VBoxBFE: Split up VMR3Load into VMR3LoadFromFile and …
(edit) @23452   15 years vboxsync Makefiles: Corrected properties.
(edit) @23021   15 years vboxsync VBoxBFE: VMR3ReqCall w/ RT_INDEFINITE_WAIT -> VMR3ReqCallWait
(edit) @23015   15 years vboxsync VMM,Main,Devices,VBoxBFE: VMReqCallVoid[U] -> VMR3ReqCallVoidWait. …
(edit) @22810   15 years vboxsync FE/Qt, Devices/Input, Main, FE/*: upgrade mouse device to an MS …
(edit) @22793   15 years vboxsync SSM,*: Renamed phase to pass (uPhase/SSM_PHASE_FINAL) and wrote the …
(edit) @22784   15 years vboxsync VMM,Main,VBoxBFE: Changed VMR3Save and started working on making …
(edit) @22480   15 years vboxsync SSM,VMM,Devices,Main,VBoxBFE: Live snapshot/migration SSM API adjustments.
(edit) @22396   15 years vboxsync FreeBSD: Add support for tap interface networking. Contributed by …
(edit) @22277   15 years vboxsync PDMDRVREG change (big changeset).
(edit) @21227   15 years vboxsync VBoxGuest.h/VMMDev.h/VBoxGuestLib.h usage cleanup.
(edit) @21226   15 years vboxsync VMMDev.h: cleanup.
(edit) @21219   15 years vboxsync VBox/VBoxDev.h -> VBox/VMMDev.h
(edit) @20961   15 years vboxsync fixed typo, it means occurred, not occured
(edit) @20850   15 years vboxsync typo
(edit) @20501   15 years vboxsync Solaris/Audio: Boomer(OSS) support (disabled, requires snv_115+).
(edit) @20374   16 years vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
(edit) @20368   16 years vboxsync Frontends: BEGIN_DECLS -> RT_BEGIN_DECLS; END_DECLS -> RT_END_DECLS.
(edit) @19844   16 years vboxsync HGSMI: post host VBVA commands to display; Video HW Accel: mechanism …
(edit) @19817   16 years vboxsync IFramebuffer cleanup next part: * removed obsolete internal …
(edit) @19798   16 years vboxsync removed long obsolete methods IFramebuffer::solidFill() and …
(edit) @19300   16 years vboxsync VMReq,*: Replaced VMREQDEST with VMCPUID because it's a pain to have …
(edit) @18866   16 years vboxsync *: VBOX_WITHOUT_LINUX_COMPILER_H -> VBOX_WITH_LINUX_COMPILER_H. TODO: …
(edit) @18645   16 years vboxsync VMSetRuntimeError[V] refactoring: fFatal -> fFlags, may return …
(edit) @18422   16 years vboxsync Makefiles,DIS: Cleanup of C++ exception options for the windows …
(edit) @18265   16 years vboxsync config file cleanup + small copyright year update
(edit) @17743   16 years vboxsync VBoxBFE: Fixed segmentation fault when adding a directory instead of a …
(edit) @17542   16 years vboxsync Main,VBoxBFE,DevPcBios,DevACPI: RamHoleSize.
(edit) @17387   16 years vboxsync Main: net if API fixes
(edit) @17339   16 years vboxsync warning
(edit) @17275   16 years vboxsync networking API renaming
(edit) @16895   16 years vboxsync VBoxBFEMain-darwin.m: ditto.
(edit) @16646   16 years vboxsync Frontend/BFE: more fixes, the Format config to DrvVD is no longer optional.
(edit) @16585   16 years vboxsync Frontend/VBoxBFE: fix unnoticed breakage, old VDI backend is gone for good.
(edit) @16012   16 years vboxsync Various Makefiles: Cleaning out uncessary _INCS.freebsd props (moved …
(edit) @15256   16 years vboxsync Explicit cast for VMR3ReqCall NULL parameters.
(edit) @14831   16 years vboxsync whole bunch: avoid runtime.h, include individual headers indead.
(edit) @14295   16 years vboxsync Corrected a couple of grammos.
(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) @13836   16 years vboxsync s/ELEMENTS/RT_ELEMENTS/g - retiring ELEMENTS (finally).
(edit) @13835   16 years vboxsync s/VBOX_SUCCESS/RT_SUCCESS/g s/VBOX_FAILURE/RT_FAILURE/g - VBOX_SUCCESS …
(edit) @13782   16 years vboxsync More SMP groundwork.
(edit) @13755   16 years vboxsync Started with VM request API changes.
(edit) @13742   16 years vboxsync Some initial VM data restructuring.
(edit) @13028   16 years vboxsync fixed flags for VBoxBFE
(edit) @12320   16 years vboxsync small banner fix
(edit) @12258   16 years vboxsync Frontends/Makefiles: Converted VirtualBox 3 & 4 into sub-makefiles, …
(edit) @12170   16 years vboxsync Makefiles: VBOX_KBUILD_HACKING -> VBOX_SINGLE_MAKEFILE
(edit) @11820   16 years vboxsync made Qt4 the default GUI; VBOX_VRDP => VBOX_WITH_VRDP; VBOX_HGCM => …
(edit) @11727   16 years vboxsync #3076: some build fixing.
(edit) @11725   16 years vboxsync #3076: Merged in the branch with the alternate driver authentication …
(edit) @11663   16 years vboxsync Windows build fix for PutScancodes
(edit) @11661   16 years vboxsync Modified IKeyboard::PutScancodes to use SafeArray (including webservice)
(edit) @11659   16 years vboxsync Backed out r35359
(edit) @11655   16 years vboxsync Modified IKeyboard::PutScancodes to use SafeArray
(edit) @11322   16 years vboxsync VBoxBFE: dropped iprt/system.h
(edit) @11307   16 years vboxsync VBoxBFE: PDMINS2DATA -> PDMINS_2_DATA.
(edit) @11158   16 years vboxsync PDMMAC -> RTMAC.
(edit) @10058   16 years vboxsync VBOX_KBUILD_HACKING.
(edit) @9333   17 years vboxsync More UINT32_C() mess.
(edit) @8760   17 years vboxsync PATH_KBUILD -> KBUILD_PATH.
(edit) @8758   17 years vboxsync BUILD_TARGET* -> KBUILD_TARGET*.
(edit) @8732   17 years vboxsync Some cleanup fixes.
(edit) @8562   17 years vboxsync Removed the USBDEVICE_WITH_EVERYTHING code. (we can fish it out of svn …
(edit) @8539   17 years vboxsync Drop the USBDEVICE bits we don't currently need.
(edit) @8425   17 years vboxsync Frontends/VirtualBox3/4, Main, Devices/VMMDev, Frontends/VBoxBFE, …
(edit) @8312   17 years vboxsync Devices/VMMDev, Frontends/VBoxBFE, Main: add a guest request to report …
(edit) @8155   17 years vboxsync The Big Sun Rebranding Header Change
(edit) @8050   17 years vboxsync VBoxBFE: Sun branding
(edit) @7801   17 years vboxsync HGCM: Add user data pointer to HGCM service function table
(edit) @7759   17 years vboxsync The BIOS logo stuff moved to VGA device. Added 24bpp bitmaps support.
(edit) @7418   17 years vboxsync UCS-2 -> UTF-16.
(edit) @7233   17 years vboxsync Renamed OSType to VBOXOSTYPE to fix the clash with some mac os x typedef.
(edit) @7207   17 years vboxsync Main: Reworked enums to avoid 1) weird duplication of enum name when …
(edit) @6998   17 years vboxsync Frontends/VBoxBFE: updated HGCM in VBoxBFE after r28172, r28177 and r28183
(edit) @6967   17 years vboxsync Don't use the system library path to look for plugins.
(edit) @6953   17 years vboxsync HGCM tries to load service libs from specific locations (VBoxBFE).
(edit) @6886   17 years vboxsync FE/SDL: OS/2 keyboard fixes [contributed by Paul Smedley].
(edit) @6885   17 years vboxsync FE/BFE: Use the correct name of VBoxSharedFolders DLL on OS/2.
(edit) @6793   17 years vboxsync Wrong parameters order (VBoxBFE).
(edit) @6759   17 years vboxsync Converted all but VirtualBox/Makefile.kmk to sub-makefiles.
(edit) @6716   17 years vboxsync adapted BFE to readonly shared folders
(edit) @6238   17 years vboxsync VBoxBFE: L4: forward port of the latest VBoxBFE changes
(edit) @6124   17 years vboxsync Removed VBoxXML (including CFGLDR), xerces and xalan.
(edit) @6000   17 years vboxsync The Giant CDDL Dual-License Header Change, fixes.
(edit) @5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
(edit) @5981   17 years vboxsync forgot this
(edit) @5979   17 years vboxsync VBoxBFE: export HGCM and VMControl
(edit) @5965   17 years vboxsync VBoxBFE: Forward port of the 1.5 branch enhancements (shared folders, …
(edit) @5925   17 years vboxsync gcc-4.3 found this bug
(edit) @5924   17 years vboxsync gcc-4.3 warning
(edit) @5698   17 years vboxsync Solaris crossbow changes.
(edit) @5586   17 years vboxsync Solaris crossbow integration, work in progress.
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