nextcloud-desktop/shell_integration/windows
Jocelyn Turcotte dc85ee3f0a shell_integration: Fix hangs on Windows Vista
It seems like verclsid.exe hangs on our class IDs when invoked
through explorer.exe for 5-10 seconds. It doesn't hang if I
invoke the same command line from cmd.exe, so there could be some
process parameters that don't play well with our extra thread
or to the pipe connection that we do in it.

Delay creating the RemotePathChecker thread until the first
IsMemberOf call. verclsid.exe only seems to instantiate a object
of each registered class, without actually using them, so we
can use this as a workaround.

This should be fixing issue #2680.
2015-02-11 16:45:11 +01:00
..
OCContextMenu OCContextMenu: Also export modules for x86 2015-02-09 11:56:52 +01:00
OCOverlays shell_integration: Fix hangs on Windows Vista 2015-02-11 16:45:11 +01:00
OCUtil [shell_integration] Remove the usage of Win32 APIs not available on XP 2015-02-05 15:15:05 +01:00
OCShellExtensions.sln Windows shell integration: Make the share entry work by adding a Sleep 2015-01-23 15:43:03 +01:00