libkiwix/include/tools
Matthieu Gautier 08464f23bc Better parsing of `M/Counter`
Mimetype may contain a parameters.
Then, the mimetype would be something like "text/html;foo=bar;foz=baz"

It will contains a `;` and `=` and it conflicts with the same operators
we use to separate the items in our list.

We have to use a more advanced algorithm which takes the context into
account.

Fix #416
2020-10-28 16:03:18 +01:00
..
base64.h [API break] Move all the tools in the tools directory instead of common. 2019-01-23 15:31:38 +01:00
lock.h Add a new tool `Lock` to lock a mutex. 2019-08-10 10:59:13 +02:00
networkTools.h Remove getNetworkInterfaces and getBestPublicIp function. 2019-04-04 17:00:45 +02:00
otherTools.h Move mimetypeCounter parsing in its own function. 2020-10-28 14:08:06 +01:00
pathTools.h Add missing function's declarations to convert path for windows. 2020-01-13 16:51:48 +01:00
regexTools.h Make appendToFirstOccurence take argument by reference. 2019-08-11 10:19:48 +02:00
stringTools.h Better parsing of `M/Counter` 2020-10-28 16:03:18 +01:00