VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @28960   15 years vboxsync Frontends: Use VBOX_E_DONT_CALL_AGAIN with IConsoleCallback.
(edit) @28931   15 years vboxsync Frontends: Use VBOX_E_DONT_CALL_AGAIN where appropriate with …
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28767   15 years vboxsync filemuncher run
(edit) @28217   15 years vboxsync Rephrased contribution (with permission from author).
(edit) @28205   15 years vboxsync Main/VirtualBoxCallback: rename OnSnapshotDiscard to OnSnapshotDeleted …
(edit) @27975   15 years vboxsync FrameBufferVNC: scm cleans up tabs.
(edit) @27964   15 years vboxsync VBoxHeadless/*VNC* should be public.
(edit) @27963   15 years vboxsync VBoxHeadless/VNC: Fixed two heap bugs in the password list …
(edit) @27962   15 years vboxsync Config.kmk,VBoxHeadless: VNC build fixes + docs.
(edit) @27948   15 years vboxsync Unused param.
(edit) @27947   15 years vboxsync VBoxHeadless: tabs and typo fix.
(edit) @27753   15 years vboxsync Merged VNC contribution; disabled by default and currently not …
(edit) @27607   15 years vboxsync Main: remove templates for 'weak' com pointers which do nothing anyway
(edit) @27251   15 years vboxsync Frontends/VBoxHeadless: spaces.
(edit) @27250   15 years vboxsync Frontends/VBoxHeadless: fixed starting VMs with names.
(edit) @26782   15 years vboxsync Main, Frontends: added support for virtual pointing devices with no …
(edit) @26607   15 years vboxsync Frontends/VBoxHeadless: register the VirtualBox callback as late as …
(edit) @26517   15 years vboxsync *: RTGetOpt cleanup related to --help and --version (now standard …
(edit) @26439   15 years vboxsync Frontends/SDL+Headless: fix VirtualBox callback registration leak
(edit) @26322   15 years vboxsync Frontends/VBoxSDL+VBoxHeadless: code cleanup, reorganize code a little.
(edit) @26089   15 years vboxsync Branding: Moved the Product & Vendor strings to kBuild, so it could be …
(edit) @26068   15 years vboxsync back out Main/Session+Console hack introducing full/reduced console
(edit) @26067   15 years vboxsync Main/Session+Console: By default, create a console with no sub-objects …
(edit) @26034   15 years vboxsync VBOX_VENDOR, VBOX_PRODUCT
(edit) @25901   15 years vboxsync CPU hotplug: Merge 4th patch. Implements the Main API and a VBoxManage …
(edit) @25840   15 years vboxsync VBoxHeadless: -Wshadow
(edit) @25797   15 years vboxsync VBoxHeadless: define VBOX_WITH_GUEST_PROPS in makefile (xTracker 4294).
(edit) @25573   15 years vboxsync VBoxHeadless: ExtraData option to terminate RDP connection if the user …
(edit) @25448   15 years vboxsync VBoxHeadless: added empty IVirtualBoxCallback.
(edit) @25027   15 years vboxsync VBoxHeadless: properly close session if the VM failed to start …
(edit) @25016   15 years vboxsync VBoxHeadless: -Wshadow warnings
(edit) @24981   15 years vboxsync VBoxHeadless: fix --vrdpport parameter type (led to crashes)
(edit) @23998   15 years vboxsync VRDP port range API: user manual, frontends.
(edit) @23643   15 years vboxsync VRDP port range API.
(edit) @23452   15 years vboxsync Makefiles: Corrected properties.
(edit) @23223   15 years vboxsync API: big medium handling change and lots of assorted other cleanups …
(edit) @22911   15 years vboxsync event queues cleaned up
(edit) @22810   15 years vboxsync FE/Qt, Devices/Input, Main, FE/*: upgrade mouse device to an MS …
(edit) @22176   15 years vboxsync Main: fix burns with ffmpeg enabled
(edit) @21520   15 years vboxsync COM: missed pieces of scriptability support
(edit) @20928   15 years vboxsync API/others: Renamed IConsole::discardSavedState to …
(edit) @20225   16 years vboxsync more IProgess::GetResultCode() gcc warnings
(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) @19340   16 years vboxsync FE/Headless/FFmpegFB: this seems to be needed now to build on Windows
(edit) @19239   16 years vboxsync Main: support for using VBox from Python on Windows (still certain …
(edit) @19134   16 years vboxsync Main: make VBox interfaces scriptable (that is, callable from Python …
(edit) @18740   16 years vboxsync VBoxHeadless: be a bit more verbose on runtime errors
(edit) @18628   16 years vboxsync VBoxHeadless: handle OPT_COMMENT
(edit) @18626   16 years vboxsync VBoxHeadless: better handling of command line failure
(edit) @18274   16 years vboxsync fix more windows burns
(edit) @18224   16 years vboxsync VBoxHeadless: don't ignore the return code of RTR3InitAndSUPLib()
(edit) @17669   16 years vboxsync Main: Rework storage controller handling to allow an arbitrary number …
(edit) @17091   16 years vboxsync RTGetOpt interface changes.
(edit) @16530   16 years vboxsync Main: rework error macros everywhere; make error messages much more …
(edit) @16152   16 years vboxsync nitpicking
(edit) @15906   16 years vboxsync FE: more copyright year updates
(edit) @15051   16 years vboxsync Main: Cleaned up the long standing const BSTR = const (OLECHAR *) on …
(edit) @14831   16 years vboxsync whole bunch: avoid runtime.h, include individual headers indead.
(edit) @13644   16 years vboxsync no, this is better (they changed the type later)
(edit) @13643   16 years vboxsync warning
(edit) @13637   16 years vboxsync make ffmpeg work for Linux
(edit) @12451   16 years vboxsync fix linux build failure
(edit) @12423   16 years vboxsync IPRT/SUP: Renamed RTLdrOpenAppSharedLib to RTLdrOpenAppPriv. Hardend …
(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) @11822   16 years vboxsync IPRT: RTR3Init cleanup.
(edit) @11725   16 years vboxsync #3076: Merged in the branch with the alternate driver authentication …
(edit) @11654   16 years vboxsync FE/VBoxHeadless: fix libavcodec version issues.
(edit) @11652   16 years vboxsync FE/VBoxHeadless: enable building the video capturing code by default …
(edit) @11442   16 years vboxsync VBoxHeadless: added -vrdp on|off|config setting to allow to disable …
(edit) @11102   16 years vboxsync FE/VBoxHeadless: unset the DISPLAY variable in the frontend to prevent …
(edit) @10174   16 years vboxsync typo
(edit) @10058   16 years vboxsync VBOX_KBUILD_HACKING.
(edit) @8760   17 years vboxsync PATH_KBUILD -> KBUILD_PATH.
(edit) @8155   17 years vboxsync The Big Sun Rebranding Header Change
(edit) @8132   17 years vboxsync more rebranding
(edit) @7509   17 years vboxsync Frontends/VBoxHeadless: removed references to deprecated ffmpeg …
(edit) @7485   17 years vboxsync warnings
(edit) @7472   17 years vboxsync FE/headless: activate code for displaying available video codecs
(edit) @7408   17 years vboxsync VBoxHeadless: added (disabled) code for showing all available …
(edit) @7400   17 years vboxsync VBoxHeadless: don't segfault if we couldn't open the output file
(edit) @7305   17 years vboxsync Frontends/VBoxHeadless: cleaner error reporting
(edit) @7302   17 years vboxsync Frontends/VBoxHeadless: do not complain if VBoxHeadless is invoked …
(edit) @7292   17 years vboxsync Frontends/VBoxHeadless: try to fix a segfault on Debian
(edit) @7280   17 years vboxsync Frontends/VBoxHeadless: ported changesets from VBoxVRDP: r27262: added …
(edit) @7263   17 years vboxsync Frontends/VBoxHeadless: RTGetOpt-ified the command-line parameters and …
(edit) @7207   17 years vboxsync Main: Reworked enums to avoid 1) weird duplication of enum name when …
(edit) @6759   17 years vboxsync Converted all but VirtualBox/Makefile.kmk to sub-makefiles.
(edit) @6285   17 years vboxsync (C) 2008
(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) @5892   17 years vboxsync VBoxHeadless: added ffmpeg parameters to the usage screen
(edit) @5842   17 years vboxsync build fix
(edit) @5834   17 years vboxsync Headless frontend: exported to OSE
(add) @5827   17 years vboxsync Frontends: created headless front-end
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