VirtualBox

source: vbox/trunk/src/VBox/HostServices/GuestControl

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @65102   8 years vboxsync HostServices: doxygen fixes
(edit) @62846   8 years vboxsync put const after so you can follow our normal continuation indent rule.
(edit) @62801   8 years vboxsync GuestCtrl/Service: Removed gctrl.cpp+gctrl.h as we didn't use anything …
(edit) @62800   8 years vboxsync GuestCtrl/Service: warnings
(edit) @62535   8 years vboxsync (C) 2016
(edit) @62489   8 years vboxsync (C) 2016
(edit) @60765   9 years vboxsync API: stop using ATL and use a vastly smaller lookalike instead, plus a …
(edit) @60391   9 years vboxsync GuestControl/service.cpp: Follow-up for r106475 (bugref:7179): …
(edit) @60389   9 years vboxsync bugref:7179. Removed auto_ptr.
(edit) @58171   9 years vboxsync doxygen: fixes.
(edit) @58132   9 years vboxsync *: Doxygen fixes.
(edit) @57415   9 years vboxsync More DECLCALLBACK fixes.
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @56301   9 years vboxsync *.kmk: Updated (C) year.
(edit) @56030   10 years vboxsync postfix iterator => prefix iterator and stlSize => stlEmpty where …
(edit) @55784   10 years vboxsync Restored lost ProductVersion.
(edit) @55782   10 years vboxsync Added an empty macro as a place holder for any additional strings we …
(edit) @55781   10 years vboxsync Clean up RC files, adding more version.h defines for common values.
(edit) @55772   10 years vboxsync Two more RC defines.
(edit) @55771   10 years vboxsync Use defines in the RC files and make those defines compatible with …
(edit) @55672   10 years vboxsync gctrl.cpp: Missed one RTGetOptArgvFromString call.
(edit) @53784   10 years vboxsync fixed @file information of a couple of .rc files
(edit) @53781   10 years vboxsync added a bunch of missing Windows resource files and fixed a few minor bugs
(edit) @50825   11 years vboxsync GuestCtrl/HostService: Complete call if a client was not found anymore.
(edit) @49349   11 years vboxsync Guest Control: - Implemented IGuestSession::DirectoryRemove, …
(edit) @48724   11 years vboxsync GuestControl/service.cpp: Also allocate 64-bit parameters.
(edit) @47731   11 years vboxsync Newline.
(edit) @47730   11 years vboxsync GuestControl/service.cpp: Support uint64_t HGCM parameters.
(edit) @47695   11 years vboxsync Additions/GuestCtrl: Use a separate filter mask + value for message …
(edit) @47621   11 years vboxsync Logging.
(edit) @47620   11 years vboxsync GuestCtrl: Fixed per-session command filtering, added command to …
(edit) @47488   11 years vboxsync Logging typo.
(edit) @46306   12 years vboxsync HostServices/GuestControl: warning
(edit) @45697   12 years vboxsync GuestCtrl: Various bugfixes required for test driver to pass.
(edit) @45482   12 years vboxsync GuestCtrl: Added abstract IGuestProcessIOEvent event, removed …
(edit) @45417   12 years vboxsync Build fix.
(edit) @45416   12 years vboxsync Build fix.
(edit) @45415   12 years vboxsync GuestCtrl: Implemented using (public) VirtualBox events instead of own …
(edit) @45010   12 years vboxsync GuestCtrl: More code for guest session infrastructure handling …
(edit) @44935   12 years vboxsync GuestCtrl: More code for guest session infrastructure handling …
(edit) @44869   12 years vboxsync Build fix.
(edit) @44863   12 years vboxsync GuestCtrl: Infrastructure changes for handling and executing dedicated …
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @44249   12 years vboxsync GuestControl/service: const, HostCmd -> VBOXGUESTCTRLHOSTCMD.
(edit) @42354   12 years vboxsync Guest Control 2.0: Update.
(edit) @42272   12 years vboxsync Guest Control 2.0: Update.
(edit) @41477   13 years vboxsync /Makefile.kmk: Cosmetic changes.
(edit) @40681   13 years vboxsync GuestControl/service: Be compatible to older client when there was …
(edit) @40657   13 years vboxsync GuestControl/service: Fixed increasing the retry count of current host …
(edit) @39685   13 years vboxsync doc updates.
(edit) @39441   13 years vboxsync Logging.
(edit) @39440   13 years vboxsync HostServices/GuestCtrl: Added more checks.
(edit) @39427   13 years vboxsync r=bird: pre-review comments.
(edit) @39421   13 years vboxsync Build fix.
(edit) @39420   13 years vboxsync Build fix.
(edit) @39312   13 years vboxsync HostServices/GuestCtrl: Fixed cancellation of buffered (unassigned) …
(edit) @38152   13 years vboxsync INSTARGET -> [12]_STAGE_TARGET.
(edit) @38133   13 years vboxsync GuestCtrl: Removed obsolete code for guest directory enumeration.
(edit) @37375   14 years vboxsync GuestCtrl: Added APIs for guest directory enumeration, guest file …
(edit) @37352   14 years vboxsync HostServices/GuestCtrl: Simplified host/guest command handling.
(edit) @36873   14 years vboxsync HostServices/GuestCtrl: Rewritten testcase, now builds by default.
(edit) @36872   14 years vboxsync HostServices/GuestCtrl: Fixed several bugs revealed by upcoming testcase.
(edit) @36743   14 years vboxsync HostServices/GuestCtrl: More checks for empty buffers, drop host …
(edit) @36529   14 years vboxsync iprt::non_copyable -> RTCNonCopyable (now in utils.h), moved and …
(edit) @35380   14 years vboxsync Makefiles: The PATH_<target> variable is deprated, use …
(edit) @35035   14 years vboxsync HostServices/GuestControl: Better client count checks.
(edit) @35033   14 years vboxsync HostServices/GuestControl: type fix
(edit) @34825   14 years vboxsync GuestControl/service: Don't try to deliver too big messages to the …
(edit) @34776   14 years vboxsync GuestControl/service: Check for HGCM buffer size.
(edit) @34253   14 years vboxsync HostServices/GuestControl: Added guest clients reference counting for …
(edit) @33806   14 years vboxsync ExtPack changes, related IPRT changes.
(edit) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
(edit) @33247   14 years vboxsync VBoxService/Guest Execution: Update.
(edit) @33064   14 years vboxsync Guest Execution/Copy: Added support for input handling, added more …
(edit) @31847   14 years vboxsync iprt: removed crc32.h and crc64.h, use crc.h instead.
(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) @30614   14 years vboxsync Comments.
(edit) @30013   15 years vboxsync scm cleanup.
(edit) @29900   15 years vboxsync Guest Control/HostService: Renamed structure for better understanding.
(edit) @29898   15 years vboxsync Guest Control: Clean up call list on client disconnection as well.
(edit) @29867   15 years vboxsync r=bird: todos
(edit) @29797   15 years vboxsync Guest Control: Documentation for internals.
(edit) @29785   15 years vboxsync Guest Control: More stable when client is crashing/aborting in an …
(edit) @29438   15 years vboxsync Guest Control/VBoxService: Added support for cancel pending (blocking) …
(edit) @29220   15 years vboxsync Guest Control/Main/HostService: Deal with stale clients, avoid …
(edit) @29003   15 years vboxsync Guest Control/Main/HostService: Proper shutdown / notification when VM …
(edit) @28887   15 years vboxsync Guest Control/Main: Faster (no polling on guest side), free data on …
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28625   15 years vboxsync Guest Control: Update (no buffered host waiting anymore, fixed a …
(edit) @28557   15 years vboxsync Guest Control: Update (first stuff for piping output).
(edit) @28286   15 years vboxsync Guest Control: Update (introducing contexts for callbacks).
(edit) @28243   15 years vboxsync Guest Control: Update (callback + error handling, --verbose for …
(edit) @28237   15 years vboxsync Guest Control: Update (fixed crash after unregistered extension).
(edit) @28236   15 years vboxsync Guest Control: Update.
(edit) @28233   15 years vboxsync Guest Control: Update.
(edit) @28218   15 years vboxsync Guest Control: Update (HGCM low level callbacks, bugfixes).
(edit) @28206   15 years vboxsync Guest Control: Update (first code for low level HGCM callback).
(edit) @28185   15 years vboxsync GuestControl: gcc warnings
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