libreoffice-online/net
Tor Lillqvist 763a27280a Add possiblity to force logging to stderr with environment variable
At least LOOLWSD.cpp has a couple of global variables of types that in
their constructors invoke FakeSocket APIs. If we turn on FakeSocket
logging (fakeSocketSetLoggingCallback()) only in the app's
initialization code, we will miss logging from those global variable
constructors.

Sure, the clean solution would be to turn those global variables into
members in the LOOLWSD class instead, but this will do for now.
2018-09-18 15:31:01 +03:00
..
clientnb.cpp loplugin:nullptr 2017-12-20 22:36:41 +05:30
DelaySocket.cpp Use Util::symbolicErrno() 2018-07-11 13:05:22 +03:00
DelaySocket.hpp Initial DelaySocket goodness. 2017-04-22 18:42:16 +01:00
FakeSocket.cpp Add possiblity to force logging to stderr with environment variable 2018-09-18 15:31:01 +03:00
FakeSocket.hpp Add fakeSocketShutdown() and drop fakeSocketFeed() 2018-09-17 20:44:18 +03:00
ServerSocket.hpp Fis our use of inet_ntop() etc 2018-07-10 23:14:51 +03:00
Socket.cpp Move SocketPoll::pollingThreadEntry() implementation to cpp file 2018-09-13 09:33:40 +03:00
Socket.hpp Revert part of my iOS related commit, causes compilation warning with Clang 2018-09-17 12:51:07 +02:00
Ssl.cpp Enable SSL in outbound, client websockets ... 2018-05-18 15:16:39 +02:00
Ssl.hpp Make the WSD SSL cipher list configurable. 2017-11-22 15:55:03 +00:00
SslSocket.hpp Enable SSL in outbound, client websockets ... 2018-05-18 15:16:39 +02:00
WebSocketHandler.hpp Intermediate commit of work in progress on an iOS app 2018-09-12 18:32:05 +03:00