libreoffice-online/net
Tor Lillqvist 3b4269a301 Use Util::symbolicErrno()
I think the general policy should be to always log errno using both
Util::symbolicErrno() and std::strerror(), never log a naked errno.
But only in cases where we know that it is highly likely that it is
the most recent system call that has failed, so errno makes sense.

Change-Id: I4a1fb31e375ea949e7da17687464361efe7c1761
2018-07-11 13:05:22 +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
ServerSocket.hpp Fis our use of inet_ntop() etc 2018-07-10 23:14:51 +03:00
Socket.cpp Fix logging a little. 2018-06-15 17:38:12 +01:00
Socket.hpp net: use std::move() in the StreamSocket ctor 2018-05-24 08:50:30 +02:00
Ssl.cpp Enable SSL in outbound, client websockets ... 2018-05-18 15:16:39 +02:00
Ssl.hpp
SslSocket.hpp Enable SSL in outbound, client websockets ... 2018-05-18 15:16:39 +02:00
WebSocketHandler.hpp Implement client websocket masking. 2018-06-15 14:54:19 +01:00