summaryrefslogtreecommitdiff
path: root/src/VBox/HostServices/GuestProperties
Commit message (Expand)AuthorAgeFilesLines
* HostServices/*.kmk: Automatic scm cleanups. bugref:10348vboxsync2023-02-011-3/+3
* *.kmk: s/VBOXR3TSTEXE/VBoxR3TstExe/ bugref:10348vboxsync2023-01-201-1/+1
* *.kmk: s/VBOXR3/VBoxR3Dll/ bugref:10348vboxsync2023-01-191-1/+1
* Copyright year updates by scm.vboxsync2023-01-175-5/+5
* scm copyright and license note updatevboxsync2022-08-225-42/+92
* GuestProperties: Must validate the encoding of all additional pattern strings...vboxsync2022-06-211-2/+13
* tstGuestPropSvc: Unbroke testcase after notification changes, service set pro...vboxsync2022-06-211-1/+1
* GuestProperties: Call setPropertyInternal with different timestamps or we'll ...vboxsync2022-06-211-15/+17
* tstGuestPropSvc: Unbroke testcase after notification changes, service set pro...vboxsync2022-06-211-52/+77
* tstGuestPropSvc: nitvboxsync2022-06-211-1/+1
* GuestProperties: No need to validate flag encoding twice in Service::setPrope...vboxsync2022-06-211-17/+13
* Main: Guest Properties: notify lesteners that property was deleted (additiona...vboxsync2022-03-111-5/+11
* Main: Guest Properties: improved property name and value validation, bugref:1...vboxsync2022-02-221-53/+7
* VMM,Main,HostServices: Use a function table for accessing the VBoxVMM.dll/so/...vboxsync2022-01-261-3/+1
* scm --update-copyright-yearvboxsync2022-01-015-5/+5
* *: More VALID_PTR -> RT_VALID_PTR/AssertPtr.vboxsync2021-08-231-4/+4
* HGCM,HostServices: Extended VBOXHGCMSVCFNTABLE with client and call limits. T...vboxsync2021-07-191-0/+8
* iprt/cdefs.h: Refactored the typedef use of DECLCALLBACK as well as DECLCALLB...vboxsync2020-07-081-1/+1
* Main: Shut up gcc 10 complaints about sloppy HGCMSvcGetXxxx usage. bugref:9746vboxsync2020-05-251-1/+1
* Copyright year updates by scm.vboxsync2020-02-045-5/+5
* Guest Properties/HostServices: Renamed service.cpp to VBoxGuestPropSvc.cpp (b...vboxsync2019-01-241-1/+3
* Guest Properties/HostServices: Renamed service.cpp to VBoxGuestPropSvc.cpp.vboxsync2019-01-242-1/+1
* scm --update-copyright-yearvboxsync2019-01-015-5/+5
* VBox/HostServices/GuestPropertySvc.h: No need to drag in hgcmsvc.h, just err....vboxsync2018-12-232-0/+2
* VBox/sup.h: Don't include VBox/err.h for no good reason. bugref:9344vboxsync2018-12-232-1/+2
* GuestProperty: Limit the number of pending waits per session and look for can...vboxsync2018-12-051-12/+12
* GuestProperty: Handle std::bad_alloc as close as possible to the source.vboxsync2018-12-051-206/+231
* GuestProperties: ASYNC_HOST_NOTIFY cleanup.vboxsync2018-12-051-50/+11
* GuestProperties: Another parameter that should be passed by reference rather ...vboxsync2018-12-051-8/+8
* GuestProperties: s/u64Timestamp/nsTimestamp/gvboxsync2018-12-051-45/+40
* GuestProperties: Use RTCString.vboxsync2018-12-051-34/+32
* GuestProperties: Complete pending calls when a client disconnects. Important...vboxsync2018-12-051-13/+30
* GuestProperties: Added /VirtualBox/VMInfo/ResumeCounter and /VirtualBox/VMInf...vboxsync2018-12-051-19/+66
* HGCM,GuestProps: Added HGCM service notifications for VM power-on, VM resume,...vboxsync2018-12-051-7/+109
* HGCM: Added fRequestor and fRestoring to VBOXHGCMSVCFNTABLE::pfnConnect. bugr...vboxsync2018-11-271-5/+18
* HGCM: build fixes.vboxsync2018-11-261-1/+2
* HGCM: Replace C++-style inline members on VBOXHGCMSVCPARM with simple functions.vboxsync2018-11-262-62/+62
* VMMDev,Main,HostServices: More profiling of HGCM guest call processing.vboxsync2018-11-162-6/+8
* HGCM,Main,SharedFolder,SharedClipboard,GuestProperties: Added HGCM service he...vboxsync2018-11-161-27/+24
* HostServices: GCC 8.2.0 fixesvboxsync2018-08-051-4/+4
* offset-of cleanup: build fixvboxsync2018-07-121-1/+1
* Guest Properties: finer control of read-only-guest range.vboxsync2018-01-312-1/+10
* Enforce that host-side configuration guest properties are read-only-guest.vboxsync2018-01-242-0/+39
* Backed out r119656 as it was not the fix I asked for.vboxsync2017-12-192-8/+8
* Guest properties: Added a length check for GuestPropWriteFlags() and got rid ...vboxsync2017-12-132-8/+8
* Backed out r119634 + r119637 again.vboxsync2017-12-122-8/+8
* Guest properties: Added a length check for GuestPropWriteFlags() and got rid ...vboxsync2017-12-122-8/+8
* GuestPropertySvc.h: Working on making it usable from C (VBoxGuest, ++)vboxsync2017-12-112-19/+19
* GuestPropertySvc.h: Working on making it usable from C (VBoxGuest, ++)vboxsync2017-12-111-1/+4
* GuestPropertySvc.h: Working on making it usable from C (VBoxGuest, ++)vboxsync2017-12-112-90/+90