libkiwix/include
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
..
tools Better parsing of `M/Counter` 2020-10-28 16:03:18 +01:00
book.h Correctly initialize members' value of book. 2020-04-07 12:21:36 +02:00
bookmark.h Add bookmarks support. 2018-12-02 15:47:29 +01:00
common.h Allow us to declare method to be deprecated. 2018-04-19 18:04:07 +02:00
downloader.h Include stdexcept to fix GCC v10 compilation 2020-02-01 13:52:27 +01:00
entry.h Remove trailing spaces 2019-12-08 11:52:16 +01:00
kiwix.h Format all the code using clang-format. 2017-07-05 15:22:34 +02:00
kiwixserve.h add setPort() method 2019-10-28 15:56:49 +01:00
library.h Add the method get bookByPath in library. 2020-03-06 12:08:05 +01:00
libxml_dumper.h Add bookmarks support. 2018-12-02 15:47:29 +01:00
manager.h Trust the library.xml information by default. 2020-01-30 18:22:07 +01:00
meson.build Introduce the server functionality in the kiwix-lib. 2019-08-11 11:30:43 +02:00
name_mapper.h Add a name_mapper mapping the HumanReadable name to the id. 2019-08-11 11:30:43 +02:00
opds_dumper.h [API break] Move all the tools in the tools directory instead of common. 2019-01-23 15:31:38 +01:00
reader.h Add new thread safe suggestion API. 2020-07-01 17:16:13 +02:00
search_renderer.h added pageLength for search_pagination 2020-08-12 02:08:02 +05:30
searcher.h Do not include `kiwix_config.h` in public header. 2020-07-06 16:03:06 +02:00
server.h moved blockExternalLink outside of taskbar 2020-03-27 11:25:39 +00:00