libreoffice-online/net
Andras Timar 887ce53417 available, off and end can be unsigned, they are byte positions
this prevents compile error with gcc (Ubuntu 5.4.0-6ubuntu1~16.04.12)
../net/HttpRequest.cpp:340:9: error: assuming signed overflow does not occur when assuming that (X + c) >= X is always true [-Werror=strict-overflow]
         if (off + VersionLen >= available)

Signed-off-by: Andras Timar <andras.timar@collabora.com>
Change-Id: I46df5d43d0997f6a1e61c05a4df7f9d71af65511
2021-04-30 14:30:16 +03:00
..
Buffer.hpp wsd: http: improve StatusLine 2021-03-22 10:09:22 -04:00
clientnb.cpp wsd: cleanup Poco headers 2021-03-22 10:09:22 -04:00
DelaySocket.cpp
DelaySocket.hpp
FakeSocket.cpp
FakeSocket.hpp
HttpHelper.cpp wsd: cleanup Poco headers 2021-03-22 10:09:22 -04:00
HttpHelper.hpp
HttpRequest.cpp available, off and end can be unsigned, they are byte positions 2021-04-30 14:30:16 +03:00
HttpRequest.hpp Fix Debian 8 / gcc-4.9 warnings 2021-04-30 10:38:09 +02:00
NetUtil.cpp wsd: http: improved parseUri and new parseUrl with tests 2021-04-07 11:36:10 -04:00
NetUtil.hpp wsd: http: improved parseUri and new parseUrl with tests 2021-04-07 11:36:10 -04:00
ServerSocket.hpp
Socket.cpp wsd: specify the minimum bytes we can write to the socket 2021-04-27 17:48:23 -04:00
Socket.hpp Fix Debian 8 / gcc-4.9 warnings 2021-04-30 10:38:09 +02:00
Ssl.cpp
Ssl.hpp wsd: more informative SSL state reporting 2021-04-02 13:18:41 -04:00
SslSocket.hpp
WebSocketHandler.hpp Be more tolerant of clients sending WebSocket pings. 2021-04-28 09:14:07 +01:00
WebSocketSession.hpp Fix Debian 8 / gcc-4.9 warnings 2021-04-30 10:38:09 +02:00