epubgrep/src
tastytea a49c500d0f
Fix <style> and <script> erasure.
I didn't take into account that <script […]/> is possible.
2021-06-06 16:06:14 +02:00
..
CMakeLists.txt Add nlohmann_json dependency. 2021-06-01 18:47:12 +02:00
files.cpp Add lots of debug output. 2021-06-01 15:32:10 +02:00
files.hpp Add --recursive and --dereference-recursive. 2021-05-27 14:45:52 +02:00
fs-compat.hpp.in std::filesystem compatibility for older GCC. 2021-05-20 10:37:45 +02:00
helpers.cpp Add logger. 2021-05-31 18:50:41 +02:00
helpers.hpp Add logger. 2021-05-31 18:50:41 +02:00
log.cpp Output info messages to stderr with --debug. 2021-06-01 13:52:41 +02:00
log.hpp Add DEBUGLOG macro. 2021-06-01 15:24:19 +02:00
main.cpp Do not add empty matches to matches_all. 2021-06-01 20:15:05 +02:00
options.cpp Add JSON output. 2021-06-01 19:17:44 +02:00
options.hpp Add JSON output. 2021-06-01 19:17:44 +02:00
output.cpp Fix nlohmann_json error with old versions. 2021-06-01 22:35:52 +02:00
output.hpp Fix JSON output. 2021-06-01 20:14:36 +02:00
search.cpp Fix <style> and <script> erasure. 2021-06-06 16:06:14 +02:00
search.hpp Rename file names in search::matches to make it more clear. 2021-06-01 19:15:00 +02:00
version.hpp.in Initial commit. 2021-05-20 04:34:06 +02:00
zip.cpp Don't return pointer to freed memory address. 2021-06-04 23:14:36 +02:00
zip.hpp Move is_whitespace() and urldecode() to helpers. 2021-05-30 21:52:52 +02:00