VirtualBox

source: vbox/trunk/src/VBox/Additions/common/VBoxService/VBoxServiceInternal.h

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @37375   14 years vboxsync GuestCtrl: Added APIs for guest directory enumeration, guest file …
(edit) @36548   14 years vboxsync VBoxService/GuestCopy: Fixed copying of small and 0-byte files. …
(edit) @36338   14 years vboxsync VBoxService: Also report terminated status when used by SCM, logging.
(edit) @36331   14 years vboxsync VBoxService: Attempt to fix pre-init (broken by r70386). End …
(edit) @36330   14 years vboxsync VBOXSERVICE_NAME_GLOBAL is confusing, drop it.
(edit) @36182   14 years vboxsync VBoxService: Fixed Windows mutex checking/creation.
(edit) @35954   14 years vboxsync Build fix.
(edit) @35952   14 years vboxsync VBoxService/GuestCtrl: Introduced pipe buffer events for waiting on …
(edit) @34867   14 years vboxsync GuestControl/VBoxService: Implemented dynamic input buffer size …
(edit) @34273   14 years vboxsync VBoxService/ToolBox: Completed misc todos, updated documentation.
(edit) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
(edit) @33293   14 years vboxsync Build fix.
(edit) @33277   14 years vboxsync VBoxService: Update on internal toolbox command handling.
(edit) @33275   14 years vboxsync Build fix.
(edit) @33247   14 years vboxsync VBoxService/Guest Execution: Update.
(edit) @33161   14 years vboxsync VBoxService/exec: Input notification pipe sketches + some @todos.
(edit) @33128   14 years vboxsync VBoxService: Added simple 'cat' functionality to new internal toolbox …
(edit) @33064   14 years vboxsync Guest Execution/Copy: Added support for input handling, added more …
(edit) @31202   14 years vboxsync Shared Folders/VBoxService: Added Linux + Solaris support.
(edit) @30601   15 years vboxsync VBoxService: VBoxServicePageSharingInitFork shouldn't return void. Why …
(edit) @30560   15 years vboxsync Spawn 2nd VBoxService instance to handle page fusion in order to work …
(edit) @30095   15 years vboxsync VBoxServiceInternal.h: r=bird: Please include the node type when using …
(edit) @30082   15 years vboxsync VBoxService/PropCache: Some renaming.
(edit) @29858   15 years vboxsync VBoxService/win: Cleaned up + fixed logged on user detection, make …
(edit) @29817   15 years vboxsync VBoxService: Some cleanup - started with reviewing r61961, but got …
(edit) @29762   15 years vboxsync VBoxService / Windows guests: Don't use a service as main thread but …
(edit) @29516   15 years vboxsync Guest Control: Remove unused Std* arguments.
(edit) @29313   15 years vboxsync VBoxService: Removed automatic Windows system preparation in favor of …
(edit) @29040   15 years vboxsync VBoxService/PropCache: Finished some todos, IPRT: Added VINF_NO_CHANGE.
(edit) @29026   15 years vboxsync VBoxServiceVMInfo/PropCache: r=bird: todos in the code. Fixed two odd …
(edit) @28983   15 years vboxsync VBoxService/PropCache: Make it thread safe (for a global cache later).
(edit) @28968   15 years vboxsync Typo.
(edit) @28967   15 years vboxsync VBoxService: Introduced guest property cache (used by VM information …
(edit) @28943   15 years vboxsync Guest Control/Main/VBoxService: Update on locking, bugfixes.
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28560   15 years vboxsync Additions: s/BYTE/uint8_t/g
(edit) @28557   15 years vboxsync Guest Control: Update (first stuff for piping output).
(edit) @28434   15 years vboxsync *: whitespace cleanups by scm and two manually picked nits.
(edit) @28420   15 years vboxsync Guest Control/VBoxService: Use RTList instead of STL.
(edit) @28409   15 years vboxsync Guest Control: Build fix, memory cleanup.
(edit) @28402   15 years vboxsync Guest Control: Update (guest shutdown handling, timed peeks).
(edit) @28286   15 years vboxsync Guest Control: Update (introducing contexts for callbacks).
(edit) @28251   15 years vboxsync Initial page sharing code (not compiled)
(edit) @28119   15 years vboxsync Guest Control/VBoxService: Threading.
(edit) @27972   15 years vboxsync VBoxService: Use VMM_MAX_CPU_COUNT! VBoxServiceBalloonQueryChunks -> …
(edit) @27926   15 years vboxsync Guest Control: Update (VBoxService).
(edit) @27114   15 years vboxsync (void)
(edit) @27023   15 years vboxsync Guest Additions: memory ballooning for guests without support for …
(edit) @26326   15 years vboxsync Updates for guest statistics and memory ballooning
(edit) @26292   15 years vboxsync Moved statistics and balloon handling to the guest service process
(edit) @26136   15 years vboxsync VBoxService: a couple of bug fixes together with code review and cleanups.
(edit) @26083   15 years vboxsync VBoxService: Improved modularity for process information lookup; …
(edit) @26061   15 years vboxsync VBoxService,VBoxGuestLib: CPU hot plugging cleanup + review.
(edit) @25975   15 years vboxsync CPU hotplug: Merge guest additions patch
(edit) @25795   15 years vboxsync VBoxService: Added service description for SCM running on W2K+.
(edit) @25166   15 years vboxsync VBoxService: Removed default parameter, cosmetics.
(edit) @25159   15 years vboxsync VBoxService: Various fixes and improvements for NT4 and up: - Shuts …
(edit) @23575   15 years vboxsync VBoxService: Fixed GEN_IO_FAILURE, naming cleanup.
(edit) @22744   15 years vboxsync VBoxService: Sigh. Cleaned up the code myself. It's current disabled …
(edit) @22728   15 years vboxsync VBoxService: Get rid of TCHARs, implemented better sysprep support.
(edit) @22503   15 years vboxsync VBoxService: Added command execution thread (only used for sysprep …
(edit) @21167   16 years vboxsync VBoxServiceInternal.h: docs clearification.
(edit) @20374   16 years vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
(edit) @20369   16 years vboxsync Additions: BEGIN_DECLS -> RT_BEGIN_DECLS; END_DECLS -> RT_END_DECLS.
(edit) @19644   16 years vboxsync VBoxService/common: Proper building with VBOX_WITH_GUEST_PROPS.
(edit) @19374   16 years vboxsync VBoxService/common: SVN props.
(edit) @19361   16 years vboxsync VBoxService/common: Build fix.
(edit) @19353   16 years vboxsync VBoxService/common: Added component versions and Guest Additions …
(edit) @19352   16 years vboxsync VBoxService/common: Update.
(edit) @19328   16 years vboxsync VBoxService/common: Fix.
(edit) @19327   16 years vboxsync VBoxService/common: Added first VM information lookup for Windows.
(edit) @19321   16 years vboxsync VBoxService/common: Time syncing for Windows, added framework for VM …
(edit) @19031   16 years vboxsync VBoxService/common: More updates for Windows SCM handling.
(edit) @18712   16 years vboxsync VBoxService.cpp: Undid damange inflicted earlier today: - Don't …
(edit) @18670   16 years vboxsync Guest Additions/common: Update.
(edit) @18642   16 years vboxsync Guest Additions/common: Update.
(edit) @18640   16 years vboxsync Guest Additions/common: Update.
(edit) @18639   16 years vboxsync Guest Additions/common: Added basic Windows SCM handling for …
(edit) @8155   17 years vboxsync The Big Sun Rebranding Header Change
(edit) @7541   17 years vboxsync Removed obsolete daemon() prototype. (was renamed and move to common …
(edit) @7517   17 years vboxsync Additions/FreeBSD: initial commit Mostly tested on FreeBSD 7.0. …
(edit) @6136   17 years vboxsync daemon is prototyped in the header of course.
(copy) @6029   17 years vboxsync Moved os2/VBoxService into common space.
copied from trunk/src/VBox/Additions/os2/VBoxService/VBoxServiceInternal.h
(edit) @5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
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