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