VirtualBox

source: vbox/trunk/src/VBox/Additions/common/VBoxService

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @58182   9 years vboxsync VBoxService: fixed semaphore destruction race.
(edit) @58089   9 years vboxsync VBoxGuest,VBoxService,Doxyfile.Core: fixes.
(edit) @58054   9 years vboxsync VBoxService: page fix
(edit) @58052   9 years vboxsync VBoxService: More service introduction pages. A few more cleanups.
(edit) @58042   9 years vboxsync VBoxService: warning
(edit) @58034   9 years vboxsync VBoxService: oops
(edit) @58033   9 years vboxsync VBoxService: Started adding pages with some details for each component.
(edit) @58032   9 years vboxsync VBoxService: Build fix
(edit) @58031   9 years vboxsync VBoxService: Some more cleanups log statements & comments.
(edit) @58030   9 years vboxsync VBoxService: build fix
(edit) @58029   9 years vboxsync VBoxService: Using prefix 'VGSvc', code style/width cleanups. No real …
(edit) @58023   9 years vboxsync VBoxServiceControlSession.cpp: Pass RTPROC_FLAGS_PROFILE on unix too; …
(edit) @57966   9 years vboxsync Additions/VBoxService: unsigned verbosity level
(edit) @57965   9 years vboxsync Additions: fix
(edit) @57963   9 years vboxsync VBoxServiceControlSession.cpp: typo.
(edit) @57962   9 years vboxsync VBoxServiceControlSession.cpp: ditto.
(edit) @57961   9 years vboxsync VBoxServiceControlSession.cpp: better off doing the changes immediately.
(edit) @57960   9 years vboxsync VBoxServiceControlSession.cpp: feedback.
(edit) @57925   9 years vboxsync VBoxServiceVMInfo-win.cpp: kernel32
(edit) @57921   9 years vboxsync VBoxServiceVMInfo-win.cpp: Just resolve stuff dynamically once, …
(edit) @57920   9 years vboxsync vboxserviceVMInfoWriteNetwork: Workaround for bug in …
(edit) @57834   9 years vboxsync VBoxServiceControlSession.cpp: No need to pass …
(edit) @57820   9 years vboxsync IPRT/process-win.cpp: User profile environment handling, take 2: …
(edit) @57800   9 years vboxsync Guest Control/VBoxService: Use the newly introduced …
(edit) @57759   9 years vboxsync Guest Control/VBoxService: Use RTENV_DEFAULT when spawning new …
(edit) @57753   9 years vboxsync IPRT: Renamed RTPROC_FLAGS_NO_PROFILE to RTPROC_FLAGS_PROFILE.
(edit) @57729   9 years vboxsync VBoxService: s/vboxServiceCreatePidFile/VbglR3PidFile/
(edit) @57721   9 years vboxsync Additions/VBoxService: instead of relying on 'pidof', explicitly ask …
(edit) @57710   9 years vboxsync Comment, renaming.
(edit) @57708   9 years vboxsync Comment typo.
(edit) @57661   9 years vboxsync Guest Control/VBoxService: Fixed adopting main service's env var …
(edit) @57660   9 years vboxsync Guest Control/VBoxService: Added logging of guest process environment …
(edit) @57659   9 years vboxsync Guest Control/VBoxService: Addressed some todos.
(edit) @57416   9 years vboxsync More DECLCALLBACK fixes; retired RTMemAutoPtr.
(edit) @57372   9 years vboxsync scm: fixes in previous cleanup run.
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @56745   9 years vboxsync RTPathRmCmd seems to work fine, remove old stuff.
(edit) @56744   9 years vboxsync VBoxServiceToolBox.cpp: Try use RTPathRmCmd instead of the home cooked …
(edit) @56675   9 years vboxsync Additions/linux: Implement '-s' sloppy option parsing for shared folders.
(edit) @56458   9 years vboxsync handle return code
(edit) @56457   9 years vboxsync Additions/VBoxService: properly report the CPU load of each VCPU
(edit) @56390   9 years vboxsync build fix
(edit) @56387   9 years vboxsync Additions/VBoxService: additional check
(edit) @56376   9 years vboxsync Additions/VBoxService: fix long-standing todo for Windows host, report …
(edit) @56294   9 years vboxsync Additions/common,Additions/os2: Updated (C) year.
(edit) @56282   9 years vboxsync static and some function naming.
(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) @55751   10 years vboxsync Additions/common/VBoxService: some left-over bits from the display …
(edit) @55671   10 years vboxsync RTGetOptArgvFromString: Added fFlags parameter for selecting the …
(edit) @55630   10 years vboxsync vbox_rm: Fixed directory symlink deletion on windows and reduced the …
(edit) @55612   10 years vboxsync VBoxSErviceToolboxStat: Implemented the -L option while checking the …
(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) @55535   10 years vboxsync Main,VBoxManage,VBoxShell,ValidationKit: Changed the …
(edit) @55531   10 years vboxsync Main,VBoxService: Added ProcessCreateFlag_UnquotedArguments.
(edit) @55024   10 years vboxsync Additions/VBoxService: s/AssertPtr/Assert/
(edit) @54944   10 years vboxsync replaced a few more AssertPtrReturn by AssertReturn as we don't need …
(edit) @54704   10 years vboxsync Additions/common/VBoxSerivce: be more quiet on inactive users
(edit) @54702   10 years vboxsync Additions/VBoxService: don't spam the log file with messages ignoring …
(edit) @54120   10 years vboxsync Windows guest additions: cleanup, removed obsolete MMR code.
(edit) @54010   10 years vboxsync Additions/common/VBoxGuestLib: add respawn counter to Daemonize().
(edit) @53874   10 years vboxsync VBoxService: fix a memory leak if libdbus exists but the dbus daemon …
(edit) @53764   10 years vboxsync Additions/VBoxService: added a few missing \n and limit the occurrence …
(edit) @53534   10 years vboxsync Additions/common/VBoxService: the display service is no longer needed …
(edit) @53421   10 years vboxsync VBoxGuestLib: add re-spawn option to VbglR3Daemonize().
(edit) @53333   10 years vboxsync VBoxService/VBoxServiceVMInfo-win.cpp: Use RTUTF16.
(edit) @53332   10 years vboxsync VBoxService/VBoxServiceVMInfo-win.cpp: Logging.
(edit) @52890   10 years vboxsync Additions/VBoxService: add first skeleton of display service.
(edit) @52702   10 years vboxsync Additions/VBoxService: log to the back-door logger as well.
(edit) @51729   10 years vboxsync Recently missed header updates.
(edit) @51711   10 years vboxsync Additions/VBoxService: Fix automount to pass dmode, fmode options for …
(edit) @51570   10 years vboxsync Additions/common/VBoxService: provide default/null object …
(edit) @51564   10 years vboxsync Additions/common/VBoxService: revert r94117.
(edit) @51523   11 years vboxsync Additions/common/VBoxService: fix an assertion getting network …
(edit) @51503   11 years vboxsync Additions/common/VBoxService: make most service call-back functions …
(edit) @51205   11 years vboxsync Additions/VBoxService: when starting guest processes, ignore …
(edit) @50810   11 years vboxsync VBoxService/GuestCtrl: Do a HGCM reconnect on saved state restore when …
(edit) @50571   11 years vboxsync Additions/VBoxService: solaris build fix
(edit) @50567   11 years vboxsync VBoxServiceVMInfo.cpp: 2nd attempt at socket address length fix.
(edit) @50566   11 years vboxsync VBoxServiceVMInfo.cpp: Attempt at socket address length fix.
(edit) @50565   11 years vboxsync VBoxServiceVMInfo.cpp: Turns out there isn't anything wrong with …
(edit) @50555   11 years vboxsync VBoxServiceVMInfo.cpp: IP Address comment updates and some cleanup of …
(edit) @50554   11 years vboxsync VBoxServiceVMInfo.cpp: Fixed interface IP address on OS/2 (probably …
(edit) @50461   11 years vboxsync Additions/VBoxService: skip a share from automounting if it's already …
(edit) @50448   11 years vboxsync Additions/VBoxService: assertion fix
(edit) @50286   11 years vboxsync VBoxService: Fix CPU hotunplug code for newer kernels where the …
(edit) @50063   11 years vboxsync VBoxService/VBoxServiceControlSession.cpp: Added a to-do.
(edit) @50051   11 years vboxsync VBoxService/GuestCtrl: Print some more help in case a guest session is …
(edit) @50041   11 years vboxsync crOpenGL: crOpenGL: 1. workaround point sprite driver bugs; 2. …
(edit) @50026   11 years vboxsync Additions/VBoxService: indentation
(edit) @50025   11 years vboxsync VBoxService/VMInfo: Fixed crashes in user detection.
(edit) @49868   11 years vboxsync crOpenGL: fix img positioning for retina/osx
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