libreoffice-online/common
Miklos Vajna a5566baa03 Add version of std::atoi() that needs no extra allocation
std::atoi() assumes a null-terminated string and our strings are not
always null-terminated. So add a version that takes a length parameter,
this way we don't have to copy strings around.

Also switch to this in http::StatusLine::parse().

Signed-off-by: Miklos Vajna <vmiklos@collabora.com>
Change-Id: I449b356c1b9948c562434618596e8e3b38656088
2021-04-26 16:22:27 +02:00
..
Authorization.cpp
Authorization.hpp
Clipboard.hpp wsd: cleanup Poco headers 2021-03-22 10:09:22 -04:00
Common.hpp wsd: correct User-Agent usage in http headers 2021-03-22 10:09:22 -04:00
ConfigUtil.cpp wsd: more config features 2021-04-02 12:43:39 -04:00
ConfigUtil.hpp wsd: more config features 2021-04-02 12:43:39 -04:00
Crypto.cpp
Crypto.hpp
FileUtil.cpp wsd: create the temp directory root recursively 2021-04-11 01:05:20 -04:00
FileUtil.hpp
JailUtil.cpp
JailUtil.hpp
JsonUtil.hpp
Log.cpp
Log.hpp wsd: improved thread ownership management and logging 2021-03-13 19:34:02 -05:00
LOOLWebSocket.hpp wsd: test: better logging 2021-03-08 22:49:53 -05:00
Message.hpp
MessageQueue.cpp wsd: copy strings only when needed 2021-03-08 22:49:53 -05:00
MessageQueue.hpp added stdexcept include to fix build error 2021-04-03 17:47:56 +01:00
MobileApp.cpp
MobileApp.hpp
Png.hpp
Protocol.cpp
Protocol.hpp
Rectangle.hpp
RenderTiles.hpp Remove incorrect assertion in iOS-only code 2021-03-25 18:31:51 +02:00
Seccomp.cpp
Seccomp.hpp
security.h Allow easy configuation of the user-id that is accepted. 2021-04-16 15:40:28 +01:00
Session.cpp config: add "macro_security_level" item 2021-03-12 08:23:56 -04:00
Session.hpp config: add "macro_security_level" item 2021-03-12 08:23:56 -04:00
SigUtil.cpp Dump versions when we have a signal. 2021-03-25 19:46:36 +00:00
SigUtil.hpp Dump versions when we have a signal. 2021-03-25 19:46:36 +00:00
SpookyV2.cpp
SpookyV2.h
StringVector.cpp
StringVector.hpp
Unit.cpp
Unit.hpp
UnitHTTP.hpp wsd: cleanup Poco headers 2021-03-22 10:09:22 -04:00
Util.cpp Add version of std::atoi() that needs no extra allocation 2021-04-26 16:22:27 +02:00
Util.hpp Add version of std::atoi() that needs no extra allocation 2021-04-26 16:22:27 +02:00