VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @35191   14 years vboxsync Some cleanup. Pass RTLDRLOAD_FLAGS_LOCAL instead of 0, since it's defined.
(edit) @35188   14 years vboxsync Use RTERRINFO in SUPLib for hardening APIs and such.
(edit) @35172   14 years vboxsync Main/Events+VirtualBoxClient: merge VBoxSVCUnavailable and …
(edit) @35152   14 years vboxsync *: added fFlags parameter to SUPR3HardenedLdrLoadAppPriv(), …
(edit) @34959   14 years vboxsync Added RTLdrLoadEx for exposing dlerror info.
(edit) @34839   14 years vboxsync Frontends/VBoxHeadless: use VirtualBoxClient object, and terminate VM …
(edit) @34122   14 years vboxsync VBoxHeadless: LogRel disconnect on logout.
(edit) @33963   14 years vboxsync Main: moved listeners to location usable by fronends, rework
(edit) @33852   14 years vboxsync Frontends/VBoxHeadless: error check typo
(edit) @33594   14 years vboxsync VBoxHeadless: warning
(edit) @33591   14 years vboxsync VBoxHeadless: export Framebuffer.h, .cpp to OSE.
(edit) @33590   14 years vboxsync VRDE: removed VBOX_WITH_VRDP from source code, also some obsolete code …
(edit) @33556   14 years vboxsync VRDE: More API changes for the VRDP server separation.
(edit) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
(edit) @33464   14 years vboxsync *: Fixes for incorrect RTStrAPrintf usage (it does NOT return an IPRT …
(edit) @33386   14 years vboxsync VRDE: API changes for the VRDP server separation.
(edit) @33313   14 years vboxsync VBoxHeadless: unbreak --startvm UUID (yesterday's regresssion)
(edit) @33294   14 years vboxsync Main: API change, merge IVirtualBox::getMachine() with findMachine()
(edit) @33004   14 years vboxsync Renamed VBox-VRDP interface to VRDE.
(edit) @32738   14 years vboxsync OSE fix
(edit) @32718   14 years vboxsync com/string: Remove bool conversion operator and other convenience …
(edit) @32431   14 years vboxsync scm cleanup
(edit) @31974   14 years vboxsync VBoxHeadless: OSE build fix
(edit) @31798   14 years vboxsync VBoxHeadless: install null framebuffer in any case
(edit) @31700   14 years vboxsync missed
(edit) @31698   14 years vboxsync Main, frontends: unsigned long long -> long long
(edit) @31579   14 years vboxsync EventQueue: Fix losing messages, use the right queue type on XPCOM …
(edit) @31539   14 years vboxsync Main: use settings struct for machine user data; remove …
(edit) @31262   14 years vboxsync VBoxHeadless.cpp: Revised fix: Don't use WaitForCompletion() at all, …
(edit) @31260   14 years vboxsync VBoxHeadless.cpp: Processing events while waiting for powerUp to …
(edit) @31070   14 years vboxsync Main: rename ISession::close() to ISession::unlockMachine(); API …
(edit) @31023   14 years vboxsync VBoxHeadless: Implement missing case to get the machine from the GUID. …
(edit) @31019   14 years vboxsync Main: rename LockForSession() API to LockMachine() and fix parameters; …
(edit) @31016   14 years vboxsync Main: unbreak frontends broken by r63924
(edit) @31008   14 years vboxsync Main: reorganize session APIs
(edit) @30871   14 years vboxsync Main: event names now in past tense
(edit) @30825   14 years vboxsync Main: callbacks removal
(edit) @30681   14 years vboxsync Main: COM header cleanup (remove obscure and unused templates), second try
(edit) @30676   14 years vboxsync Main: back out r63429
(edit) @30670   14 years vboxsync Main: COM header cleanup (remove obscure and unused templates)
(edit) @30627   14 years vboxsync Main, some frontends: removing callbacks
(edit) @30606   14 years vboxsync Frontends: headless frontend use events now
(edit) @30580   14 years vboxsync VBoxHeadless: check machine id in OnGuestPropertyChange (xTracker 4294)
(edit) @30200   14 years vboxsync FE/headless: VNC coding style and minor fixes
(edit) @30109   14 years vboxsync pedantic warnings
(edit) @29518   15 years vboxsync Main: onMousePointerShapeChange reworked
(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()
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