Commit Graph

463 Commits

Author SHA1 Message Date
26f52d23a6
Add libcurl dependency to CI and RPM.
Some checks reported errors
continuous-integration/drone/push Build was killed
2020-10-31 18:35:23 +01:00
6426305366
Use libcurl to download URIs.
Some checks failed
continuous-integration/drone/push Build is failing
2020-10-31 18:26:05 +01:00
4dc9faf1df
Make reference in ranged for const.
All checks were successful
continuous-integration/drone/push Build is passing
2020-10-31 13:30:40 +01:00
a198f1323a
Reformat remwharead_wrapper.cpp. 2020-10-31 13:30:04 +01:00
4e9e750e35
Initialize variables in native-wrapper. 2020-10-31 13:28:45 +01:00
5b82bb0ef0
Reformat uri.hpp. 2020-10-31 13:25:45 +01:00
b7d5b21899
Make operator bool() in html_extract and archive_answer const. 2020-10-31 13:25:02 +01:00
eab10e28ae
Reformat uri.cpp. 2020-10-31 13:21:40 +01:00
6d45af58a2
Fix Debian dependencies example. 2020-10-31 13:09:52 +01:00
8b953ff817
Remove Hunter support. 2020-10-31 13:04:19 +01:00
0b32de2846
Add .clang-format. 2020-10-31 13:01:53 +01:00
b40f9910d0
Make use of CMake up to 3.17. 2020-10-31 13:00:47 +01:00
4f4f4dacad
Merge branch 'develop' into main
All checks were successful
continuous-integration/drone/push Build is passing
2020-02-07 11:58:32 +01:00
4f78da24b5
Allow answer of archiving service to be an HTTP redirection.
All checks were successful
continuous-integration/drone/push Build is passing
2020-02-07 11:56:05 +01:00
6802c7563d
Version bump 0.10.0. 2020-01-31 05:57:47 +01:00
d75342e71f
Merge branch 'develop' into main
All checks were successful
continuous-integration/drone/push Build is passing
2020-01-31 05:08:25 +01:00
7e147012fe
Rewrite wrapper to be more readable.
All checks were successful
continuous-integration/drone/push Build is passing
2020-01-28 02:48:58 +01:00
2b8e443da7
Merge branch 'develop' into main
All checks were successful
continuous-integration/drone/push Build is passing
2020-01-27 10:49:02 +01:00
5e9937c9a0
WebExtension: Use \u001f as separator.
All checks were successful
continuous-integration/drone/push Build is passing
2020-01-27 10:35:41 +01:00
1c2828369d
Unescape the escaped string we get from the WebExtension. 2020-01-27 10:34:46 +01:00
53230aedaa
Merge branch 'develop' into main
All checks were successful
continuous-integration/drone/push Build is passing
2020-01-27 07:41:28 +01:00
b79dacf742
Remove debug statement.
All checks were successful
continuous-integration/drone/push Build is passing
2020-01-27 07:26:39 +01:00
ee4debb005
Merge branch 'develop' into main
All checks were successful
continuous-integration/drone/push Build is passing
2020-01-27 06:55:05 +01:00
8a4f518cb9
Fix clang-tidy warnings.
All checks were successful
continuous-integration/drone/push Build is passing
2020-01-27 06:32:28 +01:00
3a7f4ba8e2
Update .clang-tidy. 2020-01-27 06:18:58 +01:00
bb5d9cecad
Change namespace of version. 2020-01-27 04:50:33 +01:00
8c1c18ed54
Add support for more robust message parsing to native-wrapper.
All checks were successful
continuous-integration/drone/push Build is passing
Step 1 for #7.
2020-01-27 04:27:45 +01:00
a28d674ac0
Add .clang-tidy. 2020-01-27 03:24:12 +01:00
4b6d1c19e3
Add support for clang-tidy to CMake recipe. 2020-01-27 03:23:47 +01:00
70cc91e0fc
Remove unnecessary -g from debug flags. 2020-01-27 03:22:08 +01:00
2ce2530ac3
Merge branch 'develop' into main
All checks were successful
continuous-integration/drone/push Build is passing
2019-12-31 11:23:44 +01:00
62fd8a8abb
Use Poco::URI::encode to percent-encode URIs in AsciiDoc export.
Some checks reported errors
continuous-integration/drone/push Build was killed
2019-12-31 11:22:57 +01:00
489e1fba99
Fix regex for extracting charset.
All checks were successful
continuous-integration/drone/push Build is passing
2019-12-19 21:49:53 +01:00
92db2241b0
Add Boost extras to global locale.
All checks were successful
continuous-integration/drone/push Build is passing
Needed for boost::locale::to_lower() to work.
2019-12-17 13:37:06 +01:00
f9101a3aa1
Merge branch 'develop' into main
All checks were successful
continuous-integration/drone/push Build is passing
2019-12-15 14:52:28 +01:00
c3307dddf0
Prevent interpretation of AsciiDoc syntax in descriptions.
Some checks reported errors
continuous-integration/drone/push Build was killed
2019-12-15 14:50:06 +01:00
56dc4083ce
Do not attempt to convert encoding if it is already utf-8. 2019-12-11 23:42:45 +01:00
d4d7cd4efd
Simplify is_html(). 2019-12-11 23:42:45 +01:00
ab94a9e6b0
Add Boost to dependencies.
All checks were successful
continuous-integration/drone/push Build is passing
2019-12-11 23:42:12 +01:00
dc29da15ac
Version bump 0.9.2.
All checks were successful
continuous-integration/drone/push Build is passing
2019-12-11 14:33:36 +01:00
c68f77262f
Merge branch 'develop' into main 2019-12-11 14:33:20 +01:00
c5dc9d4098
Add Boost to Hunter config.
All checks were successful
continuous-integration/drone/push Build is passing
2019-12-11 14:23:04 +01:00
3889a1b915
Add Boost to drone recipe. 2019-12-11 13:58:58 +01:00
6fa611cf42
Detect file encoding of web page and convert to UTF-8.
Some checks failed
continuous-integration/drone/push Build is failing
Fixes #6.
2019-12-11 13:01:44 +01:00
7c7d28b7bc
Store document in class variable. 2019-12-11 13:00:43 +01:00
0431b4a8ca
Version bump 0.9.1.
All checks were successful
continuous-integration/drone/push Build is passing
2019-12-04 07:20:37 +01:00
9706327c37
Merge branch 'develop' into main
All checks were successful
continuous-integration/drone/push Build is passing
2019-12-02 16:10:17 +01:00
b6e7449a6a
Allow <title> to have arguments.
All checks were successful
continuous-integration/drone/push Build is passing
Fixes title extraction on medium.com posts.
2019-12-02 15:57:56 +01:00
d264ead7f9
Version bump 0.9.0.
All checks were successful
continuous-integration/drone/push Build is passing
2019-11-30 03:51:22 +01:00
8b95b43c45
Merge branch 'develop' into main
All checks were successful
continuous-integration/drone/push Build is passing
2019-11-28 09:52:21 +01:00