VirtualBox

source: vbox/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @55645   10 years vboxsync Removed 106 #ifdef/#ifndef VBOX_WITH_GUEST_CONTROL statements that was …
(edit) @55644   10 years vboxsync Main: Made it compile without VBOX_WITH_GUEST_CONTROL.
(edit) @55643   10 years vboxsync Undoing bad commit.
(edit) @55642   10 years vboxsync MachineImpl.cpp doesn't seem to need GuestImpl.h (Guest* lives in …
(edit) @55641   10 years vboxsync FDC: Improved empty drive handling. Still needs work.
(edit) @55640   10 years vboxsync DnD: - Overhauled "dropped files" directory + general file …
(edit) @55639   10 years vboxsync SDKRef.xml: List incompatible IGuestSession, IGuestProcess and …
(edit) @55638   10 years vboxsync SED for relevant undefined refernece warnings.
(edit) @55637   10 years vboxsync switch to cURL 7.42.1
(edit) @55636   10 years vboxsync German NLS update
(edit) @55635   10 years vboxsync gen-slickedit-workspace.sh: Added GuestHost/DragAndDrop project.
(edit) @55634   10 years vboxsync tdAddGuestCtrl.py: API adjustments.
(edit) @55633   10 years vboxsync typo in open action conversion.
(edit) @55632   10 years vboxsync build fix
(edit) @55631   10 years vboxsync IGuestSession: - Added pathStyle attribute and associated enum. …
(edit) @55630   10 years vboxsync vbox_rm: Fixed directory symlink deletion on windows and reduced the …
(edit) @55629   10 years vboxsync Fixed FsObjType link.
(edit) @55628   10 years vboxsync 3D: Fix burn.
(edit) @55627   10 years vboxsync Guest 3D: Pack SPU: TLS fix.
(edit) @55626   10 years vboxsync 3D: Additions: fix warning.
(edit) @55625   10 years vboxsync Try to fix Linux burns.
(edit) @55624   10 years vboxsync 3D: do not interrupt App execution on crError() on release build.
(edit) @55623   10 years vboxsync 3D: Pack SPU: more carefull with pointers.
(edit) @55622   10 years vboxsync 3D: Windows GAs: drop relatively big buffer allocation on stack.
(edit) @55621   10 years vboxsync 3D: forgotten local stuff.
(edit) @55620   10 years vboxsync 3D: addition: treat a little bit more carefully with pointers (Win GAs).
(edit) @55619   10 years vboxsync Attempt to fix burn.
(edit) @55618   10 years vboxsync 3D: Additions code: small adjustments.
(edit) @55617   10 years vboxsync 3D: simplify hash tables debugging a bit.
(edit) @55616   10 years vboxsync Main/Linux/HostPower: add DBus-based host suspend and resume …
(edit) @55615   10 years vboxsync Main/Linux/HostPower: add DBus-based host suspend and resume …
(edit) @55614   10 years vboxsync Forgot to add the '-L' option to the vbox_stat invocation. Added '--' …
(edit) @55613   10 years vboxsync IGuestSession: Added a pathStyle attribute (read-only) that translates …
(edit) @55612   10 years vboxsync VBoxSErviceToolboxStat: Implemented the -L option while checking the …
(edit) @55611   10 years vboxsync Main: Merged the VFSFileType and FsObjType enums, keeping the …
(edit) @55610   10 years vboxsync VFSExplorer::entryList: Fixed Size array return, was returning the …
(edit) @55609   10 years vboxsync VBoxManageGuestCtrl.cpp: Implemented parsing vm and sub-command name …
(edit) @55608   10 years vboxsync apiwrap-server.xsl,VirtualBox.xidl: Added a check in the API wrapper …
(edit) @55607   10 years vboxsync an idea on how to make the syntax diagram shorter and nicer…
(edit) @55606   10 years vboxsync VBoxManageGuestCtrl.cpp: Removed the 'cp' command alias (for 'copyto') …
(edit) @55605   10 years vboxsync VBoxManageGuestCtrl.cpp: Removed the deprecated exec[ute] command. …
(edit) @55604   10 years vboxsync VBoxManageGuestCtrl.cpp: Refactored the common option handling. Made …
(edit) @55603   10 years vboxsync com/ptr.h: Added ComPtr::isNotNull().
(edit) @55602   10 years vboxsync Main/Linux/HostPower: add DBus-based host suspend and resume notifications.
(edit) @55601   10 years vboxsync FE/Qt: updated translation files. Thank you Burak Yavuz for the …
(edit) @55600   10 years vboxsync Runtime/DBus: spelling.
(edit) @55599   10 years vboxsync GuestProcessImpl.cpp: Turns out the guest doesn't want a terminating …
(edit) @55598   10 years vboxsync VBoxManage guestcontrol start/run corrections.
(edit) @55597   10 years vboxsync RTEnvSetEx fix for change records.
(edit) @55596   10 years vboxsync RTFileQueryInfo/win: Inverted check in error case, causing failure on …
(edit) @55595   10 years vboxsync IGuestProcess needs a dummy attribute to work with the midl proxy stub …
(edit) @55594   10 years vboxsync copy by assignment fix.
(edit) @55593   10 years vboxsync fixes
(edit) @55592   10 years vboxsync Sketched out how the base environment would be received by the guest …
(edit) @55591   10 years vboxsync Main: Renamed IGuestSession::environment to …
(edit) @55590   10 years vboxsync Main: Removed IGuestSession::environmentClear because it duplicates …
(edit) @55589   10 years vboxsync vboxapi.py: We probably need to abstract setting array attributes too, …
(edit) @55588   10 years vboxsync Main: Environment cleanup in the guest control area. The …
(edit) @55587   10 years vboxsync VBox/hgcmsvc.h: Added a setCppString(const RTCString &) method to …
(edit) @55586   10 years vboxsync VirtualBox.xidl: link fixes.
(edit) @55585   10 years vboxsync env-generic.cpp: build fix.
(edit) @55584   10 years vboxsync iprt/env.h: Added RTEnvQueryUtf8Block, RTEnvFreeUtf8Block and RTEnvReset.
(edit) @55583   10 years vboxsync VirtualBox.xidl: Clearified IGuestSession and associated documentation …
(edit) @55582   10 years vboxsync VirtualBoxBase.cpp: Added setErrorVrc(vrc) and …
(edit) @55581   10 years vboxsync VBoxServiceControlSession.cpp: A few more constructive code review …
(edit) @55580   10 years vboxsync VBoxServiceControlSessionForkInit: Some minor cleanup and a couple of …
(edit) @55579   10 years vboxsync RTStrCopy is a better choice here.
(edit) @55578   10 years vboxsync VBoxServiceControlSession.cpp: Added another todo about incorrect …
(edit) @55577   10 years vboxsync VBoxServiceControlSession.cpp/comment: There is no 'forking' going on …
(edit) @55576   10 years vboxsync Check for empty string the fast C way and drop the confused RT_BOOL use.
(edit) @55575   10 years vboxsync 3D: state tracker: do not modify stack variables which come along all …
(edit) @55574   10 years vboxsync 3D: crUtill DLL: add guest #ifdefs and fix burn.
(edit) @55573   10 years vboxsync 3D: inaddition to r99944: do not exit guest/host process on crError, …
(edit) @55572   10 years vboxsync 3D: crUtill DLL: drop disabled code and init Runtime on DLL load …
(edit) @55571   10 years vboxsync DnD: Simplified cancellation logic.
(edit) @55570   10 years vboxsync doc/manual: wording.
(edit) @55569   10 years vboxsync doc/manual: space.
(edit) @55568   10 years vboxsync VMM: Reset more when sending INIT IPI.
(edit) @55567   10 years vboxsync FE/Qt: Forgot something in r99935.
(edit) @55566   10 years vboxsync FE/Qt: Fixing small regression in r99396.
(edit) @55565   10 years vboxsync localipc-win.cpp: electric fence fix, 2nd try.
(edit) @55564   10 years vboxsync FE/Qt: 7676: Disk Encryption (DE) support: Reflect the Encryption …
(edit) @55563   10 years vboxsync localipc-win.cpp: electric fence fix.
(edit) @55562   10 years vboxsync IPRT: Added RTEnvCreateChangeRecord, RTEnvApplyChanges …
(edit) @55561   10 years vboxsync Additions/x11/vboxvideo: print the subversion revision to the X.Org …
(edit) @55560   10 years vboxsync HGSMI: host command submission cleanup, removed obsolete code, comments.
(edit) @55559   10 years vboxsync Additions/x11/vboxvideo: print the subversion revision to the X.Org …
(edit) @55558   10 years vboxsync doc/manual: document more 'VBoxManage modifyvm' options
(edit) @55557   10 years vboxsync FE/Qt: 7676: Disk Encryption (DE) support: UIMedium should cache the …
(edit) @55556   10 years vboxsync DnD: Rollback handling, bugfixes, cleanup.
(edit) @55555   10 years vboxsync VMX: Corrected IGS check.
(edit) @55554   10 years vboxsync FE/Qt: Reverting r99916 because it's useless.
(edit) @55553   10 years vboxsync doc/manual: NDIS5/NDIS6 wording
(edit) @55552   10 years vboxsync FE/Qt: 7791: Added a possibility to reconnect separate GUI to headless …
(edit) @55551   10 years vboxsync RDP/client: small memory leak in error case
(edit) @55550   10 years vboxsync FE/Qt: 7791: Selector UI: Pass-through and handle the …
(edit) @55549   10 years vboxsync DnD: Update.
(edit) @55548   10 years vboxsync AudioAdapterImpl: shut up gcc.
(edit) @55547   10 years vboxsync FE/Qt: DnD: Coding-style fixes for r99905.
(edit) @55546   10 years vboxsync FE/Qt: DnD: Build-warning fix for r94064.
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