libreoffice-online/wsd/wopi
Michael Meeks 56cd14516a wsd: CheckFileInfo - avoid over-complicating things.
We don't need a mutex & a condition - we can just spin our own
TerminatingPoll to get what we need; saves launching an
un-necessary thread, and reducing threading complexity.

Signed-off-by: Michael Meeks <michael.meeks@collabora.com>
Change-Id: Ia65398aa8a59ca297cd0a0caf0fa607681960764
2024-07-08 12:19:40 +01:00
..
CheckFileInfo.cpp wsd: CheckFileInfo - avoid over-complicating things. 2024-07-08 12:19:40 +01:00
CheckFileInfo.hpp wsd: CheckFileInfo - avoid over-complicating things. 2024-07-08 12:19:40 +01:00
README
StorageConnectionManager.cpp
StorageConnectionManager.hpp
WopiProxy.cpp
WopiProxy.hpp
WopiStorage.cpp only bother to do this if we get any results 2024-06-24 18:53:34 +02:00
WopiStorage.hpp Show server audit if deprecated is_admin is used 2024-06-12 12:45:42 +02:00

This directory holds WOPI-specific code.

First and foremost, it is to isolate it from Mobile Apps
that do not have any dependencies on WOPI. This will also
enable stubbing out the same classes/functions for Mobile
Apps, so we wouldn't need so many compile-time directives
to exclude such code.

This also helps reduce the size of the translation-units
where previously this code resided, making them more
manageable in size and complexity.